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

need help in module pool

former_member498821
Participant
0 Likes
736

call screen y1XXXX0400 no dynepro name . this is the error message .

regards

venkat

6 REPLIES 6
Read only

Former Member
0 Likes
704

Hi,

In Your program Y1XXX screen number 0400 is either not created or Inactive.

go to SE80 and open you program and double click on the program name and activate.

THis activates all components of your program

Once the Screen is Created 
" Always give enough/More than enough information so that some one can give valid inputs
CALL SCREEN '0400' " OR CALL SCREEN 400.

Cheerz

Ram

Read only

Former Member
0 Likes
704

Hi

Activate your screen first and then execute your program.

Read only

Former Member
0 Likes
704

hi,

check if your screen is active.

thanks.

Read only

Former Member
0 Likes
704

hi,

if ur screen is inactive or not created then it will give a dump and not an error message and just use the statement

call screen 400.

thank

shivraj

Edited by: ShivrajSinha on Feb 8, 2010 10:41 AM

Read only

Former Member
0 Likes
704

why are you using the program name in the "call screen" statement?

A simple "call screen 0400." should do the trick.

regardless, please see that both your main progams and your screen are properly activated.

Read only

Former Member
0 Likes
704

Hi Pradeep

r u using any subscreen in main screens?

Regards

Surendra P