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: 

screen painter

Former Member
0 Kudos

Hi all,

I have modified a standard user-exit SAPMV45A screen number 8309. It was initially a sub-screen, i changed it to normal screen and activated it. It gave run-time error in VA02. So , I again tried to change the screen type from normal to sub-screen, but it is giving an error message ' delete the name fcode of the ok_code first ' . I didn't change any ok code and there is a function code in element list which is non-modifiable. How shall i correct this error. Please suggest.

Regards,

Subbu.

2 REPLIES 2

Former Member
0 Kudos

Subbu

Again modify the Screen Type to SCREEN... and remove OK Code Variable Name from Element List. Then revert the Screen Type to Sub Screen and Activate it... It should work..

Remember... Screen Exits are always Subscreens....

Thanks

Amol Lohade

Former Member
0 Kudos

resolved