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

Control not reaching

Former Member
0 Likes
279

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

1 ACCEPTED SOLUTION
Read only

former_member214288
Participant
0 Likes
260

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

1 REPLY 1
Read only

former_member214288
Participant
0 Likes
261

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