SAP Function SAMPLE_INTERFACE_00001085 - Interface Description of Event 00001085

Parameter Reference Type Length Default Optional Text
I_AKTYP AKTYP C 1 Activity Category in the Transaction
I_AUGBL AUGBL C 10 Document Number of the Clearing Document
I_DYNCL DYNCL C 1 Screen Class
I_KOART KOART C 1 Account Type
I_SHKZG SHKZG C 1 Debit/Credit Indicator

Parameter Reference Type Length Text
E_INACTIVE CHAR1 C 1 Single-Character Indicator
E_NEW_TEXT FTEXT_BF C 20 Open FI: Add-on Component


DEFINE &TEXT& = 'Post/Park Documents, Environment->Add. Components'
DEFINE &EVENT& = '00001085'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX

EVENT
The event is released for SAP internals only. It can only be releasedfor partners after consultation with SAP.
The event is executed when you set the PF (GUI) status for event00001070. Here you can deactivate (parameter E_INACTIVE) or replace(parameter E_NEW_TEXT) the desired CUA menu text for event 1080 on linelevel with dependence on the following:

  • The account type (parameter I_KOART)

  • The debit/credit indicator (parameter I_SHKZG)

  • The activity type (parameter I_Mode)

  • H: Add/Enter
    V: Change
    A: Display
    • The application (parameter I_DYNCL)

    • B: Post
      V: Park
      These are the valid combinations for the application and the activitytype:
      • B,H (post)

      • V,H (park)

      • V,V (change a parked document)

      • V,A (display a parked document)

      • To change and display accounting documents that were truly entered,please use the BTEs 1120, 1130 and 1135.