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: 

problem with badi?

Former Member
0 Kudos

Hi guys,

I have a requirement that I need to create a transaction similar to standard transaction code MF42N.The new transaction should do the same thing what mf42n does but I need to add a new field personal number (RM61B-PERNR) in the screen of the new transaction.For that i need to activate the BADI RM_HR_INTEGRATION .How can I do it?

Can anyone please give me a step by step procedure for doing the above problem.

Points will be rewarded for useful answers.

Thanks

dp.

1 REPLY 1

Former Member
0 Kudos

Hi follow the below steps to active the BADI.

1. Go to SE19. Write Implementation Name the BADI

2. Then it will ask for definition name... as the name you give.

3. Then you will go to the "Change Implementation "BADI NAME" page" in this page ...

4. Go to Interface Page

5. On interface you will see methods....

6. Double click on the method which is useful to you... like CHANGE_AT_SAVE...

7. It will open Class Builder...

8. In the class builder you will be able to access the parameters of the Method.

9. Take the useful parameters/ Modify according to your requirement and then

10. Activate the badi...

Hope will be helpful.