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

Former Member
0 Likes
480

Hi all.

i have one query in smart forms.

Iknow only the smart form name.

I can I know the corresponding driver program name.

in scripts we will ger the script info through menu of the script.

in that it is showing all thw windows,the code in those windows.

like that shall we get it for the smart forms also.

Thanks in advance,

Regards,

venkat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

Hi,

You can also try Txn: NACE or TNAPR.

Else another way is:

Goto se71

open the form in DISPLAY mode.

FORM-> CHECK -> TEXTS

A small window opens.

click ok

This new window which opens up will show the driver programs used..if any.

Hope that helps you.

Regards,

Anjali

3 REPLIES 3
Read only

Former Member
0 Likes
441

hi

u can go to table TNAPR

input ur formname at selection screen of SE11

it will hopefully give u the driver program

associated wid this form

thanks.

Read only

Former Member
0 Likes
442

Hi,

You can also try Txn: NACE or TNAPR.

Else another way is:

Goto se71

open the form in DISPLAY mode.

FORM-> CHECK -> TEXTS

A small window opens.

click ok

This new window which opens up will show the driver programs used..if any.

Hope that helps you.

Regards,

Anjali

Read only

Former Member
0 Likes
441

Hi venkat,

try to find through the FM that is generated when you activate the Smartfrom, you can use that FM and tyr using where used list of that FM , that will give some info. or else if you have any output type for the Smart form then you can go with NACE transaction or TNAPR table.

Regards

vijay