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: 

What is driver program ?

Former Member
0 Kudos

Hi,

What is driver program ? what is the use of it.?

Thanks

Arya

12 REPLIES 12

Former Member
0 Kudos

Hi,

It is a Report from which the script /Smartform is called.

It enables you to send some data to forms.

Regrads,

Rama.

Former Member
0 Kudos

hi,

A Driver program is A SAP report program used to call SAPscript or SMARTFORMS. You can pass various values from the program to FORMs. It is also referred as Print Program.

Regards

Sumit Agarwal

naveen_inuganti2
Active Contributor
0 Kudos

Hi....

Read this....

When a user initiates a print request, R/3 executes an ABAP Driver

program, which calls the SAPscript subsystem and opens the

appropriate SAPscript form. The Driver program then passes the

application data, extracted from the R/3 database, to SAPscript by

calling the elements defined in the SAPscript form. SAPscript is

responsible for formatting the data output stream according to

instructions defined in the SAPscript form, as well as specific

commands issued by the Driver program.

Hope this information helps...

Thanks,

Naveen.I

0 Kudos

Hi,

How to create a driver program? or it's sap defiened?

thanks,

arya

0 Kudos

Hi aryabarta mahapatra,

There are Standard driver programs and also we can create the driver programs.

You can find the standard driver programs in table TNAPR.

Best regards,

raam

Former Member
0 Kudos

Hi

Refer these links:

SAPSCRIPTS:

http://sap.niraj.tripod.com/id20.html

SMARTFORMS:

http://www.erpgenie.com/abap/smartforms_described.htm

Regards,

Sravanthi

Former Member
0 Kudos

Hello There.

I would like to suggest my opinion,

Basic objectives of the Driver program,

1. Call the data necessary for printing.

2. Triggering the layout.

Hope that'll be fine.

Good Luck & Regards.

Harsh Dave

Former Member

hi,

the driver program is explained as follows:

form printing is divided mainly into two parts:

1. form

2. driver program.

1.form means we can design the layout as per requirement and we can locate the place where we have to print what.

it may be script or smartform or adobe form.

2.coming to driver program the data selection from the database and calculation are done at the report level.

and the form which is designed is implicitely generate a function module .

that function module is called in this driver program.

so the output is generated from the program.

thanks

malya

Former Member
0 Kudos

driver program - it is a program which is used to run the form for which it has been created.

eg: medruck is the form name and its driver program is sapmf02k

and this details u can view it in table tnapr.

and by executing the driven program it will lead to screen asking for input say for eg: give purchase order no: and after executing it

the purchase order would be printed with necessary outputs.

with regards

S.Janagar

-


0 Kudos

hii..

Thanks for response..

if i am doing my own form/script then how i will get the driver program of mine ....?

is it possible to customize sap defined driver program for eg SAPMF02K

thanks & Regards,

arya

Edited by: aryabarta mahapatra on Sep 1, 2008 5:34 PM

0 Kudos
if i am doing my own form/script then how i will get the driver program of mine ....?
is it possible to customize sap defined driver program for eg SAPMF02K

yes it is possible.just copy this program in some Z program than do changes.

and pls close this thread now though you got everything in this thread in above replies.

Amit.

Former Member
0 Kudos

thanks