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

a simple question!!

Former Member
0 Likes
496

hi,

I found some fields in a program, which are like...

DATA: %Z_0006 TYPE C.

What are these? are they any different from the normal data variables we declare?

Thanks,

Goldie.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
474

Refer this link -

Regards,

Amit

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
474

No, exactly the same, although naming convention is a bit peculiar.

Read only

amit_khare
Active Contributor
0 Likes
475

Refer this link -

Regards,

Amit

Read only

Former Member
0 Likes
474

Thanks guys!!