/PEC/SLIC_MODVER SAP (Accenture HCM Software - Module status) Table details

Dictionary Type: Table
Description: Accenture HCM Software - Module status




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




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

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

The /PEC/SLIC_MODVER table consists of various fields, each holding specific information or linking keys about Accenture HCM Software - Module status data available in SAP. These include MODULE_NAME (Module name), VERSION (Version of module), RELEASE_DATE (Release date of module:), MODULE_TEXT (Module text).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /PEC/SLIC_MODVER 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
SOLNumber of HCM Software Product /PEC/SLIC_SOLNUMC3/PEC/SLIC_SOL
MODULE_NAMEModule name /PEC/SLIC_MODULE_NAMECHAR20/PEC/SLIC_MODULE_NAME
VERSIONVersion of module /PEC/SLIC_VERSIONCHAR10
RELEASE_DATERelease date of module: /PEC/SLIC_RELEASE_DATEDATS8
MODULE_TEXTModule text /PEC/SLIC_MODULE_TEXTCHAR60/PEC/SLIC_MODULE_TEXT
CHECK_PROGRAMCheck program (optional) /PEC/SLIC_CHECK_PROGRAMCHAR40Assigned to domainPROGRAMM

Key field Non-key field



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

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

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

How to access SAP table /PEC/SLIC_MODVER

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