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

Services for Object on Custom Screen / Transaction

former_member51562
Participant
0 Likes
526

I am creating a custom transaction/screen. I would like to include the 'Services for Object' functionality with this transaction to allow the user to attach a link to a document.

Is it possible to incorporate that functionality into a custom transaction?

I am creating a custom transaction/screen. I would like to include the 'Services for Object' functionality with this transaction to allow the user to attach a link to a document.

Is it possible to incorporate that functionality into a custom transaction?

1 REPLY 1
Read only

Former Member
0 Likes
403

Hi,

this is possible only if you define the object(s) in your application as a business object in the BOR. This allowes GOS to store and access the attachments with the key specified in BOR.

After that you may use class cl_gos_manager in your application.

Kind regards,

hp