HRI7600 SAP (Collaboration Context Attributes) Structure details

Dictionary Type: Structure
Description: Collaboration Context Attributes




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




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

HRI7600 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 "Collaboration Context Attributes" 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_HRI7600 TYPE HRI7600.

The HRI7600 table consists of various fields, each holding specific information or linking keys about Collaboration Context Attributes data available in SAP. These include IS_ACTIVE (Context Activation Status), CONTEXT_ID_EXT (Context), IS_DELETED (Deletion of Access Control Context), CREATE_DATETIME (Date and Time of Context Creation).. 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: Can be enhanced (character-type or numeric)


SAP HRI7600 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
CONTEXT_TYPEContext Type /PLMB/AUTH_ACC_TYPECHAR1/PLMB/AUTH_ACC_TYPE
IS_ACTIVEContext Activation Status /PLMB/AUTH_ACTIVATION_STATUSCHAR1/PLMB/AUTH_XFLAG
CONTEXT_ID_EXTContext /PLMB/AUTH_ACC_ID_EXTERNALCHAR24CHAR24
IS_DELETEDDeletion of Access Control Context /PLMB/AUTH_DELETION_FLAGCHAR1/PLMB/AUTH_XFLAG
CREATE_DATETIMEDate and Time of Context Creation /PLMB/AUTH_ACC_CREATE_DATTIDEC15TZNTSTMPS
CREATE_USER_IDID of User Who Created Context /PLMB/AUTH_ACC_CREATE_USERIDCHAR12Assigned to domainXUBNAME/PLMB/SEA_COLLECTIVE_USERNAME
CHANGE_DATETIMEDate and Time of Changing Context /PLMB/AUTH_ACC_CHANGE_DATTIDEC15TZNTSTMPS
CHANGE_USER_IDID of User Who Changed Context /PLMB/AUTH_ACC_CHANGE_USERIDCHAR12Assigned to domainXUBNAME

Key field Non-key field



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

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

How to access SAP table HRI7600

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