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: 

Attachment for objects

Former Member
0 Kudos

Hi,

In the menu bar i have object from which i can upload documents to the object.

->Attachement -> create -> upload document.

When downloading when i click the pull down menu,i am able to get it.

and able to download the attachements uploaded.

My Query is how to bring this facility in Report.

Mean i need a tablecontrol which lists out the documents uploaded .

Hw to do it ?

Regards,

Jothi.P

1 REPLY 1

b_deterd2
Active Contributor
0 Kudos

Hi,

You can use it in your report by using class CL_GOS_MANAGER . Create an object of this class and call method START_SERVICE_DIRECT .

Check: http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVOBS/BCSRVOBS.pdf.

Regards,

Bert