FRE_SO_POINTER SAP (Change Pointers for changed Sales Order Documents) Table details

Dictionary Type: Table
Description: Change Pointers for changed Sales Order Documents




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




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

FRE_SO_POINTER is a standard SAP Table which is used to store Change Pointers for changed Sales Order Documents data and is available within R/3 SAP systems depending on the version and release level.

The FRE_SO_POINTER table consists of various fields, each holding specific information or linking keys about Change Pointers for changed Sales Order Documents data available in SAP. These include VBELN (Sales Document), POSNR (Sales Document Item), ETENR (Delivery Schedule Line Number), TIMESTAMP (F&R Change Time Stamp).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FRE_SO_POINTER 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
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
TIMESTAMPF&R Change Time Stamp FRE_CHGTSTDEC15TZNTSTMPS
FNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FRE_CHTYPEObject Change Type (I, M, D, G) FRE_CHTYPECHAR1FRE_CHTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FRE_SO_POINTER
INTO CORRESPONDING FIELDS OF WA_FRE_SO_POINTER
WHERE...

How to access SAP table FRE_SO_POINTER

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