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

problem in Zmodule pool with List Box

Former Member
0 Likes
456

I have module pool problem:

It is a Z Module Pool program haveing Create, Edit, dISPLAY mODES

Form 01 Create : 1 FIELD with List Box cvalues : A, B , C, D

When i m creating form 01 for creatinion i select the value A from the list box and then Save.

Then i go to EDIT mode with the same form number 01 and click for the List values of the field it

shows me the VALUES A,B,C,D and A it shows value A again at the botton ...i.e the value used in CREATE FORM.

Please help.

regards,

Jay.

I have module pool problem:

It is a Z Module Pool program haveing Create, Edit, dISPLAY mODES

Form 01 Create : 1 FIELD with List Box cvalues : A, B , C, D

When i m creating form 01 for creatinion i select the value A from the list box and then Save.

Then i go to EDIT mode with the same form number 01 and click for the List values of the field it

shows me the VALUES A,B,C,D and A it shows value A again at the botton ...i.e the value used in CREATE FORM.

Please help.

regards,

Jay.

2 REPLIES 2
Read only

Former Member
0 Likes
438

hi,

how ur giving the value to be displayed in the list boz?if it using the FM give key values also.Also give a check before populating the field thts is if the field not empty then populate the list box values.

Read only

Former Member
0 Likes
438

ok