Hi Sowmya,
In your code, do not use sy-subrc. Instead handle the exception as Nabheet mentioned.
Use the Exception ERROR_PERIOD
If it is EQ 10, or ERROR_PERIOD NE '00', handle your code...
Regards,
Venkat
Hi Sowmya,
In your code, do not use sy-subrc. Instead handle the exception as Nabheet mentioned.
Use the Exception ERROR_PERIOD
If it is EQ 10, or ERROR_PERIOD NE '00', handle your code...
Regards,
Venkat