cancel
Showing results for 
Search instead for 
Did you mean: 

Debug SAP Retail store

Former Member
0 Kudos

Hi SAPers,

I was wondering how i can debug a goods movement transaction in SRS? I want to find out the underlying logic for the "Refresh" button in the Goods movement transaction.

Thanks in advance.

Regards,

James

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have found out just 2 debugging methods:

1. Debug ITS Components with ABAP Debugger - described in ITS Administration Guide

2. Use the endless loop within appropriate transaction (for example, WHILE ... ENDWHILE). And after that debug through tr. SM50 (R/3 side) - there will be hung up process.

The secong one I like more from my experience - but none of those are perfect.

Best regards,

Rorijs