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

List Box Problem In MODULE POOL PROGRAM(EDIT MODE)

Former Member
0 Likes
423

I Have Developed A MODULE POOL PROGRAM ,

It Basically Consists Of CREATE EDIT and DISPLAY Modes.

CREATE MODE:

When I am Creating For Example FORM NO 1,it is having Fields With drop down list box with values

A,B and C. if I Choose A then That form will Get Created With A value and Form 1 will be created.

EDIT MODE:

The same form If u want to edit In EDIT Mode ,it is displaying value A and it Showing the list box in the fillowing Manner.A,B,C,and A.(This is what the problem I am Facing Know).It Is Displaying the value two times.How to Avoid this ,PLs Help me in this regard.

Thaks & Regards,

Anuradha.

3 REPLIES 3
Read only

Former Member
0 Likes
395

Hi,

Refer to this demo program DEMO_DYNPRO_DROPDOWN_LISTBOX

Read only

Former Member
0 Likes
395

hi if you are using ztable field in you screen on which you want to give list box then reply me i have a suggetion

Read only

Former Member
0 Likes
395

Where ever you are populating the List Box, write a REFRESH statement just before that.

Means Refresh the old content and add new content