AJM_METADATA_INIT
AJM : Join init to central system
AJM_METADATA_INIT is a CDS View that provides data about "AJM : Join init to central system" in SAP S/4HANA. It reads from 4 data sources (apj_d_job_exe, tbtco, tbtcp, tbtcs) and exposes 31 fields with key fields jobname, tbtcp_step. Part of development package S_OPS_JOBMON.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| apj_d_job_exe | apj_d_job_exe | from |
| tbtco | tbtco | inner |
| tbtcp | tbtcp | inner |
| tbtcs | tbtcs | inner |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | AJM_META_INIT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | AJM : Join init to central system | view |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | jobname | tbtco | jobname | Name of Send Process |
| KEY | tbtcp_step | tbtcp | stepcount | Step no. |
| jobcount | tbtco | jobcount | Job number | |
| stepcount | tbtco | stepcount | Step no. | |
| sdlstrtdt | tbtco | sdlstrtdt | Start Date | |
| sdlstrttm | tbtco | sdlstrttm | Start Time | |
| sdldate | tbtco | sdldate | Schedule date | |
| sdltime | tbtco | sdltime | Schedule date | |
| sdluname | tbtco | sdluname | Job scheduler | |
| lastchdate | tbtco | lastchdate | Last job change | |
| lastchtime | tbtco | lastchtime | Last job change | |
| lastchname | tbtco | lastchname | Last job change by | |
| reluname | tbtco | reluname | User that released scheduled batch job | |
| prdmins | tbtco | prdmins | Periodic job | |
| prdhours | tbtco | prdhours | Periodic job | |
| prddays | tbtco | prddays | Periodic job | |
| prdweeks | tbtco | prdweeks | Periodic job | |
| prdmonths | tbtco | prdmonths | Periodic job | |
| periodic | tbtco | periodic | Periodic job | |
| status | tbtco | status | Workflow Status | |
| authcknam | tbtco | authcknam | User Name | |
| authckman | tbtco | authckman | Client ID | |
| joblog | tbtco | joblog | Name | |
| laststrtdt | tbtco | laststrtdt | Latest Date | |
| laststrttm | tbtco | laststrttm | Latest Time | |
| calendarid | tbtco | calendarid | FactoryCalendar | |
| progname | tbtcp | progname | Tcode/program | |
| step_sdldate | tbtcp | sdldate | Schedule date | |
| step_sdltime | tbtcp | sdltime | Schedule date | |
| variant | tbtcp | variant | Variant Saved | |
| job_text | apj_d_job_exe | job_text | Description |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view AJM_METADATA_INIT.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: AJM_META_INIT
CREATE VIEW AJM_METADATA_INIT AS
SELECT
tbtco.jobname AS jobname,
tbtcp.stepcount AS tbtcp_step,
tbtco.jobcount AS jobcount,
tbtco.stepcount AS stepcount,
tbtco.sdlstrtdt AS sdlstrtdt,
tbtco.sdlstrttm AS sdlstrttm,
tbtco.sdldate AS sdldate,
tbtco.sdltime AS sdltime,
tbtco.sdluname AS sdluname,
tbtco.lastchdate AS lastchdate,
tbtco.lastchtime AS lastchtime,
tbtco.lastchname AS lastchname,
tbtco.reluname AS reluname,
tbtco.prdmins AS prdmins,
tbtco.prdhours AS prdhours,
tbtco.prddays AS prddays,
tbtco.prdweeks AS prdweeks,
tbtco.prdmonths AS prdmonths,
tbtco.periodic AS periodic,
tbtco.status AS status,
tbtco.authcknam AS authcknam,
tbtco.authckman AS authckman,
tbtco.joblog AS joblog,
tbtco.laststrtdt AS laststrtdt,
tbtco.laststrttm AS laststrttm,
tbtco.calendarid AS calendarid,
tbtcp.progname AS progname,
tbtcp.sdldate AS step_sdldate,
tbtcp.sdltime AS step_sdltime,
tbtcp.variant AS variant,
apj_d_job_exe.job_text AS job_text
FROM apj_d_job_exe
INNER JOIN tbtcs ON /* join condition not captured in parsed metadata */
INNER JOIN tbtco ON /* join condition not captured in parsed metadata */
INNER JOIN tbtcp ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA