Vous êtes sur la page 1sur 2

Sorry,

In the Video I just used wrong naming convention for Data Types And Structure. K
indly Make a note of and and Always adhere to it.
Naming Convention For DataType is Ty_****
And Naming Convention For Structure is LS_*** or GS_***
here G stands for Global and l stands For Local.
************************
After Going through the videos i felt that i have skipped/ Jumped few things whi
ch was necessary
For the Beginners.
What isKeywords?
What are the Diff Elemantary types etc.
So well,
Starting from our real life. why do we require Diiferent utensil?
Any answers??
So to cater the different needs we have it for ex For Drinking water we need gla
ss not the bucket.
to store Milk we need bottle but not the seive.
So what we concluded, to store different kind of object we need different Utens
il. Though Bucket can store water but it is funny to drink water from it.
so very siimlar to this there is the funda in programming language as well.
So we have Differnt Data types which controls the type and size of the data obje
ct/ variable.
1. Elememtry Data Type/ Predefined Data type
2. User Defined Data type.
So in the last video i have jumped to the user defined data type.
so in the elimentry data type some of the type requires length specification and
some not as their length is fixed or it will be dicided dynamically.

So i ame listing Few Data Types here.


D: this type of data object will hold Date in it and it`s format is YYYYMMDD i.e
lengths is 8 and its fixed.
Data: lv_date type d." declaring a variable which will s
tore date.
lv_date = '20150130'. " assigning vale to the variale
write: lv_date." printing value

T: this type of data object will hold Time in it and it`s format is HHMMSS i.e l
engths is 6 and its fixed.

Vous aimerez peut-être aussi