2011 Oct 26 9:18 PM
Hi Gurus,
I am trying to use event 953 in FPB7 transaction, when i kept a break point in this event and executed FPB7 its not stopping in this event. I tried with other relevant events for this transaction but still no event is getting triggered in this transaction. Can you please advice on whether is there any event which can be used in FPB7 transaction?
Regards
Srikanth
2011 Oct 27 1:33 AM
Hi,
If you check event 953 there is only a sample Function Module attached. So simply putting a break point in FM 'FKK_SAMPLE_0953', wont stop the program flow. Try copying this FM into a Z-FM and and assign it to this event 0953. Put a break-point in this Z-FM and check if program flow stops here.
Thanks.
Ravi
2011 Oct 27 6:30 PM
Hi Ravi,
I already copied the FM into Z FM and then I kept the break point in the Z FM but the FPB7 program is not stopping. Thats why I wonder why this is not getting triggered.
regards
srikanth
2011 Oct 28 7:08 AM
Hi,
In that case, put a break point in FM 'FKK_FUNC_MODULE_DETERMINE' and check what are the events called during this process and if event 953 is a part of it. If not, then select some appropriate event and use that event instead of 953.
Thanks.
Ravi