51 - ABAP Programming - Internal Table Operations - MODIFY

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • -Practical of Modify Internal table operation.

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

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

    Excellent explanation Bhai. Keep uploading new topics 😊😊

  • @user-gy3dy4ch9z
    @user-gy3dy4ch9z ปีที่แล้ว +1

    sir report programming is already covered or yet to cover??i dont see in playlist..
    cant thank u enough for ur content😊

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

      Report Programming is not available as of now. In this playlist, I will cover in the upcoming days.

    • @user-gy3dy4ch9z
      @user-gy3dy4ch9z ปีที่แล้ว

      @@sapabapbyrahulmehta eagerly waiting

  • @gianlucatrezzi6016
    @gianlucatrezzi6016 11 หลายเดือนก่อน +1

    Sir good afternoon. I have a question. let's suppose that the customer want to modify table and put some fields BLANK, (after i made a select inside my internal table). I suppose that i need to refer ONO field (video) on field PM (video) and then put it blank i guess?
    thanks sir

  • @VeCodes
    @VeCodes 3 หลายเดือนก่อน +1

    sir what if I want record which is ono no 1 and pm N is only to be modified precisely i want to check 2 conditions then in if statment what is syntax or i have to use nested if condition

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

      You need to write - IF lwa_data-ONO = 1 and LWA_DATA-PM = 'N'.
      The modify logic.
      endif.

    • @VeCodes
      @VeCodes 3 หลายเดือนก่อน

      that means we can use logical operators
      thank you sir

  • @EkanshDubey21
    @EkanshDubey21 3 หลายเดือนก่อน

    Hir sir, in MODIFY after TRANSPORTING does the order of specifying columns matters? Or we can give in any random order

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

      It does not matters, but it is good to follow the sequence.

  • @bhushangayake2840
    @bhushangayake2840 11 หลายเดือนก่อน +1

    hello sir, ,I've one question regarding 'Modify'. If you want to modify 2 records.....For example in your program if you want to modify ono.1 and ono.2 to pm 'N' and pm 'M' respectively then what to do. I tried different logic but I failed. Will you please give me any hint. thank you....

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

      To Modify Multiple Records, The syntax is Modify database table name from table Internal table. You can pass your multiple Records to internal Table, It will update in the table.

    • @bhushangayake2840
      @bhushangayake2840 11 หลายเดือนก่อน +1

      Ok thanks a lot sir ☺