‎2010 Jul 13 11:50 AM
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
‎2010 Jul 13 12:07 PM
‎2010 Jul 14 12:14 PM
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.
‎2010 Jul 14 12:18 PM
FAQ. Search for the term horizontal tab in SCN. You will get the replacement
‎2010 Jul 14 12:49 PM
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.
‎2010 Jul 14 12:54 PM
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