cancel
Showing results for 
Search instead for 
Did you mean: 

smart forms

Former Member
0 Kudos

what is the type rs38l_fnam,what it mean?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

rs38l_fnam is generally a data element.

When you execute your smart form it will generate a function module each time. so it is dynamic. For this reason u will declare a variable type rs38l_fnam which takes care of smart form function module that u interface in your print program.

Regards

Swetha

Former Member
0 Kudos

Hi,

rs38l_fnam is data element.If you transport the smartform from development system to quality and then to production then the function module generated in these systems is different.So in order to get these FM names we make use of FM SSF_FUNCTION_MODULE_NAME

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

When u call your smartform from your driver program, you cant pass your smartform name as it is. A function module name is generated when you create your smartform. You call this function module name in your driver program and pass parameters. To get the function module name you use the FM SSF_FUNCTION_MODULE_NAME and pass your smartform name there. The value that the function module returns is captured in a variable which is of the type rs38l_fnam.

Revert back if you have ne further queries.

Thanks

Nayan

Former Member
0 Kudos

Hi,

we are declaring Data object as type RS38L_FNAM data element.

RS38L_FNAM is a DATA ELEMENT

RS38L_FNAM --->Name of Function Module

Best regards,

raam