Hi experts,
I need to implement user exit for ME21N transaction. In this i need to validate funds center and commitment item.
When user enters some value in fund center, after pressing enter the commit item value is coming as 'SPAR'..
Now in my requirement i need to over write SPAR with 'LVPR'. means when user press enter after entering the fund center
commit item should be displayed as 'LVPR'.
For this i wrote the below code in enhancement saplfmdt(include ZXFMDTU02) ..But it is not working
IF NOT c_fmderive-fund_center IS INITIAL.
c_fmderive-commit_item = 'LVPR'.
i_cobl-fipex = 'LVPR'.
ENDIF.
Can any body suggest me the the exact solution...