SOGR SAP (SAPoffice: Recipient determination during inbound distrib.) Table details

Dictionary Type: Table
Description: SAPoffice: Recipient determination during inbound distrib.




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




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

SOGR is a standard SAP Table which is used to store SAPoffice: Recipient determination during inbound distrib. data and is available within R/3 SAP systems depending on the version and release level.

The SOGR table consists of various fields, each holding specific information or linking keys about SAPoffice: Recipient determination during inbound distrib. data available in SAP. These include COUNTER (Sequence number for large tables), REC_TYPE (Code for document class), REC_ADRNO (Address), REC_LFDNR (Sequence 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SOGR 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
COUNTERSequence number for large tables SO_COUNTNUMC10COUNTING
REC_TYPECode for document class SO_OBJ_TPCHAR3Assigned to domainSO_OBJ_TP
REC_ADRNOAddress ADRNRCHAR10Assigned to domainALPHAADRNR
REC_LFDNRSequence Number LFDNRCHAR3LFDNR
REC_STDFLSAPoffice: Standard flag STDFLCHAR1SO_I_FLAG
SND_TYPECode for document class SO_OBJ_TPCHAR3Assigned to domainSO_OBJ_TP
SND_ADRNOAddress ADRNRCHAR10Assigned to domainALPHAADRNR
SND_LFDNRSequence Number LFDNRCHAR3LFDNR
SND_STDFLAddresses: Default flag SO_STDFLCHAR1SO_FLAG
DOCTYPEDocument Class SO_DOCTYPCHAR3Assigned to domainSO_OBJ_TP
ADDITIONALAdditional selection of original recipient ADD_FLAGCHAR1SO_FLAG
GENERICIndicator: Complete/generic/default address GEN_SIGNCHAR1GEN_SIGN
RESULT_TYPInbound distribution: Recipient type SO_REC_TP2CHAR3RECTYPE
RESULT_ADRInbound distribution: Recipient address (also BOR objects) SO_ADRESSCHAR110SO_ADR110
SYSTLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
CLIENTClient MANDTCLNT3Assigned to domainMANDT

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOGR
INTO CORRESPONDING FIELDS OF WA_SOGR
WHERE...

How to access SAP table SOGR

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