/PEC/SLICENSES_L SAP (Accenture HCM Software Licenses - Log) Table details

Dictionary Type: Table
Description: Accenture HCM Software Licenses - Log




ABAP Code to SELECT data from /PEC/SLICENSES_L
Related tables to /PEC/SLICENSES_L
Access table /PEC/SLICENSES_L




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

/PEC/SLICENSES_L is a standard SAP Table which is used to store Accenture HCM Software Licenses - Log data and is available within R/3 SAP systems depending on the version and release level.

The /PEC/SLICENSES_L table consists of various fields, each holding specific information or linking keys about Accenture HCM Software Licenses - Log data available in SAP. These include SYSID (Name of SAP System), SOL (Number of HCM Software Product), VER (License version of HCM Software Product), EXPIRATION_DATE (Expiration date of HCM Software Product).. 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 /PEC/SLICENSES_L 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
CUSTKEYHardware key CUSTKEYCHAR11CHAR11
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
SOLNumber of HCM Software Product /PEC/SLIC_SOLNUMC3/PEC/SLIC_SOL
VERLicense version of HCM Software Product /PEC/SLIC_VERNUMC3
EXPIRATION_DATEExpiration date of HCM Software Product /PEC/SLIC_EXPIRATION_DATEDATS8
LFDNR5Current number /PEC/SLIC_LFDNR5NUMC5
BEGIN_DATEStart Date BEGDADATS8DATUM
NUMBER_OF_OBJNumber of licensed objects /PEC/SLIC_NUMBER_OF_OBJECTSNUMC12
SPECIFIC_DATAVariable part of HCM Software License /PEC/SLIC_VARSTRG0
ACTIONExecuted activity /PEC/SLIC_ACTIONCHAR1/PEC/SLIC_ACTION
UNAMEUser Name SYUNAMECHAR12SYCHAR12
ACTION_DATEActivity date /PEC/SLIC_ACTION_DATEDATS8
ACTION_TIMEActivity time /PEC/SLIC_ACTION_TIMETIMS6UZEIT
SOURCE_CUSTKEYHardware key CUSTKEYCHAR11CHAR11
SOURCE_UNAMEUser Name SYUNAMECHAR12SYCHAR12
SOURCE_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08

Key field Non-key field



How do I retrieve data from SAP table /PEC/SLICENSES_L using ABAP code

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

SELECT SINGLE *
FROM /PEC/SLICENSES_L
INTO CORRESPONDING FIELDS OF WA_/PEC/SLICENSES_L
WHERE...

How to access SAP table /PEC/SLICENSES_L

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