Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am trying to create a qvd fetching data from sap system through connector. I am unable to filter the data on date while creating qvd.
CUSTOMCONNECT TO "Provider=QvSAP Connector;ASHOS T=192.168.11.24 3;SYSNR=00;CLIE NT=252;XUserId= eDNeeYRNJbaMXUV MXLDA;XPassword =GHXfMXVMXDZCGa FMRRJB;";
Table:
LOAD
FKDAT;
SQL SELECT FKDAT...
SQL Select ERDAT VKORG from VBAK
WHERE ERDAT => '$(varDATE)' ;
...
SQL Select ERDAT VKORG from VBAK
WHERE ERDAT => '$(varDATE)' ;
Thanks Gencsoy,
Apreciate your help. My problem is solved with your answer.
Regards