LSOCRPSMM SAP (Stopmarks for Correspondence Requests) Table details

Dictionary Type: Table
Description: Stopmarks for Correspondence Requests




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




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

LSOCRPSMM is a standard SAP Table which is used to store Stopmarks for Correspondence Requests data and is available within R/3 SAP systems depending on the version and release level.

The LSOCRPSMM table consists of various fields, each holding specific information or linking keys about Stopmarks for Correspondence Requests data available in SAP. These include GUID (Globally Unique Identifier), UNAME (Changed by), NOTIFGRP (Notification Group), TEMPLATE (Correspondence 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP LSOCRPSMM 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
GUIDGlobally Unique Identifier GUIDRAW16
UNAMEChanged by USERCHAR12CHAR12
NOTIFGRPNotification Group LSO_CRP_NOTIFGRPNUMC4Assigned to domainLSO_CRP_NOTIFGRPLSO_CRP_NOTIFGRP
TEMPLATECorrespondence Type LSO_CRP_DOC_TEMPLATECHAR4TFK070ACOTYP_KK
RECIPIENT_ROLERecipient Role LSO_CRP_RECIPIENT_ROLENUMC4Assigned to domainLSO_CRP_RECIPIENT_ROLE
PLVARRECPlan Version PLVARCHAR2T778PPLVARPOP
OTYPERECObject Type OTYPECHAR2T778OOTYPEPOT
SOBIDRECID of Related Object SOBIDCHAR45CHAR45
TFORMDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
PLVARTRPlan Version PLVARCHAR2T778PPLVARPOP
OTYPETRObject Type of Course LSO_TRAINING_TYPE_CCHAR2T778OOTYPE
OBJIDTRCourse LSO_TRAINING_ID_CNUMC8Assigned to domainHROBJID
PLVARUSPlan Version PLVARCHAR2T778PPLVARPOP
OTYPEUSObject Type of Learner LSO_LEARNER_OTYPECHAR2T778OOTYPE
SOBIDUSObject ID of Learner LSO_LEARNER_OBJIDCHAR45CHAR45
AUTOMATICAutomatic Processing LSO_CRP_AUTOMATICCHAR1LSO_CRP_AUTOMATIC

Key field Non-key field



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

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

SELECT SINGLE *
FROM LSOCRPSMM
INTO CORRESPONDING FIELDS OF WA_LSOCRPSMM
WHERE...

How to access SAP table LSOCRPSMM

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