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: 

Error in Read Statement

jitendra_it
Active Contributor
0 Kudos

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

palash_mazumder
Participant
0 Kudos

hi,

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

5 REPLIES 5

palash_mazumder
Participant
0 Kudos

hi,

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hello,

Please check SAP note 1710129. It might help you.

Best Regards,

Swanand

former_member206439
Contributor
0 Kudos

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.    

former_member209120
Active Contributor
0 Kudos

Hi Jitendra Soni,

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