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

Read Attachment List from Contract

Former Member
0 Likes
956

Hi Friends

My requirement is to read the Tile of the attachment list (In Document Services Toolbar from selected Contracts (VA42) and develop a report. I tried . FM 'SO_ATTACHMENT_LIST_READ' but dont know what value I have to pass to (OBJTP,OBJYR,OBJNO). Please help is there any way I can read the tilte description of the document attached to the contract.

Thanks in Advance

Senthil

3 REPLIES 3
Read only

Former Member
0 Likes
625

senthil,

There are couple of wiki posts to connect NAST to SOST/SOOD tables (one for PO and other generic) ... Both are based on the assumption that either the truncated or full document number is stored in SOOD-OBJDES field.

http://wiki.sdn.sap.com/wiki/display/Snippets/DisplayingoldOutputusingNASTandSOST

http://wiki.sdn.sap.com/wiki/display/Snippets/ConnectNASTtoSOSTfor+purchaseorders

You should be able to get the OBJTP, OBJYR and OBJNO from either of these two methods...

Read only

brad_bohn
Active Contributor
0 Likes
625

Surely you can use an SQL trace to figure that out though? The storage/config of GOS attachments is well covered in OSS too. Did you search?

Read only

Former Member
0 Likes
625

I found the solution.

Thank you Freinds...