SAP ABAP - Operations on Internal Table

  Рет қаралды 67,891

TutorialsPoint

TutorialsPoint

Күн бұрын

Пікірлер: 23
@TutorialsPoint_
@TutorialsPoint_ Жыл бұрын
Check out our trending course on SAP ABAP- bitly.ws/Eno4 Use coupon “KZbin 12” to get “FLAT 12%” OFF at checkout.
@davidsanchez-bu9un
@davidsanchez-bu9un 4 жыл бұрын
Despite the sound of the video is quite crappy it has a very useful info. Code: types: begin of ty_kna1, kunnr type kna1-kunnr, name1 type kna1-name1, land1 type kna1-land1, ort01 type kna1-ort01, end of ty_kna1. data: i_kna1 type table of ty_kna1. data: i_kna1_tmp type table of ty_kna1. data: wa_kna1 type ty_kna1. "working area " select kunnr name1 land1 ort01 from kna1 into table i_kna1 where land1 = 'US'. select kunnr name1 land1 ort01 from kna1 into table i_kna1 up to 10 rows. "1. append wa_kna1-kunnr = '002'. wa_kna1-name1 = 'US'. wa_kna1-land1 = 'AAA'. wa_kna1-ort01 = 'NewYol'. append wa_kna1 to i_kna1. "appended to the last position "2. *insert wa_kna1 into i_kna1 index 6. "3. *sort i_kna1. "sort the table by the key. (in this case: knurr) "sort i_kna1 by ort01. "4. "read table i_kna1 into wa_kna1 index 5. "5. *read table i_kna1 into wa_kna1 with key kunnr = '0000000258'." BINARY SEARCH. Note: the field is 10 length. * * write: / * wa_kna1-kunnr, * wa_kna1-name1, * wa_kna1-land1, * wa_kna1-ort01. "6. "delete i_kna1 index 1. "the first line starts with index 1 (not zero) "delete i_kna1 where kunnr = '0000000259'. "delete i_kna1 where land1 = 'US'. "7. "clear wa_kna1. "delete the working area "refresh i_kna1. "delete the internal table "free i_kna1. "delete both "8 "append lines of i_kna1 from 3 to 5 to i_kna1_tmp. insert lines of i_kna1 from 6 to 8 into i_kna1_tmp index 2. if i_kna1_tmp is INITIAL. write: 'Table is empty.'. else. loop at i_kna1_tmp into wa_kna1. write: / wa_kna1-kunnr, wa_kna1-name1, wa_kna1-land1, wa_kna1-ort01. endloop. endif. *if i_kna1 is INITIAL. * write: 'la tabla esta vacia.'. * * else. * loop at i_kna1 into wa_kna1. * write: / * wa_kna1-kunnr, * wa_kna1-name1, * wa_kna1-land1, * wa_kna1-ort01. * endloop. * * endif.
@mallikarjunb6143
@mallikarjunb6143 Жыл бұрын
Despite the sound of the video for demo(2nd half) is not audible, it has a very useful info.
@sanketmarathe4686
@sanketmarathe4686 2 жыл бұрын
Awesome content and presentation
@gangs0846
@gangs0846 5 жыл бұрын
Absolutely brillant!!!
@harinishanmugam2385
@harinishanmugam2385 Жыл бұрын
Thank you sir very useful to this video
@shrikant1068
@shrikant1068 3 жыл бұрын
Thanks man....this is brilliant stuff...helped me alot
@rajumitra651
@rajumitra651 2 жыл бұрын
very very useful
@tarikudereje1374
@tarikudereje1374 2 жыл бұрын
thank you, but what about if we have 31 in more than one row? will it display one by one or only one be displayed?
@mohannair5671
@mohannair5671 2 жыл бұрын
Is refresh usable for initialisation?
@NexusLikeBabcia
@NexusLikeBabcia 2 жыл бұрын
where can i find lesson when you create zcustomreport ?
@omarnaitelhaj4446
@omarnaitelhaj4446 Жыл бұрын
Thanks bro ;)
@Nagesh789
@Nagesh789 4 жыл бұрын
Thanks
@AshishSingh-us3gl
@AshishSingh-us3gl 5 жыл бұрын
Most of your videos during programming demo are mute. Its very much difficult to understand them.
@henghengheng9416
@henghengheng9416 4 жыл бұрын
I tuned my device volume and youtube volume to max, it is still hard to listen to. If my environment is noisy, i can't hear it at all.
@sharvariambadkar4557
@sharvariambadkar4557 5 жыл бұрын
could you please share arrey fetch syntax video?
@arjunchapa151
@arjunchapa151 5 жыл бұрын
SUPERRRRRRR EXPLANATION
@GorTradeChannel
@GorTradeChannel 6 жыл бұрын
Thanks! great!
@kishorematta301
@kishorematta301 Жыл бұрын
Bro server istaraa. Miru. ABAP. PRICE
@yaserfrazer
@yaserfrazer 5 жыл бұрын
No Audio..😩
@henghengheng9416
@henghengheng9416 4 жыл бұрын
Audio is very very very very very WEAK.
@cryptomanmohan
@cryptomanmohan 4 жыл бұрын
buy airpods if u want to hear the voice loudly
@SAPISUUser
@SAPISUUser Жыл бұрын
Can you please stop spaying "particular" a thousand times? It is so distracting and irritating.
SAP ABAP - Open SQL
6:51
TutorialsPoint
Рет қаралды 41 М.
SAP ABAP - SELECT with JOINS
18:00
TutorialsPoint
Рет қаралды 51 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 975 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 9 МЛН
Video 16: ABAP - Internal Table Part 1
55:53
Just2Share
Рет қаралды 15 М.
SAP ABAP - Structures In ABAP
14:10
TutorialsPoint
Рет қаралды 120 М.
SAP ABAP - Reports - Interactive Reports
9:11
TutorialsPoint
Рет қаралды 55 М.
62 - ABAP Programming - Types of Internal Tables - Sorted Internal Table Part1
11:33
I Simulated 1,810,053 Battles to Find the Strongest Pokémon
22:13
Astroid Videos
Рет қаралды 1,7 МЛН
SAP ABAP Internal Table Operations
15:01
Jh Softech
Рет қаралды 21 М.
SAP ABAP - Messages in ABAP
15:32
TutorialsPoint
Рет қаралды 35 М.
Cost Center vs Internal Order #learnSAP
8:45
Galal Academy
Рет қаралды 6 М.
SAP ABAP - Internal Tables
8:45
TutorialsPoint
Рет қаралды 57 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 975 М.