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

Dropdownlist box values not refreshing .

0 Likes
2,036

Hi Friends,

I am facing a problem regarding the dropdown box.

I am populating the value in the dropdown(LIST1) on the basis of other value(p_field).

The values are coming properly in the dropdown list box(LIST1) after changing the vaslues in other field(P_FIELD).

But the issue is that , after change in the vlaue of P_FIELD , the previous respective value of P_FIELD not clearing , it remains as it is on the screen.

I am using VRM_SET_VALUES to populate the list box.

Also i am refreshing the list box table as well.

Still , the pervious respective value is there in the list box along with the new value .

Kindly guide.

Hi Friends,

I am facing a problem regarding the dropdown box.

I am populating the value in the dropdown(LIST1) on the basis of other value(p_field).

The values are coming properly in the dropdown list box(LIST1) after changing the vaslues in other field(P_FIELD).

But the issue is that , after change in the vlaue of P_FIELD , the previous respective value of P_FIELD not clearing , it remains as it is on the screen.

I am using VRM_SET_VALUES to populate the list box.

Also i am refreshing the list box table as well.

Still , the pervious respective value is there in the list box along with the new value .

Kindly guide.

5 REPLIES 5
Read only

former_member202818
Active Contributor
0 Likes
1,353

Hi Vaibhav,

You can't do anything while changing data on field.

So do a validation in PAI using CHAIN-ENDCHAIN for these two fields to check possible value combination.

Regards

Sreekanth

Read only

0 Likes
1,353

I am not following the module pool approach .

I am working on the reports .

Kindly suggest.

Read only

0 Likes
1,353

Do validation using AT SELECTION SCREEN ON field_name.

Read only

aarif_baig
Active Participant
0 Likes
1,353

HI Vaibhav,

                   Use this FM STATUS_BUFFER_REFRESH before VRM_SET_VALUES

Thanks

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,353

Insure you refreshed you internal table (type VRM_VALUES) before calling VRM_SET_VALUES again, you should not be required to call VRM_DELETE_VALUES.

Regards,

Raymond