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: 

regarding INTO CORRESPONDING statement!!

Former Member
0 Kudos

hi experts,

when we use INTO CORRESPONDING in select statement whether sap will check the DOMAIN level properties or DATA ELEMENT level properties ?

thanks in advance.

rgds,

nag.

5 REPLIES 5

prasanth_kasturi
Active Contributor
0 Kudos

Hi,

if the fields in the source structure and destination varies we use into corresponding addition,

it can happen in two ways

1) source and destination have same fields but their order in both varies

2) source has less number of fields than destination

Dataelements are checked if they are not same then Domains are checked

regards

prasanth

0 Kudos

hi ,

when moving the values from source to destination, how sap will check the source and destination fields means

whether it's check with domain level properties or data element level properties of source and destination fields.

rgds,

nag.

0 Kudos

hi,

it checks dataelements, if dataelements are same implies domains are same

if they are equal it transfers

otherwise it checks for same domain

reward if helpful

prasanth

Former Member
0 Kudos

Hi,

It is checks both data element and domine.

Thanks & Regards,

Murali

Former Member
0 Kudos

Hi,

SAP will check the name of the fields in the select statement and the name of the field in the destination, it will just pass the data from source to destination, if any mismatch occurs between the data type then the program will raise a dump.