Hello Jose,
you can only call RFC enabled Function Modules with JCO.
Regards
Gregor
Hi Jose,
As given in documentation, we can call only RFM's using JCo. But we can invoke any BAPI by invoking the corresponding RFM. For this, we must know the corresponding RFM for any BAPI. For example, BAPI Customer.GetList is invoked by calling BAPI_CUSTOMER_GETLIST. I hope this helps.
Regards,
Vijaya Gopal.
Create a RFC wrapper function then instantiae the ABAP Object and execute the methods within the function. Interface would be matched with import and export parameters for the RFM.
Then you can call it from JCO.
Message was edited by: Kyo choi
Add a comment