‎2015 Apr 08 4:45 PM
I am attempting to create a web service based on a function module in an ECC 6.05 IDES Test Environment. I am looking to either remote enable an SAP delivered function module (ME_READ_OUTLINE_AGREEMENT_DISP) or find an existing FM that is already remote enabled that I can use for testing purposes.
Can anyone help me on this topic?
‎2015 Apr 08 5:13 PM
Hi Alexander,
Check whether BAPI_SAG_GETDETAIL suits your needs as interface for both of the FMs looks similar to me.If no option take a copy of the Standard FM and copy it as a Z report and do the changes.
Regards,
Kannan
‎2015 Apr 08 5:13 PM
Hi Alexander,
Check whether BAPI_SAG_GETDETAIL suits your needs as interface for both of the FMs looks similar to me.If no option take a copy of the Standard FM and copy it as a Z report and do the changes.
Regards,
Kannan
‎2015 Apr 08 7:22 PM
Alexander,
You will not be able to change the attributes of standard SAP functions unless you have a key. As Kannan stated if its required that you need to you the same FM, copy it into a Z function. This is called clone and own which is not advisable in real world scenarios since the cloned FM will not get any updates if the original SAP FM is updated.
Thanks,
Vikram.M