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

Inbound interface to SAP ECC

rhviana
Active Contributor
0 Likes
718

Hi abap experts,

So I have the scenario below - Inbound with abap proxy:

I need develop abap proxy because the requeriment from Tech Arch team.

But I will propuse a new solution based on this docs.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0e7ae66-be6d-2a10-d385-92e6e67de...

If there is BAPI for create vendor/material, getlist of vendor/material and update vendor/material, it´s more better expose BAPI then proxy =  more steps.

I found some BAPI´s at t.code (BAPI), but I´m not abap developer, I dont know if I can use theses bapi´s.

Could confirm:

Bapi´s for material:

bapi_material_edit

bapi_material_getlist

BAPI_MATERIAL_SAVEDATA

May I use it for my scenario guys?

and to vendors I dont found any at t.code BAPI.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
652

For material creation/edition you have to use BAPI_MATERIAL_SAVEDATA

For vendor there is no BAPI avaialble, you have the following options:
BDC - refer to RFBIKR00, IDOC (CREMAS) or method MAINTAIN_BAPI from class VMD_EI_API

Regards,

Felipe

3 REPLIES 3
Read only

Former Member
0 Likes
653

For material creation/edition you have to use BAPI_MATERIAL_SAVEDATA

For vendor there is no BAPI avaialble, you have the following options:
BDC - refer to RFBIKR00, IDOC (CREMAS) or method MAINTAIN_BAPI from class VMD_EI_API

Regards,

Felipe

Read only

0 Likes
652

Really Felipe ?

I can use the BAPI_MATERIAL_SAVEDATA for both.. good to know... I will reduce a number of interfaces.

About vendor, IDOC it´s out of solution, maybe I must ask to abap team what is the best RFC or Proxy.

Thanks for now. when I get result I will post .

Read only

0 Likes
652

Yeap, you can reach both with BAPI_MATERIAL_SAVEDATA, this one is well documented in SE37 but I had some issues when tried  to update long texts for materials.