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

CLIKE

Former Member
0 Likes
2,108

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

4 REPLIES 4
Read only

vijy_mukunthan
Active Contributor
0 Likes
1,047

Hi Ravi

Use char

Data : V_CLICK type char1.

As simple as that.

Regards

Vijay

Read only

0 Likes
1,047

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

Read only

0 Likes
1,047

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

Read only

0 Likes
1,047

Thnaks Vikrant,

my problem was solved... thanks a lot