/TDAG/EHSRCD_MIL SAP (Table for persisting TBOs of type /TDAG/CL_TBO_MIL) Table details

Dictionary Type: Table
Description: Table for persisting TBOs of type /TDAG/CL_TBO_MIL




ABAP Code to SELECT data from /TDAG/EHSRCD_MIL
Related tables to /TDAG/EHSRCD_MIL
Access table /TDAG/EHSRCD_MIL




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

/TDAG/EHSRCD_MIL is a standard SAP Table which is used to store Table for persisting TBOs of type /TDAG/CL_TBO_MIL data and is available within R/3 SAP systems depending on the version and release level.

The /TDAG/EHSRCD_MIL table consists of various fields, each holding specific information or linking keys about Table for persisting TBOs of type /TDAG/CL_TBO_MIL data available in SAP. These include MANDT (Client), INSTID (Instance Identification in Persistent Object References), TYPEID (Type of Objects in Persistent Object References), CATID (Category of Objects in Persistent Object References).. 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: Not classified


SAP /TDAG/EHSRCD_MIL 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
INSTIDInstance Identification in Persistent Object References SIBFINSTIDCHAR32SIBFINSTID
TYPEIDType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
CATIDCategory of Objects in Persistent Object References SIBFCATIDCHAR2SIBFCATID
CREATING_USERUser /TDAG/EHFND_FW_USERCHAR12USNAM
CREATING_DATEDate /TDAG/EHFND_FW_DATEDATS8DATUM
CREATING_TIMETime /TDAG/EHFND_FW_TIMETIMS6UZEIT
LAST_UPDATE_DATEDate /TDAG/EHFND_FW_DATEDATS8DATUM
LAST_UPDATE_TIMETime /TDAG/EHFND_FW_TIMETIMS6UZEIT
LAST_UPDATE_USERUser /TDAG/EHFND_FW_USERCHAR12USNAM
VARIANT_NAMEWFF: Variant Name of Workflow /TDAG/EHFND_FW_VARIANTCHAR30/TDAG/EHFND_FW_VARIANT_D
STATUSExternal Status of a TBO /TDAG/EHFND_FW_STATUSCHAR20/TDAG/EHFND_FW_STATUS_D
STATUS_REMARKRemarks on External Status /TDAG/EHFND_FW_STATUS_REMCHAR255/TDAG/EHFND_FW_STATUS_REM_D
SPECIFICATION_IDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
PROJECT_KEYSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
MILESTONE_CODEMilestone Code /TDAG/RCSE_REG_MILES_CODECHAR20/TDAG/RCSD_TXT20

Key field Non-key field



How do I retrieve data from SAP table /TDAG/EHSRCD_MIL using ABAP code

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

SELECT SINGLE *
FROM /TDAG/EHSRCD_MIL
INTO CORRESPONDING FIELDS OF WA_/TDAG/EHSRCD_MIL
WHERE...

How to access SAP table /TDAG/EHSRCD_MIL

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