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

Gos attachment

0 Likes
2,113

We have the requirement to do the enhancement in GOS attachment which will common for all the T code in which GOS attachment option is available. Need here help to find the common enhancement or BADI or user exit which will trigger in all the transaction where GOS option available ?

We have the requirement to do the enhancement in GOS attachment which will common for all the T code in which GOS attachment option is available. Need here help to find the common enhancement or BADI or user exit which will trigger in all the transaction where GOS option available ?

4 REPLIES 4
Read only

Neeraj_Jain1
Active Contributor
0 Likes
1,936

Hello surendrap,

The business object of GOS attachment of each transaction is different.

I don't think it will be activated for all transactions with a single BADI or user exit.

Regards,

Neeraj Jain

Best Regards,
Neeraj Jain
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,936

I don't understand.

GOS means Generic Object Services. Note "Generic".

It's a framework (one set of programs) which is used by all the transactions which use GOS.

As for any BAdI or user exit or Enhancement Framework or whatever, there is one answer per specific requirement.

What is your requirement?

Read only

FredericGirod
Active Contributor
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,936

Which kind of Enhancement do you have to implement?

There are some BAdI provided for GOS handling

  • GOS_SRV_REQUEST to 'intercept' actions and wrap/replace them
  • GOS_SRV_SELECT to 'delimit' the list of actions
  • GOS_MULT_PUBLISH to add other 'objects' to the GOS manager