cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Synchronization Without calling BAPI wrapper

Former Member
0 Kudos

Hi All,

I am very new to SAP MI development...

I wanted to know that

is it possible to call BAPI directly not calling with use of BAPI Wrapper?

is there any other way to do Smart Synchronization where BAPI wrappern not required?

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hello maulik,

if your existing BAPIs do conform with the requirements

for a BAPI wrapper then you don't need to wrap it...

MEREP_CONTACT_* are example of BAPIs that don't need to be

wrapped. please refer to MDK as well for details.

regards

jo

Former Member
0 Kudos

Hi Maulik,

if u directly want to call the BAPI u will need to call the underlying RFC related to that BAPI.

This is done through Generic Synchronization.

Please refer to documents on help.sap.com and MDK for further help.

cheers

Anand