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: 

Statement not accesible : "MOVE-CORRESPONDING ebkn TO *ebkn."

former_member396896
Participant
0 Kudos

hi guys,

(system upgraded from 4.6 to 6.0 and made unicode compatible)

thr r two problems........

1. "MOVE-CORRESPONDING ebkn TO *ebkn." is not accessible, is it something related to mirror image......... how to resolve this.

2. Refresh it_tab - "Refresh and clear statements are not accesible" .

These are present inside includes..... ( is it somewhere related to use of subroutines prior to the use of refresh or clear statement......)

Those tables are defined prior to the statement Refresh or Clear.......

3 REPLIES 3

Jelena
Active Contributor
0 Kudos

"not accessible" message usually means that the code is located in the part of the program, which logically could never be executed (or at least that's what compiler thinks). Review your code to find where the program flow gets interrupted.

0 Kudos

HI,

can u explain me the purpose of that statement pls.............

thanx

Clemenss
Active Contributor
0 Kudos

Hi Mohd,

please paste error message(s) in detail:

source name(s)

source line(1)

full error message including message class, type and number

If you get W messages (warnings), you may ignore them.

Regards,

Clemens