‎2007 Sep 06 8:34 PM
what is the functionality of SSF_FUNCTION_MODULE_NAME ?
why r u uisng this ?
‎2007 Sep 06 8:38 PM
Hi,
Please check this from other thread.
Let's say I have a program in which I have called the smartform in direct method by using the function module generated.
Now if I change that smartform so much, sometimes a new function module will be generated. or if I delete that smartform and create a new one with same name, a new function module will be generated. Then I need to go and change all programs that call this smartform directly.
In the two step process, it is not necessary. Everytime the function module related to a smart form changes, the SSF_FUNCTION_MODULE_NAME fetches the latest. So we dont need to update our report programs each time we manipulate the smartform.
Regards,
Ferry Lianto
‎2007 Sep 06 8:37 PM
‎2007 Sep 06 8:38 PM
‎2007 Sep 06 8:38 PM
Hi,
Please check this from other thread.
Let's say I have a program in which I have called the smartform in direct method by using the function module generated.
Now if I change that smartform so much, sometimes a new function module will be generated. or if I delete that smartform and create a new one with same name, a new function module will be generated. Then I need to go and change all programs that call this smartform directly.
In the two step process, it is not necessary. Everytime the function module related to a smart form changes, the SSF_FUNCTION_MODULE_NAME fetches the latest. So we dont need to update our report programs each time we manipulate the smartform.
Regards,
Ferry Lianto