cancel
Showing results for 
Search instead for 
Did you mean: 

updating mbew table using bapi_material_savedata

Former Member
0 Kudos

Hi experts,

when i am tring to updae valuation type using bapi_material_savedata.

i am getting the following error

749Required parameters missing when calling up module T001k_SINGLE_READ.

pleae help

thanks in advance

Naresh

Edited by: naresh.k.dasari on Jan 18, 2011 10:20 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i got the solution

la_VALUATIONDATA-VAL_AREA = '1001'. " VAL AREA

la_VALUATIONDATA-VAL_TYPE = ' '. " VAL TYPE

la_VALUATIONDATA-VAL_CLASS = '2001'. " VALUATION CLASS

la_VALUATIONDATA-VAL_CAT = 'E'. " VALUATION CATAGORY

la_VALUATIONDATA-LIFO_FIFO = 'X' . " LIFO/FIFO-Relevant

la_VALUATIONDATA-PRICE_CTRL = 'V'. " PRICE CONTROL

Former Member
0 Kudos

Hi Naresh,

I am facing the same problem when I try to use this BAPI to update profit centre through table MARC.

What did you have to fill in the HEADDATA structure?

Did you fill only the HEADDATA and the structure regarding to the data you want to update?

Thanks in advance.

Ricardo.

Former Member
0 Kudos

Hello,

I am working on a POC on integrating SharePoint with SAP!! I was successful in fetching data from SAP, but was facing issues while performing insert operations. Can any one help on performing insert/update operations on SAP PO table?

Details:

SharePoint - MOSS 2007

SAP ECC 6.0

SAP NCo 3.0

Visual Studio 2008

Regards,

NA