what is the best way to maintain GL code at User level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi Team,
How the OOB SAM configuration for SAP ariba stores GL code information. I heard that GL code is a combination of few attributes and there will be a default code for each user and it can change based on the variance of those attributes which makes up the GL Code. Will there be any separate tables which stores the GL code information thart can be referenced from user table via reference table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @gvk ,
In oob configuration, there isn't a dedicated table that stores a computed GL code per user as a combination of attributes for SAP Ariba and Software Asset Management.... However, you can implement this functionality by creating a custom table or extending an existing user profile table to store the relevant attributes (e.g., Cost Center, Purchasing Organization, etc.) for each user.....These attributes can be populated through integrations with SAP Ariba via the SAP Ariba Spoke or other means, ensuring they remain up to date.....
Subsequently, you can define a computed field (using a script include or business rule) that concatenates these attributes into a single GL code, which can then be referenced in user records....
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/