Application Development 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: 

Details about Attachment in PO

Former Member
0 Kudos

Hi Gurus,

I attached the documents in to ME22N transaction by using a services for Object button on the left side corner of the screen. Now our EP consultant needs a BAPI to get the details about the attached document. Title of the document, Date of the document created and name of the creator.

Please can any one tell me the BAPI to get the attched document details and also possible tell me how to use that.

Thanks and Regards

Abinava Siri...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please can you elaborate the question what is required is that you need to read the data from the attachment or what exactly you require. Help me to give the resolution

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

hi,

you can get those details from these tables.

TABLES :sood,srrelroles,srgbtbrel.

Former Member
0 Kudos

Hi,

Please can you elaborate the question what is required is that you need to read the data from the attachment or what exactly you require. Help me to give the resolution

Former Member
0 Kudos

goto table SRGBTBREL

give RELTYPE = ATTA

INSTID_A = give ur pr no. with pre-attachement of 00

get details and use them in function module GOS_ATTACHMENT_LIST_POPUP

Former Member
0 Kudos

Thanks for Helping all sap gurus.