cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM ssf_function_module_name

Former Member
0 Likes
7,702

HI,

what is use of FM ssf_function_module_name while creating smart form it generates its own function module but we will call the function module by getting its name fom the above FM instead of giving it directly .

can anybody explain it.

max points will be rewarded for good answers.

Thanks in advance.

View Entire Topic
Former Member
0 Likes

Hi,

SSF_FUNCTION_MODULE_NAME is used to get the function module name of the smartform dynamically.

In real time you will develop the smartform in development system.

but the generated function module names may vary from client to client and system to system.

So it is better to get the FM names by dynamically only.

Thanks

Bhanu