COMT_PR_ORG_T_MAINTAIN SAP (Maintenance Structure of Table COMS_PR_ORG) Structure details

Dictionary Type: Structure
Description: Maintenance Structure of Table COMS_PR_ORG




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




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

COMT_PR_ORG_T_MAINTAIN 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 "Maintenance Structure of Table COMS_PR_ORG" 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_COMT_PR_ORG_T_MAINTAIN TYPE COMT_PR_ORG_T_MAINTAIN.

The COMT_PR_ORG_T_MAINTAIN table consists of various fields, each holding specific information or linking keys about Maintenance Structure of Table COMS_PR_ORG data available in SAP. These include ORG_TYPE (Indicator for Organizational Dependency), DYNPRO_SELECT (Screen for Selecting Dependent Organizational Unit), PROGRAM_SELECT (Program Where Organization Selection Screen Can Be Found), DYN_SELECT_PRDCT (Screen for Selecting Dependent Organizational Unit).. 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 COMT_PR_ORG_T_MAINTAIN 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
DATA 0
ORG_TYPEIndicator for Organizational Dependency COMT_PR_ORG_TYPECHAR10COM_PR_ORG_TYPE
DYNPRO_SELECTScreen for Selecting Dependent Organizational Unit COMT_PR_ORG_DYNPROCHAR4SYCHAR04
PROGRAM_SELECTProgram Where Organization Selection Screen Can Be Found COMT_PR_ORG_PROGRAMCHAR40PROGRAMM
DYN_SELECT_PRDCTScreen for Selecting Dependent Organizational Unit COMT_PR_ORG_DYNPROCHAR4SYCHAR04
PRO_SELECT_PRDCTProgram Where Organization Selection Screen Can Be Found COMT_PR_ORG_PROGRAMCHAR40PROGRAMM
FUNC_ORG_ID_GETFunction Module for Reading Selected Organization (Category) COMT_PR_FUNC_ORG_ID_GETCHAR30FUNCNAME
FUNC_ORGSEL_INITFM for Initializing Organization Selection Screen (Category) COMT_PR_FUNC_ORGSEL_INITCHAR30FUNCNAME
FUNC_ORG_ID_GET2Function Module for Reading Selected Organization (Product) COMT_PR_FUNC_ORG_ID_GET2CHAR30FUNCNAME
FUNC_ORGSEL_INI2FM for Initializing Organization Selection Screen (Product) COMT_PR_FUNC_ORGSEL_INIT2CHAR30FUNCNAME
FUNC_ORG_DESCRFunction Module for Reading Organizational Unit Description COMT_PR_FUNC_ORG_DESCRCHAR30FUNCNAME
FUNC_ORG_ID_CHCKFunction Module for Checking Organization ID COMT_PR_FUNC_ORG_ID_CHECKCHAR30FUNCNAME
FUNC_MAP_TO_ORGMapping Link Structure to Field PR_ORG_ID COMT_PR_FUNC_MAP_TO_ORGCHAR30FUNCNAME
FUNC_MAP_ORGMapping Field PR_ORG_ID to Link Structure COMT_PR_FUNC_MAP_ORGCHAR30FUNCNAME
FUNC_READ_ALLFunction Module for Reading All Organizational Units COMT_PR_FUNC_READ_ALLCHAR30FUNCNAME
GEN_LINK_HANDLEROrganizational Dependency Type Uses Generic Link Handler COMT_USES_GENERIC_LINK_HANDLERCHAR1COM_BOOLEAN
SETTYPE_ASSIGNInternal Key of a Set Type COMT_FRGTYPE_GUID32CHAR32SYSUUID_C
FUNC_ASSIGNEDRead Function of the Assigned Differentiation Key COMT_PR_FUNC_ORG_ASSIGNEDCHAR30FUNCNAME
FUNC_ORG_COPYCopy Function for Differentiation Key-Dependent Data COMT_PR_FUNC_ORG_COPYCHAR30FUNCNAME
FUNC_ORG_DELETEDelete Function for Differentiation Key-Dependent Data COMT_PR_FUNC_ORG_DELETECHAR30FUNCNAME
FUNC_CONV_INT2EXConversion Function Differentiation Key to External Format COMT_PR_FUNC_CONV_INT2EXTCHAR30FUNCNAME
FUNC_CONV_EXT2INConversion Function Differentiation Key to Internal Format COMT_PR_FUNC_CONV_EXT2INTCHAR30FUNCNAME
FUNC_ORG_START_CFunction for Starting Copying Process COMT_PR_FUNC_ORG_START_COPYCHAR30FUNCNAME
FUNX_ORG_ACT_ACTFunction for Active Actions During Key Selection COMT_PR_FUNC_ORG_ACT_ACTIONSCHAR30FUNCNAME
UPDATE_TYPEType of Change UPDATE_TYPECHAR1UPDATE_TYPE

Key field Non-key field



How do I retrieve data from SAP structure COMT_PR_ORG_T_MAINTAIN using ABAP code?

As COMT_PR_ORG_T_MAINTAIN 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 COMT_PR_ORG_T_MAINTAIN as there is no data to select.

How to access SAP table COMT_PR_ORG_T_MAINTAIN

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