cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi wrapper get detail obligatory in bidirectional data object

Former Member
0 Kudos

Hello experts,

I´m working with a bidirectional data object with only a header data, but when I´m creating the backend adapter, the system give me a error:

GetDetail has to be provided if Create Bapiwrapper is defined. MMWBAPIADP036.

Necessary must be create a getdetail bapi wrapper, and must be create a child node ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In your case(along with create bapiWrapper), it is necessary to have a getDetail bapiWrapper.

Usually in a getDetail bapiWrapper, the semantics are to include the root node key as the importing parameter, root node structure as the exporting parameter and the other child node structures as table parameters.

If you only have a root node, you may exclude all the table parameters and have only the root node structure as the exporting parameter. This will help u keep the DO structure as it is.

Best Regards,

Pramod

Edited by: Pramod M on Jul 22, 2010 9:25 AM

Former Member
0 Kudos

Thanks,

the advice is work fine.

Best regards.

Answers (0)