Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Case linked objects

Former Member
0 Likes
650

Hi, experts.

I work with Case management.

I added a record (RMS record) into "Linked object".

How can I determine the GUID of my linked records on the basis GUID CASE?

Thank for your advice.

1 REPLY 1
Read only

Pragya_Pande
Product and Topic Expert
Product and Topic Expert
0 Likes
346

Dear Alexander,

Please query the case header table SCMG_T_CASE with the case guid. This will give you the technical key for the record. If you need to get back the Document ID for the record then you will need to instantiate the CL_SRM_POID class for the technical ID & then retrieve back the Document ID. Please check cookbooks at http://www.sdn.sap.com/irj/sdn/nw-ecm?rid=/webcontent/uuid/80194853-fa8a-2c10-3ca8-d17671671993. [original link is broken]

Best Regards,

Pragya