SAP Function SAMPLE_PROCESS_00708030 - General Contract: User Exit for Posting Distribution

Parameter Reference Type Length Default Optional Text
I_BUKRS BUKRS C 4 Company Code
I_DAT_VERTEIL_BEG DGULTAB D 8 Date from when assignment is valid
I_DAT_VERTEIL_END DGULTBIS D 8 Date up to when the assignment is valid
I_INTRENO VVINTRENO C 13 Internal Real Estate Master Data Code
I_RECNBASISAEZIF RECNBASISAEZIF s 2 Base: Equivalence Number Distribution
I_RECNNR RECNNR C 13 Real Estate Contract Number
I_RECNTYPE SMVART C 4 External Real Estate Contract Type

Parameter Reference Length Optional Text
CT_VICN03_DISP VICN03 88 Real Estate Contract: Posting Distribution


DEFINE &TEXT& = 'General Contract: Generate Posting Distribution
DEFINE &EVENT& = '00708030'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX

EVENT
The posting distribution can be generated in the general contract. Thesystem standard distributes equally to all objects. This User Exit letsyou generate a different distribution by exporting equivalence numbersto the copied objects.

INTERFACE

  • I_INTRENO: Internal RE key of contract

  • I_BUKRS: Company code of contract

  • I_RECNTYPE: Contract type

  • I_RECNNR: Contract number

  • I_RECNBASISAEZIF: Equivalence number base

  • I_DAT_VERTEIL_BEG: Start of distribution

  • I_DAT_VERTEIL_END: End of distribution

  • CT_VICN03_DISP: Table with equivalence numbers and objects for
  • distribution. The equivalence numbers (RECNAEZIF) can be supplied inthe function module.
    If more data is required from the contract dialog, it can be importedwith the GET function modules (for instance RECN_RECNFLDS_GET, ...)