FRE_POINTER_FLAG SAP (Processing Flag for maintenance of FRE_POINTER) Table details

Dictionary Type: Table
Description: Processing Flag for maintenance of FRE_POINTER




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




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

FRE_POINTER_FLAG is a standard SAP Table which is used to store Processing Flag for maintenance of FRE_POINTER data and is available within R/3 SAP systems depending on the version and release level.

The FRE_POINTER_FLAG table consists of various fields, each holding specific information or linking keys about Processing Flag for maintenance of FRE_POINTER data available in SAP. These include FRE_INBOUND (Processing Flag), FRE_PF_IF (Processing Flag), FRE_PROCFLAG (Processing Flag), FRE_CHP (Processing Flag).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FRE_POINTER_FLAG 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
FRE_INBOUNDProcessing Flag FRE_PROCFLAGNUMC2NUMC2
FRE_PF_IFProcessing Flag FRE_PROCFLAGNUMC2NUMC2
FRE_PROCFLAGProcessing Flag FRE_PROCFLAGNUMC2NUMC2
FRE_CHPProcessing Flag FRE_PROCFLAGNUMC2NUMC2
INB_TSTF&R Change Time Stamp FRE_CHGTSTDEC15TZNTSTMPS
OUT_TSTF&R Change Time Stamp FRE_CHGTSTDEC15TZNTSTMPS
FRE_TS_NEWCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FRE_POINTER_FLAG
INTO CORRESPONDING FIELDS OF WA_FRE_POINTER_FLAG
WHERE...

How to access SAP table FRE_POINTER_FLAG

Within an ECC or HANA version of SAP you can also view further information about FRE_POINTER_FLAG 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!