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: 

Sales Order

Former Member
0 Kudos

Hi!

i want the driver program and smartform name for Sales Order any one help me?

12 REPLIES 12

Former Member
0 Kudos

Hi Kiran ,

just check NACE ( Tcode ) for layout / Driver program etc.

Regards

Prabhu

vinod_gunaware2
Active Contributor
0 Kudos

Check NACE transaction or SPRO setting (SALE and distibuted)

regards

vinod

former_member188685
Active Contributor
0 Kudos

Hi,

RVADOR01 <<<Driver Program

RVORDER01 << script, but there is no standard smartform.

Regards

vijay

0 Kudos

hi thanks,

can u give me the sf names and driver prog names for <b>Customer Billing Documents & Delivery Documents</b>.

thanks ,

Kiran.M

0 Kudos

Check Tcode NACE , NACT or

Table TNAPR for field 'sform' .

Regards

Siddharth

Former Member
0 Kudos

The standard one is not a SMART Form, but a SAP Script.

The SAP Script is RVORDER01 and the print program is RVADOR01.

Regards,

Ravi

Former Member
0 Kudos

1) <b>NACE</b> tcode will give you configuration details where you can find details. <b>V1</b> type

2) <b>TNAPR</b>, table will also can give you script form details.

rgds,

TM

Former Member
0 Kudos

Hi,

Goto NACE->Select V1 Sales->Select Output Types ->Here YOU will find many Output types , ex: If your requirement is to find for Order Confirmation , then select BA00 and Double click on Processing Routinues ->Here YOU can see your Print Program and the Script / Smartform associated with the driver Program .

For SCritp Check in Column Form Name

For Smart Form Check in Smartform Column.

Regards,

Raghav

Former Member
0 Kudos

I want to know how to execute a smartform from NACE transaction.

0 Kudos

Boss ,

u cannt execute SF from NACE Tcode , NACE is for Form Settings like for SO u have to assign Form name / Driver program.

to get the Print out / Preview check in va03.

Regards

Prabhu

0 Kudos

Hi Kiran,

you can't execurte it directly from NACE.

But you can tigger your SCRIPT or smartform from VA03

Regards

vijay

0 Kudos

Kiran,

This is what happens internally.

When you save a order using VA01 / VA02, the output conditions that you have configured will call the subroutine ENTRY (Configurable one in NACE) dynamically from the program you have configured in the NACE transaction.

So, the standard programs fetches some info and keeps it ready for processing and passing the data to the SAP Script.

So, if you can write a report program separately that fetches the data and calls the SAP Script you can test it. Else, VA02 is the only way.

Regards,

Ravi