2010 May 14 6:11 AM
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......
are you written any customized code in standard tcode if not just post to SAP that is better. if you want to know just post ur dump error
2010 May 14 6:34 AM
are you written any customized code in standard tcode if not just post to SAP that is better. if you want to know just post ur dump error
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |