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,046

Hi,

How can i know the program names for z*created smartforms.

Thanks,

Suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
957

Hi

Just go to the transaction "smartforms" and type z*

And press f4

PS: Award points if helps

8 REPLIES 8
Read only

Former Member
0 Likes
958

Hi

Just go to the transaction "smartforms" and type z*

And press f4

PS: Award points if helps

Read only

Former Member
0 Likes
957

Hi,

In the transaction code NACE,

you can know the program names for Z*smartforms.

procedure,

-->select the Application area,for eg EF for purchase order and

-->click on output types and select the outputtype and double click on Processing routines

-->here u can know to which program the form is attached.

Regards,

vineela.

Edited by: Radha Vineela Aepuru on Jun 20, 2008 12:55 PM

Read only

Former Member
0 Likes
957

hi go to the table tnapr...and give the form type as 1 ..

1 is for smartforms

Read only

Former Member
0 Likes
957

Hi Suresh,

You would have assigned an output type for the smartform.

Goto transation NACE, choose the corresponding distrbution.

Double Click the output type, it will display the program name and the smartform name.

Option2:

Goto the corresponding generated function module,put a breakpoint there...exceute the transaction where the smartform issues the output.it will stop at the brakpoint ,press F7.It will coem to the program where the smartform is called.

Thanks,

Ponraj.s.

Read only

Former Member
0 Likes
957

Refer table TNAPR or TADIR

Read only

GauthamV
Active Contributor
0 Likes
957

hi,

all smartform details r stored in table STXFADM.

reward points if hlpful.

Read only

Former Member
0 Likes
957

Refer TNAPR Table, which holds the print Program names and Smartform names. Use the fiekd SFORM to search for Pritn programs.

Smartforms and Print programs will available in the above table only if they are configured in NACE transaction.

Regards,

Kiran Bobbala

Read only

Former Member
0 Likes
957

Hi

If you know the output type of the smartform than in the NACE transaction you can come to know program name .

other wise

you can find the smartform program name from the TNAPR table.

Hope it will solve your problem.

Rewards Poitns if useful.

Thanks & Regards

Nikunj Shah