‎2010 Jan 11 5:32 AM
Hi,
We need to Enable the Remote Enable option for function module
FI_ITEMS_DISPLAY to access the third party system.
Please suggest wheather we can enable the remote enable option but in
this function module refernce parameters are used.
please suggest.
‎2010 Jan 11 11:06 AM
Hi,
purpose of this FM is to display ALV with some data which are passed to this function module and therefore it is meaningless to make this FM remote enabled. It is not clear what exactly is your issue. Can You explain it in more detail?
If you want to get items data from third party system and than to display them in SAP, you do not need to change this FM to remote enabled. You just need to get data from external system before calling this FM for displaying data and pass these data to FM FI_ITEMS_DISPLAY.
If you want do display ALV in third party system, it is not possible.
In general, it is possible to make a customer function module which will be remote enabled and will be used as a "wrapper" and call this FM instead of the original one.
Regards,
Adrian
‎2010 Jan 11 11:18 AM