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

smartform program name

Former Member
0 Likes
1,337

Hi everybody,

I have one doubt. I know only smartform name. now i want to know the program name of that smartform.

for example: if the smart form name is ZSMARTFORM

now what is the program name of this smartform. where does all these smartforms store. How to find the program name for a particular smartform.

thanking you,

with regards,

giri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
946

Use tcode - NACE and follow procedure as follows

1)Choose Application from list(eg PO)

2)Click OP type

3)Chose one OP type from Right pane.

4)Click on processing routines

and check for the smartform name and next to smartform name you will find driver program for that smartforms.

With Regards

Nikunj Shah

7 REPLIES 7
Read only

Former Member
0 Likes
947

Use tcode - NACE and follow procedure as follows

1)Choose Application from list(eg PO)

2)Click OP type

3)Chose one OP type from Right pane.

4)Click on processing routines

and check for the smartform name and next to smartform name you will find driver program for that smartforms.

With Regards

Nikunj Shah

Read only

0 Likes
946

Hi,

The form name and the print programe name will store in TNAPR table.

Regards,

Dwaraka.

Read only

Former Member
0 Likes
946

hiiii

use TNAPR table.. enter form name in the selection screen of table and execute it..you will get program name..

regards

twinkal

Read only

Former Member
0 Likes
946

Hi,

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..

cheers,

vasavi.v

Read only

Former Member
0 Likes
946

check tables tnapr for general abap..

for hrabap ttxfp

Read only

Former Member
0 Likes
946

Check in table TNAPR or TTXFP

Read only

Former Member
0 Likes
946

HI,

you can find the smartform name in nace tcode...

Go to Nace t code

Choose Application from list(eg PO)

Click OP type

Chose one OP type.

Click on processing routines

and check for the smartform name and next to smartform name you will find driver program for that smartforms.

With Regards

Jayan.