10 - ALV - Modify the Field Catalog Provided by REUSE_ALV_FIELDCATALOG_MERGE Part2

Поділитися
Вставка
  • Опубліковано 7 лют 2025
  • -Written the Logic to Modify the Field Catalog Internal Table.

КОМЕНТАРІ • 23

  • @madhusudanraogandi89
    @madhusudanraogandi89 Місяць тому +1

    This session has a valuable information.
    Thanks Rahul sir

  • @AIOTJ
    @AIOTJ 8 місяців тому

    thankyou sir ap bahut ache se explain krte hai

  • @RoosterVlogs
    @RoosterVlogs Місяць тому +1

    Are this changes are replicate in Structure, which we have created previously ?. like field positions ,field lable's.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Місяць тому

      No, it will not reflect there. These changes are dedicated to this program only.

    • @RoosterVlogs
      @RoosterVlogs Місяць тому

      @sapabapbyrahulmehta okay 👍

  • @kalpanamishra2773
    @kalpanamishra2773 11 місяців тому

    I watch your videos it was soo helpful please make video for topic CDS view.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  11 місяців тому

      Hello Kalpana - CDS views will be covered as a part of ABAP on HANA, but it will take time. You can learn CDS views from
      www.zapyard.com/

    • @kalpanamishra2773
      @kalpanamishra2773 11 місяців тому

      @@sapabapbyrahulmehta ok sir thanks.

  • @mohanedemad4100
    @mohanedemad4100 4 місяці тому

    Sir i want to thank you for your effort 🙏♥️
    And a have one question
    Why we want to modify the ALV in the program while i can change it in the output of ALV itself
    Thank you again from Egypt ♥️

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  4 місяці тому +1

      Hello - Thank you for your gratitude. Whenever we do through coding, these are permanent changes in the output. Whenever We run the program the output is based upon the code. if We do the settings in the ALV output, these are not permanent, whenever we run the program again , We need to change the settings again and many times customer ask for permanent settings so we achieve through coding.

    • @mohanedemad4100
      @mohanedemad4100 4 місяці тому

      @@sapabapbyrahulmehta Thank you sir I am really grateful🙏

  • @rupamacharya4581
    @rupamacharya4581 4 місяці тому

    Sir do we need to give the same field order in both fieldcatalog and final internal table??

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  4 місяці тому

      Hello Rupam - Yes, we need to provide the same order in fieldcatalog internal table and data internal table.

    • @rupamacharya4581
      @rupamacharya4581 4 місяці тому

      @@sapabapbyrahulmehta thank you sir

  • @ChitranshGurjar-wc9cv
    @ChitranshGurjar-wc9cv 7 місяців тому

    can we take unique identification as col_pos instead of fieldname

  • @ann03_200
    @ann03_200 9 місяців тому

    Hi sir, while using fieldcatalog merge leading zeroes are getting removed. What should I do?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  9 місяців тому

      Please elaborate your query. Leading Zero's for which field? If you are talking about VBELN, then it is because of conversion routine and it will be like this.

    • @ann03_200
      @ann03_200 9 місяців тому +1

      Yes sir, for vbeln and posnr leading zeroes are getting removed. It's resolved now, I've used no_convext = 'X'.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  9 місяців тому

      @@ann03_200 👍.