Hi,
I have a function called
Z_FS_FUSED_BUSINESS_OBJ_DATA,
I have also defined a form in this function called
FORM conglomerated_data
All of this is in one function group called z_fs_inbound
If I have another function, in another function group, what is the syntax for calling the form in the first function group ; i tried
PERFORM conglomerated_data in program
Z_FS_FUSED_BUSINESS_OBJ_DATA
but this did not work
thanks