SAP ABAP [2020] - ABAP 7.40 - CORRESPONDING Operator

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024
  • SAP ABAP [2020] - ABAP 7.40 - CORRESPONDING Operator
    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

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

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

    Made use of this code today.. your video was very helpful 👍. Thank you.

  • @AbhishekYadav-qo9fq
    @AbhishekYadav-qo9fq 3 ปีที่แล้ว

    Thank Sir, it helped me today while working with a complex report

  • @getgsrinivas
    @getgsrinivas 4 ปีที่แล้ว +1

    thanks Sooraj, you always amaze us

  • @aliulameer9534
    @aliulameer9534 ปีที่แล้ว

    Thanks

  • @tsp3884
    @tsp3884 4 ปีที่แล้ว

    Sooraj thanks a lot for sharing such new keywords and keep doing a lot more videos like this brother 👍

  • @venugopalm9000
    @venugopalm9000 4 ปีที่แล้ว +1

    Thanks Sooraj for the in-depth tutorial. Kindly make a video including all the new syntax used in 7.4/7.5. Thanks in Advance. :)

  • @AD-tf1we
    @AD-tf1we 3 ปีที่แล้ว

    Thank you Sooraj.
    I'm getting a clear explanation.
    Keep it up *Thumbs up*.

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

    Good One Sooraj. Come up with new session soon,we are waiting.....we want to learn new syntax....

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

    Please make another video with For Statement:)

  • @Itbidda2.0
    @Itbidda2.0 4 ปีที่แล้ว +2

    Thanks for your demo. It is possible to get headings and subheadings in ALV GRID DISPLAY?. if u have time can u do video. It will be better for learners. Thank you.

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

    Good work Sooraj..

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

    Please make a video on base operator

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

    Seems that SAP is throwing new stuff at us as a matter of course. No question that keywords like this can be very useful when needed. The question that comes to mind with keywords of this type is how they affect server-performance.
    I've worked on programs that process records in the millions (Bill of Material) and the choice of certain keywords can have a significant impact on performance.
    So, in using the CORRESPONDING keyword, does it help that the corresponding fields are in the same order in both internal tables.
    When using the MAPPING addition, does it help to write the mapping list in the same order as they appear in the table?
    It's unlikely that many have tested this but, worth a try.

  • @karthikeyan-lf5uc
    @karthikeyan-lf5uc 3 ปีที่แล้ว

    Hi sooraj. I need to how to perform concatenation say c1 and c2 fields to c3 field of the same internal table without using loop of that itab and modify it each records wise
    . Does this corresponding syntax will work ? Like c3 = c1 & c2 to fill another internal table.

  • @omkarzemse2142
    @omkarzemse2142 4 ปีที่แล้ว +1

    great info!! share code in text file.

  • @deepthiignatius
    @deepthiignatius 4 ปีที่แล้ว

    Hi Your vedios will be simple and useful. I had a doubt w. r.to corresponding.
    Can we use the syntax with offset values. Example: I have the value 11111 but the final table I wanted the first 2 digits. So final table will have value as 11.

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

      give a try

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

    May I know how i map only specific value from the source field? E.g. c1+2(2).