Application Development 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: 

Getting idocs from SAP on a external system

Former Member
0 Kudos

Hi, I need some help.

I'm using PHP/SAPRFC to get idocs from SAP, using SAP FM IDOC_INBOUND_ASYNCHRONOUS. Untill now I get all idocs available on SAP with this function and then I read them using SAPRFC func "saprfc_table_rows()" and "saprfc_table_read()" index by index.

From now on I intend to get idocs selecting them by partner name using SAPRFC too.

My question is, what FM should I use to get success on it ?

In advance, thanks and regards

VF

1 ACCEPTED SOLUTION

guillaume-hrc
Active Contributor
0 Kudos

Hi,

Not sure there is a standard Remote-enabled function module for what you intend to do.

Maybe you should implement it in ABAP first before calling it.

Best regards,

Guillaume

1 REPLY 1

guillaume-hrc
Active Contributor
0 Kudos

Hi,

Not sure there is a standard Remote-enabled function module for what you intend to do.

Maybe you should implement it in ABAP first before calling it.

Best regards,

Guillaume