Application Development 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: 

call a screen painter from module pool

former_member206441
Contributor
0 Kudos

Hi all,

How to call a screen painter from module pool program

i declared "call screen 100" but error like

statement is not accessible is displaying.

can anyone plz help me...

Regards,

Arun

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Arun,

Check the command example if you are clicking any button to go to screen 100, checkout whether the fct code is correct that you are using in the code. Suppose if fct code is BACK.

When 'back'.

call screen 100.

Hope this works.

Cheers!!

4 REPLIES 4

Former Member
0 Kudos

Hi Arun,

Check the command example if you are clicking any button to go to screen 100, checkout whether the fct code is correct that you are using in the code. Suppose if fct code is BACK.

When 'back'.

call screen 100.

Hope this works.

Cheers!!

Former Member
0 Kudos

Hi,

On your Call Screen 100 statement, double click on the 100, it will ask you to create the screen. And you will be in the Screen painter. Clicking on the Layout button will take you to the Layout of the screen.

regards,

Advait

Former Member
0 Kudos

Hi Arun,

Check whether the screen you created is Active or Not?

Regards,

Vijaya.

ajay_sharma10
Participant
0 Kudos

Try to things ,

write u'r screen number as 0100

or write it as '0100'.

and as other said check u'r fct code of pushbutton .