I_AR_STRPPURFRGNSRVCITEM

CDS View

Interface View For Argentina Foreign VAT Credit Service

I_AR_STRPPURFRGNSRVCITEM is a CDS View in S/4HANA. Interface View For Argentina Foreign VAT Credit Service. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_AR_StRpPurFrgnSrvcCube view from CONSUMPTION Cube View For Argentina Foreign Service

Fields (2)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode 1
GLAccount GLAccount 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.

-- Interface View For Argentina Foreign VAT Credit Service
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_AR_STRPPURFRGNSRVCITEM (
    COMPANYCODE,
    GLACCOUNT,
    PRIMARY KEY (COMPANYCODE)
);