cancel
Showing results for 
Search instead for 
Did you mean: 

BOM UPLOAD BAPI

Former Member
0 Kudos

Hi all,

I am try to create a BOM in SAP R/3 system using a BAPI "BAPI_BOM_UPLOAD_SAVE", but when i am trying to create I am getting an error message like "Data is incomplete" I am not sure exactly what are the fields i need to provide in the BAPI.

Please provide me some suggestions as I dont have any functional team here to help out.

Regards,

Nithiyanandam

Edited by: Nithiyanandam A.U. on Jul 17, 2008 2:52 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Committ

http://help.sap.com/saphelp_nw04/helpdata/en/fa/814d3ccd6fba74e10000000a114084/content.htm

BAPI related to BOM:

BAPI_MATERIAL_BOM_GROUP_CREATE Creation of a material BOM group

BAPI_MAT_BOM_EXISTENCE_CHECK Check whether BOM for material exists

BAPI_BOM_UPLOAD_SAVE Main Module for BOM Update (Upload from CRM)

Former Member
0 Kudos

Hi,

Check weather the COMMIT parameter is also included in that BAPI.

Thanks,

Madhu

Former Member
0 Kudos

Hi Madhu,

Could you please explain it in detail what COMMIT parameter you are talking about.

Regards,

Nithiyanandam

Former Member
0 Kudos

To commit the database we need to use BAPI_COMMIT explicitly.

so in some of the BAPI's the commit parameter will be there inside itself.

its an trial and error to check it and if its not the solution you need to go through each and every parameter in that BAPI.

Thanks

Madhu

Former Member
0 Kudos

Hi,

I dont feel like i have any BAPI_COMMIT inside this BAPI, then what should i do. Could you please check that BAPI and suggest.

I have the BAPI structure,

with the following details only:

IMPORT parameters as:

IS_MAST

IS_STZU

and the tables are:

IT_STKO

IT_STPO

IT_STAS

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi,

its importing the IS_MAST and IS_STZU and exporting ES_RETURN.

did you checked that...

Thanks,

Mahdu

Former Member
0 Kudos

Hi,

I you look at my first stmt, I have provided the retun error message as "DATA IS INCOMPLETE" so i know that it has return parameter.

But how do i rectify this errror message.

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi Nithiyanandam,

use SE37 and inspect the BAPI. You will see which parameters are mandatory.

Regards Mario

Former Member
0 Kudos

Hi,

that is what i am trying to do instead of pushing data dirctly from XI. I m not able to find the mandatory fields from that when i m execting the BAPI.

Regards,

Nithiyanandam