Dear NG,

[SAPDB 7.3.0.29/029-000-087-746 on W2K, DateFormat ISO, rest default]

I get "9111 system error" when executing this statement. Without the
WHERE-clause it runs fine!

Any hint is welcome. Thank you

Benedikt Wismans


SAP DB:-9111[SAP AG][SQLOD32 DLL][SAP DB]General error;-9111 POS(1) System
error: Move error.

when executing

SELECT COUNT( * )
INTO :nAnzahl
FROM auftrag
WHERE auftrag.auftragsdatum >= :df_DatumVon   AND auftrag.auftragsdatum <=
:df_DatumBis
AND auftragid > 0
AND auftrag.auftragid in
   (
    SELECT  auftragid
    FROM  debit
    WHERE rechnungid = 0
)




_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to