Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to extract a few dimensions from SAP, but not from the cube, but directly from SAP.
i use the QvSAPConnector.dll connector. I connect to SAP and the CUSTOM CONNECT TO is created. Connection is succesful
Now the script builder is started. I select what i need and choose to create script.
i copy/past the script to the Qlikview application, but the SELECT statement gives me a script error:
[/TT5/CHTBPERS]: // Human Resources
Load
[MANDT] as [Client_MANDT],
[TPORGE] as [CH Organizational Unit_TPORGE],
[TPPERS] as [Employee_TPPERS],
[TPNNAME] as [Last Name_TPNNAME],
[TPVNAME] as [First name_TPVNAME];
SQL Select MANDT TPORGE TPPERS TPNNAME TPVNAME from /TT5/CHTBPERS
;
i dont see why QV is giving this error.
/UP