2013 Jan 22 10:55 AM
Hi,
I am getting error message while posting the document using BAPI BAPI_ACC_DOCUMENT_POST
i.e. " Value"000100" is not allowed for characteristics "Sales Ord. Item".
Thanks
Parag
2013 Jan 22 7:17 PM
2013 Jan 22 11:18 AM
Hi,
Show your Input Parameter's Specially item level field and Values ?
may be some field value need "CONVERSION_EXIT" Please check your all Input value's .
Regard's
Smruti
2013 Jan 22 11:46 AM
Hi Smruti,
Below are the parameters that I am passing to the BAPI and there is no problem with the conversion exit I have maintained conversion_exit for the necessary fields.
Is there any configuration missing from Functional person ?
I check with the error message and below is the diagnosis.
The system tried to create a line item in operating concern with the value for the characteristic . This value does not exist in check table .
CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
EXPORTING
documentheader = gs_header
customercpd = gs_header_2
TABLES
accountgl = gt_accountgl
currencyamount = gt_currencyamount
criteria = gt_bapiackec9
extension2 = it_extension
return = gt_return.
2013 Jan 22 7:17 PM
2013 Jan 23 11:51 AM
Hi Raymond,
The values are maintained in the VBPA table.
I am getting the error message as " Value"000100" is not allowed for characteristics "Sales Ord. Item".
and the diagnosis for the above error message I found as below.
"The system tried to create a line item in operating concern with the value for the characteristic . This value does not exist in check table ."
You have any Idea about checking the values of Characteristics for the sales order ?
Thanks
Parag
2013 Jan 23 7:10 PM
Did you search for OSS notes like Note 728117 - BAPI: Error message KE109 for characteristic 'Sales order' ?
Regards,
Raymond
2013 Jan 24 12:08 PM
Hi Raymond,
Thanks a lot.... I will check with Functional and will let you know. Hope this will resolve my issue
Thanks
Parag