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

program name for smartform

Former Member
0 Likes
823

i hav made a smartfomr and a driver program for it

but now i forgot the program name for it

can some body plz help me to find it out

i hav cheked table tnapr

but did not get anything as it is not showing my z table

plz help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
797

Hi

If in your Driver program, you are using SSF_FUNCTION_MODULE_NAME .

Scan the Z program using Report RPR_ABAP_SOURCE_SCAN

with Programs as Z* and Name of your Smrrtform against String .

This may take some time .

You will get the List of Programs where your Smartform is called .

Check from this programs, which one is your requirement .

It may happen that u get only one program .

Hope this Helps .

Praveen

Message was edited by:

praveen parasiya

Message was edited by:

praveen parasiya

9 REPLIES 9
Read only

former_member386202
Active Contributor
0 Likes
797

Hi,

Try to find using tcode NACE

Regards,

Prashant

Read only

0 Likes
797

it is a zsmartform can u tell how to use nace?

i tried but have no idea

plz help

Read only

Former Member
0 Likes
797

Hi,

Just goto view TRDIR.

display contents, and in the name field just give z* and execute.

You will get all the program names, from this you can find

Read only

0 Likes
797

it gives the z programs

how can i know if there are so many z programs

i want specific program name for my z smartform

plz help

Read only

mahaboob_pathan
Contributor
0 Likes
797

Hi,

if u have configured it once then we can find it out.

Goto NACT and give the appliction type.

it will direct to antoher screen there

click on position button and give NEU.

and select type of output type.

and click on processing routines there u can find the program name.

Read only

0 Likes
797

wat is the application for zsmartform?

Read only

Former Member
0 Likes
798

Hi

If in your Driver program, you are using SSF_FUNCTION_MODULE_NAME .

Scan the Z program using Report RPR_ABAP_SOURCE_SCAN

with Programs as Z* and Name of your Smrrtform against String .

This may take some time .

You will get the List of Programs where your Smartform is called .

Check from this programs, which one is your requirement .

It may happen that u get only one program .

Hope this Helps .

Praveen

Message was edited by:

praveen parasiya

Message was edited by:

praveen parasiya

Read only

0 Likes
797

thanx parveen thanx a lot.

Read only

0 Likes
797

Hi...

Thanx.

Was bit crude way of doing it .