Hi all,
Im creating Sales Order using BAPI_SALESORDER_CREATEFROMDAT2 Function Module. using this FM i need to populate Item configuration detail also. for that i have to populate following 4 TABLES.
ORDER_CFGS_REF LIKE BAPICUCFG
ORDER_CFGS_INST LIKE BAPICUINS
ORDER_CFGS_PART_OF LIKE BAPICUPRT
ORDER_CFGS_VALUE LIKE BAPICUVAL
i found OSS Note 549563, which is helpful to me and accordingly i have populate all four tables but still i am getting following error.
<b>A CU 013 Internal error: 10, 000010, NOT_ALL_INPUT_DATA_PROCESSED_AND_INCONSISTENT,</b>
Desperately need some help...
Thanks,
Salil.