T7791 SAP (Assignment to SAP Organizational Object Type) Table details

Dictionary Type: Table
Description: Assignment to SAP Organizational Object Type




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




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

T7791 is a standard SAP Table which is used to store Assignment to SAP Organizational Object Type data and is available within R/3 SAP systems depending on the version and release level.

The T7791 table consists of various fields, each holding specific information or linking keys about Assignment to SAP Organizational Object Type data available in SAP. These include OBJTYP (SAP Organizational Object Type), OTYPE (Object Type), WEGID (Evaluation Path Bottom Up (Assigned SAP Org.Object), WEGID_DOWN (Evaluation Path Top Down (Set of Assigned OM Objects)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T7791 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 MANDTCLNT3T000MANDT
OBJTYPSAP Organizational Object Type ORG_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
WEGIDEvaluation Path Bottom Up (Assigned SAP Org.Object WEGID_UPCHAR8T778AWEGID
WEGID_DOWNEvaluation Path Top Down (Set of Assigned OM Objects) WEGID_DOWNCHAR8T778AWEGID
INFTYInfotype INFOTYPCHAR4T778TINFOTYPHRBAS00INFTY
SUBTYSubtype SUBTYPCHAR4T778USUBTYP
MAINTIndicator: Cannot be Maintained via Standard Transactions HR_PPMAINTCHAR1CHAR1_X
ARBGBApplication Area ARBGBCHAR20T100AARBGBMAG
MSGNRMessage number MSGNRCHAR3T100MSGNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7791
INTO CORRESPONDING FIELDS OF WA_T7791
WHERE...

How to access SAP table T7791

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