OPS_SE_SOC_LOG SAP (Log for Service Output Control) Table details

Dictionary Type: Table
Description: Log for Service Output Control




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




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

OPS_SE_SOC_LOG 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 OPS_SE_SOC_LOG 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), OBJKY (Object key), KSCHL (Output type).. 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 OPS_SE_SOC_LOG 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 OPS_SE_SOC_RELIDCHAR2OPS_SE_SOC_RELID
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
OBJKYObject key OPS_SE_SOC_OBJKEYCHAR30CHAR30
KSCHLOutput type OPS_SE_SOC_KSCHLCHAR4
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PARNRPartner number OPS_SE_SOC_PARNRCHAR10
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERUHRTime UZEITTIMS6UZEIT
PREPROCESSFlag: Message preprocessing OPS_SE_SOC_PREPROCCHAR1
SRTF2Natural Number INT4INT410INT4
UNAMEUser Name UNAMECHAR12UNAME
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
EVENTMessage Event OPS_SE_SOC_EVENTCHAR1OPS_SE_SOC_EVENT
MSGIDMessage ID OPS_SE_SOC_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 OPS_SE_SOC_LOG using ABAP code

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

SELECT SINGLE *
FROM OPS_SE_SOC_LOG
INTO CORRESPONDING FIELDS OF WA_OPS_SE_SOC_LOG
WHERE...

How to access SAP table OPS_SE_SOC_LOG

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