‎2008 Jul 14 2:30 PM
hi gurus
what is the Business object for creating/changing/deleting material.
‎2008 Jul 14 2:35 PM
Hi Diana,
I would like to suggest a few,
The standard SAP business object for material is :
Business Object Type: BUS1001
Business Object: Material
BAPI_STANDARDMATERIAL_CREATE
BAPI_MATERIAL_DELETE - For material deleting.
BAPI_MATERIAL_DISPLAY - For displaying material.
BAPI_MATERIAL_EDIT - For changing material.
BAPI_MATERIAL_GETLIST - List of material.
BAPI_MATERIAL_SAVEDATA Create and Change Material Master Data
BAPI_MATERIAL_MAINTAINDATA_RT Create and Change Material Master Data (Retail)
Hope that's usefull.
Good Luck & Regards.
Harsh Dave
Edited by: Harsh Dave on Jul 14, 2008 7:11 PM
‎2008 Jul 14 2:35 PM
Hi Diana,
I would like to suggest a few,
The standard SAP business object for material is :
Business Object Type: BUS1001
Business Object: Material
BAPI_STANDARDMATERIAL_CREATE
BAPI_MATERIAL_DELETE - For material deleting.
BAPI_MATERIAL_DISPLAY - For displaying material.
BAPI_MATERIAL_EDIT - For changing material.
BAPI_MATERIAL_GETLIST - List of material.
BAPI_MATERIAL_SAVEDATA Create and Change Material Master Data
BAPI_MATERIAL_MAINTAINDATA_RT Create and Change Material Master Data (Retail)
Hope that's usefull.
Good Luck & Regards.
Harsh Dave
Edited by: Harsh Dave on Jul 14, 2008 7:11 PM
‎2008 Jul 14 2:35 PM
hi,
To create a Material in SAP using a BAPI you need to use the following 2 BAPIs
BAPI_MATERIAL_GETINTNUMBER
_______________________________________________
Pass the Material Number obtained
from the above BAPI to the following BAPI
_______________________________________________
BAPI_MATERIAL_SAVEDATA
check this link
http://abaplovers.blogspot.com/2008/06/sap-abap-creating-material-using-bapi_02.html\
or goto tcode BAPI
there in the ALPHABETICAL tab
you can check for bapis on material
regards
prasanth
‎2008 Jul 14 2:39 PM
For Creating and changing the material
use the BAPI BAPI_MATERIAL_SAVEDATA