CDS views will be covered as a part of ABAP on HANA, but it will take time as before that so many topics needs to be covered. You can learn from www.zapyard.com/ . You will find step by step tutorials here.
Below are the answers - 1 ) REF TO - is for objects declarations in OOPS concepts. 2) LIKE LINE OF Suppose I have a structure LTY_DATA. I am declaring a internal table - DATA : LT_DATA TYPE TABLE OF LTY_DATA. Work area - DATA : LWA_DATA TYPE LTY_DATA. Work area is just like a line of internal table, so I can write in this way also. DATA : LWA_DATA LIKE LINE OF LT_DATA. So LWA_DATA is a work area is of a line type of LT_DATA. 3) TYPE -We assign data type directly to the data object while declaring. Example - DATA : LV_DATA TYPE CHAR1. LIKE - We assign the data type of another object to the declaring data object. Like is a keyword used to copy the existing properties of already existing data object. DATA : LV_DATA TYPE CHAR1. DATA : LV_DATA1 LIKE LV_DATA. Suppose in the above example, firstly we declared LV_DATA and use that as a reference to declare LV_DATA1 using LIKE.
Please refer the videos(video no - 44 to 71) of internal tables and work areas in the ABAP Programming Part-1 playlist. th-cam.com/play/PLM3lhmHjSeISSmQ7X84A_wIUNbSGbfdKa.html&si=dJaqS_nfBQau47cw
Hello Kavitha - ABAP on HANA is in the list of noted topics. Once Core topics of ABAP, new syntaxes and ODATA will finish, then I will start with ABAP on HANA.
Sir ,i am waiting for abap on hana playlist..please start the playlist..
Excellent sir 🎉
Please explain AMDP IN SAPABAP sir
Hi Sir, Can you please explain CDS views? It will be really helpful . Thank you :)
CDS views will be covered as a part of ABAP on HANA, but it will take time as before that so many topics needs to be covered. You can learn from
www.zapyard.com/ . You will find step by step tutorials here.
Sure, thank you so much! @@sapabapbyrahulmehta
hi sir , I am so confused that where I have to use 'type' , 'Like' , 'Ref to' and 'like line of' could you please resolve this confusion
Below are the answers - 1 ) REF TO - is for objects declarations in OOPS concepts.
2) LIKE LINE OF
Suppose I have a structure LTY_DATA.
I am declaring a internal table - DATA : LT_DATA TYPE TABLE OF LTY_DATA.
Work area - DATA : LWA_DATA TYPE LTY_DATA.
Work area is just like a line of internal table, so I can write in this way also.
DATA : LWA_DATA LIKE LINE OF LT_DATA.
So LWA_DATA is a work area is of a line type of LT_DATA.
3) TYPE -We assign data type directly to the data object while declaring.
Example - DATA : LV_DATA TYPE CHAR1.
LIKE - We assign the data type of another object to the declaring data object.
Like is a keyword used to copy the existing properties of already existing data object.
DATA : LV_DATA TYPE CHAR1.
DATA : LV_DATA1 LIKE LV_DATA.
Suppose in the above example, firstly we declared LV_DATA and use that as a reference to declare LV_DATA1 using LIKE.
Hello sir
Actually by mistake from my side on practice server mara table's all records is deleted what should I do
You Can create few materials through MM01 transaction code and You will be able to find those materials in MARA and MAKT tables.
You need to connect with the system Administrator/Basis Person. System Administrator will be able to help.
Sir can you explain how the row data will moved to column data in internal table.
Please refer the videos(video no - 44 to 71) of internal tables and work areas in the ABAP Programming Part-1 playlist.
th-cam.com/play/PLM3lhmHjSeISSmQ7X84A_wIUNbSGbfdKa.html&si=dJaqS_nfBQau47cw
Hi.....I'm a fresher in SAP-ABAP , so what we can do for get a job?????
Please send a mail on rahul3620023@gmail.com, I will revert.
Hi sir, please do ABAP on hana playlist.
Hello Kavitha - ABAP on HANA is in the list of noted topics. Once Core topics of ABAP, new syntaxes and ODATA will finish, then I will start with ABAP on HANA.