Code: Alles auswählen.
* allow postings without positions from Billing engine only
* insert dummy ACCOUNTRECEIVABLE and CURRENCY_AMOUNT,
* will be removed in AC_DOCUMENT_CREATE later
IF document_header-obj_type EQ 'BEBD' AND
account_receivable[ ] IS INITIAL AND
account_payable[ ] IS INITIAL AND
account_gl[ ] IS INITIAL AND
account_tax[ ] IS INITIAL.
CLEAR account_receivable.
account_receivable-customer = '*'.
APPEND account_receivable.
CLEAR currency_amount.
APPEND currency_amount.
ENDIF.
Wir haben externe Belegnummernvergabe und ich will die Belegnummern eindeutig vorgeben können. Das ist mit dem Report SAPF124 nicht möglich, oder doch?Katsche hat geschrieben:Normalerweise wird dazu die f.13 verwendet. Wieso kannst du die nicht nehmen?