PAOCF_UUID_PERNR SAP (Employee/workAgreement UUID mapping) Table details

Dictionary Type: Table
Description: Employee/workAgreement UUID mapping




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




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

PAOCF_UUID_PERNR is a standard SAP Table which is used to store Employee/workAgreement UUID mapping data and is available within R/3 SAP systems depending on the version and release level.

The PAOCF_UUID_PERNR table consists of various fields, each holding specific information or linking keys about Employee/workAgreement UUID mapping data available in SAP. These include EMPLOYEE_UUID (Used in Employee UUID/WorkAgreement UUID), EMPLOYEE_ID (External Person ID), WRKAGRMNT_UUID (Used in Employee UUID/WorkAgreement UUID), WORKAGREEMENT_ID (Personnel Number).. 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)


SAP PAOCF_UUID_PERNR 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 MANDTCLNT3Assigned to domainMANDT
EMPLOYEE_UUIDUsed in Employee UUID/WorkAgreement UUID PAOC_CO_UUIDCHAR36CHAR36
EMPLOYEE_IDExternal Person ID PERSONID_EXTCHAR20ALPHAPERSONID_EXT
WRKAGRMNT_UUIDUsed in Employee UUID/WorkAgreement UUID PAOC_CO_UUIDCHAR36CHAR36
WORKAGREEMENT_IDPersonnel Number PERNR_DNUMC8PERNRPER
CONTEXT_TYPEKontext of XI message PAOCF_XI_CONTEXT_TYPECHAR10PAOCF_XI_CONTEXT_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM PAOCF_UUID_PERNR
INTO CORRESPONDING FIELDS OF WA_PAOCF_UUID_PERNR
WHERE...

How to access SAP table PAOCF_UUID_PERNR

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