‎2007 Aug 16 12:35 PM
‎2007 Aug 16 12:41 PM
‎2007 Aug 16 12:47 PM
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,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 16 12:57 PM
One way might be to have ABAP create a text using SAVE_TEXT with relevant internal table contents formatted in the text lines, then pass the text name to the sapscript for it to include.
Otherwise, you probably need to change the sapscript driver program to call the required window / element repeatedly with each line of the internal table (as the MAIN window does.
If table is small you can define a PERFORM in the sapscript with enough parameters for all the table lines.
Andrew