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: 

CRM PPF: 'MESSAGE E207(BL) raised but not handled!'

0 Kudos
CALL METHOD lv_action->execute
RECEIVING
rp_rc = lv_status
EXCEPTIONS
empty_medium_reference = 1
empty_appl_reference = 2
locked = 3
document_is_locked = 4
inactive = 5
startcondition_not_true = 6
OTHERS = 7.

While I am calling this, the error message "MESSAGE E207(BL) raised but not handled!" occurred.

Exception Error <CX_AUNIT_UNCAUGHT_MESSAGE>

0 REPLIES 0