FLOG_PR_FRCPTLOG
Process receipt app -Failed Receipts
FLOG_PR_FRCPTLOG is an SAP database table in S/4HANA. Process receipt app -Failed Receipts. It contains 14 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FldLogsPrFailedReceipts | view | from | BASIC | Field Logistics : Failed Receipts |
Fields (14)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | ebeln | ebeln | Purchasing Doc. | |||
| KEY | ebelp | ebelp | Item | |||
| KEY | msg_seqno | flog_seq_no | Seq No. | |||
| fldlogssuplritemuuid | flog_suplritem_uuid | Suplr Item UUID | ||||
| seqno | flog_seq_no | Seq No. | ||||
| vbeln | vbeln_vl | Delivery | ||||
| posnr | posnr_vl | Item | ||||
| msgty | symsgty | Message Type | ||||
| msgid | symsgid | Message Class | ||||
| msgno | symsgno | Message Number | ||||
| msgv1 | symsgv | Message Variable | ||||
| msgv2 | symsgv | Message Variable | ||||
| msgv3 | symsgv | Message Variable |
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.
-- Process receipt app -Failed Receipts
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FLOG_PR_FRCPTLOG (
MANDT, -- Client [mandt]
EBELN, -- Purchasing Doc. [ebeln]
EBELP, -- Item [ebelp]
MSG_SEQNO, -- Seq No. [flog_seq_no]
FLDLOGSSUPLRITEMUUID, -- Suplr Item UUID [flog_suplritem_uuid]
SEQNO, -- Seq No. [flog_seq_no]
VBELN, -- Delivery [vbeln_vl]
POSNR, -- Item [posnr_vl]
MSGTY, -- Message Type [symsgty]
MSGID, -- Message Class [symsgid]
MSGNO, -- Message Number [symsgno]
MSGV1, -- Message Variable [symsgv]
MSGV2, -- Message Variable [symsgv]
MSGV3, -- Message Variable [symsgv]
PRIMARY KEY (MANDT, EBELN, EBELP, MSG_SEQNO)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA