Application Development 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: 

In Update Task move to SM13

Former Member
0 Kudos

Hallo guys,

i have FM to modify z table.

and i have report to update task in my FM,

like this.

CALL FUNCTION 'ZTABLE' IN UPDATE TASK
EXPORTING

NAME = 'A'
COMMIT WORK.

and i want, this update task stuck in SM13 because i want to execute something.

How i can make my update task to SM13? thankyou

3 REPLIES 3

raymond_giuseppi
Active Contributor

Did you raise an Abort message in the FM, that will 'stuck' the update and you will see it in SM13. Is that your exact requirement?

0 Kudos

yes, like this.

Jelena
Active Contributor
0 Kudos

What are you trying to achieve and what exactly is a technical challenge you're facing?