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

regarding INTO CORRESPONDING statement!!

Former Member
0 Likes
657

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
Read only

prasanth_kasturi
Active Contributor
0 Likes
630

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

Read only

0 Likes
630

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.

Read only

0 Likes
630

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

Read only

Former Member
0 Likes
630

Hi,

It is checks both data element and domine.

Thanks & Regards,

Murali

Read only

Former Member
0 Likes
630

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.