/PRA/WH_FM_1042S

Transparent Table Application Table

Withholding: Form 1042s

/PRA/WH_FM_1042S is an SAP database table in S/4HANA. Withholding: Form 1042s. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PRAWhldgForm1042sCurrent view_entity from BASIC PRA Withholding Form 1042s Current

Fields (2)

KeyField Data ElementDescription DomainTypeLength
timestamp /pra/wh_tmstmp Timestamp
comment_no numc10 Field length 10

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.

-- Withholding: Form 1042s
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /PRA/WH_FM_1042S (
    TIMESTAMP,  -- Timestamp [/pra/wh_tmstmp]
    COMMENT_NO  -- Field length 10 [numc10]
);