TEXT_RAWEXPOS
Raw Exposure
TEXT_RAWEXPOS is an SAP database table in S/4HANA. Raw Exposure. It contains 33 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RawExposure | view | from | BASIC | Raw Exposures |
Fields (33)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | os_guid | OS_GUID | GUID | |||
| exposure_id | FTR_RAW_EXPOS_ID | Raw Exposure ID | ||||
| version | FTR_RAW_EXPOS_VERSION | Version | ||||
| log_system | LOGSYS | Logical system | ||||
| exposure_origin | FTR_EXPOSURE_ORIGIN | Exposure Origin | ||||
| ext_doc_no | FTR_EXTERNAL_DOC_NUMBER | Ext. Doc. No. | ||||
| origin_tstmp | FTR_ORIGIN_TSTMP | Origin Timestamp | ||||
| creation_ind | FTR_CREATION_INDICATOR | Created By | ||||
| reference_id | FTR_REFERENCE_ID | Reference ID | ||||
| root_document_id | FTR_ROOT_DOCUMENT_ID | Root Document | ||||
| invoicing_status | FTR_INVOICING_STATUS | Invoicing Status | ||||
| delivery_status | FTR_DELIVERY_STATUS | Delivery Status | ||||
| exp_flow_type | FTR_EXPOSURE_FLOW_TYPE | Exp. Activity Type | ||||
| transaction_cat | FTR_RAWEXPOS_TRANSCAT_DEF | Default Exp. Categ. | ||||
| country | LAND1 | Country/Reg. | ||||
| company_code | BUKRS | Company Code | ||||
| attribute_sh01 | FTR_ATTRIBUTE_SHORT | Value of Free Attr. | ||||
| attribute_sh02 | FTR_ATTRIBUTE_SHORT | Value of Free Attr. | ||||
| attribute_lh01 | FTR_ATTRIBUTE_LONG | Free Attr. (Char20) | ||||
| attribute_dh01 | FTR_ATTRIBUTE_DATE | Free Attr. (Date) | ||||
| bal_indicator | FTR_BAL_INDICATOR | Inventory Ind. | ||||
| release_state | FTR_RELEASE_STATE | Release Status | ||||
| creation_date | DERF | First Enterd On | ||||
| creation_time | TERF | Time | ||||
| creation_user | RERF | Entered By | ||||
| creation_tcode | TCODE | Transaction Code | ||||
| lastchange_date | DBEAR | Last Edited On | ||||
| lastchange_time | TBEAR | Last Edited At | ||||
| lastchange_user | RBEAR | Last Changed By | ||||
| lastchange_tcode | TCODE | Transaction Code | ||||
| relevance_date | FTR_VALID_FROM | Valid From | ||||
| last_rel_version | FTR_RAW_EXPOS_VERSION | 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.
-- Raw Exposure
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TEXT_RAWEXPOS (
MANDT, -- Client [MANDT]
OS_GUID, -- GUID [OS_GUID]
EXPOSURE_ID, -- Raw Exposure ID [FTR_RAW_EXPOS_ID]
VERSION, -- Version [FTR_RAW_EXPOS_VERSION]
LOG_SYSTEM, -- Logical system [LOGSYS]
EXPOSURE_ORIGIN, -- Exposure Origin [FTR_EXPOSURE_ORIGIN]
EXT_DOC_NO, -- Ext. Doc. No. [FTR_EXTERNAL_DOC_NUMBER]
ORIGIN_TSTMP, -- Origin Timestamp [FTR_ORIGIN_TSTMP]
CREATION_IND, -- Created By [FTR_CREATION_INDICATOR]
REFERENCE_ID, -- Reference ID [FTR_REFERENCE_ID]
ROOT_DOCUMENT_ID, -- Root Document [FTR_ROOT_DOCUMENT_ID]
INVOICING_STATUS, -- Invoicing Status [FTR_INVOICING_STATUS]
DELIVERY_STATUS, -- Delivery Status [FTR_DELIVERY_STATUS]
EXP_FLOW_TYPE, -- Exp. Activity Type [FTR_EXPOSURE_FLOW_TYPE]
TRANSACTION_CAT, -- Default Exp. Categ. [FTR_RAWEXPOS_TRANSCAT_DEF]
COUNTRY, -- Country/Reg. [LAND1]
COMPANY_CODE, -- Company Code [BUKRS]
ATTRIBUTE_SH01, -- Value of Free Attr. [FTR_ATTRIBUTE_SHORT]
ATTRIBUTE_SH02, -- Value of Free Attr. [FTR_ATTRIBUTE_SHORT]
ATTRIBUTE_LH01, -- Free Attr. (Char20) [FTR_ATTRIBUTE_LONG]
ATTRIBUTE_DH01, -- Free Attr. (Date) [FTR_ATTRIBUTE_DATE]
BAL_INDICATOR, -- Inventory Ind. [FTR_BAL_INDICATOR]
RELEASE_STATE, -- Release Status [FTR_RELEASE_STATE]
CREATION_DATE, -- First Enterd On [DERF]
CREATION_TIME, -- Time [TERF]
CREATION_USER, -- Entered By [RERF]
CREATION_TCODE, -- Transaction Code [TCODE]
LASTCHANGE_DATE, -- Last Edited On [DBEAR]
LASTCHANGE_TIME, -- Last Edited At [TBEAR]
LASTCHANGE_USER, -- Last Changed By [RBEAR]
LASTCHANGE_TCODE, -- Transaction Code [TCODE]
RELEVANCE_DATE, -- Valid From [FTR_VALID_FROM]
LAST_REL_VERSION, -- Version [FTR_RAW_EXPOS_VERSION]
PRIMARY KEY (MANDT, OS_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