‎2009 Apr 17 11:35 AM
Hi,
I create a Sap Script through SE71 but i don't know how data is automatically updated. I mean how script link to the actual data at respective column.
Note:- Table fields are not defined in Script, means it likes hardcoded... in that case how will be linked.
In Brief, I create CIN Reports i.e. LS-2, LS-4, LS9, LS10 reports and create a script related it..Now i want that data of these reports link to my created Script.
Please tell me how can i do it...
Regards,
Prince
‎2009 Apr 17 11:49 AM
Hi,
You will have to congure in the SAPscript name and the driver program against the desired output type
In the transaction NACE - > select the application type - > out put type button on top - > Select the output type from the list and then click on the Processing routines from the tree on right . Now maintain the Program name, SAPscript name , etc here.
Regards,
Mansi.
‎2009 Apr 17 12:45 PM
dear thanx for reply,
actually me just wanna to know about how to link sap script with driver program ?
‎2009 Apr 17 3:46 PM
Hi,
You have to call the SAPSCRIPT in driver program using OPEN_FORM ,READ_FORM and CLOSE_FORM.
You should also configure the SAPSCRIPT and DRIVER Program name in NACE transaction.
Hope this may be helpful,
Regards,
Sravanthi
‎2009 Apr 17 3:51 PM
Hi,
Sapscript can automatically get's the data from the variables declared in the print program from which it is called. Refer to the below link..
http://help.sap.com/saphelp_nw70/helpdata/en/d6/0dba41494511d182b70000e829fbfe/frameset.htm