cancel
Showing results for 
Search instead for 
Did you mean: 

question based on scripts

Former Member
0 Kudos

can i write my own print program to standard scripts?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member196280
Active Contributor
0 Kudos

Yes, you can write your own porgrams to standard scripts.

Only advantage of using standard is to not start from beginnig, just modify accroding to your requirment.

Regards,

Sairam

Former Member
0 Kudos

Hi

You can write your own Driver program for the Standard Script

but SAP already given a Std program for the Std scripts

If you wants you can copy the both script and Std driver program and modify it as per your requirements and attach the same in the relavent transactions like NACE for SD and MM scripts and OB96 for FI scripts etc

see the general scripts/smartforms and their respective driver programs

SD

SALES ORDER/ENQUIRY/QUOTATION

Output type : BA00

ScriptForm Name : RVORDER01

Driver Program Name : RVADOR01

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

MM

PUCHASE ORDER/RFQ/CONTRACT

Output type : NEU

ScriptForm Name : MEDRUCK

Driver Program Name : SAPMF06P

smartform name : /SMB40/MMPO_L

smartform driver program: /SMB40/FM06P

GOODS RECEIPT

Output type : WE01

ScriptForm Name : WESCHEINVERS1

smartform name : /SMB40/MMGR1_A

smartform driver program: /SMB40/M07DR

GOODS ISSUE

Output type : WA01

ScriptForm Name : WA_SCHEINVERS1

smartform name : /SMB40/MMGI1_A

smartform driver program: /SMB40/M07DR

FI Forms

Account Statement : F140_ACC_STAT_01

Cheque Printing : F110_PRENUM_CHEK

Balance Confirmation: F130_confirm_01

Dunning Form: F150_DUNN_01

check the link below it provides steps to convert sap scripts to smartforms

http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf

SMARTFORMS -Driver Program

PO: /SMB40/FM06P

SO: /SMB40/RVADOR01

GR: /SMB40/M07DR

Regards

Anji

Former Member
0 Kudos

Yes ,you can write your own print program ..

I have done for delivery note ,i created own print program and it uses sap standard layout ( I mean i copied standard layout to custom layout ,some windows design).

Thanks

Seshu