The User Attributes tab in the Mobile Application Configuration page of the ConfigPanel allows you to maintain multiple values for a selected attribute.
Context
There are three core configuration steps to implement mobile user attributes:
-
Create the user attribute using the ConfigPanel
-
Define and activate the new user attribute through the Admin Portal
-
Define how to consume the data in the OMDO through the ConfigPanel
Procedure
- Create the user attribute using the ConfigPanel:
- From the home page of the ConfigPanel, navigate to and select the User Attributes tab.
- Click the Change button. Create your user attribute using the following fields. See the screenshot for an example:

-
<Attribute Name> and <Description>
-
In the <Reference Structure Name> field, create or use an existing reference structure such as PLANT or WORK CENTER.
-
The <Reference Field Name> is optional. Maintain if you’re referring to a single field from the structure.
-
Create a <ValueSet Provider Class> to populate possible values for your new user attribute. Use handler /SMERP/CL_MM_USRATTR_VALUESET as a reference. Subclass from the base class /SMFND/CL_CORE_USRATTR_VS_BASE.
- Click Save to save your changes.
- Define and activate the new user attribute through the Admin Portal:
- Access the Admin Panel from the SAP GUI using transaction code /n/SYCLO/ADMIN.
- From the main page of the Admin Portal, navigate to and select the User Attributes tab in the Mobile User Detail section of the screen.
- Select your desired mobile application from the dropdown. Search for available users connected to your selected application.
- Click the User Attributes tab. Then click the Change button.
- Click the Add button. Add the values created in Step 1. Repeat this step for all values you created. See the following screenshot for an example.
- Define how to consume the data in the OMDO through the ConfigPanel:
- From the main page of the ConfigPanel, navigate to .
- Select the OMDO filter to which you're adding the new user attribute from the user attributes defined in the Mobile Application Configuration page in the ConfigPanel.
- Choose your filter from the Defined Filters list. Click Change.
- Assign your user attribute to the OMDO filter using a dynamic rule. The value is evaluated at runtime based on the runtime mobile user attribute of the user.
- Select Mobile User Attribute as the <Filter Rule Type>. See the following screenshot as an example.