‎2013 May 06 12:08 PM
In my script wizard i have different options and i already could read normal variables. Is it not possible to just read an internal table? i could even append something, but i just want to read the internal table, nothing more.
‎2013 May 06 1:44 PM
‎2013 May 06 1:59 PM
Hi David,
You can try table tool for reading internal table from debugger, refer the following link for how to read internal table from debugger script.
http://help.sap.com/saphelp_nw70ehp2/helpdata/en/49/2db60934e414d0e10000000a42189b/content.htm
Hope its useful for you.
Regards,
Jana
‎2013 May 06 3:31 PM
u can read data by creating subroutines.please check below examples
http://wiki.sdn.sap.com/wiki/display/ABAP/Subroutines+And+Their+Use+In+SAPScript
http://wiki.sdn.sap.com/wiki/display/profile/External+Subroutines+in+SAP+Script
You can debug scripts by following ways
First u need to active debugging in scripts. then run the driver program.
First goto SE71 initial screen and enter the form name. Goto Menu Path Utilities --> Activate Debugger. and now u run the driver program. Now u get the script editor in debugging mode.
Secondly,
Program is RSTXDBUG.
Now go to SE 38 and enter ur Print Program name and execute the program.
Now you can debug the script Page wise and window wise.
‎2013 May 06 4:37 PM
This isnt what i meant. I would like to write a script in the debugger itself and would like to read a table into the script.
‎2013 May 06 4:43 PM
Hi David,
can you take a screenshot and say some words aboutyour 'script wizard' ? Never heard of that - and the other answers seemingly also have no idea.
Regards
Clemens
‎2013 May 07 12:37 PM
‎2013 May 07 1:27 PM
Hi David,
You can read internal table using script wizard. Please find below screenshot for the same.
‎2013 May 18 11:28 PM