on 2023 Aug 04 8:12 PM
Hi,
I'm reaching out due to the limitations of contract reporting in Ariba. I require data from both the Contract Workspace (Procurement) and Contract tables. However, when you select either of these you're unable to get access to the other table. I won't get into how this doesn't make any sense from a usefulness perspective.
So my workaround is that I'll need to create to separate reports and then work to join them together once exported to an excel file. The most likely unique identifier would be the CW# but I don't seem to be able to get that field in the Contract table. The closest I can get is: Contract which results in (CWXXXXX) Contract Name as the output but I'd really only want the CW# in order to be able to join the two extracts.
Any guidance would be greatly appreciated. Especially, from SAP Ariba!
Hey Justin,
Had the same issue. Ariba Support confirmed for me that there's no linkage between the upstream (Contract Workspaces) and downstream (Contract) data models so you're not going to be able to join those facts nor find a clean key.
The best solution I found (other than customization) was the same one you did. Contract Title on the Contract fact gives you a concatenated string of "(<CW#>) <CW Title>" which you can parse out manually so that you can join on CW#.
Andrew
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Melissa,
Thanks for responding to my question. However, I think if I select Contract ID that the output is the CW# but what I'm trying to get is the contract id from the contract term which is the CXXXX. So my understanding is that General Contract Workspace table does not contain all of the data fields from the Contract table. Am I correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Justin,
The General Contract Workspace fact contains data from all types of contract workspaces. You can add hierarchies to General Contract Workspace reports to view additional data as a row, column, page, or detail field. You can see that Contract ID can be included as a detail field to provide you with what you need:
If reporting data access control is enabled, only users who are members of the Full Reporting Access Authorized group can see all project data regardless of project team membership. Users who are not in the Full Reporting Access Authorized group can only see data in reports for the projects to which they have access based on project team membership.
If reporting data access control is disabled, all users can see all project data in reports without restriction.
I hope that you find this helpful!
Melissa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.