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

SCREEN Painter issue

Former Member
0 Likes
455

Hello Experts

i am trying to create a drop down list for a given screen element

sdyn_conn-carrid

i have wrote the following piece of code

PROCESS ON VALUE-REQUEST.

FIELD sdyn_conn-carrid MODULE create_dropdown_box1. in flow logic of screen 100 when in double click on create_dropdown_box1 it asked me to create a new

object , and i have did so, now when i double click on piece of code as shown

below

MODULE create_dropdown_box1 INPUT .

it pop up me with the message

<b>PAI module CREATE_DROPDOWN_BOX1 is not used in Screen of the program

ZPP_DIALOG</b>

because of these when i run the report drop downlist is not working but it is

working well when i test in se51 tcode

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
429

Make sure that all objects have been activated.

Regards,

Rich Heilman

Read only

0 Likes
429

experts

i got the issue, declaration was wrong

Read only

Former Member
0 Likes
429

Hi,

Please close the thread if the problem is solved.

Thanks,

Naren