‎2010 Nov 01 5:09 PM
Hi all,
please suggest me the "alternative data type for CLIKE" in 4.6c.
Clike is exisiting in ECC 6.0 but it is not exisisting in 4.6c.
please guide the alternative Data type for CLIKE.
<removed by moderator>
Thanks ,
ravi
Moderator message: please use more descriptive subject lines from now on.
Edited by: Thomas Zloch on Nov 1, 2010 6:32 PM
‎2010 Nov 01 5:13 PM
Hi Ravi
Use char
Data : V_CLICK type char1.
As simple as that.
Regards
Vijay
‎2010 Nov 01 5:21 PM
Thanks Vijay,
Click is predefined data type in ECC 6.0
clike Character-type (c, d, n, t, string and character-type flat structures); in non- Unicode programs also x, xstring and any flat structures .
i want same data type in 4.6c.because clike is not there in 4.6c. please guide me what is the alternative of CLIKE data type in 4.6c.
<removed by moderator>
thanks & Regards,
Ravi k patnana.
Edited by: Thomas Zloch on Nov 1, 2010 6:33 PM
‎2010 Nov 02 6:35 AM
Hello,
CLIKE looks like a generic datatype used for field symbols in ECC. You may give a try with the type ANY if you are using field symbols in 4.6C.
Vikranth
‎2010 Nov 03 4:21 AM