‎2007 Feb 09 1:52 PM
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??
‎2007 Feb 09 2:00 PM
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...
‎2007 Feb 09 2:00 PM
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.