I_PURCHASINGCATTRANSLATIONSTS

CDS View

Purchasing Category Translation Status

I_PURCHASINGCATTRANSLATIONSTS is a CDS View in S/4HANA. Purchasing Category Translation Status. It contains 3 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_PurgCatTranslationStatus view from BASIC Translation Status
C_PurchasingCategoryTranST view inner CONSUMPTION Translate Purchasing Categories
I_PurgCatTranslationStsAPI01 view from BASIC Translation Status of Purg Category

Fields (3)

KeyField CDS FieldsUsed in Views
KEY PurgCatTranslationTgtLang PurgCatTranslationTgtLang 2
KEY PurgCatTranslationTgtLangSts PurgCatTranslationTgtLangSts 1
_PurgCatTranslationTgtLang _PurgCatTranslationTgtLang 1

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.

-- Purchasing Category Translation Status
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PURCHASINGCATTRANSLATIONSTS (
    PURGCATTRANSLATIONTGTLANG,
    PURGCATTRANSLATIONTGTLANGSTS,
    _PURGCATTRANSLATIONTGTLANG,
    PRIMARY KEY (PURGCATTRANSLATIONTGTLANG, PURGCATTRANSLATIONTGTLANGSTS)
);