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

Function module DD_DOMA_GET not remote enabled in miniSAP system

Former Member
0 Likes
843

Hi Experts,

I've succesfully installed miniSAP system (from ABAP Objects book).

The problem is that when I try to import the Meta Data of any BAPI in the Web Dynpro for Java model, it throws an error that "DD_DOMA_GET is not remote enabled".

When I try to change the function module DD_DOMA_GET, it does not allow me to do so.

As a result, I cannot import the metadata for any of the available BAPIs.

Please advise.

Regards,

Nitin

Hi Experts,

I've succesfully installed miniSAP system (from ABAP Objects book).

The problem is that when I try to import the Meta Data of any BAPI in the Web Dynpro for Java model, it throws an error that "DD_DOMA_GET is not remote enabled".

When I try to change the function module DD_DOMA_GET, it does not allow me to do so.

As a result, I cannot import the metadata for any of the available BAPIs.

Please advise.

Regards,

Nitin

3 REPLIES 3
Read only

Former Member
0 Likes
760

Hi,

Create a custom wrapper FM which is Remote enabled & call the FM DD_DOMA_GET inside your custom Remote FM. Changing the std. FM would be a core code mod. hence above approach would be safe.

Thanks,

Best regards,

Prashant

Read only

0 Likes
760

Hi Prashant,

Thanks for the prompt reply.

The problem is that I do not know from where all places in the code has this function module DD_DOMA_GET been called.

Whenever I try to call any BAPI, it throws the error. So I cannot create a custom wrapper.

Regards,

Nitin

Read only

Former Member
0 Likes
760

Hi,

note 718320 explains how to change this function module to be remote enabled.

Tim