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

SAP SCRIPT

Former Member
0 Likes
606

HAI,

Please send Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms) for most commonly used sap std script.

Thank you

ASHOK

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
571

Hi

See the NACE

NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).

You should know the Application of a document first Like:

for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.

so first select the Application type (ex: EF) for PO and press OUtput types

then a list will come in that you should know the related output type for PO.

in this case it is NEU,

select that and click on the processing Routines button on the left side

it will display the Medium, Driver Program and the Script form or smartform related to that document..

SALES ORDER

Output type : BA00

ScriptForm Name : RVORDER01

Driver Program Name : RVADR01

smartform name

DELIVERY NOTE

Output type : LD00

ScriptForm Name : RVDELNOTE

Driver Program Name : RVADDN01

smartform name : LE_SHP_DELNOTE

Smartform Driver Pgm: RLE_DELNOTE

INVOICE

Output type : RD00

ScriptForm Name : RVINVOICE01

Driver Program Name : RVADIN01

smartform name : LB_BIL_INVOICE

Smartform Driver Pgm: RLB_INVOICE

PUCHASE ORDER

Output type : NEU

ScriptForm Name : MEDRUCK

Driver Program Name : SAPMF06P

smartform name : /SMB40/MMPO_L

FI Forms

Account Statement : F140_ACC_STAT_01

Cheque Printing : F110_PRENUM_CHEK

Balance Confirmation: F130_confirm_01

Reward points if useful

Regards

Anji

6 REPLIES 6
Read only

Former Member
0 Likes
571

Hi ashok

What r ur requirements can u be clear so that we can provide a nice material for ur convinience

Regards

Pavan

Read only

0 Likes
571

HAI,

I WANT APPLICATION TYPE , OUTPUT TYPE, IT'S DRIVER PROGRAM FOR MOST COMMONLY USED SAP SCRIPT.

EX:SALES ORDER

Output type : BA00

ScriptForm Name : RVORDER01

Driver Program Name : RVADR01

smartform name :

APPLICATION TYPE:

....ETC

Read only

0 Likes
571

Hi ashok

Check <b>FM SAPSCRIPT_USELIST_LIST_PROGS</b> or <b>SAPSCRIPT_SELECT_PROGRAM</b> <b><u>for Sapscript</u></b>

and

check FM's <b>SWF_FORMS_OF_PROGRAM_DISPLAY</b> or <u><b>SWF_FORMS_OF_PROGRAM_GET</b></u> for smartforms.

<b>In General the table which stores the names of the driver programs and layouts is stored in the <u>TNAPR</u> table.

But in some cases where the driver program is a standalone one, you cannot find the entry in tnapr.</b>

Or else u can get it from Tcode <b>NACE</b>

Reward if helpfull

Regards

Pavan

Read only

Former Member
0 Likes
572

Hi

See the NACE

NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).

You should know the Application of a document first Like:

for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.

so first select the Application type (ex: EF) for PO and press OUtput types

then a list will come in that you should know the related output type for PO.

in this case it is NEU,

select that and click on the processing Routines button on the left side

it will display the Medium, Driver Program and the Script form or smartform related to that document..

SALES ORDER

Output type : BA00

ScriptForm Name : RVORDER01

Driver Program Name : RVADR01

smartform name

DELIVERY NOTE

Output type : LD00

ScriptForm Name : RVDELNOTE

Driver Program Name : RVADDN01

smartform name : LE_SHP_DELNOTE

Smartform Driver Pgm: RLE_DELNOTE

INVOICE

Output type : RD00

ScriptForm Name : RVINVOICE01

Driver Program Name : RVADIN01

smartform name : LB_BIL_INVOICE

Smartform Driver Pgm: RLB_INVOICE

PUCHASE ORDER

Output type : NEU

ScriptForm Name : MEDRUCK

Driver Program Name : SAPMF06P

smartform name : /SMB40/MMPO_L

FI Forms

Account Statement : F140_ACC_STAT_01

Cheque Printing : F110_PRENUM_CHEK

Balance Confirmation: F130_confirm_01

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
571

Hi,

Regards

Bala

Read only

Former Member
0 Likes
571

Hi,

Goto NACE transaction code, there you will find all Appliation types, click any one of the application type and press Processing Routines, then you will find the Script Program as well as Driver Program

Regards

Sudheer