Hello everyone,
I am trying to get a relation, but facing an issue as perhaps it isnt available at runtime.
I need to catch this exception however I tried with various permutations and combinations but didnt get something that removes this error.
This is the error.
And this is the statement :
TRY.
CALL METHOD LR_E_ITEMS->GET_PROPERTIES_BY_BPATH
EXPORTING
IV_BPATH_STATEMENT = lv_sourcecode
IV_EVAL_MODE = 2
* IO_PARSER =
RECEIVING
RV_RESULT = lr_ser_no_entity.
CATCH CX_WCF_BPATH_PARSING_ERROR .
ENDTRY.
LR_E_ITEMS is bound but still it throws error.
Any idea how to catch it? Juergen Gatter
Regards,
Devashish