TFK_RA_SERVTYP
Service Types for Revenue Accounting Items
TFK_RA_SERVTYP is an SAP database table in S/4HANA. Service Types for Revenue Accounting Items. It contains 6 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CARevnAcctgServiceType | view_entity | from | BASIC | Revenue Accounting Service Type |
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.
-- Service Types for Revenue Accounting Items
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TFK_RA_SERVTYP (
MANDT, -- Client [MANDT]
SERVICE_TYPE, -- Service Type [RAI_SERVICE_TYPE_KK]
XORDERIT, -- Order Item [RAI_XORDERIT_KK]
XONEOFF, -- One-Time Charge [RAI_XONEOFF_KK]
XFULFILL, -- Fulfill. Item [RAI_XFULFILL_KK]
XINVOICE, -- Invoice Item [RAI_XINVOICE_KK]
PRIMARY KEY (MANDT, SERVICE_TYPE)
);
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