‎2005 Nov 09 3:12 PM
Hello,
i'm searching for a possibilty to debug a drop down listbox on a sap dynpro? Can somebody help me!
TomSd
‎2005 Nov 09 3:17 PM
If the listbox is being built on the fly in the program, then there should be some code that you can step thru. If the values are coming from the domain of the field, then it will be a little more difficult to step thru. Is it a custom program?
If so, looks thru the code to see if you see and call to function module VRM_SET_VALUES. This is the function module used to set the values of the list box. This is used when the listbox is built on the fly in the program.
Regards,
Rich Heilman
‎2005 Nov 09 3:27 PM
Hi,
the listbox is being built on the fly of the programm.
The fm VRM_SET_VALUES helps. But there should be a possibility to debug when opening the drop down list on the dynpro. I've seen that during a education. But i can't remember what to do.
TomSd
‎2005 Nov 09 3:41 PM
‎2005 Nov 09 3:44 PM
‎2005 Nov 09 4:43 PM
Hi,
You can use the option System -> Utilities -> Debug dynpro, but I don't know if it is useful for a drop down listbox.
Hope it helps.
Mireia
‎2005 Nov 09 5:42 PM
Thomas,
Have you tried System->utlities->debug system?
Thanks
Giridhar