COMT_PR_ORG_REL_MAINTAIN SAP (Maintenance Structure for COMS_PR_ORG_REL) Structure details

Dictionary Type: Structure
Description: Maintenance Structure for COMS_PR_ORG_REL




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




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

COMT_PR_ORG_REL_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 for COMS_PR_ORG_REL" 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_REL_MAINTAIN TYPE COMT_PR_ORG_REL_MAINTAIN.

The COMT_PR_ORG_REL_MAINTAIN table consists of various fields, each holding specific information or linking keys about Maintenance Structure for COMS_PR_ORG_REL data available in SAP. These include ORG_TYPE (Indicator for Organizational Dependency), LINK_TABLE (Organizational Dependency Link Table), LINK_TABLE_HIST (Link Table of Organizational Dependency, History Table), LINK_TABLE_STRUC (Link Table Name for Organizational-Dependent Set Types).. 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_REL_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
LINK_TABLEOrganizational Dependency Link Table COMT_PR_ORG_LINK_TABLECHAR16DBOBJ_NAME
LINK_TABLE_HISTLink Table of Organizational Dependency, History Table COMT_PR_ORG_LINK_TABLE_HISTCHAR16DBOBJ_NAME
LINK_TABLE_STRUCLink Table Name for Organizational-Dependent Set Types COMT_PR_ORG_LINK_STRUCCHAR30DDOBJNAME
LINK_TABLE_TTYPTable Type for Link Table COMT_PR_ORG_LINK_TTYPCHAR30DDOBJNAME
FUNC_MAINTAIN_CHFunction Module for Checking if Link May Be Maintained COMT_PR_FUNC_MAINTAIN_CHECKCHAR30FUNCNAME
FUNC_READ_CH_SETFunction Module for Reading Link Entries in Buffer COMT_PR_FUNC_READ_CH_SETCHAR30
FUNC_REFRESH_LOCFunction Module for Deleting Local Buffer of Link Table COMT_PR_FUNC_REFRESH_LOC_LINKCHAR30FUNCNAME
FUNC_REL_CHANGEFunction Module for Changing a Link COMT_PR_FUNC_REL_CHANGECHAR30FUNCNAME
FUNC_REL_CHANGEMFunction Module for Changing a Link in Local Buffer COMT_PR_FUNC_REL_CHANGEMCHAR30FUNCNAME
FUNC_REL_DELETEFunction Module for Deleting a Link COMT_PR_FUNC_REL_DELETECHAR30FUNCNAME
FUNC_REL_DELETEMFunction Module for Deleting a Link in Local Buffer COMT_PR_FUNC_REL_DELETEMCHAR30FUNCNAME
FUNC_REL_CHECKFunction Module for Checking a Link COMT_PR_FUNC_REL_CHECKCHAR30FUNCNAME
FUNC_REL_CREATEFunction Module for Creating a Link COMT_PR_FUNC_REL_CREATECHAR30FUNCNAME
FUNC_REL_CREATEMFunction Module for Creating a Link in Local Buffer COMT_PR_FUNC_REL_CREATEMCHAR30FUNCNAME
FUNC_REL_READFunction Module for Reading a Link COMT_PR_FUNC_REL_READCHAR30FUNCNAME
FUNC_REL_READMFunction Module for Reading a Link in Local Buffer COMT_PR_FUNC_REL_READMCHAR30FUNCNAME
FUNC_REL_READ_MUFunction Module for Reading Multiple Links COMT_PR_FUNC_REL_READ_MULTICHAR30FUNCNAME
FUNC_REL_READ_PMFunction Module for All Links to a Product in Local Buffer COMT_PR_FUNC_REL_READ_PRODMCHAR30FUNCNAME
FUNC_REL_READ_PRFunction Module for All Links to a Product in Local Buffer COMT_PR_FUNC_REL_READ_PRODMCHAR30FUNCNAME
FUNC_REL_READ_SEFunction Module for Reading a Link Using SET_GUID COMT_PR_FUNC_REL_READ_SETMCHAR30FUNCNAME
FUNC_REL_AR_COLLFunction Module for Collecting Links Array Read COMT_PR_FUNC_REL_ARRREAD_COLLCHAR30FUNCNAME
FUNC_REL_AR_PROCFunction Module for Array Read COMT_PR_FUNC_REL_ARRREAD_PROCCHAR30FUNCNAME
FUNC_REL_BUF_FILFM for Filling Mainten. Buffer During Active/Inactive Save COMT_PR_FUNC_REL_BUFFER_FILLCHAR30FUNCNAME
FUNC_REL_REFRESHFunction Module for Resetting Buffer COMT_PR_FUNC_REL_REFRESHCHAR30FUNCNAME
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_SAVE_RELFunction Module for Saving a Link COMT_PR_FUNC_SAVE_RELCHAR30FUNCNAME
FUNC_SAVE_DB_REL 0
FUNC_CHECK_SET_E 0
LINK_TABLEH_TTYPTable Type for History of Links COMT_PR_ORG_LINKH_TTYPCHAR30DDOBJNAME
FUNC_RELH_READ_PFunction Module for Reading History of All Links to Product COMT_PR_FUNC_RELH_READ_PRODMCHAR30FUNCNAME
LINK_SEL_STRUCStructure for Selecting Entries from Link Table COMT_PR_ORG_LINK_SELCHAR30DDOBJNAME
LINK_SEL_TTYPTable Type for Selection for Entries of the Link Table COMT_PR_ORG_LINK_SEL_TTYPCHAR30DDOBJNAME
LINK_KEY_STRUCName of Key Structure for Link Table COMT_PR_ORG_LINK_KEYCHAR30DDOBJNAME
LINK_KEY_TTYPTable Type for Key Structure of Link Table COMT_PR_ORG_LINK_KEY_TTYPCHAR30DDOBJNAME
LINK_KEYH_STRUCName of Key Structure of Link Table History COMT_PR_ORG_LINKH_KEYCHAR30DDOBJNAME
UPDATE_TYPEType of Change UPDATE_TYPECHAR1UPDATE_TYPE

Key field Non-key field



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

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

How to access SAP table COMT_PR_ORG_REL_MAINTAIN

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