Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to debug drop down listbox?

Former Member
0 Likes
2,411

Hello,

i'm searching for a possibilty to debug a drop down listbox on a sap dynpro? Can somebody help me!

TomSd

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,293

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

Read only

0 Likes
1,293

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

Read only

0 Likes
1,293

Interesting, the action of "dropping down" the listbox is a gui function and I don't think will fire an event.

Regards,

Rich Heilman

Read only

0 Likes
1,293

What action of the listbox are you hoping to debug.

Regards,

RIch HEilman

Read only

Former Member
0 Likes
1,293

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

Read only

Former Member
0 Likes
1,293

Thomas,

Have you tried System->utlities->debug system?

Thanks

Giridhar