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_SRV_SELECT BADI Implementation Help.

Former Member
0 Kudos

Please provide any guidance or experience for implementing the BADI "GOS_SRV_SELECT" in order to DEACTIVATE certain Generic Object Services.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Welcome To SDN!!

Steps for implementing BADI. For GOS_SRV_SELECTH

1. Execute Business Add-In(BADI) transaction SE18

2. Enter BADI name i.e. BADI GOS_SRV_SELECTH and press the display

button

3. Select menu option Implementation->Create

4. Give implementation a name such as ZGOS_SRV_SELECTH

5. You can now make any changes you require to the BADI within this

implementation, for example choose the Interface tab

6. Double click on the method you want to change, you can now enter

any code you require.

7. Please note to find out what import and export parameters a

method has got return the original BADI definition

(i.e.GOS_SRV_SELECTH) and double click on the method name for badi

BADI GOS_SRV_SELECTH SELECT_SERVICES is a method

8. When changes have been made activate the implementation

Regards

Kiran Sure

2 REPLIES 2

Former Member
0 Kudos

Hi,

Welcome To SDN!!

Steps for implementing BADI. For GOS_SRV_SELECTH

1. Execute Business Add-In(BADI) transaction SE18

2. Enter BADI name i.e. BADI GOS_SRV_SELECTH and press the display

button

3. Select menu option Implementation->Create

4. Give implementation a name such as ZGOS_SRV_SELECTH

5. You can now make any changes you require to the BADI within this

implementation, for example choose the Interface tab

6. Double click on the method you want to change, you can now enter

any code you require.

7. Please note to find out what import and export parameters a

method has got return the original BADI definition

(i.e.GOS_SRV_SELECTH) and double click on the method name for badi

BADI GOS_SRV_SELECTH SELECT_SERVICES is a method

8. When changes have been made activate the implementation

Regards

Kiran Sure

Former Member
0 Kudos

Thanks Kiran. Appreciate your help.

Puneet