‎2007 Jun 08 1:05 PM
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
‎2007 Jun 08 1:09 PM
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.
‎2007 Jun 08 1:09 PM
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.
‎2007 Jun 08 1:09 PM
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