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

Extended error check.

Former Member
0 Likes
426

Hi,

When iam doing extended error check i am gettin the error ' After a structure enhancement, the semantics of the assignment or comparison may change' in the code line MOVE-CORRESPONDING p0001 TO it_extract. wot shud i do??

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi,

I guess that should not be any problem as it says after a structure Enhancement, something may change.As of now it shud work,.

Cheers...

Read only

Former Member
0 Likes
380

since you have a moce-corresponding you have to do nothing.

Semantics is NOT syntax, your sysntax will stay in shape.

the message just tells you that if one of the structures (either the one of the DB-table or the one of your ITAB may change (e.G. an append structure).

This again means your move-corresponding will still work BUT you may miss some of the new fields at least if your itab isnt of same type like your dbtab.