cancel
Showing results for 
Search instead for 
Did you mean: 

print programs for smartforms

anupam_srivastava2
Participant
0 Kudos

hi

how can I know printprograms of the related smartform.

cheers

AJ

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

in table TNAPR give your driver program name to PGNAM field and form name will displayed in FONAM.

Former Member
0 Kudos

Hi

Byusing the Tables Tnapr & TTXFP u can get the details of driver program of your script or smartform

Or

Goto NACE->select the Application type(EF-purchase order)->select output types->NEU for new PO printout->double click on process routines_> sscroll right->specfiy ur form and print proggram there(instead of MEDRUCK give ZMEDRUCK)->save

Nace is for message control settings. Say if u want to trigger a Smartform or an Idoc or any other customized program u can do the message control settings.

Say at the time of Sales Order creation or updation u want to trigger a Smartform, then u have to follow the following steps:

Goto NACE

Select application V1 and then click Output Type.

create a new Output type or copy the existing one abd save it with new name

then in Processing Routine Mention the driver program name and in Form routine mention the main subroutine name.

In Smartform mention your SMartform name and also the layout if u have ceated.

Again go to NACE and Select application V1 and press Procedures.

here out of the many procedures u have to select the right one and attach your Output Type to it.

You can also create a condition record..Say if u want to trigger this Smartforms for Sales Order of particular type.