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

Checking the contents of update function module log table

Former Member
0 Likes
2,160

Dear experts,

I created several CALL FUNCTION ... IN UPDATE TASK lines and is curious about the contents of the update function module log table. How can I see its contents?

Thanks in advance.

Regards,

Haris

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,124

Hi Hari,

Use transaction SM13. This gives all the details

To view the details in SM13 switch on Update debugging before you call your update function module.

In debugger Settings --> Display / change Debugger settings --> Use the check box "Update Debugging" --> Press save button

So after COMMIT WORK statement, debugging will start with the update function module

During this time check the entries in SM13

Once the update is complete the entries will be removed from SM13 (Unless there is a failure)

I am not sure if there is option to view records in SM13 for which update is complete (No authorization to change settings in SM13). So i cannot check this

Regards

Rajvansh

Edited by: Rajvansh Ravi on Jul 24, 2011 3:52 PM

2 REPLIES 2
Read only

Former Member
0 Likes
1,125

Hi Hari,

Use transaction SM13. This gives all the details

To view the details in SM13 switch on Update debugging before you call your update function module.

In debugger Settings --> Display / change Debugger settings --> Use the check box "Update Debugging" --> Press save button

So after COMMIT WORK statement, debugging will start with the update function module

During this time check the entries in SM13

Once the update is complete the entries will be removed from SM13 (Unless there is a failure)

I am not sure if there is option to view records in SM13 for which update is complete (No authorization to change settings in SM13). So i cannot check this

Regards

Rajvansh

Edited by: Rajvansh Ravi on Jul 24, 2011 3:52 PM

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,124

Once the update is complete the entries will be removed from SM13 (Unless there is a failure)

I am not sure if there is option to view records in SM13 for which update is complete (No authorization to change settings in SM13).

This behaviour is governed by the profile param [rdisp/vb_delete_after_execution|http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86f935cd11d3acb00000e83539c3/content.htm].

Cheers,

Suhas