Skip to main content
Skip table of contents

D700_VoucherAsText()

Beleg-Langtext ohne Formatierungen

Die Funktion erstellt aus den Belegen (Belegarchiv) Langtext ohne Formatierungen.

Funktion wird auch für beas zu Verfügung gestellt.


ParameterBeschreibung

cVoucherFieldStr:C

Feldname als String; Wenn leer => wird Feldname "Dab700:Daten" verwendet

oDab700:O

Bezugstabelle; default = Standard-Tabelle

Rückgabewert

be:

  • Text

Beispiel

CODE
| oDab700, text |

oDab700 := BEOpen(waDAB700, 'BELEG'),

startseq,
   DBGoBottom(oDab700),
   Skip(-50, oDab700),
   text := D700_VoucherAsText('', oDab700),
always,
   BEClose(oDab700)
stopseq,

text
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.