SAP ABAP [2020] - ABAP 7.40/7.50- FOR Operator - 1

preview_player
Показать описание
SAP ABAP [2020] - ABAP 7.40/7.50- FOR Operator - 1

SAP ABAP FOR operator is used to replace the loop statement in ABAP.

What is SAP ABAP?
ABAP is a high-level programming language created by the German software company SAP SE.
ABAP is one of the many application-specific 4th generation languages first developed in the 1980s.
It was originally the report language for SAP R/2, a platform that enabled large corporations to build mainframe business applications for materials management and financial and management accounting.

In ABAP we have basically 2 types of programs:
1)Reports
2)Module pools

The module pool program defines more complex patterns of user interaction using a collection of screens.
The term “screen” refers to the actual, physical image that the user sees.
Each screen also has a "flow logic", which refers to the ABAP code implicitly invoked by the screens, which is divided into a "PBO" (Process Before Output) and "PAI" (Process After Input) section.

Dynpro - Dynamic program - refers to the combination of the screen and its flow logic.
Introduction to ABAP module pool programming.

Module pool programs are also called dialog programs.

The module Pool programs are basically reports that are prepared for different screens and to manage the sequence of events of these screens.

In the transaction SE80, you can see all the dynpros that you have for this kind of report, add new ones, add all types of elements to the report.

In this program, we will discuss new syntaxes in ABAP 7.40
Рекомендации по теме
Комментарии
Автор

I nearly made it through your OOABAP course and i've understand everything perfectly! Thank you for this course!

Kamuusi
Автор

Tremendous, Really nice video, good explanation with different examples. Learning a lot from your videos. thanks a lot!! Keep posting

MegaAkashsoni
Автор

Your explanation can easily understand and the video also having good quality. Thanks for your precision video 👍👏

speaklessdomore
Автор

Hi Sooraj,

I hope you are fine. Please don't stop making videos. They are very informative.

abhishekkhanna
Автор

Awesome video as usual, Sooraj. Your sessions are really instructive and so very helpful. Thanks a million

lekshmips
Автор

Nice video. However, I think one of the main issues with these new syntax (FOR keyword, readings of internal tables using brackets [ ], LINES( ) function, etc. ) is that they are not optimized to perform binary searches. So, apart from affect readability to old abapers, they can heavily affect the performance of an application when used incorrectly.

DavidReza
Автор

Great explanation Sooraj, waiting for your Part 2....

ManishKumar-zhdp
Автор

I m going through your whole series right now. By the way i have a question, is it somehow possible to use 2 where conditions with a for operator?cheers;)

gordanaspicer
Автор

Kudos to your video,
Could you please provide collection of sample programs for the following syntaxes?

bhaskarnagula
Автор

Hi Sooraj, thank you for the helpful videos.it’s helping me .I request you to share more videos on switch keywords, cov

manishparihar
Автор

Hi Soojar,
Can we use If else or case inside the For iteration?
Loop at ex.
Append initial line to final assig....
If ex-digit = 1.
<final>-1= ex-digit.
Else.
<final>-1 = space.
Endloop.

Please responce on same.
Thanks in Advance.

firecreationstatus
Автор

How to avoid Parallel Cursor method using FOR ?
Also How can we use FOR calculation part to avoid LOOP....ENDLOOP ?

Your answers will be greatful to us.
Thank You.

rameshreddykonasani
Автор

Hi Sooraj. Good work keep it up.
I have some doubts. In for loop how to handle if we are building a final internal table with multiple internal tables and some internal tables we dont care if there is no value. How to make some internal tables not having values as optional.
Is there any possibility of the for loop ..to append again. I tried for a log table. I captured some entries ..after taht I am trying to append to the same table..the previous data is overwrite with new data

chaithanyadeepak
Автор

Hi Sooraj,
Is it possible to combine 2 tables like it works in SELECT OUTER JOINS where all entries for one base table is considered and matched with the second internal table. For example like working with VBAP and VBEP tables, where all entries from VBAP are considered and appended to the result table, irrespective of whether or not a corresponding entry exists in VBEP.
Thank You.

deepasampath
Автор

Thank you Sooraj for such great explanation.. But is it possible to bypass ant FOR in nested FOR loop ??

vaibhavchaugule
Автор

In old abap, inside loop iterations we are doing calculations . In here, can we do that? Or use for & after that has to loop again ?

massenarathna
Автор

Can you please make video on SAP OOPS ABAP?

dhanunjaigandavarapu
Автор

Hmmm, SAP going back to BASIC? Anyone remember BASIC?

I've often thought how useful this command could have been in the past but, seeing it like this, I wonder how it might affect readability.

Still, good video and well explained, as always.

PhilJonesIII
Автор

sir please post soft copy of your program

vaishnavikohli
Автор

Please do the total videos 7.4, 7.5 version make it parts

nareshnani