‎2012 Nov 29 3:24 PM
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.
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
‎2012 Nov 29 6:13 PM
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
‎2012 Nov 29 6:13 PM
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
‎2012 Nov 29 11:30 PM
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 .
‎2012 Nov 30 1:02 PM
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.