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: 

DYNP_WRONG_SCREEN_TYPE

Former Member
0 Kudos

HI friends,

when i am runing the Module poole program i am struck by dump.

find the descriptin below for the dump.

my screen type is Noraml.

Incorrect screen type: Screen is incorrectly defined or used.

happened?

The attribute screen type with the values 'Normal Screen' and

'Subscreen' determines the use of the screen. If a normal screen is used

as subscreen or vice versa, an error occurs.

how can i avoid this problem.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Are you calling the screen in the program with dimensions?

If so, use screen type as Model Dialog box.

Regards,

Rajesh

8 REPLIES 8

Former Member

Sounds like your Normal should be a subscreen?

Former Member
0 Kudos

Hi,

Are you calling the screen in the program with dimensions?

If so, use screen type as Model Dialog box.

Regards,

Rajesh

0 Kudos

yes rajesh, your right i am using the dimensions for the screen.

plz check below statement .

call SCREEN 2000 STARTING AT 20 20.

now i changed to Modale dilog box .

is it correct ? plz let me know..

~yst

0 Kudos

Yes ysr@jay..

Proceed..

0 Kudos

hi friends,

After changing all in the codeing still the problem exits. actully i am calling the screen in a report program that report program i am calling in the BADI of standard Tcdoe ME23n. after executeing the ME23n i am able to see the screen after closing the screen another popups for messages from standard tcode if i close it the dump is comming.

~YsR.

0 Kudos

HI friends,

i am able resolve the dump part in coding.

i am calling my module pool program in BADI for ME23n tocde, like in the following way .

set screen 0.

SUBMIT ZCHECK_PO AND RETURN.

i am able to return to this place after completing my moule pool screen by selecting cancel button.After this a popup will come which you might be knowing already that message pop in ME23n. in this popup if i select ok my entire transaction is closing.

plz help me out .

thanks in advace.

~YSR

Edited by: ysr@jay on Oct 4, 2010 6:00 PM

0 Kudos

hello Friends,

THanks for all your help.

i created a Program and called the screen now it is working.

this is issue has been closed.

YSR

Edited by: ysr@jay on Mar 5, 2011 5:33 PM

Former Member
0 Kudos

check my last comments