‎2010 Feb 08 10:41 AM
Hi All,
Im in the need of inserting Standard Include program rapost_top into one z function module.
Where can i declare it? with in the function & end function or in Top include of the Function module?
Thanks in advance,
Helps will be appreciated.
‎2010 Feb 08 10:51 AM
Hi,
If you want to execute the Include, every time when Function Module is executed then place that inclcude in FM between Function and END function.
else, You can create anew Zinclude in the function group of the FM and call the include in that created include.
Thanks & Regards,
Vamsi.
‎2010 Feb 08 10:57 AM
Hi,
Its a standard TOP include which conains only data declarations and type-pool declarations and no executable code.
Copy all thos declarations and put it in the top include of custom function group.
Regards,
Lakshman.