cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to document guid or id from area guid?

former_member131833
Participant
0 Likes
271

Hi,

Is there a method or funciton module to get the document guid or document id from area guid used the resp resolver badi method GET_APPROVERS_BY_AREA_GUID?

Thanks,

Sivagami R

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi..

Yes.. I dont remember the class name.. i'll find and let you know , but if you are looking for document guid to be used in the method 'GET_APPROVERS_BY_AREA_GUID' , the work around will be like concanate the document guid into iv_leading_object_id of the method GET_AREA_TO_ITEM_MAP and get the LEADING_OBJECT_ID in the GET_APPROVERS_BY_AREA_GUID and split them.. this might be workaround to get the document guid..

Regards,

Saravanan