/SDF/TEAP_ENVI_ANA_RESULT SAP (Environment Analysis Result (contains latest TR)) Structure details

Dictionary Type: Structure
Description: Environment Analysis Result (contains latest TR)




ABAP Code to SELECT data from /SDF/TEAP_ENVI_ANA_RESULT
Related tables to /SDF/TEAP_ENVI_ANA_RESULT
Access table /SDF/TEAP_ENVI_ANA_RESULT




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

/SDF/TEAP_ENVI_ANA_RESULT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Environment Analysis Result (contains latest TR)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SDF/TEAP_ENVI_ANA_RESULT TYPE /SDF/TEAP_ENVI_ANA_RESULT.

The /SDF/TEAP_ENVI_ANA_RESULT table consists of various fields, each holding specific information or linking keys about Environment Analysis Result (contains latest TR) data available in SAP. These include PGMID (Program ID in Requests and Tasks), OBJ_TYPE (CDMC - Object Type in Upgrade Change Impact Analysis), OBJ_NAME (TADIR name of Program which was executed), AS4POS (Dictionary: Line item).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SDF/TEAP_ENVI_ANA_RESULT structure 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
CHK_TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJ_TYPECDMC - Object Type in Upgrade Change Impact Analysis CNVCDMCUCIA_OBJ_TYPECHAR4Assigned to domainCNVCDMCUCIA_OBJ_TYPE
OBJ_NAMETADIR name of Program which was executed CNVCDMC_OBJ_NAMECHAR120CNVCDMC_OBJ_NAME
AS4POSDictionary: Line item DDPOSITIONNUMC6DDPOSITION
REM_ANALFlag to indicate whether the entry is out of Environment CNVCDMCCTS_REMANALCHAR1CNVCDMCCTS_REMANAL
REF_OBJ_TYPERefrence object CNVCDMC_REF_OBJECTCHAR4CHAR4
REF_OBJ_NAMERefrence object which uses object CNVCDMC_REF_OBJ_NAMECHAR120CNVCDMC_REF_OBJ_NAME
ENVIANAL_NOTSUPPFlag to denote whether environment analysis is not supported CNVCDMCCTS_ENVIANAL_NOTSUPPORTCHAR1CNVCDMCCTS_ENVIANAL_NOTSUPPORT
SEVERITYCDMC : CTS Severity CNVCDMCCTS_SEVERITYCHAR4CNVCDMCCTS_SEVERITY
STATUS CDMC: CTS Comparison Status of the Object CNVCDMCCTS_STATUSCHAR1CNVCDMCCTS_STATUS
ANA_SIDName of an SAP System in the (active) transp. configuration SYSNAMECHAR10SYSNAMETCE_SYSTEMS
TAR_SIDName of an SAP System in the (active) transp. configuration SYSNAMECHAR10SYSNAMETCE_SYSTEMS
ANA_TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
TAR_TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
ANA_TR_AS4DATEDate of Last Change AS4DATEDATS8AS4DATE
ANA_TR_AS4TIMELast changed at AS4TIMETIMS6AS4TIME
TAR_TR_AS4DATEDate of Last Change AS4DATEDATS8AS4DATE
TAR_TR_AS4TIMELast changed at AS4TIMETIMS6AS4TIME
CHK_TR_OWNERLast Changed by AS4USERCHAR12AS4USER
ANA_TR_OWNERLast Changed by AS4USERCHAR12AS4USER
TAR_TR_OWNERLast Changed by AS4USERCHAR12AS4USER
REF_OBJ_OWNERLast Changed by AS4USERCHAR12AS4USER

Key field Non-key field



How do I retrieve data from SAP structure /SDF/TEAP_ENVI_ANA_RESULT using ABAP code?

As /SDF/TEAP_ENVI_ANA_RESULT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SDF/TEAP_ENVI_ANA_RESULT as there is no data to select.

How to access SAP table /SDF/TEAP_ENVI_ANA_RESULT

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