TABADRS SAP (Characteristic Derivation: Steps) Table details

Dictionary Type: Table
Description: Characteristic Derivation: Steps




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




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

TABADRS is a standard SAP Table which is used to store Characteristic Derivation: Steps data and is available within R/3 SAP systems depending on the version and release level.

The TABADRS table consists of various fields, each holding specific information or linking keys about Characteristic Derivation: Steps data available in SAP. These include APPLCLASS (Application class for DD objects (not used)), SUBCLASS (Subgroup by Application Class), ABADRSTRATID (Strategy ID), ABADRENV (Environment for strategy).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TABADRS 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
APPLCLASSApplication class for DD objects (not used) APPLCLASSCHAR4Assigned to domainAPPLCLASSAPP
SUBCLASSSubgroup by Application Class ABADRSUBCLASSCHAR2ABADRSUBCLAS
ABADRSTRATIDStrategy ID ABADRSTRATIDCHAR4ABADRSTRATID
ABADRENVEnvironment for strategy ABADRENVCHAR32ABADRENV
STEP_NOCharacteristic derivation: sequential number ABADRSEQNONUMC4ABADRSEQNO
METHODType of Derivation Step ABADRMETHODCHAR8ABADRMETHOD
PARAM_1Characteristic derivation: parameters ABADRPARAMCHAR60ABADRPARAM
PARAM_2Characteristic derivation: parameters ABADRPARAMCHAR60ABADRPARAM
INTIDDerivation: Extended internal ID ABADRCINTIDCHAR12
STEPIDStep identifier ABADRSTEPIDCHAR4ABADRSTEPID
GROUPIDID for step group ABADRGROUPIDCHAR8ABADRID
SUBGROUPIDSub-ID for step group ABADRSUBGROUPIDCHAR8ABADRID
ISSUE_ERRORDispay error message yes/no ABADRFLAGERRORCHAR1ABADRFLAG
EXIT_IF_FOUNDEnd search if record found ABADREXITIFFOUNDCHAR1ABADRFLAG
IS_MODIFCharacteristic derivation: modifiable step ABADRFLAGMODIFCHAR1ABADRFLAG
IS_USERDEFCharacteristic derivation: user-defined step ABADRFLAGUSERDEFCHAR1ABADRFLAG
IS_TIMEDEPDerivation step is time-dependent ABADRFLAGTIMEDEPCHAR1ABADRFLAG
NEVER_TIMEDEPIndicator ABADRFLAGCHAR1ABADRFLAG
NO_RANGESIndicator ABADRFLAGCHAR1ABADRFLAG
IS_SAP_STEPIndicator ABADRFLAGCHAR1ABADRFLAG
MODIFIED_BYLast changed by UNAMCHAR12SYCHAR12
MODIFIED_ONChanged On RDIR_UDATEDATS8SYDATS
APPLDATACharacter field, length 32 CHAR32CHAR32CHAR32
IS_INACTIVEIndicator ABADRFLAGCHAR1ABADRFLAG
ISSUE_ERROR_FIndicator ABADRFLAGCHAR1ABADRFLAG
END_PROC_FIndicator ABADRFLAGCHAR1ABADRFLAG
END_PROC_EXECIndicator ABADRFLAGCHAR1ABADRFLAG
END_PROC_NEXECIndicator ABADRFLAGCHAR1ABADRFLAG
ISSUE_ERR_NEXECIndicator ABADRFLAGCHAR1ABADRFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TABADRS
INTO CORRESPONDING FIELDS OF WA_TABADRS
WHERE...

How to access SAP table TABADRS

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