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

user exit or badi for FB60 while saving

Former Member
0 Likes
1,723

Dear All,

Can anyone tell me the userexit or Badi for the transaction FB60.

I tried all possibles. No exit or badi triggers while saving.

Please guide me.

Regards & Thanks,

Vidhya .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,081

Hi Manish,

Thanks for your response. I tried that exit. But it does not trigger during saving.

Please provide me a solution while saving.

Thanks & Regards,

Vidhya.

Dear All,

Can anyone tell me the userexit or Badi for the transaction FB60.

I tried all possibles. No exit or badi triggers while saving.

Please guide me.

Regards & Thanks,

Vidhya .

3 REPLIES 3
Read only

Former Member
0 Likes
1,081

Hi Vidhya,

There is one Exit and one screen exit for this

Function module Short Text

EXIT_SAPLFDCB_001 Transfer Invoice Header Data

Calling screen No. Area Called screen No.

SAPLFDCB 0150 CUSTSCR1 SAPLXM08 0400

Hope this helps.

Regards,

Manish

Read only

Former Member
0 Likes
1,082

Hi Manish,

Thanks for your response. I tried that exit. But it does not trigger during saving.

Please provide me a solution while saving.

Thanks & Regards,

Vidhya.

Read only

0 Likes
1,081

Hi Vidhya,

Try to find out the FM that saves the data and you can write the code in the implicit enhancement potint given in the end of that FM.

1. Goto SE37 in Development environment , give your FM name and go in display mode.

2. Goto menu Program->Enhance

3. Again goto menu Edit->Enhancement Operations->Show Implicit Enhancement Options.

This would mark the screen with orange lines which are spots i.e logical points wherein you would want to enter your code

4. Click on one of the orange spots and then goto menu Edit->Enhancement Operations->Create enhancement and write your code inside the enhancement.

One more thing is that when debugging you will not see this code . In that case what you need to do is place a breakpoint inside the piece of enhancement to check what values are being passed at run time.

Or refer the following link to get idea for creation --

IF this not helps

try to find the event that triggers after save. Create a task and attach to it.

Hope it helps.

Regards,

Manish