SOCS SAP (SAPoffice: table for storage of an Office ID (SAPcomm)) Table details

Dictionary Type: Table
Description: SAPoffice: table for storage of an Office ID (SAPcomm)




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




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

SOCS is a standard SAP Table which is used to store SAPoffice: table for storage of an Office ID (SAPcomm) data and is available within R/3 SAP systems depending on the version and release level.

The SOCS table consists of various fields, each holding specific information or linking keys about SAPoffice: table for storage of an Office ID (SAPcomm) data available in SAP. These include SCOMTP (SAPcomm ID: ID type), SCOMYR (SAPcomm: year of ID), SCOMNO (SAPcomm: number of the ID), ID_TYPE (Send Externally: ID: Received or Sent).. 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 SOCS 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 MANDTCLNT3MANDT
SCOMTPSAPcomm ID: ID type SO_SCOM_TPCHAR3SO_OBJ_TP
SCOMYRSAPcomm: year of ID SO_SCOM_YRCHAR2SO_OBJ_YR
SCOMNOSAPcomm: number of the ID SO_SCOM_NOCHAR12SO_OBJ_NO
ID_TYPESend Externally: ID: Received or Sent SO_ID_TYPECHAR1SO_TEXT001
SYSID_NEWSend externally: system ID for communications ID SO_SYSIDCHAR10SO_SYSID
MANDT_NEWClient MANDTCLNT3MANDT
OBJTP_NEWSAPoffice: type of object created SO_TP_NEWCHAR3SO_OBJ_TP
OBJYR_NEWSAPoffice: year ID of the object created SO_YR_NEWCHAR2SO_OBJ_YR
OBJNO_NEWSAPoffice: number of the object created SO_NO_NEWCHAR12SO_OBJ_NO
OBJTPCode for document class SO_OBJ_TPCHAR3SO_OBJ_TP
OBJYRObject: Year from ID SO_OBJ_YRCHAR2SO_OBJ_YR
OBJNOObject: Number from ID SO_OBJ_NOCHAR12SO_OBJ_NO
FORTPForwarder: Object type from ID SO_FOR_TPCHAR3SO_OBJ_TP
FORYRForwarder: year from the ID SO_FOR_YRCHAR2SO_OBJ_YR
FORNOForwarder: number from the ID SO_FOR_NOCHAR12SO_OBJ_NO
RECTPRecipient type from ID SO_REC_TPCHAR3SO_OBJ_TP
RECYRRecipient year from the ID SO_REC_YRCHAR2SO_OBJ_YR
RECNORecipient number from ID SO_REC_NOCHAR12SO_OBJ_NO

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOCS
INTO CORRESPONDING FIELDS OF WA_SOCS
WHERE...

How to access SAP table SOCS

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