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

Scripts & Smart forms

Former Member
0 Likes
1,156

Hi

Can you tell me where can i search my package scripts and smart forms, they are not getting displayed in se84.

Another question is how can i get from the smartform name which is created for that driver program and vice versa.

Regards

Haritha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
967

Hi,

You can go to the standard report RSTXFCAT for those custom scripts.

For getting the name of the smartforms and driver program, you can go to transaction NACE or the table TNAPR.

P.S. Mark all helpful answers for points.

JLN

6 REPLIES 6
Read only

Former Member
0 Likes
967

if you want see script layouts use the transaction SE71

for SMARTFORMS use SMARTFORMS transaction code.

they dont appear thru SE84.

to know the smartforms and its associated driver programs,you can use NACE transaction.

here select your application & choose OUTPUT TYPES ->then select your output type and then choose 'Processing routines'. on the coming screen,you can see the driver program and layout(either script/smartforms).

Regards

srikanth

Message was edited by: Srikanth Kidambi

Read only

Former Member
0 Likes
968

Hi,

You can go to the standard report RSTXFCAT for those custom scripts.

For getting the name of the smartforms and driver program, you can go to transaction NACE or the table TNAPR.

P.S. Mark all helpful answers for points.

JLN

Read only

Former Member
0 Likes
967

hi,

fm -><b> SAPSCRIPT_SELECT_PROGRAM</b>

to find the driver program of script

check FM's <b>SWF_FORMS_OF_PROGRAM_DISPLAY</b> or <b>SWF_FORMS_OF_PROGRAM_GET</b> for smartforms.

You can get the list of scripts and smartforms in table TADIR.

Regards,

Sailaja.

Read only

Former Member
0 Likes
967

Hi Haritha,

For searching for all your Smartforms and SAPScripts you can use table TADIR. For SAPScripts give Object type as FORM and for Smartforms give Object type as SSFO.

You'll get the names of all the Smartforms and SAPScripts in that system.

Hope this helps!

Regards,

Saurabh

Read only

Former Member
0 Likes
967

Hi Laxman

I am getting list of smart forms and scripts using tadir table. But how can we view our own scripts and smartforms in nace or table TNAPR.

Regards

Haritha

Read only

0 Likes
967

hi,

Once you go to table TNAPR, type in the output type KSCHL or the application field KAPPL. Then execute the table. You can see the list of sap script, smartforms and the driver programs available.

The same thing is configered in the NACE transaction, where you can choose the application and press output types button. Inside this choose the output type and then double click on processing routines. here you will be able to see the list of sap script or smartform and the driver program attached to it.

P.S. mark points for all helpful answers.

JLN