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

UCCHECK Error

Former Member
0 Likes
698

HI,

When i run uccheck, there are some objects having errors saying that " VARIABLE MUST BE CHARACTER -TYPE DATA OBJECT(DATA TYPE C,N,D,T OR STRING)" in the UCCHECK output. But in the programe variable declared as L_TAB TYPE X VALUE '09'. Please tell me how to fix the issue.

Regards,

Pratapvdl

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
656

What are you doing with this variable L_TAB ?

Paste the code.

Read only

0 Likes
656

hi,

I have written code below.

DATA: L_TAB TYPE X VALUE '09'.

CONCATENATE L_T_DATA-DATA L_TAB L_TEXT INTO L_X_FIELDCAT-SELTEXT.

Regards,

Pratap.

Read only

0 Likes
656

FAQ. Search for the term horizontal tab in SCN. You will get the replacement

Read only

0 Likes
656

HI,

I found below code in SDN

class cs-abap_char_utilities defination load.

data: l_tab type c value cl_abap_char_utilities=>horizatal_tab.

can i replace above code?

Regards,

Pratap.

Read only

0 Likes
656

Why don't you just try it out, now that you found a promising path? Please "do more" yourself rather than depending on the input of others.

Thomas