Application Development 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: 

Valuation type error

RahulKeshav
Active Contributor
0 Kudos
68

HI all,

I have created the material using bapi-

CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'

EXPORTING

headdata = it_head

clientdata = it_mara

clientdatax = it_marax

plantdata = it_marc

plantdatax = it_marcx

valuationdata = it_mbew

valuationdatax = it_mbewx

IMPORTING

return = it_return

TABLES

materialdescription = it_makt

materiallongtext = it_maktlontxt.

materials are getting created.

now i m tring to create good recipt thru MB1C...

it is giving me error as "No valuation record found for RKMAT2 1000".

how to create valuation type

..plz suggest.

Thnx Rohit

1 REPLY 1

Former Member
0 Kudos
41

Check if there is an entry for the material in table MBEW, Valuation record needs exists for creating a material document.