‎2006 Jan 26 8:06 PM
Hi,
If I have a report with an internal table with data, how do I use a sapScript form to print it?, I need to combine the results of my internal table with the text I have on the sapScript form. How can I do It?
Thanks
Gabriel
‎2006 Jan 26 8:13 PM
hi
As you have the data in ur internal tables your program stands as the driver program for your SAPScript So you can use "Open_form", "Write_form" and "Close_Form" to pass the data to SAPScript.
Regards
Santosh
‎2006 Jan 26 8:11 PM
Hi,
Instead of the Write statements,use Write_form in a window,inside the internal table loop.
do a Open_form & close_form above & below the loop & endloop.
I guess this is what you need.
‎2006 Jan 26 8:13 PM
hi
As you have the data in ur internal tables your program stands as the driver program for your SAPScript So you can use "Open_form", "Write_form" and "Close_Form" to pass the data to SAPScript.
Regards
Santosh
‎2006 Jan 26 8:19 PM
Hi,
Create a single window & call all the fields in the script.
‎2006 Jan 26 10:24 PM
Hi,
Click the link below for documentation on SAP Scripts, this will give an idea of how to write a script and print the records.
For form Maintenance
http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm
For Printing Forms
http://help.sap.com/saphelp_47x200/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm
Regards,
Vara