O2APPL
O2: BSP Applications
O2APPL is an SAP database table in S/4HANA. O2: BSP Applications. It contains 14 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| O2_LANG_VRS_OBJ_ACTIVE_WAPA | view_entity | from | ABAP Lng Version of Active BSP Appls | |
| O2_LANG_VRS_OBJ_EDIT_WAPA | view_entity | from | Language Version of BSP App | |
| ris_adt_executable_objects | view | union | View on executable objects |
Fields (14)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | applname | O2APPLNAME | Application | |||
| KEY | version | R3STATE | Program Status | |||
| applclas | O2APPLCLAS | Class | ||||
| author | CNAM | Created By | ||||
| createdon | RDIR_CDATE | Created On | ||||
| changedby | UNAM | Last changed by | ||||
| changedon | RDIR_UDATE | Changed on | ||||
| applext | O2APPLEXT | BSP Application | ||||
| theme | O2THEME | Theme | ||||
| startpage | O2PAGEEXT | Page | ||||
| stateful | O2STATEFUL | Stateful | ||||
| sessionmanagemnt | abap.char | |||||
| security | O2SECURITY | XSRF | ||||
| 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.
-- O2: BSP Applications
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE O2APPL (
APPLNAME, -- Application [O2APPLNAME]
VERSION, -- Program Status [R3STATE]
APPLCLAS, -- Class [O2APPLCLAS]
AUTHOR, -- Created By [CNAM]
CREATEDON, -- Created On [RDIR_CDATE]
CHANGEDBY, -- Last changed by [UNAM]
CHANGEDON, -- Changed on [RDIR_UDATE]
APPLEXT, -- BSP Application [O2APPLEXT]
THEME, -- Theme [O2THEME]
STARTPAGE, -- Page [O2PAGEEXT]
STATEFUL, -- Stateful [O2STATEFUL]
SESSIONMANAGEMNT, -- abap.char
SECURITY, -- XSRF [O2SECURITY]
ABAP_LANGUAGE_VERSION, -- Language Version [ABAP_LANGUAGE_VERSION]
PRIMARY KEY (APPLNAME, VERSION)
);
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