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

Smart forms and SAP Script Details

Former Member
0 Likes
944

Hi,

Is there any FM or table which can give me the sap script or smart form name along with name of print program and the languages in wich it is used?

Help would be appreciated.

John

1 ACCEPTED SOLUTION
Read only

Pawan_Kesari
Active Contributor
0 Likes
914

In table TADIR select rows where OBJECT=FORM for sapscript and OBJECT=SSFO for smartform

In table TADIR select rows where OBJECT=FORM for sapscript and OBJECT=SSFO for smartform

6 REPLIES 6
Read only

former_member156446
Active Contributor
0 Likes
914

table : TNAPR

or Tr. NACE

Please search next time before you post

Read only

0 Likes
914

Have already searched Table TNAPR and TCode NACE. These are custom forms.

Please help

Read only

Pawan_Kesari
Active Contributor
0 Likes
915

In table TADIR select rows where OBJECT=FORM for sapscript and OBJECT=SSFO for smartform

Read only

0 Likes
914

Thanks Pawan.

But TADIR does not show the print program name.

Read only

0 Likes
914

if you have the print program name use that in TNAPR - PGNAM and get the corresponding forms..

to get the form names in different language there will be some Ztable which hold the form name realted to the language.... like ZFORM...

Read only

0 Likes
914

A sapscript or smartform can be used within any print program without any configuration.

So no table will give you exact information about the print program of sapscript or smartform.

You can find print program associated with a form (read sapscript smartform) if that form is configured with some output type. But this list will not be exhaustive. In other words there still can be other print program using the form but not listed in TNAPR table.