2009 Jun 04 6:59 AM
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 .
2009 Jun 04 7:18 AM
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 .
2009 Jun 04 7:10 AM
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
2009 Jun 04 7:18 AM
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.
2009 Jun 04 8:34 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |