SAP Function SAMPLE_PROCESS_00708103 - 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_RECNVICNSCS RECNVICNSCS u 928 RE Contract: Service Charge Settlement Item Screen


DEFINE &TEXT& = 'General Contract: Service Charge Data Enhancement'
DEFINE &EVENT& = '00708103'
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. TableVICNSCS has to be enhanced with an append. An assigned function moduleis called in the PAI of screen 1000 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_RECNVICNSCS: Current table line (table VICNSCS + append + additional
    • information fields for the display)
      Example
      Function module RECNSCS_EXTEND_SERVICE of function group RECNSCScontains a sample implementation.