EHFNDC_PERCTRREL SAP (Person Involved Contract Relationship for Reporting) Table details

Dictionary Type: Table
Description: Person Involved Contract Relationship for Reporting




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




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

EHFNDC_PERCTRREL is a standard SAP Table which is used to store Person Involved Contract Relationship for Reporting data and is available within R/3 SAP systems depending on the version and release level.

The EHFNDC_PERCTRREL table consists of various fields, each holding specific information or linking keys about Person Involved Contract Relationship for Reporting data available in SAP. These include CODE (Person Group of Person), EMPL_GROUP (Employee Group (HR)), EMPL_SUB_GROUP (Employee Subgroup (HR)), BUPA_ROLE (Role of Business Partner).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EHFNDC_PERCTRREL 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CODEPerson Group of Person EHFND_PER_GROUP_CODECHAR21EHFNDC_PERGRPEHPRGEHFND_PER_GROUP_CODEEHFND_ELM_PER_INV_GROUP_CODE
EMPL_GROUPEmployee Group (HR) EHFND_PARTY_EMPL_GROUPCHAR1T501PERSG
EMPL_SUB_GROUPEmployee Subgroup (HR) EHFND_PARTY_EMPL_SUBGROUPCHAR2T503KPERSK
BUPA_ROLERole of Business Partner EHFND_PARTY_BUPA_ROLECHAR6Assigned to domainBU_ROLEEHFND_ELM_PARTY_BUPA_ROLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHFNDC_PERCTRREL
INTO CORRESPONDING FIELDS OF WA_EHFNDC_PERCTRREL
WHERE...

How to access SAP table EHFNDC_PERCTRREL

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