The BANK_PROCFL_PROC table in SAP ERP or S/4HANA stores Temporary Process Data data. There are total 19 fields in BANK_PROCFL_PROC table. The Temporary Process Data table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of BANK_PROCFL_PROC table. It is in Parallel Processing and Job Control (BANK_PP_JOBCTRL) ABAP package and is part of the Batch-Oriented Parallel Processing of Mass Data (CA-GTF-TS-PPM) module.
SAP BANK_PROCFL_PROC Table Fields
Following is the list of fields that are available in SAP BANK_PROCFL_PROC table. The primary key fields of the table are MANDT (Client), PROCID (Process ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| PROCID | Process ID | BANK_DTE_JC_PROC_ID | RAW (16) | |
| PROCCLASS | Key of a Class | BANK_DTE_JC_CL_KEY | * | CHAR (4) |
| FLOWID | Process Flow ID | BANK_DTE_JC_FLOW_ID | BANK_PROCFL_FLOW | RAW (16) |
| FATHER | Process ID | BANK_DTE_JC_PROC_ID | BANK_PROCFL_PROC | RAW (16) |
| FLG_ROOT | Indicator: Process is Root of Network | BANK_DTE_JC_FLG_ROOT | CHAR (1) | |
| STATUS | Status of Process | BANK_DTE_JC_PROC_STATUS | CHAR (1) | |
| APPL_RC | Return Code of an Application | BANK_DTE_JC_RCD_APPL | INT4 (10) | |
| XSTART_EXTERN | Indicator: Start by External Control | BANK_DTE_JC_FLAG_EXTERN | CHAR (1) | |
| XSYNC | Indicator: Synchronous Execution | BANK_DTE_JC_FLAG_SYNC | CHAR (1) | |
| XREST_ALLOWED | Indicator: Restart Permitted | BANK_DTE_JC_FLAG_RESTART | CHAR (1) | |
| XSTOP_AT_END | Indicator: Process Flow Stop | BANK_DTE_JC_FLAG_STOP | CHAR (1) | |
| JOBCOUNT | Job ID | BTCJOBCNT | CHAR (8) | |
| WORKAREA | Work Area Identification | BANK_DTE_WORKAREA | NUMC (4) | |
| START_TMSTMP | Changed At | BANK_DTE_PP_CHNGAT | NUMC (15) | |
| START_USER | Changed By | BANK_DTE_PP_CHNGBY | CHAR (12) | |
| FLG_LOG | Indicator: Store Application Log Persistently | BANK_DTE_XWRT_APPLLOG | CHAR (1) | |
| PID | Process Identification | WPPID | CHAR (8) | |
| FLG_SKIP | Indicator: Skip Process | BANK_DTE_JC_FLG_SKIP | CHAR (1) |


