SAP Function SAMPLE_INTERFACE_0BANK001 -

Parameter Reference Type Length Default Optional Text
I_APPL_RC SYST-SUBRC I 4 Return Value, Return Value After ABAP Statements
I_FLOWID_EXT BANK_DTE_JC_FLOW_IDEXT C 50 External ID of Process Flow
I_PROCID_EXT BANK_DTE_JC_PROC_IDEXT C 50 External Process ID
I_REPORT_NAME BANK_DTE_JC_REP_NAME C 40 Program Name
I_STATUS BANK_DTE_JC_PROC_STATUS C 1 Status of Process
I_VARIANTE BANK_DTE_JC_VAR_NAME C 14 Report Variant Name

Functionality
This module is called up when completing a job chain at the end of aprocess. It supplies the current data for the related report programsuch as the variant, return code and status.
Information on the parameters:

  • I_FLOWID_EXT: External job chain ID

  • I_PROCID_EXT: External process ID ( I_FLOWID_EXT and I_PROCID_EXT form
  • the external key to a process)
    • I_REPORT_NAME: Name of the related report

    • I_VARIANTE: Name of the current report variant

    • I_APPL_RC: Return code for the report from an application view. The
    • following values apply:
      0: Ended without errors
      2: Ended with warnings
      4: Ended with individual errors
      8: Fatal errors, termination. Further processing stops after thisprocess.
      • I_STATUS: ,,Process status (technical)

      • Job ended normally
        Job terminated