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

Getting error message when selecting item form dropdown

Former Member
0 Likes
382

Hi Folks,

I am creating a screen exit which we configure in QA11 transaction. I am inserting few fields in User Data subscreen including QMEL-PRIOK field. when selecting an option from drop down list, It is giving an error message' Error: entry not available in table'. But when I am checking the table entries, the value I have entered is there.

Please help me in resolving this issue.

Thanks in advance.

Anees

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
296

Field QMEL-PRIOK is checked with superior key QMEL-ARTPR, is this field available in your screen/program ?

You may programmatically fill an internal table for the dropdown list, restricting values with the QMEL-ARTPR value in the PBO of your screen.

Regards,

Raymond