SPROXHDR
Proxy Header Data (substitution table)
SPROXHDR is an SAP database table in S/4HANA. Proxy Header Data (substitution table). It contains 36 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| SAI_PROXY_API_STATE_SPRX | view | from | Data Definition for Consistency Check of SPRX |
Fields (36)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | object | prx_r3obj | ABAP Type | |||
| KEY | obj_name | prx_r3name | ABAP Name | |||
| KEY | inactive | prx_inact | Inactive | |||
| object_m | prx_r3obj | ABAP Type | ||||
| obj_name_m | prx_r3name | ABAP Name | ||||
| hash_id | prx_hashid | Hash ID | ||||
| id | prx_id | ID | ||||
| ifr_global | prx_global | Global Type | ||||
| ifr_type | prx_wsdlty | WSDL Type | ||||
| ifr_name | prx_ifrnam | Name | ||||
| ifr_nspce | prx_nspce | Namespace | ||||
| ifr_gnspce | prx_nspce | Namespace | ||||
| created_on | prx_cron | Created on | ||||
| created_by | prx_crby | Created By | ||||
| changed_on | prx_chon | Changed On | ||||
| changed_by | prx_chby | Changed By | ||||
| gen_vers | prx_gvers | Version | ||||
| prefix | prx_prefix | Prefix | ||||
| category | prx_type | Type | ||||
| direction | prx_dir | Direction | ||||
| synchron | prx_hdr_mode | Mapping mode | ||||
| gen_appl | prxgenappl | Gen. Appl. | ||||
| enh_name | prx_ifrnam | Name | ||||
| enh_nspce | prx_nspce | Namespace | ||||
| enh_hash_id | prx_hashid | Hash ID | ||||
| xml_nspce | prx_nspce | Namespace | ||||
| xml_name | prx_ifrnam | Name | ||||
| further_data | prx_further_data_container | Data | ||||
| bo_data | prx_bo_xstring | BO Data | ||||
| changed_on_ifr | prx_chon_ifr | Changed On | ||||
| version_id | prx_version_id | Version ID | ||||
| ifr_state | prx_ifr_lifestate | Release Status | ||||
| event | prx_event | Event Provider | ||||
| dynamic | prx_dynamic | Dynamic | ||||
| stcm | prx_stcm_flag | is STCM | ||||
| abap_language_version | abap_language_version | Language Version |
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.
-- Proxy Header Data (substitution table)
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SPROXHDR (
OBJECT, -- ABAP Type [prx_r3obj]
OBJ_NAME, -- ABAP Name [prx_r3name]
INACTIVE, -- Inactive [prx_inact]
OBJECT_M, -- ABAP Type [prx_r3obj]
OBJ_NAME_M, -- ABAP Name [prx_r3name]
HASH_ID, -- Hash ID [prx_hashid]
ID, -- ID [prx_id]
IFR_GLOBAL, -- Global Type [prx_global]
IFR_TYPE, -- WSDL Type [prx_wsdlty]
IFR_NAME, -- Name [prx_ifrnam]
IFR_NSPCE, -- Namespace [prx_nspce]
IFR_GNSPCE, -- Namespace [prx_nspce]
CREATED_ON, -- Created on [prx_cron]
CREATED_BY, -- Created By [prx_crby]
CHANGED_ON, -- Changed On [prx_chon]
CHANGED_BY, -- Changed By [prx_chby]
GEN_VERS, -- Version [prx_gvers]
PREFIX, -- Prefix [prx_prefix]
CATEGORY, -- Type [prx_type]
DIRECTION, -- Direction [prx_dir]
SYNCHRON, -- Mapping mode [prx_hdr_mode]
GEN_APPL, -- Gen. Appl. [prxgenappl]
ENH_NAME, -- Name [prx_ifrnam]
ENH_NSPCE, -- Namespace [prx_nspce]
ENH_HASH_ID, -- Hash ID [prx_hashid]
XML_NSPCE, -- Namespace [prx_nspce]
XML_NAME, -- Name [prx_ifrnam]
FURTHER_DATA, -- Data [prx_further_data_container]
BO_DATA, -- BO Data [prx_bo_xstring]
CHANGED_ON_IFR, -- Changed On [prx_chon_ifr]
VERSION_ID, -- Version ID [prx_version_id]
IFR_STATE, -- Release Status [prx_ifr_lifestate]
EVENT, -- Event Provider [prx_event]
DYNAMIC, -- Dynamic [prx_dynamic]
STCM, -- is STCM [prx_stcm_flag]
ABAP_LANGUAGE_VERSION, -- Language Version [abap_language_version]
PRIMARY KEY (OBJECT, OBJ_NAME, INACTIVE)
);
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