T71ADM26 SAP (Attributes for Planning Overview) Table details

Dictionary Type: Table
Description: Attributes for Planning Overview




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




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

T71ADM26 is a standard SAP Table which is used to store Attributes for Planning Overview data and is available within R/3 SAP systems depending on the version and release level.

The T71ADM26 table consists of various fields, each holding specific information or linking keys about Attributes for Planning Overview data available in SAP. These include CREVI (Compensation Review), APPROVAL (Enable Approval Process), COMMENT_APPROVE (Note Field is available on Approval in Planning Overview), COMMENT_REJECT (Note Field is available on Rejection in Planning Overview).. 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 T71ADM26 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
CREVICompensation Review ECM_CREVICHAR4T71ADM08ECM_CREVI
APPROVALEnable Approval Process ECM_APPROVALCHAR1BOOLE
COMMENT_APPROVENote Field is available on Approval in Planning Overview ECM_COMMENT_APPROVECHAR1BOOLE
COMMENT_REJECTNote Field is available on Rejection in Planning Overview ECM_COMMENT_REJECTCHAR1BOOLE
DEEP_APPROVEDeep Approval allowed ECM_DEEP_APPROVECHAR1BOOLE
NOTIFICATIONSend notification ECM_NOTIFICATIONCHAR1BOOLE
DISPLAY_SUBMITDisplay if direct reports are submitted in planning overview ECM_DISPLAY_SUBMITCHAR1BOOLE
DISPLAY_AVAILDisplay total budget in planning overview ECM_DISPLAY_AVAILCHAR1BOOLE
DISPLAY_DISTRDisplay distributed budget in planning overview ECM_DISPLAY_DISTRCHAR1BOOLE
DISPLAY_REMAINDisplay remaining budget in planning overview ECM_DISPLAY_REMAINCHAR1BOOLE
DISPLAY_ORGUNITDisplay organizational unit in planning overview ECM_DISPLAY_ORGUNITCHAR1BOOLE
DISPLAY_STATUSDisplay internal status in planning overview ECM_DISPLAY_STATUSCHAR1BOOLE
HIERARCHY_MGRDisplay hierarchy based on manager ECM_HIERARCHY_MGRCHAR1BOOLE
DISPLAY_SPENTDisplay spent amounts in planning overview ECM_DISPLAY_SPENTCHAR1BOOLE
CURRENCYCurrency Key CURCYCUKY5TCURCWAERSFWS
OBJECT_SELECTIONObject Selection for planning overview ECM_OBJECT_SELECTIONCHAR15TWPC_OBJSELCHAR15
ALL_ORGUNITS_RELInitialization mandatory ECM_ALL_ORGUNITS_RELEVANTCHAR1BOOLE
PLANNING_SHOWShow compensation planning to higher-level managers ECM_PLANNING_SHOWCHAR1ECM_PLANNING_ACCESS
PLANNING_EDITAllows to edit comp. planning by higher-level managers ECM_PLANNING_EDITCHAR1ECM_PLANNING_ACCESS
PROCESS_TYPEPlanning and Approval Process Type ECM_PROCESS_TYPECHAR2ECM_PROCESS_TYPE
CHANGE_SUPPORTLevel for Compensation Process Support ECM_PROCESS_SUPPORTCHAR1ECM_PROCESS_SUPPORT
COMMENT_SUBMITNote Field is available on Submit ECM_COMMENT_SUBMITCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T71ADM26
INTO CORRESPONDING FIELDS OF WA_T71ADM26
WHERE...

How to access SAP table T71ADM26

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