SAP Function SAMPLE_PROCESS_00708102 - Interface Description for Process 0708102

Parameter Reference Type Length Default Optional Text
I_DISPLAY 0 ' ' X Display Mode

Parameter Reference Type Length Default Optional Text
C_RECNVICNSCSRP RECNVICNSCSRP u 627 RE Contract: Service Charge Settlement Item Screen


DEFINE &TEXT& = 'General Contract: SCS Data Enhancement'
DEFINE &EVENT& = '00708102'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX
Business Transaction Event &EVENT& serves the purpose ofcustomer-specific data enhancement for the settlement result. TableVICNSCSRP has to be enhanced with an append. An assigned functionmodule is called in the PAI of screen 3000 in program SAPLRECNSCS. Thecurrently selected table line is transferred to the function module.
Import parameters of the event are
  • I_DISPLAY: If this indicator is set, you are in display mode. The data
  • must not be changed by the function module
    Changing parameters of the event are
    • C_RECNVICNSCSRP: Current table line (table VICNSCSRP + append +
    • additional information fields for the display)
      Example
      Function module RECNSCS_EXTEND_SETTLEMENT of function group RECNSCScontains a sample implementation.