‎2011 May 14 6:12 AM
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
‎2011 May 14 6:20 AM
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..
‎2011 May 14 6:58 AM
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...
‎2011 May 14 8:41 PM
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.