Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My Code is:
Load *;
sql select VAPMA~KUNNR VBPA~KUNNR
FROM VAPMA INNER JOIN ON (VAPMA~VBELN = VBPA~VBELN) ;
-----------------------------------------------------------------------------------------------------------------------------------
ERROR : KUNNR is already declared.
while I am fetching data from sap. I require both KUNNR fields .
Same error continue after putting comma.
one solution is you have to seperately load VBPMA and VBPA and then join it in qlikview script.