TC52
Control Recipe Destinations
TC52 is an SAP database table in S/4HANA. Control Recipe Destinations. It contains 21 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ControlRecipeDestination | view | from | BASIC | Control Recipe Destination |
Fields (21)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | werks | werks_d | Plant | |||
| KEY | phseq | phseq | CtrlRec.Destin. | |||
| adres | adr | Address | ||||
| comty | comty | Destin. Type | ||||
| sebez | sebez | Description | ||||
| vis_phases | co_visph | No. of Phases | ||||
| chk_sign | co_chksign | Password Entry | ||||
| elec_sign | sig_sh | Dig. Signature | ||||
| signstrat_dev | signstrat_dev | SignStrat. Deviat. | ||||
| signstrat_step | signstrat_step | SignStrat. ProcStep | ||||
| pv_sort_mat | pv_sort_mat | Sort by Mat. | ||||
| prot_actv_deac | char1 | Single-Character Flag | ||||
| prot_lock_unlo | char1 | Single-Character Flag | ||||
| prot_comp | char1 | Single-Character Flag | ||||
| prot_entr | char1 | Single-Character Flag | ||||
| sig_str_act_deac | signstrat | Signat. Strategy | ||||
| sig_str_loc_unlo | signstrat | Signat. Strategy | ||||
| sig_str_comp | signstrat | Signat. Strategy | ||||
| sig_str_entr | signstrat | Signat. Strategy | ||||
| gen_mode | cmx_cr_gen_mode | Generation 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.
-- Control Recipe Destinations
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TC52 (
MANDT, -- Client [mandt]
WERKS, -- Plant [werks_d]
PHSEQ, -- CtrlRec.Destin. [phseq]
ADRES, -- Address [adr]
COMTY, -- Destin. Type [comty]
SEBEZ, -- Description [sebez]
VIS_PHASES, -- No. of Phases [co_visph]
CHK_SIGN, -- Password Entry [co_chksign]
ELEC_SIGN, -- Dig. Signature [sig_sh]
SIGNSTRAT_DEV, -- SignStrat. Deviat. [signstrat_dev]
SIGNSTRAT_STEP, -- SignStrat. ProcStep [signstrat_step]
PV_SORT_MAT, -- Sort by Mat. [pv_sort_mat]
PROT_ACTV_DEAC, -- Single-Character Flag [char1]
PROT_LOCK_UNLO, -- Single-Character Flag [char1]
PROT_COMP, -- Single-Character Flag [char1]
PROT_ENTR, -- Single-Character Flag [char1]
SIG_STR_ACT_DEAC, -- Signat. Strategy [signstrat]
SIG_STR_LOC_UNLO, -- Signat. Strategy [signstrat]
SIG_STR_COMP, -- Signat. Strategy [signstrat]
SIG_STR_ENTR, -- Signat. Strategy [signstrat]
GEN_MODE, -- Generation Type [cmx_cr_gen_mode]
PRIMARY KEY (MANDT, WERKS, PHSEQ)
);
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