‎2016 Jun 20 6:24 AM
Hi Friends,
Please help me to find a table or method, via which I can find the user defined parameters in smartforms (Form Interface) at runtime.
Thanks,
Sumeet
‎2016 Jun 20 7:52 AM
Hi,
You can make use of table: FUPARAREF. Pass FM name of the smartforms in field FUNCNAME and parameter type as 'I' in field PARAMTYPE. All the import parameters entries with 'REFERENCE' equal to X will be your user defined parameters.
To get the FM name of smartforms, use FM 'SSF_FUNCTION_MODULE_NAME'.
‎2016 Jun 20 7:52 AM
Hi,
You can make use of table: FUPARAREF. Pass FM name of the smartforms in field FUNCNAME and parameter type as 'I' in field PARAMTYPE. All the import parameters entries with 'REFERENCE' equal to X will be your user defined parameters.
To get the FM name of smartforms, use FM 'SSF_FUNCTION_MODULE_NAME'.
‎2016 Jun 20 8:05 AM
‎2016 Jun 20 2:08 PM
Classe CL_SSF_FB_SMART_FORM. Use method LOAD, then attribute INTERFACE is an internal table of parameters (standard parameters have STANDARD='X').