126 - ABAP Programming - Field Symbols - Use in LOOP

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • -Concept of Replacing Work Area by Field Symbols in Internal Table Operations.
    -Difference Between Work Area and Field Symbol.
    -Use of Field Symbol in LOOP Internal Table Operation.

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

  • @sanatanabehera2327
    @sanatanabehera2327 6 หลายเดือนก่อน +2

    thank you sir

  • @sudamnayak9313
    @sudamnayak9313 9 หลายเดือนก่อน +2

    Thank you sir❤

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

    Excellent sir 1 lakh records read into wa takes long execution time
    Incase of fieldsymbol no read happen it directly point to itab,

  • @jananich6690
    @jananich6690 15 วันที่ผ่านมา

    Hi sir, is this the meaning of line number 31 like we are assiging internal table data object to field symbol and field symbol is acting like a work area? please correct me if i am wrong

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  15 วันที่ผ่านมา

      We are assigning the current record of the internal table to field symbol. Yes field symbol is acting like a replacement of work area.