REBR4 SAP (EBR: Inspection Scope of Insp. Lot in Deviation Analysis) Table details

Dictionary Type: Table
Description: EBR: Inspection Scope of Insp. Lot in Deviation Analysis




ABAP Code to SELECT data from REBR4
Related tables to REBR4
Access table REBR4




Table field list including key, data, relationships and ABAP select examples

REBR4 is a standard SAP Table which is used to store EBR: Inspection Scope of Insp. Lot in Deviation Analysis data and is available within R/3 SAP systems depending on the version and release level.

The REBR4 table consists of various fields, each holding specific information or linking keys about EBR: Inspection Scope of Insp. Lot in Deviation Analysis data available in SAP. These include DEVPROF (Deviation profile for batch records), ART (Inspection Type), SELID_LOT (Status selection profile for inspection lots), FLG_EXIST (Missing inspection lot of inspection type is deviation).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP REBR4 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
DEVPROFDeviation profile for batch records DEVPROFCHAR8REBR3DEVPROF
ARTInspection Type QPARTCHAR8TQ30QPARTQLA
SELID_LOTStatus selection profile for inspection lots SELID_LOTCHAR7TJ48SELID
FLG_EXISTMissing inspection lot of inspection type is deviation FLG_EXISTCHAR1FLAG
FLG_VEUD with valuation other than 'acceptance' is deviation FLG_VECHAR1FLAG
FLG_VE_LTLong Text on Usage Decision is Deviation FLG_VE_LTCHAR1FLAG
FLG_PEInsp. Result Valuation other than 'Acceptance' is Deviation FLG_PECHAR1FLAG
FLG_PE_DSComment on Dig. Signature for Inspection Result is Deviation FLG_PE_DSCHAR1FLAG
FLG_PE_LTLong Text for Inspection Result is Deviation FLG_PE_LTCHAR1FLAG
FLG_FE_PLDefects Found for Inspection Lot is Deviation FLG_FE_PLCHAR1FLAG
FLG_FE_MEDefects Found for Inspection Characteristic is Deviation FLG_FE_MECHAR1FLAG
FLG_FE_VGDefects Found for Operation/Phase is Deviation FLG_FE_VGCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table REBR4 using ABAP code

The following ABAP code Example will allow you to do a basic selection on REBR4 to SELECT all data from the table
DATA: WA_REBR4 TYPE REBR4.

SELECT SINGLE *
FROM REBR4
INTO CORRESPONDING FIELDS OF WA_REBR4
WHERE...

How to access SAP table REBR4

Within an ECC or HANA version of SAP you can also view further information about REBR4 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!