Ideally, you have to write the code under case statement for your datasource.
In the user exit --> EXIT_SAPLRSAP_001
Look out for case statement...
CASE DATASOURCE.
WHEN '0VEN_COMPC_ATTR'.
<b><Put whatever logic you wish to have....></b>
WHEN OTHERS.
ENDCASE.
Add a comment