‎2007 Jun 06 8:13 AM
Hi all,
One of the standard program which is called by a transaction(F110). The required is achieved by the program. The FM which generates the output is known. But the control does not go to the FM in the debugging. It is neither called dynamically.
What could be the possible error and the possible solution?
Points will be rewarded immed.
Thanks in advance
‎2007 Jun 06 8:20 AM
Hi,
Goto that FM in SE37 and check in the Attributes Tab - if the processing type is Update Module (mostly that should be the case). Update Function Modules are not executed at the triggering point - they are executed when COMMIT WORK statement is executed.
If you want to debug that FM, SWITCH ON THE UPDATE Debugging and Press F8. Control will stop at that function module when execution happens.
Reward points if helpfull.
Regards,
Ram
‎2007 Jun 06 8:20 AM
Hi,
Goto that FM in SE37 and check in the Attributes Tab - if the processing type is Update Module (mostly that should be the case). Update Function Modules are not executed at the triggering point - they are executed when COMMIT WORK statement is executed.
If you want to debug that FM, SWITCH ON THE UPDATE Debugging and Press F8. Control will stop at that function module when execution happens.
Reward points if helpfull.
Regards,
Ram