The BANK_PP_STEPDATA table in SAP ERP or S/4HANA stores Data for Processing Steps of a Parallel Mass Run data. There are total 8 fields in BANK_PP_STEPDATA table. The Data for Processing Steps of a Parallel Mass Run 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_PP_STEPDATA 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_PP_STEPDATA Table Fields
Following is the list of fields that are available in SAP BANK_PP_STEPDATA table. The primary key fields of the table are MANDT (Client), PROGN (Name of the Program/Report on an Application Process), PROGDATE (Date of Program Run).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| PROGN | Name of the Program/Report on an Application Process | BANK_DTE_PP_PROGN | BANK_PP_PARUNHD | CHAR (40) |
| PROGDATE | Date of Program Run | BANK_DTE_PP_PROGDATE | DATS (8) | |
| WORKLID | ID of a Worklist for Parallel Processing | BANK_WORKLID | BANK_WORKL_HD | RAW (16) |
| PACKMANID | ID of a Package Administrator Object | BANK_PACKMANID | RAW (16) | |
| PROCESS_ID | Process ID | BANK_DTE_JC_PROC_ID | RAW (16) | |
| STARTUSER | User Name | SYUNAME | CHAR (12) | |
| STARTTIME | Changed At | BANK_DTE_PP_CHNGAT | NUMC (15) |


