9 - ABAP Programming - Classical Reports - Multiple Database Tables(FOR ALL ENTRIES IN) Part2

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ค. 2023
  • -Open SQL Query to Fetch Data from Order Header Table.
    -Explanation to fetch data from Dependent, Foreign and Item Tables.
    -Full Explanation of IS NOT INITIAL.
    -Use SY-SUBRC = 0 OR Internal table IS NOT INITIAL condition to fetch data from dependent tables.

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

  • @shrutichakraborty2919
    @shrutichakraborty2919 11 วันที่ผ่านมา +1

    Crystal clear

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

    Ap bahat acha padhate ho sir...i. Following you since 1 week's

  • @nazilariaz9476
    @nazilariaz9476 6 หลายเดือนก่อน +1

    👏👏

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

    Hi sir,
    As we can - WRITE statement in 3 event- top of page, end of page, start of selection, so in this case which write statement will trigger first while executing the pgm.?

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

      Firstly TOP-OF-PAGE Write, then Start-of-selection Write, then End-of-page Write.

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

      @@sapabapbyrahulmehta I tried this scenerio, but I can see first start of selection write statement is triggering first, could you please check

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

      @@chetansalunkhe9192 It will not trigger, It will just recongnize first Write statement, then control will automatically go to TOP-OF-PAGE and then control will return to START-OF-SELECTION, if you are using TOP-OF-PAGE. If you are not using TOP-OF-PAGE then definitely it will trigger the write statement of START-OF-SELECTION. Please refer the video of TOP-OF-PAGE in the same playlist, where I explained in the debugging Mode. Video no - 49,50,51.

  • @debayanichakraborty7219
    @debayanichakraborty7219 9 หลายเดือนก่อน +1

    can we do inner join based on the input value?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  9 หลายเดือนก่อน

      Hello Debayan, once you proceed further in the playlist, you will find inner join videos.