SOCY SAP (SAPoffice: inverse table for SOCX (SAPcomm ID table)) Table details

Dictionary Type: Table
Description: SAPoffice: inverse table for SOCX (SAPcomm ID table)




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




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

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

The SOCY table consists of various fields, each holding specific information or linking keys about SAPoffice: inverse table for SOCX (SAPcomm ID table) data available in SAP. These include HASH1 (Send externally: hash string for hash table (inverse table)), COUNTER (Send externally: counter for entries with same hash string), SCOMTP (SAPcomm ID: ID type), SCOMYR (SAPcomm: year of ID).. 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 SOCY 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
HASH1Send externally: hash string for hash table (inverse table) SO_HASHCHAR241SO_TEXT241
COUNTERSend externally: counter for entries with same hash string SO_HASH_CTRAW2SO_CNT2
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOCY
INTO CORRESPONDING FIELDS OF WA_SOCY
WHERE...

How to access SAP table SOCY

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