cancel
Showing results for 
Search instead for 
Did you mean: 

Backend apdatper with Push function fails to be activated

Former Member
0 Kudos

Hi,

  I would like to specify a "instance push function" for a backend triggered BO.

I followed the steps from  Vinodh Nagarajan in

I inserted ZMOB_PUSHMISSIONE in the "Instance Push Function" field of backend adapter but I'm not able to activate the BO. I have the following error:

"Client specific data object is mapped to client independent BAPI Wrapper"

Message number MAPPING_TOOL_MSG173

The BO has 2 bapi wrapper: GET LIST and MODIFY.

Without the "Instance Push function" the BO works correctly in bidirectional way

Any suggestion?

regards

  Leonardo

Accepted Solutions (0)

Answers (2)

Answers (2)

ullas_hollapk
Explorer
0 Kudos

Hello Leonardo,

"Client specific data object is mapped to client independent BAPI Wrapper" is a warning. Ideally, you should be able to proceed even if you get this warning.

Could you do a consistency check of your backend adapter and see if you get any other messages (Click on the 'View Messages' button)?

Regards,

Ullas

Former Member
0 Kudos

Hi,

All the dataobjects by default are currently mandt specific or client specific.

The bapi wrapper tables parameter structure(incase of getlist) and import parameter structure(incase of modify bapi wrapper) contains the mandt field?

Regards,

Liji