SOCX SAP (SAPoffice: table for storing SAPcomm IDs) Table details

Dictionary Type: Table
Description: SAPoffice: table for storing SAPcomm IDs




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




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

SOCX is a standard SAP Table which is used to store SAPoffice: table for storing SAPcomm IDs data and is available within R/3 SAP systems depending on the version and release level.

The SOCX table consists of various fields, each holding specific information or linking keys about SAPoffice: table for storing SAPcomm IDs 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 SOCX 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
PART1SAPoffice: part of a SAPcomm ID SO_SC_PARTCHAR241SO_TEXT241
PART2SAPoffice: part of a SAPcomm ID SO_SC_PARTCHAR241SO_TEXT241
PART3SAPoffice: part of a SAPcomm ID SO_SC_PARTCHAR241SO_TEXT241
PART4SAPoffice: part of a SAPcomm ID SO_SC_PARTCHAR241SO_TEXT241
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 SOCX using ABAP code

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

SELECT SINGLE *
FROM SOCX
INTO CORRESPONDING FIELDS OF WA_SOCX
WHERE...

How to access SAP table SOCX

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