1.

How Do You Debug User Exit?

Answer»

a. create an infinite loop on a value EXAMPLE x = 3. do while x> 1.
b. Start the EXTRACTION on BW
C. Now the process on R/3 goes on infinite loop
d. Look for process in SM5O
e. Debug the process
f. With in debugger change value of x to 1.
g. Now you can see and debug your code.

a. create an infinite loop on a value example x = 3. do while x> 1.
b. Start the extraction on BW
c. Now the process on R/3 goes on infinite loop
d. Look for process in SM5O
e. Debug the process
f. With in debugger change value of x to 1.
g. Now you can see and debug your code.



Discussion

No Comment Found

Related InterviewSolutions