‎2008 Nov 25 7:08 AM
hi all,
if i know the smartform name only but i want to know the related driver programm of that smartform.
what is the procedure have to follow. i tryed using TNAPR table but i didn't get.pl, tell me exact possible way.
thanks.
‎2008 Nov 25 7:15 AM
goto NACE transaction --> Select Application --> click on Output types --> Select output types --> Double click on Processing routines ---> There u will see driver program and releated Smart form name
‎2008 Nov 25 7:21 AM
no poorna as said to we can't find for fi related nace application
what to do?
‎2008 Nov 25 8:04 AM
As per the finance related , settings is to be done in SPRO. Please consult with FI person to resolve your problem.
‎2008 Nov 25 11:23 AM
Hi
May i know in tnapr table into which field u have passed the smartform name?
Regards,
Rohan.
‎2008 Nov 25 11:30 AM
‎2008 Nov 25 11:41 AM
Hi
If no output type is defined for that then u have to go for SPRO.For which u have to consult the Fi team.
Regards,
Rohan.
‎2008 Nov 25 11:37 AM
Hello,
i can give small advice driver program is not madatory for smartfoms.
if the smartfoms exit any driver program we can find .with TNAPR table we can find that,
we have standard program RSNAST00 in version ECC 5.0 in this report line number 815.
just keep break point there and run smartform or tcode it will triggerd there.
here im pasting the code
check pgnam ne space.
tnapr-ronam = ronam.
tnapr-fonam = fonam.-
tnapr-pgnam = pgnam.-----breal point
if tnapr-ronam ne space or tnapr-pgnam ne space.
Try this may help u ,
thank u,
santhosh
‎2008 Nov 25 11:42 AM
Hi,
First check where 'SSF_FUNCTION_MODULE_NAME' function module was used in your programs, in those programs check for your smartform name.
Regards