Seitenhistorie
...
Codeblock | ||||
---|---|---|---|---|
| ||||
/**
* Anmerkungen:
*
* - "INTID_T_UD_GENERICOBJECT" und "INTID" sind Pflichtfelder für Dynamische Entitäten (s.o.)
* - Join zwischen Referenzobjekt "Buchungsposition" und "DATEV Information" erfolgt über Pflichtfeld "DATEV Information" (siehe Abschnitt 3)
*
*/
SELECT
datevinformation.intid "INTID_T_UD_GENERICOBJECT",
buchungsposition.intid "INTID",
'Umsatz' "Typ",
buchungsposition.datdatum "Datum",
buchungsposition.strbelegfeld "Referenz",
buchungsposition.dblumsatz "Betrag",
buchungsposition.strwaehrung "Währung"
FROM
def_buchungsposition buchungsposition,
def_datevinformation datevinformation
WHERE
datevinformation.intid = buchungsposition.intid_strdatevinformation |
...
Überblick
Inhalte