Application Development and Automation 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: 
Read only

Error in Read Statement

jitendra_it
Active Contributor
0 Likes
3,078

Hello All,

I am getting a strange error at READ table statement.

Error is

"

Couldn't find Error Message: E READ 026 because the system is running

with the database objects from release 701. The system has not

completely upgraded to release 720."

When I click on that error it navigates me to READ statement which is

"

READ TABLE GT_ZPP_BOM_INTRFC WITH KEY ZZNOTICENUM = <fs_ZPP_BOM_INTRFC>-ZZNOTICENUM

                                       ZZMATCRTSUC = 'FL'.            "

could some one please help.


1 ACCEPTED SOLUTION
Read only

palash_mazumder
Participant
0 Likes
1,121

hi,

u have to take the internal table value either work area or field symbol.then this error will not come.

5 REPLIES 5
Read only

palash_mazumder
Participant
0 Likes
1,122

hi,

u have to take the internal table value either work area or field symbol.then this error will not come.

Read only

Former Member
0 Likes
1,121

So, how recently did you upgrade?

Are you sure that all of the SPDD and SPAU steps were accomplished?

Have you looked for notes?

These and other similar questions need to be answered...

Neal

Read only

Former Member
0 Likes
1,121

Hello,

Please check SAP note 1710129. It might help you.

Best Regards,

Swanand

Read only

former_member206439
Contributor
0 Likes
1,121

run the tcode UCCHECK and input the program name and ececute.

you will get the statements which needs to be changed.

for read statement into waork area of the same table structure has to be entered.    

Read only

former_member209120
Active Contributor
0 Likes
1,121

Hi Jitendra Soni,

See this link http://scn.sap.com/thread/3250284