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: 

problem with subscreen

Former Member
0 Kudos

hi all,

in SAPMV45A, i have added some fields in the screen exit 8309,

and that is a subscreen, unfortunately attributes of that screen got changed, and now it is showing as normal screen, i tried to change it into subscreen, but it is giving error(delete the name FCODE of the OK-CODE field list), kindly help me out.

thanks in advance.

3 REPLIES 3

Former Member
0 Kudos

hi,

In Subscreen we can not take ok_code. so the error is coming into your prog.

Just go to the Element list tab->General Attr

in last row, clear FCODE written over there.

Now change its attribute to subscreen, it will not give error.

I think this will solve your problem.

thanks

Dharmishta

0 Kudos

thanks for ur reply,

but the fcode field is in grayed out mode. how can i clear that.

Former Member
0 Kudos

HI,

GENERALY WE DONT WRITE OK_CODE FOR SUBSCREEN

GO TO GENERAL ATRIBUTES OF THE SCREEN

AND CHECK WHEETHER THE ATRIBUTES R CORRECT OR NOT

OR ELSE

GO TO PROGRAM WHERE U R CALLING THE SUBSCREEN

CHECK WHETHER U HAVE CALLED IT AS A SUBSCREEN OR NOT