2009 Feb 12 11:46 AM
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
2009 Feb 12 3:11 PM
Check if there is an entry for the material in table MBEW, Valuation record needs exists for creating a material document.