‎2011 Jan 19 10:31 PM
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
‎2011 Jan 19 10:44 PM
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...
‎2011 Jan 19 11:16 PM
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?
‎2011 Jan 20 12:37 AM