ATP_BM_R_CHK_R

Transparent Table Application Table

ATP Basic Method Requirement Check Request

ATP_BM_R_CHK_R is an SAP database table in S/4HANA. ATP Basic Method Requirement Check Request. It contains 7 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_ATPBasicMethRqmtCheckReqBsc view_entity from BASIC ATP Basic Meth Rqmt Check Request Basic

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY mandt abap.clnt
KEY atpbasicmethodrqmtcheckrequuid atp_chklg_bm_r_check_req_uuid
atpbasicmethodcheckuuid atp_chklg_bm_check_uuid
atpbasicmethchksqncexecrequuid atp_chklg_bm_csqnc_exec_r_uuid
atpcheckiterationuuid atp_check_iteration_uuid Check Iteration UUID
atpcheckuuid atp_cid Check ID
atpcheckversion atp_check_version ATP Check 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.

-- ATP Basic Method Requirement Check Request
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATP_BM_R_CHK_R (
    MANDT,                           -- abap.clnt
    ATPBASICMETHODRQMTCHECKREQUUID,  -- atp_chklg_bm_r_check_req_uuid
    ATPBASICMETHODCHECKUUID,         -- atp_chklg_bm_check_uuid
    ATPBASICMETHCHKSQNCEXECREQUUID,  -- atp_chklg_bm_csqnc_exec_r_uuid
    ATPCHECKITERATIONUUID,           -- Check Iteration UUID [atp_check_iteration_uuid]
    ATPCHECKUUID,                    -- Check ID [atp_cid]
    ATPCHECKVERSION,                 -- ATP Check Version [atp_check_version]
    PRIMARY KEY (MANDT, ATPBASICMETHODRQMTCHECKREQUUID)
);