/SAPDMC/LSCSTEPS SAP (Work Steps) Table details

Dictionary Type: Table
Description: Work Steps




ABAP Code to SELECT data from /SAPDMC/LSCSTEPS
Related tables to /SAPDMC/LSCSTEPS
Access table /SAPDMC/LSCSTEPS




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

/SAPDMC/LSCSTEPS is a standard SAP Table which is used to store Work Steps data and is available within R/3 SAP systems depending on the version and release level.

The /SAPDMC/LSCSTEPS table consists of various fields, each holding specific information or linking keys about Work Steps data available in SAP. These include STEPTYPE (Work Step Type (OBJ, RUL, EXE, DSP, ADM)), FUNCNAME (Name of Function Module), X_MAINSTEP (Flag: Main Step), X_VISIBLE (Flag: Visible).. 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 /SAPDMC/LSCSTEPS 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
STEPNRProcess step /SAPDMC/MG_STEPNRNUMC3NUM3
STEPTYPEWork Step Type (OBJ, RUL, EXE, DSP, ADM) /SAPDMC/LS_STEPTYPECHAR3CHAR3
FUNCNAMEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
X_MAINSTEPFlag: Main Step /SAPDMC/LS_XMAINSTEPCHAR1/SAPDMC/LS_FLAG
X_VISIBLEFlag: Visible /SAPDMC/LS_XVISIBLEMAINSTPCHAR1/SAPDMC/LS_FLAG
X_INACTIVEFlag: Inactive /SAPDMC/MG_INACTVCHAR1XFELD
X_READGENRLVFlag: Regeneration of Data Import Program Necessary /SAPDMC/LS_XREADGENRLVCHAR1/SAPDMC/LS_FLAG
X_CONVGENRLVFlag: Regeneration of Data Conversion Program Required /SAPDMC/LS_XCONVGENRLVCHAR1/SAPDMC/LS_FLAG
DESCRPTNText (50 characters in length) /SAPDMC/TEXT50CHAR50/SAPDMC/TEXT50

Key field Non-key field



How do I retrieve data from SAP table /SAPDMC/LSCSTEPS using ABAP code

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

SELECT SINGLE *
FROM /SAPDMC/LSCSTEPS
INTO CORRESPONDING FIELDS OF WA_/SAPDMC/LSCSTEPS
WHERE...

How to access SAP table /SAPDMC/LSCSTEPS

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