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

scripts

Former Member
0 Likes
466

hello experts

how to call scripts in programs

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

Hi Sivaram,

Go through this

http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html

Reward Points if this helps,

Satish

2 REPLIES 2
Read only

Former Member
0 Likes
443

Hi Sivaram,

Go through this

http://www.sapbrainsonline.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html

Reward Points if this helps,

Satish

Read only

Former Member
0 Likes
442

Hi

<b>Direct call</b>

A script is called in a custom report program which is executed through a transaction

code assigned to it.

<b>Dynamic call</b>

The configuration need to be done for this. The basic configuration required to do for

script is creating output type and attaching the script to the output type.

- NACE is the transaction to set the output type.

- In this transaction first the application is selected ( e.g.V1 Sales, V2 Shipping etc)

- Then output type is selected. Sometimes output type is created newly.

- Whenever new output type is created , 3 parameters are required. They are :

Script Name

Driver Program Name

ENTRY routine name.