Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
We have SAP ECC 6 , Oracle 11 i as data base. Below is the query which i have in Qlikview to extract the data from SAP.
SQL select
mkpv.name,mkpv.no, mseg.postdate from mkpv,mseg where mkpv.no = mseg.no and mseg.postdate > to_date('01-JAN-2014','DD-MON-YYYY') ;
Above query is not working with SAP , on the contrary, when i use this query with our oracle server (Other than SAP), it works fine. Can anybody pls. help me out for this.
Please note that , we have already all connectors/connection stings in place and working fine, also the field names/table names mentiond above are used juse an example.
i can't see anything wrong. do you have a preceding load before the SQL? What error are you getting?
Actully , in oracle you need to give MON , any how, i tried MMM also, but of no use
Do you get any error message?
MON is correct. Please post the error message.
Please post the error message.
Below is the error which i am getting.
/QTQVC/OPEN_STREAM failed after 00:00:00 Key = SQL_ERROR (ID:00 Type:E Number:001 Comma without preceding colon (after OPEN ?).)
SQL SELECT
MBLNR, WERKS, MATNR, CHARG, BWART, MENGE, MJAHR, BUDAT FROM MSEG , MKPF where MSEG.MBLNR = MKPF.MBLNR and WERKS ='A100' and MATNR = 'RM010000'