67 - ABAP Programming - Types of Internal Tables - Hashed Internal Table Part2

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

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

  • @AliAsim-ks8br
    @AliAsim-ks8br ปีที่แล้ว +1

    Dear Rahul, Your explanations are exceptionally superb. Thanks a lot.

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

    Can we delete hashed table row with non-unique key value with where condition ?

  • @ChitranshGurjar-wc9cv
    @ChitranshGurjar-wc9cv 5 หลายเดือนก่อน +1

    Hello rahul , gooday hope u doing well, I want to know that if we define any one field as unique key and we are searching for a record for another key (having non unique records) will it work. eg. in video we defined 'ono' as unique key and if we search for 'pm = c' , provided that 'pm' may have non unique values how will it respond.

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

      It will work and return the first matching record based upon payment mode C.

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

    hello sir, the explanation was good but i have came across of one condition that in standard table also they have used WITH NON-UNIQUE KEY please elaborate is it applicable or not.

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

      Standard internal table is based upon non-unique key only, so specifying will not make any impact.

  • @ComedywithZero
    @ComedywithZero 7 หลายเดือนก่อน +1

    respected sir please upload one video for resume building session fresher and intermidiate level resume building its help for resume selection .

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

      Hello - Resumes always varies from individual to individual skills and it can not be generalized for freshers, intermediate and experienced.

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

    Why we didn't use APPEND Statement in hashed table?

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

      As SAP considers, append as a Index based operation and index is not allowed with HASHED internal table. When you check the error, SAP is clearly mentioning - internal and explicit Index is not allowed with hashed internal table.

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

      Ok sir, Thank you

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

    bro in hashed table it returns directly address of searched key so why cant we append ??u said at last ono 1 8 5 12 10 so these are not sorted so we can use append also right?? only insert?

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

      In Hashed Internal Table- If you Use APPEND, System will give you error - Implicit or Explicit Index operations are not allowed, So SAP is considering APPEND as INDEX based operation and INDEX is not allowed for Hashed Internal Table.

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

      @@sapabapbyrahulmehta ohh okk ✌🏼