Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table for generated function module of smart form

Former Member
0 Likes
4,290

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,177

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

3 REPLIES 3
Read only

Former Member
0 Likes
2,177

Check all the FM which starts with /1BCDWB/SF

Regards,

Ramu N.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
2,177

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

Read only

Former Member
0 Likes
2,178

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