Views 708
Visitors 479

Literal

Home 
| Top Page | Threads |
Previous  Next

Literal is the way to declare directly a value in language program.

There are 2 type of literal at ABAP, these are:

1.Numeric Literal

Example :

a = 10.
b = 100.

 

2.Text Literal

Text Literal initiate dan close by sitation (').

Example :

write 'Hello, World !!'.

User Threads | New Thread ( Only for Donators )

Threads Last Post Replies Views