/SAPPSSRM/SLAP SAP (Approvals in Simultaneous Login) Table details

Dictionary Type: Table
Description: Approvals in Simultaneous Login




ABAP Code to SELECT data from /SAPPSSRM/SLAP
Related tables to /SAPPSSRM/SLAP
Access table /SAPPSSRM/SLAP




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

/SAPPSSRM/SLAP is a standard SAP Table which is used to store Approvals in Simultaneous Login data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/SLAP table consists of various fields, each holding specific information or linking keys about Approvals in Simultaneous Login data available in SAP. These include ACTIVPRC_GUID (Simultaneous Logon Process GUID), PRCS_SET_GUID (Simultaneous Logon Process GUID), PRCS_USR (User name), PRCS_USR_STAT (Checkbox).. 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: Can Be Enhanced (Deep)


SAP /SAPPSSRM/SLAP 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ACTIVPRC_GUIDSimultaneous Logon Process GUID /SAPPSSRM/_PROCESSGUIDRAW16SYSUUID
PRCS_SET_GUIDSimultaneous Logon Process GUID /SAPPSSRM/_PROCESSGUIDRAW16SYSUUID
PRCS_USRUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
PRCS_USR_STATCheckbox XFELDCHAR1XFELD
APPR_TIMETime in Process /SAPPSSRM/_PRCTIMETIMS6SYTIME
PROCESS_INDSimultaneous Logon /SAPPSSRM/_PROCESSSTATCHAR1/SAPPSSRM/_PROCESSSTAT
CUS_ENV_IDEnvelope ID BBP_MENV_ENVELOPE_IDCHAR15BBP_MENV_ENVELOPE_ID

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/SLAP using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/SLAP
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/SLAP
WHERE...

How to access SAP table /SAPPSSRM/SLAP

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