Hello All,
As we have the enhancement spot RSROA_VARIABLES_EXIT for customer exit for BEx variables i was wondering what will be the suitable statement for below in enhancement spot:
if i_step <> 2.
raise no_processing.
endif.
This was the statement we used to write when we were writing piece of code in CMOD.
When i write the same statement in class it says as under:
"Method IF_RSROA_VARIABLES_EXIT_BADI~P Old exceptions and class-based exceptions cannot be used at the same time".
do we have anything inplace for no_processing?
Regards