I_TEXTOBJECTPLAINLONGTEXT
Replicated Plain Longtext(SAPScript)
I_TEXTOBJECTPLAINLONGTEXT is a CDS View in S/4HANA. Replicated Plain Longtext(SAPScript). It contains 5 fields. 12 CDS views read from this table.
CDS Views using this table (12)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MaintenanceOrderLongText | view | from | BASIC | Maintenance Order Long Text |
| I_MaintOrdConfirmationLongText | view_entity | from | BASIC | Maintenance Order Conf Long Text |
| I_MaintOrderOpCompLongText | view_entity | from | COMPOSITE | Maintenance Order Op Component Long Text |
| I_MaintOrderOpCompLongText_2 | view_entity | from | COMPOSITE | Maintenance Order Op Component Long Text |
| I_MaintOrderOperationLongText | view_entity | from | COMPOSITE | Maintenance Order Operation Long Text |
| R_CndnContrPlainLongText | view_entity | from | COMPOSITE | Plain Long Texts of a Condition Contract |
| R_PurchaseOrderPlainLongText | view | inner | COMPOSITE | Restricted view for Purchase Order Long text |
| R_PurchaseOrdItemPlainLongText | view | inner | COMPOSITE | Purchase Order Item Long text |
| R_SetlMgmtDocItmPlainLongText | view_entity | from | BASIC | Settlmt Mgmt Doc Item Plain Long Text |
| R_SetlMgmtDocPlainLongText | view_entity | from | BASIC | Settlmt Mgmt Document Plain Long Text |
| R_StockTransportOrderItemNote | view_entity | inner | BASIC | Item Note for Stock Transport Order |
| R_StockTransportOrderNote | view_entity | inner | BASIC | Note for Stock Transport Order |
Fields (5)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Language | Language | 12 |
| KEY | TextObjectType | TextObjectType | 8 |
| _Language | _Language | 7 | |
| PlainLongText | MaintenanceOrderLongText,OrderComponentLongText,OrderOperationLongText,PlainLongText | 12 | |
| TextObjectCategory | TextObjectCategory | 5 |
-- This CDS view represents node LONGTEXT of search model ESH_SAPSCRIPT_TEXT of search software component SAP_BASIS.
-- This CDS view represents: Replicated Longtexts(SAPScript)
-- CSS component (relevant to Customer Incidents): CA-GTF-HSB/BC-SRV-APS-ESH
-- Package: S_ESH_CNT_SAPSCRIPT
-- Software Component: SAP_BASIS
-- Attention:
-- Be aware that in the first few minutes after an system upgrade and after the installation of a hotfix collection and emergency patch in cloud deployments, this view does not consider any transported/delivered texts!
-- What does this mean in concrete terms?
-- 1.There are no restrictions if the view is used in OnPremise deployments
-- 2.There are no restrictions if the view is used to access transactional texts in Cloud deployments.
-- ‘Transactional texts’ means that the accessed texts (according to the accessed table keys) are never transported from customer quality systems to customer productive systems and are never transported from SAP to customers, that is, the table entries being accessed are created/maintained exclusively in the customer productive system (just like it is expected from transactional/master data in tables of delivery class ‘A’).
-- 3.But there are restrictions if the view is used to access non-transactional but customizing/configuration-like texts in Cloud deployments. In this case the view does not consider any transported/delivered texts (if there are any) in the first few minutes directly after an upgrade and after the installation of a hotfix collection and emergency patch, meaning that the view is still returning the state prior to the upgrade. This is due to a special treatment of texts that is required only in Cloud deployments and which takes same time to ‘extract’ the transported/delivered texts into the tables where the texts are stored. It is important to mention that this affects only the transported/delivered texts, any transactional changes to texts that happen after the upgrade are immediately taken into account as soon as they are committed.
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.sqlViewName: 'ITXTOBJPLNLTXT'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'TextObjectKey'
@VDM.viewType: #BASIC
@EndUserText.label: 'Replicated Plain Longtext(SAPScript)'
define view I_TextObjectPlainLongText
as select from esh_sr_ltxt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key tdobject as TextObjectCategory,
key tdid as TextObjectType,
key tdname as TextObjectKey,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key tdspras as Language,
@Semantics.text:true
longtext as PlainLongText,
_Language
}