Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Conversion error

Former Member
0 Likes
349

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......

1 REPLY 1
Read only

Former Member
0 Likes
318

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