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 programme name

Former Member
0 Likes
448

hi,

please let me know smartforms made some other person, now i am checking the smartfomrs and i want to know the programme name how to find out the same.

when i gone through the table TNAPR there i am not finding anything.

please help.

thanks,

sujatha

3 REPLIES 3
Read only

Former Member
0 Likes
416

Hi Sujatha,

There are 2 ways we have to find out the Program Name.

1. Go to NACE transaction and select the appication are like MM, SD , FICO and select output types

Based on the output type u can find the Program name and Smartform name in the respective Processing Routines tab option.

2.go to se37 put in the FM name of smartforms and then click on where-used list select program and you would get the name of the program .

Regards,

Dhina..

Read only

Former Member
0 Likes
416

its gud to find out from knowing the utilization. if it is a output of a particular document then you can find in nace...

or there is another way if you want to find out in which program this name is being used..

open SE38.. keep program name as blank. goto Utilities->Find in Source code.. a warning will come.. ignore it(press enter)... now in the search string give the smartform name. then click the extended selection next to program name(whcih wud be blank by now) and give Z*.. then just give next next... you will find the programs and the exact lines where the string is used...

Read only

Former Member
0 Likes
416

Hello,

If you are not able to find in TNAPR then might be the case smartform called throuhg staticaly not throuhg output type...

There are two ways:

1. RPR_ABAP_SOURCE_SCAN - scan all custom programs

2. Set a break-point in function module of smartform and execute the process

If you still not able to find, then it might be not in use..

Thanks.