6 - ABAP Programming - Data Types and Data Objects Part3

  Рет қаралды 20,239

SAP ABAP by Rahul Mehta

SAP ABAP by Rahul Mehta

Күн бұрын

Пікірлер: 32
@lostrover8815
@lostrover8815 9 ай бұрын
this is a treasure for anyone who is committed to learn ABAP. 100000 likes.
@sapabapbyrahulmehta
@sapabapbyrahulmehta 9 ай бұрын
Thank you very much.
@kerrtv2930
@kerrtv2930 5 ай бұрын
This is so helpful for someone like me that is not coming from IT industry but willing to learn ABAP. Actually, I want to understand how ABAP programming in S4 is made easy compared to the traditional ABAP programming in ECC or non S4 Sap ERP
@sapabapbyrahulmehta
@sapabapbyrahulmehta 5 ай бұрын
From ABAP perspective, We can do the code in ECC system as well as in S/4 HANA system. SAP ABAP new syntax does not depend upon ECC or S/4 HANA system. It depends upon ABAP version. So whatever the system it is ECC or S/4 HANA if it has ABAP version 7.4 onwards, we can learn the new syntax. ABAP on HANA means - We need to learn additional topics like - CDS, AMDP, ADBC, ALV-IDA etc for that we need HANA system else it is not required. We can learn ABAP on HANA only if we have the basic knowledge of ABAP. Now coming on to the advantage - HANA is in-memory database, so in HANA, we push everything on the database and returning the only results, but in traditional database, we fetch and then apply operations on application layer, so performance is the issue. To understand this practically, please refer the videos of new features of OPEN SQL( 36-47) in SAP ABAP new syntax playlist. kzbin.info/aero/PLM3lhmHjSeIQ-EaA5mRnGV1HO7Dlln855&si=6eYxoMt8uK5QJFWy
@NomanRaza-t2u
@NomanRaza-t2u 2 ай бұрын
what is TYPE P in constant example ?
@sapabapbyrahulmehta
@sapabapbyrahulmehta 2 ай бұрын
P stands for packed decimal which is used for amount. Once you proceed, you will see the use of packed decimal as well.
@madhusudanraogandi89
@madhusudanraogandi89 3 ай бұрын
Good session ❤ Thank you Rahul sir 🎉
@mohammednabeel4381
@mohammednabeel4381 Ай бұрын
Hello Sir, write 'ABC' - How much memory does this unnamed data object (Literals) ABC will consume?
@sapabapbyrahulmehta
@sapabapbyrahulmehta Ай бұрын
Hello Mohammed - Once you move forward, You will be able learn debugging and in the debugging mode, we can check the size of the data.
@ehabelkazaz7175
@ehabelkazaz7175 4 ай бұрын
How we can declare unnamed data object with the same way of named data object? i got confused at this point, could you please clarify what is the main difference?
@sapabapbyrahulmehta
@sapabapbyrahulmehta 4 ай бұрын
Check for the below answer. DATA : LV_DATA(2) TYPE N. LV_DATA = 10 + 20. Write : LV_DATA. Here LV_DATA is a named data object as it has the name LV_DATA and 10 and 20 which is used for sum are unnamed data objects as there is no name, they are the values. Suppose , I am writing the logic like this. DATA : LV_DATA(2) TYPE N. LV_DATA = 10 + 20. Write : LV_DATA. LV_DATA = 20 + 20. Write : LV_DATA. So, LV_DATA is a named data object and it is a variable as the values are changing, first time it will display 30 and then 40. 10,20,20,20 are the literals.
@ehabelkazaz7175
@ehabelkazaz7175 4 ай бұрын
@@sapabapbyrahulmehta I got it , thank you for your effort 🙏🙏
@RithikVishwakarma-f4g
@RithikVishwakarma-f4g Жыл бұрын
Have you discussed regex in any of the playlist?
@sapabapbyrahulmehta
@sapabapbyrahulmehta Жыл бұрын
No, This topic is not available in any of the playlist.
@Seemayadav-yg3js
@Seemayadav-yg3js 7 ай бұрын
WOW such a good course
@sapabapbyrahulmehta
@sapabapbyrahulmehta 7 ай бұрын
Thank you.
@rambabumatta1065
@rambabumatta1065 9 ай бұрын
Hi sir, wonderful content nd Good job sir, please share ppt.
@sapabapbyrahulmehta
@sapabapbyrahulmehta 9 ай бұрын
Thank you. The reading material(PPT + notepad) for all the topics, practice exercises and sample capstone projects are available at below mentioned link. drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link
@RameshbabuMoruboina
@RameshbabuMoruboina 7 ай бұрын
Hello sir..please add how to understand the business process of functional modules like mm,sd,fico,hr and pp modules when ever we are taking requirement from functionals
@sapabapbyrahulmehta
@sapabapbyrahulmehta 7 ай бұрын
Hello Ramesh - You need to connect with the functional person of respective module as functional can only explain the business process and one module has several business processes. If you want to understand the flow of requirement from customer to technical. You can refer the initial videos of Project Case Studies Playlist. kzbin.info/aero/PLM3lhmHjSeIRh0kwuQXWx4IO2vuogr9Ng&si=13kqFF6ZObnNaOvm You will get the idea of working of a project.
@HarunYüksel-e8s
@HarunYüksel-e8s Ай бұрын
Thank you.
@sapworld10x
@sapworld10x Жыл бұрын
Thank you
@shunmugeshsk
@shunmugeshsk 10 ай бұрын
sir i need these PPT file
@sapabapbyrahulmehta
@sapabapbyrahulmehta 10 ай бұрын
Please send a mail on rahul3620023@gmail.com, I will forward.
@pavanashreeyh7460
@pavanashreeyh7460 11 ай бұрын
Hi sir, If possible please provide notes of these clases
@sapabapbyrahulmehta
@sapabapbyrahulmehta 11 ай бұрын
Please send a mail on rahul3620023@gmail.com, I will forward.
@deekshu5158
@deekshu5158 10 ай бұрын
Hi sir ,can you provide notes for all this
@sapabapbyrahulmehta
@sapabapbyrahulmehta 10 ай бұрын
Please send a mail on rahul3620023@gmail.com, I will forward.
@AkashGutte-f2q
@AkashGutte-f2q 9 ай бұрын
i think this is the complete road map for ABAP.
@sapabapbyrahulmehta
@sapabapbyrahulmehta 9 ай бұрын
Every playlist has a serial number at the start. You can refer the below mentioned video to get the full insight of the course. kzbin.info/www/bejne/b3azhmuoa7qnbc0
7 - ABAP Programming - Character(Non-Numeric) and Numeric Data Types
9:36
SAP ABAP by Rahul Mehta
Рет қаралды 10 М.
5 - ABAP Programming - Data Types and Data Objects Part2
11:27
SAP ABAP by Rahul Mehta
Рет қаралды 22 М.
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 17 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 37 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН
8 - ABAP Programming - First Basic Program Part1
15:36
SAP ABAP by Rahul Mehta
Рет қаралды 20 М.
Sudden assault near Kursk / Putin's statement
13:04
NEXTA Live
Рет қаралды 1,1 МЛН
How to create an editable ALV in SAP ABAP using CL_GUI_ALV_GRID? [2024]
23:32
“typing” is getting deprecated in Python
7:20
Indently
Рет қаралды 78 М.
4 - ABAP Programming - Data Types and Data Objects Part1
9:37
SAP ABAP by Rahul Mehta
Рет қаралды 26 М.
THE AMAZING DIGITAL CIRCUS - Ep 4: Fast Food Masquerade
23:20
GLITCH
Рет қаралды 26 МЛН
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 362 М.
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 17 МЛН