30 - Module Pool Programming - Creation of Drop Down List Part3

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 10

  • @orugantisivakrishna5373
    @orugantisivakrishna5373 Год назад +1

    Still leaning from you ❤ the important topics

  • @sakshibarapatre2678
    @sakshibarapatre2678 6 месяцев назад

    Hi sir, can we see last entered object using the drop-down's listbox option?

  • @sushantvaity5841
    @sushantvaity5841 7 месяцев назад +1

    I'm using VA02Transaction screen, i have added 2 fields in Additional data tab B using append structure in VBAK table and module pool programming.
    How to give defalut values for those 2 fields ?
    Need help.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 месяцев назад

      Hello Sushant - You can write the logic in the PBO of the screen. Check- if SAP has provided some type of enhancement technique, otherwise, you can create implicit implementation.

  • @Gathering_wisdom
    @Gathering_wisdom Месяц назад

    Sir in previous videos we always took ONO in structure based on ono we got data for other columns.. here based on state we getting data for region so why we didn't take state in structure here .. when can we exclude ONO from sturucture?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Месяц назад +1

      Suppose - When we want to fetch data from dependent tables(Example - order item table) based upon order number value in first internal table(order header). We need to take order number in the first internal table. Example - We fetch data from dependent tables using FOR ALL ENTRIES IN first internal table. In the current example - We are not fetching anything from dependent tables.

  • @srikrishnakannaya
    @srikrishnakannaya Год назад +1

    Hi Sir, For both STATE , REGION we have given TABLE-FIELD reference in LAYOUT, but y only for STATE by default it is showing the dropdown options in output and why it is not showing for Region?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Год назад

      Hello Srikrishna - There are default values in the domain of the state, so they are appearing in the output.

    • @srikrishnakannaya
      @srikrishnakannaya Год назад +1

      @@sapabapbyrahulmehta Okay Sir , Thank you..