Skip to main content
Skip table of contents

AufResEdit()

AufResEdit() – Auftragspositions-Reservierung editieren

Eine Reservierung für eine Auftragsposition wird in den Edit-Modus versetzt. (Betrifft Dab055 und Dab260).

ParameterBeschreibung

oDM:O

Datenmodul

nAufNummer:N

Auftragsnummer

nAufPosNr:N

Auftragspositionsnummer

nResID:N

Reservierungs-ID

Rückgabewert

Keiner

Beispiel

CODE
| oDM, oDAB260 |

oDM     := CreateObject('TBeDBGet'),
oDAB260 := DBGetTable(oDM, waDAB260,),

startseq,
   DBStartTrans(oDM.ADSConnection),
   AufResEdit(oDM, 4711, 99, 37773),
   oDAB260:MENGE := 5,
   AufResPost(oDM, 4711, 99, 37773),
   DBCommit(oDM.ADSConnection),
onerror,
   DBCancelAll(oDM),
   DBRollback(oDM.ADSConnection),
   MessageDlg(GetErrorText()),
stopseq,

Weitere Verknüpfungen


JavaScript errors detected

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

If this problem persists, please contact our support.