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

Capturing errors

Former Member
0 Likes
429

Hi All,

How to capture the errors when Transaction SM50 is executed and how to put its details it into an internal table?

2 REPLIES 2
Read only

Former Member
0 Likes
400

Swati ,

what kind of error u want to capture from SM50 ? As u know that SM 50 is just for Monitering the transactions , let me know more abt ur Requirement.

Regards

prabhu

Read only

Former Member
0 Likes
400

hi

in the standard rogram the complete out put is stored in internal tabel <b>t_outtab</b>

 perform user_command_new tables t_outtab
                                  gt_dummy
                           using  gt_stack.

Please Close this thread.. when u r problem is solved

Reward if Helpful

Regards

Naresh Reddy K