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

smartform

Former Member
0 Likes
807

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.

8 REPLIES 8
Read only

Former Member
0 Likes
779

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

Read only

0 Likes
779

no poorna as said to we can't find for fi related nace application

what to do?

Read only

0 Likes
779

As per the finance related , settings is to be done in SPRO. Please consult with FI person to resolve your problem.

Read only

Former Member
0 Likes
779

Hi

May i know in tnapr table into which field u have passed the smartform name?

Regards,

Rohan.

Read only

0 Likes
779

rohan i used for sform field, ok na

Read only

0 Likes
779

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.

Read only

Former Member
0 Likes
779

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

Read only

Former Member
0 Likes
779

Hi,

First check where 'SSF_FUNCTION_MODULE_NAME' function module was used in your programs, in those programs check for your smartform name.

Regards