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

ABAP Workbench

Former Member
0 Likes
370

hi

i want to know answer for this code

data : zfieldA(5) type c value 'abcde',

zfieldB(4) type c.

zfieldA = 'xx'.

clear zfieldA.

zfieldB = zfieldA.

what is the value of zfieldB after the last line of following code is executed.

Thx.

1 REPLY 1
Read only

Former Member
0 Likes
309

Moderator message - Welcome to SCN. But rather than asking a basic question, you should try this yourself - thread locked. Rob