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 Function Modules in ECC IDES environment

Former Member
0 Likes
509

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
474

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

2 REPLIES 2
Read only

Former Member
0 Likes
475

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

Read only

Former Member
0 Likes
474

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