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 query

Former Member
0 Likes
503

Hello Friends,

I have a program called ZMMINV1 which is using one smartform for printing invoice, currently I do not know the smartform name so that I can look into it and make some changes.

My question is, how will I come to know for the program ZMMINV1 which smartform is being used?

Please help me.

Thanks,

Shreekant

1 ACCEPTED SOLUTION
Read only

former_member386202
Active Contributor
0 Likes
469

Hi,

In coding there must be one FM SSF_FUNCTION_MODULE_NAME which uses form name otherwise check table TNAPR

Regards,

Prashant

3 REPLIES 3
Read only

former_member386202
Active Contributor
0 Likes
470

Hi,

In coding there must be one FM SSF_FUNCTION_MODULE_NAME which uses form name otherwise check table TNAPR

Regards,

Prashant

Read only

Former Member
0 Likes
469

Use Fm 'SSF_FUNCTION_MODULE_NAME'

put a break-point on this select query in the function module.

select single lastdate lasttime

from stxfadm

into (l_sf_udat, l_sf_utime)

where formname = formname.

forname(name of the function module)

Read only

Former Member
0 Likes
469

hi,

I think u can see it nace transaction or tnapr table.