REPORT ZSALAUDDIN.
DATA: x type i value 10,
y type i value 20,
z type i.
z = x + y.
write:/ 'Z is: '.
write: z.
write: SY-ULINE .
output is: Z is: 30
DATA: x type i value 10,
y type i value 20,
z type i.
z = x + y.
write:/ 'Z is: '.
write: z.
write: SY-ULINE .
output is: Z is: 30
Hellow brother... I am new in ABAP programming. But I am not getting any proper help from websites. Can I get more ABAP code from you? like database access, how to take input etc..
ReplyDeletesame to me.. I also need ABAP Codeing help...
ReplyDeleteOk.. I wil try to post some ABAP Coding
ReplyDelete