‎2010 Feb 08 8:53 AM
call screen y1XXXX0400 no dynepro name . this is the error message .
regards
venkat
‎2010 Feb 08 9:01 AM
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
‎2010 Feb 08 9:03 AM
‎2010 Feb 08 9:04 AM
‎2010 Feb 08 9:20 AM
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
‎2010 Feb 08 9:38 AM
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.
‎2010 Feb 09 1:24 PM
Hi Pradeep
r u using any subscreen in main screens?
Regards
Surendra P