How to Create Drop Down list | Drop down list in SAP ABAP | List box in SAP Module Pool Programming

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024
  • Hello Friends,
    In this video we are going to see how to create drop down list or list box in sap abap module pool Programming.
    What is drop down list in sap abap?
    Drop down list or list box in abap is a user interface element which displays a list of values from which a user can select one value.
    You can create abap drop down list on selection screen and even in module pool program and to add values to sap abap drop down list we need to call fm 'VRM_SET_VALUES'.
    Please watch video to see how to create drop down list or list box in module pool
    Please visit my website to learn more about ABAP.
    www.learnsapab...
    Thanks,
    #LearnSapAbap
    Instagram : @swap_neeeel

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

  • @adityakulkarni8595
    @adityakulkarni8595 3 года назад

    Good efforts sir.

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

    Thank you for your support

  • @himanshiojha9260
    @himanshiojha9260 3 года назад +1

    Is there any video regarding how to create tables and put the data entries in it??

    • @LearnSapAbap
      @LearnSapAbap  3 года назад

      Which table you want to create custom table and maintain entry in that table?

    • @himanshiojha9260
      @himanshiojha9260 3 года назад +1

      @@LearnSapAbap yesssss

    • @himanshiojha9260
      @himanshiojha9260 3 года назад +1

      The one u created for employees

    • @LearnSapAbap
      @LearnSapAbap  3 года назад +1

      Ok.
      Please watch this video in which I have created table and added entries in it. ruclips.net/video/-90fnOb_cD4/видео.html thanks.

  • @nehaambesange800
    @nehaambesange800 2 года назад +1

    I tried same program but I am able to create the drop-down but not the empid list sir

    • @LearnSapAbap
      @LearnSapAbap  2 года назад

      Hello Neha,
      Please check if you have passed the emp list to the FM properly or not which is responsible to display in drop down list.

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

    I am getting error like " specify a program name "
    After the call screen line what to do now

  • @tannupriya5777
    @tannupriya5777 2 года назад

    How to show and hide the field based on the selected dropdown value ..??

    • @LearnSapAbap
      @LearnSapAbap  2 года назад

      ruclips.net/video/O3DVJZsYmSI/видео.html please check this video. It is similar to your requirement but you need to change function code base on drop-down list values.. please refer this one.

  • @ridamagarwal4460
    @ridamagarwal4460 2 года назад

    I tried the same but not able to create the dropdown

    • @LearnSapAbap
      @LearnSapAbap  2 года назад

      Can you please post what are the challanges you are facing?

  • @graphics5466
    @graphics5466 2 года назад

    How to get selected value from this drop down list ?

    • @LearnSapAbap
      @LearnSapAbap  2 года назад

      You need to call Fm VRM_GET_VALUES to get selected values

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

    Bro reply me