Application Development 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: 

Regarding SmartForms

Former Member
0 Kudos

Hi Experts

I have searched the forums .I have a doubt in smartforms regarding the smartform name like for invoice the form name is LB_BIL_INVOICE.how can we identify the form names for sales orders.order confirmation and so on..

Reward is expected

Thanks

prashanth

1 ACCEPTED SOLUTION

Former Member
0 Kudos

go to NACE transaction.Select the application area(V1,V2 etc) and click on processing routines->Here you will find the form names assigned.

Alternatively you can also go to the TNAPR table to find the form names.

5 REPLIES 5

Former Member
0 Kudos

Hi

Goto Transaction NACE, Select the relevant module, click <b>Output types</b>, and then you can select the <b>output</b>, click on <b>processing routines</b>...

In this way you can find the SF associated to relevant output types.

Regards,

Raj

Former Member
0 Kudos

goto NACE-> transaction

select on the specific application. in your case <b>V1-for sales</b>

then click on the button <b>OUTPUT TYPES</b> appears on the application tool bar.

on the coming screen you will have different output types like <b>AF00 for INQUIRY</b>

select that row and click on the menu appears on the left side <b>'PROCESSING ROUTINES'</b>.

on the coming screen you can see the driver program name,script layout name, and SMARTFORM name(if available).

from this we can come to know what layout has been assigned to what output type.

if we want we can change the layout name/program name here.

Regards

Srikanth

Message was edited by: Srikanth Kidambi

Former Member
0 Kudos

go to NACE transaction.Select the application area(V1,V2 etc) and click on processing routines->Here you will find the form names assigned.

Alternatively you can also go to the TNAPR table to find the form names.

Former Member
0 Kudos

Hi,

Check in transaction <b>NACE</b>, you will get the information. and also you can get information in the table <b>TNAPR</b> ..

Regards

Sudheer

Former Member
0 Kudos

U can check it in nace and also in TNAPR table.

Another way is since u know the form name,generate the function module and in the function module u can check where it is used.That is using where used list button.

Hope this helps.

Regards