‎2010 Sep 28 7:48 AM
Hi,
I have one requirement.
I have list of function modules, out of thiese i need to get list of generated function modules of smart forms.
So, is there any table or FM in which the generated function module of smartform get stored?
Thanks,
Radhika
‎2010 Sep 28 8:05 AM
Can you please check whether the function module starts with /1BCDWB/SF. Most of the function module related to smart form will begin with this. More over you can check the table STXFADMI where you can able to see for the respective smart form the number which got generated.
May be the aboe points helps you.
Regards
Rajesh
‎2010 Sep 28 7:59 AM
Check all the FM which starts with /1BCDWB/SF
Regards,
Ramu N.
‎2010 Sep 28 7:59 AM
Hello Radhika,
Check the table STXFADMI.
The function module name is generally '/1BCDWB/SF' + STXFADMI-FMNUMB.
BR,
Suhas
PS: Debug the FM 'SSF_FUNCTION_MODULE_NAME', you'll understand it much better
‎2010 Sep 28 8:05 AM
Can you please check whether the function module starts with /1BCDWB/SF. Most of the function module related to smart form will begin with this. More over you can check the table STXFADMI where you can able to see for the respective smart form the number which got generated.
May be the aboe points helps you.
Regards
Rajesh