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

Getting attachment List

cywings
Explorer
0 Likes
1,232

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,166

Check note 530792 and other FAQ and consulting notes for "generic object services".

Rob

Read only

cywings
Explorer
0 Likes
1,166

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..

Read only

athavanraja
Active Contributor
0 Likes
1,166

BDS_ALL_CONNECTIONS_GET function module or

cl_gos_attachments class

Raja

Read only

0 Likes
1,166

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!