Application Development 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: 

regarding unicode

0 Kudos

hi iam working on unicode checks. in in internal table there are 10 fields . 8 fileds are of charcter type.out of which two fields menge and meins are of unit and quantity type. it is giving error that it is of not charcter type .

DATA: BEGIN OF IT_XTRACE OCCURS 0,

CPUDT LIKE MKPF-CPUDT, "Accounting document entry date

CPUTM LIKE MKPF-CPUTM, "Time of entry

MATNR LIKE MSEG-MATNR, "Material

WERKS LIKE MSEG-WERKS, "Plant

CHARG LIKE MSEG-CHARG, "Batch number

BWART LIKE MSEG-BWART, "Movement type

SHKZG LIKE MSEG-SHKZG, "Debit/credit indicator

MENGE LIKE MSEG-MENGE, "Quantity

MEINS LIKE MSEG-MEINS, "Base unit of measure

menge LIKE MSEG-MENGE, "Quantity

MEINS LIKE MSEG-MEINS, "Base unit of measure

AUFNR LIKE MSEG-AUFNR, "Order Number (Production Order)

SOBKZ LIKE MSEG-SOBKZ, "Special stock indicator

V_CHARG LIKE AFPO-CHARG, "Batch number

V_MATNR LIKE AFPO-MATNR, "Material number for orde

V_AUART LIKE AUFK-AUART, "Order type

MBLNR LIKE MSEG-MBLNR, "Number of a material document

KUNNR LIKE MSEG-KUNNR, "Account number of customer

V_LICHA LIKE MCHA-LICHA, "Vendor batch number

KDAUF LIKE MSEG-KDAUF, "Sales order number

UMWRK LIKE MSEG-UMWRK, "Receiving plant/issuing plant

KOSTL LIKE MSEG-KOSTL, "Cost Center

END OF IT_XTRACE.

plz any one has idea how to convert it to charcter type .

1 REPLY 1