cancel
Showing results for 
Search instead for 
Did you mean: 

driver program name...

Former Member
0 Kudos

Hi,

is there a way by which we can find the program name associated with the smartform. Like we can get in sapscript (SE71) .

Also we dont have smartform for all the layouts, like rvorder01

(for sales order).

even if we convert the sapscript to smartform, which driver program do i have to associate it with.

thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check this thread.

Former Member
0 Kudos

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 .

Reward points if useful.