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

DEBUG

Former Member
0 Likes
422

HAI,

1) What are all the tools used for debugging and run time analysis?

2)How do you call SAP script in reports & reports in SAP script?

3)What is stack?

THANK YOU

ASHOK KUMAR

1 ACCEPTED SOLUTION
Read only

alex_m
Active Contributor
0 Likes
400

1. SE30 run time analysis

For debugging no tools available. use ABAP debugging techniques.

2. From report call OPEN_FORM to call script.

From script u cant call report, but possible to call subroutines.

3. No idea.

2 REPLIES 2
Read only

alex_m
Active Contributor
0 Likes
401

1. SE30 run time analysis

For debugging no tools available. use ABAP debugging techniques.

2. From report call OPEN_FORM to call script.

From script u cant call report, but possible to call subroutines.

3. No idea.

Read only

Former Member
0 Likes
400

Hi,

1.You will call script from the program by using th FM

OPEN_FORM. - to open the form

WRITE_FORM -to write the values in the form

CLOSE_FORM -to close the form

TO call report from script is by using

PERFORM <subroutin> in program <ProgramName> using <values> Changing <Values>

reward points if it is helpful.

regards,

Sangeetha.a