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: 

SE51 - Upload screen error (system version issue)

Former Member
0 Kudos

Hi Guys,

I am trying to upload a .txt file in SE51 to generate a screen, but I got the error message below:

Screen file created in an incompatible Release

Is there any change that I could made in the .txt file to import the screen from basis version 7.00 to 6.40 ?

Here is the file (I have already changed the value 700 (underlined below) to 640 that is my current basis version):

****************************************************************

  • THIS FILE IS GENERATED BY THE SCREEN PAINTER.

  • NEVER CHANGE IT MANUALLY, PLEASE !

****************************************************************

%_DYNPRO

Z_SCREEN

0001

700

40

%_HEADER

Z_SCREEN 0001I0001 0 0192 37 0 0 27120 0G E 20101001144221

%_DESCRIPTION

Initial screen

%_FIELDS

CHAR 20 80 10 00 00 00 255 1 O 0 0 0 0 0 0 ____________________

%_FLOWLOGIC

PROCESS BEFORE OUTPUT.

  • MODULE STATUS_0001.

*

PROCESS AFTER INPUT.

  • MODULE USER_COMMAND_0001.

%_PARAMS

Edited by: fsimionatto on Oct 11, 2010 5:18 PM

1 ACCEPTED SOLUTION

former_member195402
Active Contributor
0 Kudos

Hi,

please try to replace "700" in the line after "0001" with "640". What's the new problem in detail?

When I download a screen from 620 (we have no 640) I have some blank lines and a very different line after line "%_HEADER" containing some more SPACES than in your post, but that may be web browser dependent.

Try to download a screen from 640 and compare those .txt files. Maybe you can find the important difference ...

Regards,

Klaus

2 REPLIES 2

former_member195402
Active Contributor
0 Kudos

Hi,

please try to replace "700" in the line after "0001" with "640". What's the new problem in detail?

When I download a screen from 620 (we have no 640) I have some blank lines and a very different line after line "%_HEADER" containing some more SPACES than in your post, but that may be web browser dependent.

Try to download a screen from 640 and compare those .txt files. Maybe you can find the important difference ...

Regards,

Klaus

Former Member
0 Kudos

Thanks for the reply,

I tried to modify the '700' to '640' but no sucess, I got the same system version message, I am going to match the blank spaces as you mentioned.

Thanks

Felipe