Hi gurus,
When I am trying to save a order. I am receiving this dump.
CL_CRM_IC_BOL_TX_HANDLER->CONFIRM_BP_FROM_ONEORDER error in line 28.
It appears in this part of the code:
READ TABLE cl_crm_aui_service=>st_inbox_item_types INTO ls_item WITH KEY item_type = 'ONEORDER'.
CREATE OBJECT lr_oneorder_ TYPE (ls_item-classname) EXPORTING iv_bol_entity = ir_oneorder.
Cannot find the record 'ONEORDER' so in the create object line, it dumps.
Does anybody know how could be ?
Thanks in advance