SOFR SAP (SAPoffice: Distribution List Table for Incoming Faxes) Table details

Dictionary Type: Table
Description: SAPoffice: Distribution List Table for Incoming Faxes




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




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

SOFR is a standard SAP Table which is used to store SAPoffice: Distribution List Table for Incoming Faxes data and is available within R/3 SAP systems depending on the version and release level.

The SOFR table consists of various fields, each holding specific information or linking keys about SAPoffice: Distribution List Table for Incoming Faxes data available in SAP. These include SORT (SAPoffice: Sort field for fax distribution table (key)), SERVER (SAPoffice: Server ID), ORG_ID (SAPoffice: Sender ID), FAX_NR (SAPoffice: Fax number).. 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: Not classified


SAP SOFR 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 MANDTCLNT3T000MANDT
SORTSAPoffice: Sort field for fax distribution table (key) SO_FX_SORTCHAR4CHAR4
SERVERSAPoffice: Server ID SO_FX_SERVCHAR10CHAR10
ORG_IDSAPoffice: Sender ID SO_FX_ORIDCHAR20CHAR20
FAX_NRSAPoffice: Fax number SO_FX_NUMBCHAR20CHAR20
INFO_TYPESAPoffice: Information type SO_FX_ITYPCHAR8CHAR8
INFO_VALUESAPoffice: Information value SO_FX_IVALCHAR60CHAR60
RECEIVERSAPoffice: Recipient name/name of the distribution list SO_FX_RECCHAR12USERNAME
REC_ESCSAPoffice: Recipient type SO_FX_RESCCHAR1SO_FX_RESC

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOFR
INTO CORRESPONDING FIELDS OF WA_SOFR
WHERE...

How to access SAP table SOFR

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