T77TMCAESFIELD SAP (AES Field Customizing) Table details

Dictionary Type: Table
Description: AES Field Customizing




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




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

T77TMCAESFIELD is a standard SAP Table which is used to store AES Field Customizing data and is available within R/3 SAP systems depending on the version and release level.

The T77TMCAESFIELD table consists of various fields, each holding specific information or linking keys about AES Field Customizing data available in SAP. These include AES_FIELDNAME (Field Name in Appraisal Template), TEMPLATE_BEGDA (Start Date), TEMPLATE_ENDDA (End Date), TEMPLATE_ID (Appraisal Template).. 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 T77TMCAESFIELD 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
AES_FIELDNAMEField Name in Appraisal Template HRTMC_TD_AES_FIELDCHAR32CHAR32
TEMPLATE_BEGDAStart Date BEGDADATS8DATUM
TEMPLATE_ENDDAEnd Date ENDDADATS8DATUM
TEMPLATE_IDAppraisal Template HAP_TEMPLATE_IDNUMC8NUMC08
TEMPLATE_DESCRObject Name STEXTCHAR40TEXT40
ELEMENT_TYPEAppraisal Element Type HAP_ELEMENT_TYPECHAR2T778OOTYPE
ELEMENT_IDAppraisal Element ID HAP_ELEMENT_IDNUMC8NUM08
ELEMENT_DESCRName of Appraisal Element HAP_ELEMENT_NAME_XLCHAR80TEXT80
FOREIGN_TYPEAppraisal Element - External Type HRTMC_AES_FOREIGN_TYPECHAR2Assigned to domainOTYPE
FOREIGN_IDAppraisal Element - External ID HRTMC_AES_FOREIGN_IDCHAR45CHAR45
COLUMN_IDAppraisal Document Column ID HAP_COLUMN_IDCHAR4Assigned to domainHAP_COLUMN_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM T77TMCAESFIELD
INTO CORRESPONDING FIELDS OF WA_T77TMCAESFIELD
WHERE...

How to access SAP table T77TMCAESFIELD

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