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: 

Badi

Former Member
0 Kudos

Hi

Implement badi name HRECM00_GDEGP.The BADI will check for the existence of IT0105 / subtype 0054 and return a value of ASTP which will point to the 50% guideline matrix (or other percentage as required in the future).

Anybody using this badi..Pls Help me...

Thanks

JJ

1 REPLY 1

former_member150733
Contributor
0 Kudos

The transaction codes for BAdI are

SE18 : Defining a Badi

SE19 : Implementing a Badi

You may want to use the Transaction SE19 to Implement the below Badi.

Steps for implementing BADI. For eg for HRPBSGB_HESA_NISR BADI:

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

2. Enter BADI name i.e. HRPBSGB_HESA_NISR and press the display button

3. Select menu option Implementation->Create

4. Give implementation a name such as Z_HRPBSGB_HESA_NISR

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. HRPBSGB_HESA_NISR) and double click on the method name

for example within HRPBSGB_HESA_NISR contract is a method

8. When changes have been made activate the implementation

Regards,

Anish Thomas