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
Good efforts sir.
Thanks 😊
Thank you for your support
Is there any video regarding how to create tables and put the data entries in it??
Which table you want to create custom table and maintain entry in that table?
@@LearnSapAbap yesssss
The one u created for employees
Ok.
Please watch this video in which I have created table and added entries in it. ruclips.net/video/-90fnOb_cD4/видео.html thanks.
I tried same program but I am able to create the drop-down but not the empid list sir
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.
I am getting error like " specify a program name "
After the call screen line what to do now
How to show and hide the field based on the selected dropdown value ..??
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.
I tried the same but not able to create the dropdown
Can you please post what are the challanges you are facing?
How to get selected value from this drop down list ?
You need to call Fm VRM_GET_VALUES to get selected values
Bro reply me
no