‎2016 Jan 19 7:36 PM
Hi All,
I have to join CDHDR and CDPOS using cast function OBJECTID and kostl field which has different length.Is it possible to cast using join function in New abap open SQL.Please help.Thanks.
‎2016 Jan 20 7:49 PM
ABAP has a specific feature which also can be used to make joins on table without similar key data types: "For all entries"
http://help.sap.com/abapdocu_70/en/ABENWHERE_LOGEXP_ITAB.htm
Regards, Andreas