the code in the above FM is like this
CALL CUSTOMER-FUNCTION '003'
EXPORTING
IT_MAT_TRANSFER = IT_MAT_TRANSFER
CHANGING
CT_RES_KEY = CT_RES_KEY
EXCEPTIONS
OTHERS = 1.
i have double clicked on the customer function ,include and implemented the code in it
but on exucuting the FM the control is not going into the FM
but when i double click on the exit and then try to execute the program EXIT_SAPLSLL_LEG_PRR3_003
the control is going into the code implemeted
this is very strange
But Is hould be executing the SLL_LEG_PRR3_003 to get the reslts
Please advice