‎2007 Jan 24 4:01 PM
Hi all,
I would like to display the attachment list in tcode VA03.
Just wondering how do i do that??
under system->services for object then get the attachment list...
just the file description will do..
any feedback is most welcomed and will be awarded.. thanks.
‎2007 Jan 24 4:19 PM
Check note 530792 and other FAQ and consulting notes for "generic object services".
Rob
‎2007 Jan 25 1:10 AM
hi rob, i still do not know how to acquire the list of attachments...
i just want to get the attachment description and display it in sapscript.
thanks..
‎2007 Jan 25 3:23 AM
BDS_ALL_CONNECTIONS_GET function module or
cl_gos_attachments class
Raja
‎2007 Jan 25 10:28 AM
i used the FM to get the file list..however i need to know how to get the classname..
managed to find it myself..thanks everyone!