Application Development 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: 

In sap scripts how to display the driver program

Former Member
0 Kudos

Hi,

I Want to know the sap scripts How to display the output to driver program

4 REPLIES 4

Former Member
0 Kudos

Former Member
0 Kudos

hi ragha vendra,

Try to be clear with ur question.

The sap scripts and driver program are connected thro the function modules, Open_form,Write_form. Actually it is connected by the text element which v create in the sap script.

Regards...

Arun.

Reward points if useful.

Former Member
0 Kudos

Hi!

You can find out the driver program of your SAPScript with the following way:

- SE71, give the SAPScript name and press Display

- Go to the windows tab, select a window, and press Text elements button

- (in normal editor mode) place the cursor on a variable &variable& then choose menu: Goto -> Print program -> Symbol definition

This will navigate you to the printer program.

Regards

Tamá

Former Member
0 Kudos

Hi,

Go to NACE Transaction.

Select application for ex: if sales V1.

Click on output types.

Select the output type for ex : BA00

Double click on Processing routines.

There you can find the Driver Program name and Script/smart form name.

Reward if useful.

Thanks,

Raju