T7UNPF_HR_COMRE SAP (Common Response) Table details

Dictionary Type: Table
Description: Common Response




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




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

T7UNPF_HR_COMRE is a standard SAP Table which is used to store Common Response data and is available within R/3 SAP systems depending on the version and release level.

The T7UNPF_HR_COMRE table consists of various fields, each holding specific information or linking keys about Common Response data available in SAP. These include ORG_CD (UN Organizational Key), ORG_REF_NUM (Unique ID), RESPONSE_INDI (Operation), REQ_MSG_ID (Unique ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T7UNPF_HR_COMRE 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
ORG_CDUN Organizational Key PUN_UNORGCHAR4Assigned to domainPUN_UNORG
ORG_REF_NUMUnique ID PUN_UNIQUE_IDCHAR15PUN_UNIQUE_ID
RESPONSE_INDIOperation PUN_OPR_INDICHAR1PUN_OPR_INDI
REQ_MSG_IDUnique ID PUN_UNIQUE_IDCHAR15PUN_UNIQUE_ID
RES_MSG_IDUnique ID PUN_UNIQUE_IDCHAR15PUN_UNIQUE_ID
OPERATIONOperation PUN_OPR_INDICHAR1PUN_OPR_INDI
DATE_TIMEABAP Time Stamp ABSTAMPCHAR14TIMESTMP
WINDOW_STARTABAP Time Stamp ABSTAMPCHAR14TIMESTMP
WINDOW_ENDABAP Time Stamp ABSTAMPCHAR14TIMESTMP
STATUSStatus PUN_STATUSCHAR1PUN_STATUS
STATUS_TEXTComment CHAR50CHAR50TEXT50
NUM_SUBMITNumc3, internal use NUMC3NUMC3NUMC3
NUM_OKNumc3, internal use NUMC3NUMC3NUMC3
NUM_REJECTNumc3, internal use NUMC3NUMC3NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7UNPF_HR_COMRE
INTO CORRESPONDING FIELDS OF WA_T7UNPF_HR_COMRE
WHERE...

How to access SAP table T7UNPF_HR_COMRE

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