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: 

GOS - Attachment Linkage to category 'CL' object type

kyle_mccarter
Participant
0 Kudos

I have a requirement to activate GOS for a custom transaction which I've done. However, I want to be able to link attachments to a custom class rather than a BOR object type. Is this possible?

Kind Regards

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

Yes. Instantiate CL_GOS_MANAGER using the parameter IS_BC_OBJECT (with component CATID = 'CL') instead of IS_OBJECT (reserved to the "BO" object types).

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

Yes. Instantiate CL_GOS_MANAGER using the parameter IS_BC_OBJECT (with component CATID = 'CL') instead of IS_OBJECT (reserved to the "BO" object types).