‎2008 Jun 09 7:02 AM
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.
‎2008 Jun 09 7:03 AM
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
‎2008 Jun 09 7:09 AM
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.
‎2008 Jun 09 7:11 AM
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
‎2008 Jun 09 7:07 AM
Hi,
It is checks both data element and domine.
Thanks & Regards,
Murali
‎2008 Jun 09 7:10 AM
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.