APJ_V_JOB_TEMPLATE
APJ_V_JOB_TEMPLATE is a CDS View in SAP S/4HANA. It reads from 8 data sources and exposes 9 fields.
Data Sources (8)
| Source | Alias | Join Type |
|---|---|---|
| apj_w_jce_root | jce | inner |
| APJ_V_W_JCE_SEQ_COUNT | jce_seq | left_outer |
| apj_w_jce_ro_t | jce_t | left_outer |
| apj_w_jce_ro_t | jce_t_en | left_outer |
| apj_w_jt_ro_t | jt_t | left_outer |
| apj_w_jt_ro_t | jt_t_en | left_outer |
| apj_c_jt_pers | pers | left_outer |
| apj_w_jt_root | root | from |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | APJ_V_JOB_TEMP | view | |
| ClientDependent | false | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| created_at | apj_w_jt_root | crea_date_time | Time Stamp | |
| created_by | apj_w_jt_root | crea_user_acct | User Name | |
| changed_by | apj_w_jt_root | lst_ch_user_acct | User Name | |
| auth_group | apj_w_jce_root | auth_group | AuthorizGroup | |
| seq_count | ||||
| jce_layer_c | ||||
| report_name | apj_w_jce_root | report_name | Report Name | |
| text | apj_w_jt_ro_t | text | User Group | |
| text_en | apj_w_jt_ro_t | text | User Group |
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 APJ_V_JOB_TEMPLATE.
-- 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: APJ_V_JOB_TEMP
CREATE VIEW APJ_V_JOB_TEMPLATE AS
SELECT
root.crea_date_time AS created_at,
root.crea_user_acct AS created_by,
root.lst_ch_user_acct AS changed_by,
jce.auth_group AS auth_group,
case when jce.job_catalog_entry_type_c = 'C' then jce_seq.seq_count else 1 end AS seq_count,
cast( '1' as abap.char( 1 ) ) AS jce_layer_c,
jce.report_name AS report_name,
jt_t.text AS text,
jt_t_en.text AS text_en
FROM apj_w_jt_root AS root
INNER JOIN apj_w_jce_root AS jce ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN apj_w_jce_ro_t AS jce_t ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN apj_w_jce_ro_t AS jce_t_en ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN APJ_V_W_JCE_SEQ_COUNT AS jce_seq ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN apj_w_jt_ro_t AS jt_t ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN apj_w_jt_ro_t AS jt_t_en ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN apj_c_jt_pers AS pers 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