SHPSOCL SAP (Log for Service Output Control) Table details

Dictionary Type: Table
Description: Log for Service Output Control




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




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

SHPSOCL is a standard SAP Table which is used to store Log for Service Output Control data and is available within R/3 SAP systems depending on the version and release level.

The SHPSOCL table consists of various fields, each holding specific information or linking keys about Log for Service Output Control data available in SAP. These include RELID (Log area ID), KAPPL (Application), KSCHL (Message type), OBJKY (Object key).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SHPSOCL 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
RELIDLog area ID SHPSOC_RELIDCHAR2SHPSOC_RELID
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KSCHLMessage type SNA_KSCHLCHAR4CHAR4
OBJKYObject key NA_OBJKEYCHAR30NA_OBJKEY
ERDATDate on which status record was created NA_ERDATDATS8DATUM
ERUHRTime at which status record was created NA_ERUHRTIMS6UZEIT
SRTF2Natural Number INT4INT410INT4
PREPROCESSFlag: Message preprocessing SHPSOC_PREPROCCHAR1
EVENTMessage Event SHPSOC_EVENTCHAR1SHPSOC_EVENT
MSGIDMessage ID SHPSOC_MSGIDRAW16
CLUSTRLength field for user data in EXPORT/IMPORT tables INDX_CLSTRINT25SYBIN2
CLUSTDData field for IMPORT/EXPORT database tables INDX_CLUSTLRAW2886INDX_CLUST

Key field Non-key field



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

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

SELECT SINGLE *
FROM SHPSOCL
INTO CORRESPONDING FIELDS OF WA_SHPSOCL
WHERE...

How to access SAP table SHPSOCL

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