Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remote Enabled Module option for FI_ITEMS_DISPLAY

Former Member
0 Likes
494

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.

2 REPLIES 2
Read only

Former Member
0 Likes
431

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
431

You can try BAPI_GLX_GETDOCITEMS