Video není dostupné.
Omlouváme se.

15 - SAP ABAP New Syntax - CORRESPONDING Operator Part1

Sdílet
Vložit
  • čas přidán 9. 05. 2024
  • -Explanation of CORRSEPOSING Operator.
    -Explanation of Various Versions of CORRESPONDING Operator.

Komentáře • 14

  • @Rajasekharabap
    @Rajasekharabap Před 16 dny +1

    Thank u sir i dont previousely if structures not same to do loop now i understood

  • @hanok_bandaru
    @hanok_bandaru Před 6 dny +1

    Hi sir
    is there any possibility to write conditions for CORRESPONDING
    I want to move some records only not all records

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Před 6 dny

      Move on to next videos of CORREPONSING, there is CORRESPONDING WITH MAPPING and CORRESPONDING WITH EXCEPT also, that will help you to achieve your requirement.

  • @pallavivaval8536
    @pallavivaval8536 Před 3 měsíci +1

    Thank you Sir 🎉🎉🎉

    • @pallavivaval8536
      @pallavivaval8536 Před 3 měsíci

      Hello Sir good morning.. I would like to ask you, if I want to insert a new record in the database from the ALV report.please can you suggest your video for insert record through alv report.. please Sir help me

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Před 3 měsíci

      Please refer the videos of Change Request-2( video no - 65 to 75) in the Project Case Studies Playlist.
      czcams.com/play/PLM3lhmHjSeIRh0kwuQXWx4IO2vuogr9Ng.html&si=iPGGGQu1h-4kcM7i

    • @pallavivaval8536
      @pallavivaval8536 Před 3 měsíci

      @@sapabapbyrahulmehta Sure Sir..I will go through
      Thank you so much Sir ☺️☺️

  • @SajjadHussain-tj9wt
    @SajjadHussain-tj9wt Před měsícem

    Sir , Instead of Using Abap New Synatx , we can simply also use the Following statement (MOVE-CORRESPONDING itab1 TO itab2.) to move one internal table data to an other internal table that has different structure....

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Před měsícem

      In old syntax, the MOVE-CORRESPONDING was for workareas only. MOVE-CORRESPONDING for internal tables is a part of SAP ABAP new syntax. Rather than lt_data1 = CORRESPONDING #( lt_data ), we can write MOVE-CORRESPONDING LT_DATA to LT_DATA1 also.

    • @SajjadHussain-tj9wt
      @SajjadHussain-tj9wt Před měsícem +1

      @@sapabapbyrahulmehta ok, sir thank you for the reply and the clearance of the topic

  • @KudidelaManjula
    @KudidelaManjula Před 3 měsíci +1

    Hi sir could you provide some interview questions

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Před 3 měsíci +1

      I don't have interview questions as such. I only have the reading material.
      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

    • @Rajasekharabap
      @Rajasekharabap Před 16 dny +1

      ​@sapabapbrahulmehta thank u sir