Hi,
I want to use the JOIN statement to select the fields VBAP-NETWR and VBAK-NETWR from tables VBAP and VBAK.
I can achieve this by using AS and (VBAP~NETWR and VBAK~NETWR) but the problem is in the table that is going to hold the results.
in: INTO CORRESPONDING FIELDS OF TABLE itab
itab can't have the field NETWR more than once !
So, how can I solve this ?
Thanks in advace.