The COMC_PAYPL_T table in SAP ERP or S/4HANA stores Payment Plan Type: Description data. There are total 4 fields in COMC_PAYPL_T table. The Payment Plan Type: Description 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 COMC_PAYPL_T table. It is in CRM Order: Decoupling of Business Partner (CRM_BUPA_MD) ABAP package and is part of the Customizing for Business Transactions (CRM-BTX-BF-CU) module.
SAP COMC_PAYPL_T Table Fields
Following is the list of fields that are available in SAP COMC_PAYPL_T table. The primary key fields of the table are CLIENT (Client), LANGU (Language Key of Description), PAYPLAN_TYPE (Payment Plan Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| LANGU | Language Key of Description | COMT_LANGUAGE | T002 | LANG (1) |
| PAYPLAN_TYPE | Payment Plan Type | COMT_PAYPLAN_TYPE | COMC_PAYPL | CHAR (2) |
| DESCRIPTION | Description | COMT_DESCRIPTION | CHAR (40) |


