‎2008 Nov 05 5:12 AM
‎2008 Nov 05 5:15 AM
Hi there is no driver program for smartform , there is a function module generated when you execute so its client independent
capture the name of that function module and use them.
see sdn threds for more help.
Amresh.
‎2008 Nov 05 5:15 AM
Hi there is no driver program for smartform , there is a function module generated when you execute so its client independent
capture the name of that function module and use them.
see sdn threds for more help.
Amresh.
‎2008 Nov 05 5:19 AM
Amresh,
Hi there is no driver program for smartform , there is a function module generated when you execute so its client independentIt is true that you can create smartform without print program.....but...
In practical sense...It does not actually cater the need.
For Example, In NACE If you dont give the driver program and just give the smartform...Do u think it will work?? It wont work.
Regards,
Vishwa.
‎2008 Nov 05 5:15 AM
hello,
driver program is not mandatory for smartform . but we find the program if it is contain any,
in std report called RSNAST00 in this report line no 812
u have code as i mention below just keep break point there 'TNAPR-PGNAM = PGNAM."
then run the smartform it will triggerd there u can see driver program there or NACE tcode aslo we can see
"
TNAPR-RONAM = RONAM.
TNAPR-FONAM = FONAM.
TNAPR-PGNAM = PGNAM.
thank u
santhosh
‎2008 Nov 05 5:16 AM
Hi
If it is configured in NACE, then check in TNAPR table.
Vishwa.
‎2008 Nov 05 5:19 AM
Hi,
In Nace we have Driver Program and Smartform.
In other abap programs we must have a T.Code. By Using T.Code we can find Smartform Name and Program name.
‎2008 Nov 05 6:10 AM
Hi how we will find out the driver program name if we know only layout