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

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2020
  • 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

ความคิดเห็น • 35

  • @Kamuusi
    @Kamuusi 2 ปีที่แล้ว

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

  • @lekshmips8965
    @lekshmips8965 3 ปีที่แล้ว

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

  • @speaklessdomore3337
    @speaklessdomore3337 3 ปีที่แล้ว

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

  • @MegaAkashsoni
    @MegaAkashsoni 3 ปีที่แล้ว +2

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

  • @mangeshchoudhary4919
    @mangeshchoudhary4919 2 ปีที่แล้ว

    Very useful and well explained

  • @abhishekkhanna6250
    @abhishekkhanna6250 3 ปีที่แล้ว

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

  • @pradipkesarkar2521
    @pradipkesarkar2521 3 ปีที่แล้ว +1

    Tremendous, keep posting

  • @vsubbakrishna
    @vsubbakrishna 3 ปีที่แล้ว +1

    Excellent!!keep going

  • @manishparihar4128
    @manishparihar4128 3 ปีที่แล้ว

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

  • @DavidReza
    @DavidReza 3 ปีที่แล้ว

    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.

  • @ManishKumar-zh4dp
    @ManishKumar-zh4dp 3 ปีที่แล้ว

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

  • @dyrim3492
    @dyrim3492 3 ปีที่แล้ว +1

    keep it up! :D

  • @bhaskarnagula668
    @bhaskarnagula668 3 ปีที่แล้ว

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

  • @deepasampath1429
    @deepasampath1429 3 ปีที่แล้ว

    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.

  • @gordanaspicer879
    @gordanaspicer879 2 ปีที่แล้ว +1

    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;)

  • @vaibhavchaugule4541
    @vaibhavchaugule4541 2 ปีที่แล้ว

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

  • @chaithanyadeepak
    @chaithanyadeepak 3 ปีที่แล้ว

    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

  • @rameshreddykonasani6341
    @rameshreddykonasani6341 3 ปีที่แล้ว

    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.

  • @massenarathna4397
    @massenarathna4397 3 ปีที่แล้ว

    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 ?

  • @firecreationstatus
    @firecreationstatus 2 ปีที่แล้ว

    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.
    -1= ex-digit.
    Else.
    -1 = space.
    Endloop.
    Please responce on same.
    Thanks in Advance.

  • @PhilJonesIII
    @PhilJonesIII 3 ปีที่แล้ว

    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.

    • @SoorajSasidharanABAP
      @SoorajSasidharanABAP  3 ปีที่แล้ว

      Haha are u referring to the good old programming language BASIC? Yes, as far as readability is concerned, it may be difficult if the code is read by someone who doesnt understand these usages of the FOR Operator. 😄🙂🙂

    • @PhilJonesIII
      @PhilJonesIII 3 ปีที่แล้ว

      @@SoorajSasidharanABAP Shhh! Showing our age.

  • @dhanunjaigandavarapu8584
    @dhanunjaigandavarapu8584 3 ปีที่แล้ว

    Can you please make video on SAP OOPS ABAP?

  • @vaishnavikohli2542
    @vaishnavikohli2542 3 ปีที่แล้ว

    sir please post soft copy of your program

  • @nareshnani4444
    @nareshnani4444 3 ปีที่แล้ว

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

    • @SoorajSasidharanABAP
      @SoorajSasidharanABAP  3 ปีที่แล้ว

      Will be uploading Naresh..its difficult to explain everything in a single video 🙂🙂

    • @nareshnani4444
      @nareshnani4444 3 ปีที่แล้ว

      @@SoorajSasidharanABAP make it parts parts .....bro

  • @orunimidakathaikal
    @orunimidakathaikal 2 ปีที่แล้ว

    Pls stop sub titled .