Sharing Form..Endform Between two Function Modules
Hi,
I have two function modules in which I am writing one BDC program. Is it possible to write the BDC program in a common routine and that routing can be shared by both function modules?
Regards,
ASD
Create both the function modules in the same function group, and put the form in the User defined include files of the function group.
Hope that helps.
Vasim
Thanks a lot Vasim !!