Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Link B/w SAP Script with its driver Program

Former Member
0 Likes
631

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

4 REPLIES 4
Read only

Former Member
0 Likes
537

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.

Read only

0 Likes
537

dear thanx for reply,

actually me just wanna to know about how to link sap script with driver program ?

Read only

0 Likes
537

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

Read only

0 Likes
537

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