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

Smartforms

Former Member
0 Likes
795

Hello Friends,

I have created a smartform and have a print program for the same in SE38.

However is there a way to find out the name print program if i know the name of the smartform.

Thanks and regards.

Shejal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
765

Hi,

goto table tnapr.

pass the form name to the field sform, it will giv u the print program name

regards,

keerthi.

7 REPLIES 7
Read only

Former Member
0 Likes
765

hi shejal,

check the table <b>TNAPR</b>

field SFORM..

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
766

Hi,

goto table tnapr.

pass the form name to the field sform, it will giv u the print program name

regards,

keerthi.

Read only

0 Likes
765

Thanks Priya and Keerthi,

I have checked in the table TNAPR and looked into the field sform and it has the data element TDSFNAME. but however when i excute it, i dont have an input field where i can enter the name of the smartform.

Any help on this.

Shejal.

Read only

0 Likes
765

hi shejal,

its the last field when u check the table entries of se11..

Read only

0 Likes
765

Priya,

I have found the field and is the last in the sequence.

however if i excute the table it dosent have an option where in could enter the name of the smartform.

hope this is clear for my problem.

Thanks again for the reply.

Shejal.

Read only

0 Likes
765

Got it Priya thanks again.

Shejal,

Read only

Former Member
0 Likes
765

hi,

there is one more method also

u can probably find it by using the WHERE Used list on the FM ssf_function_module_name..

if there is no above option like in scripts

You will have to scan the ABAP source for the smartform name using the delivered Program RPR_ABAP_SOURCE_SCAN.

or

Just look in table TNAPR; you should find an entry for the Smartform!

u can check the below link also

Regards,

Naveen