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

Attaching documents in custom transaction

Former Member
0 Likes
1,768

Hi Experts,

In standard transactions we have a provision to attach files

can any body send the logic ( code ) how to attach documents in custom transaction

and display as a report when i click on documnet list and when i click on file, file should be opened,and how to store documents in database.

Pls brief me about this

Regards

Vinay

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,027

Hello Vinay

I assume you are searching for this: [How to Attach Documents to Any Custom Program Using Generic Object Services|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3]

Regards

Uwe

Hi Experts,

In standard transactions we have a provision to attach files

can any body send the logic ( code ) how to attach documents in custom transaction

and display as a report when i click on documnet list and when i click on file, file should be opened,and how to store documents in database.

Pls brief me about this

Regards

Vinay

3 REPLIES 3
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,027

You will need to create a business object for your custom transaction and then use the standard GOS functionality. You'll find some information here, including more links:

http://friendlyabaper.blogspot.com/2008/07/oh-my-gos.html

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,028

Hello Vinay

I assume you are searching for this: [How to Attach Documents to Any Custom Program Using Generic Object Services|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3]

Regards

Uwe

Read only

0 Likes
1,027

Uwe,

Thanks for the info - great document. I didn't know it existed.

Jelena