Dear All,
I am facing 1 error for standard transaction PCOO_M40_CMAP . IT IS USED FOR Challan mapping data. It give me dump for 1 entry and shows error that 'An error occured during the conversion of this data'. the code is below.
Module status_2000 OUTPUT.
SET PF-STATUS 'M200'.
SET TITLEBAR 'TITLE'.
DATA : itab1 type table of sy-ucomm.
clear : itab1.
APPEND 'EXECUTE' TO itab1.
APPEND 'LEGEND' TO itab1.
SET PF-STATUS 'M200' EXCLUDING itab1.
SET TITLEBAR 'TITLE'.
ENDMODULE.
Its gives error at ENDMODULE Statement....
So , please help me for same......