/ACCGO/T_STLSPT
Settlement payment split table
/ACCGO/T_STLSPT is an SAP database table in S/4HANA. Settlement payment split table. It contains 18 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SettlementPaymentSplit | view | from | BASIC | Basic layer For Settlement Document Payment Split Data |
Fields (18)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | payspt_guid | GUID | GUID | |||
| stl_header_guid | /ACCGO/E_SETTLEMENT_GUID | STL Hdr GUID | ||||
| contract | TKONN | Trading Contract | ||||
| counter_party | /ACCGO/E_COUNTER_PARTY | Counterparty | ||||
| parvw | PARVW | Partner Functn | ||||
| percentage | /ACCGO/E_SPLIT_PER | Percentage | ||||
| fixed_amount | /ACCGO/E_FIX_AMT | Fixed Amount | ||||
| split_amount | NETWR | Net Value | ||||
| currency | /ACCGO/E_WAERS | Currency | ||||
| gjahr | GJAHR | Fiscal Year | ||||
| name1 | NAME1 | Name 1 | ||||
| pay_split_ind | /ACCGO/E_STL_PAYMENT_SPLIT_IND | Payment Split | ||||
| created_by | /ACCGO/E_CREATED_BY | Created By | ||||
| created_on | /ACCGO/E_CREATED_ON | Created On | ||||
| changed_by | /ACCGO/E_CHANGED_BY | Changed By | ||||
| changed_on | /ACCGO/E_CHANGED_ON | Changed On | ||||
| copied_status | /ACCGO/E_PAY_COPIED_STATUS | Copied Status |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Settlement payment split table
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /ACCGO/T_STLSPT (
MANDT, -- Client [MANDT]
PAYSPT_GUID, -- GUID [GUID]
STL_HEADER_GUID, -- STL Hdr GUID [/ACCGO/E_SETTLEMENT_GUID]
CONTRACT, -- Trading Contract [TKONN]
COUNTER_PARTY, -- Counterparty [/ACCGO/E_COUNTER_PARTY]
PARVW, -- Partner Functn [PARVW]
PERCENTAGE, -- Percentage [/ACCGO/E_SPLIT_PER]
FIXED_AMOUNT, -- Fixed Amount [/ACCGO/E_FIX_AMT]
SPLIT_AMOUNT, -- Net Value [NETWR]
CURRENCY, -- Currency [/ACCGO/E_WAERS]
GJAHR, -- Fiscal Year [GJAHR]
NAME1, -- Name 1 [NAME1]
PAY_SPLIT_IND, -- Payment Split [/ACCGO/E_STL_PAYMENT_SPLIT_IND]
CREATED_BY, -- Created By [/ACCGO/E_CREATED_BY]
CREATED_ON, -- Created On [/ACCGO/E_CREATED_ON]
CHANGED_BY, -- Changed By [/ACCGO/E_CHANGED_BY]
CHANGED_ON, -- Changed On [/ACCGO/E_CHANGED_ON]
COPIED_STATUS, -- Copied Status [/ACCGO/E_PAY_COPIED_STATUS]
PRIMARY KEY (MANDT, PAYSPT_GUID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA