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

sf driver program

Former Member
0 Likes
735

Hi All,

How to find driver program name of smartform.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

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.

6 REPLIES 6
Read only

Former Member
0 Likes
681

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.

Read only

0 Likes
680

Amresh,

Hi there is no driver program for smartform , there is a function module generated when you execute so its client independent

It 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.

Read only

Former Member
0 Likes
680

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

Read only

Former Member
0 Likes
680

Hi

If it is configured in NACE, then check in TNAPR table.

Vishwa.

Read only

Former Member
0 Likes
680

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.

Read only

Former Member
0 Likes
680

Hi how we will find out the driver program name if we know only layout