SELECT KNVV.MANDT, KNVV.VTWEG
INTO :V-MANDT, V:-KUNNR
FROM KNA1
WHERE KNVP.MANDT +(=) KNVV.MANDT
I wanted to transform this code in SQL Format but I don't know what this Operator +=
does.
First I thought it is similar to Joins in SQL but I don't get the same Data rows in SAP. I really appreciate It if someone could help me with my problem.