HRWPC_S_EP_GENERALDATA SAP (General Data on a Person for the Employee Profile) Structure details

Dictionary Type: Structure
Description: General Data on a Person for the Employee Profile




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




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

HRWPC_S_EP_GENERALDATA 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 "General Data on a Person for the Employee Profile" 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_HRWPC_S_EP_GENERALDATA TYPE HRWPC_S_EP_GENERALDATA.

The HRWPC_S_EP_GENERALDATA table consists of various fields, each holding specific information or linking keys about General Data on a Person for the Employee Profile data available in SAP. These include ENTRY_DATE (Start Date), LEAVING_DATE (End Date), ENAME (Formatted Name of Employee or Applicant), MOLGA (Country Grouping).. 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 HRWPC_S_EP_GENERALDATA 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ENTRY_DATEStart Date BEGDADATS8DATUM
LEAVING_DATEEnd Date ENDDADATS8DATUM
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
WERKS_TEXTPersonnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BTRTL_TEXTPersonnel Subarea Text BTRTXCHAR15TEXT15
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSG_TEXTName of Employee Group PGTXTCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
PERSK_TEXTName of Employee Subgroup PKTXTCHAR20TEXT20
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
ABKRS_TEXTPayroll Area Text ABKTXCHAR20TEXT20
ANSVHWork Contract ANSVHCHAR2Assigned to domainANSVH
ANSVH_TEXTWork Contract Text ANSTXCHAR15TEXT15
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTL_TEXTGeneral Name KTEXTCHAR20TEXT20
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
ORGEH_TEXTObject Name STEXTCHAR40TEXT40
STELLJob STELLNUMC8Assigned to domainSTELL
STELL_TEXTObject Name STEXTCHAR40TEXT40
PLANSPosition PLANSNUMC8Assigned to domainPLANS
PLANS_TEXTObject Name STEXTCHAR40TEXT40
CPINDPlanned compensation type P_CPINDCHAR1P_CPIND
TRFARPay scale type TRFARCHAR2Assigned to domainTRFAR
TRFAR_TEXTName of pay scale type (Basic Pay infotype) TARTXCHAR20TEXT20
TRFGBPay Scale Area TRFGBCHAR2Assigned to domainTRFGB
TRFGB_TEXTName of pay scale area (Basic Pay infotype) TGBTXCHAR20TEXT20
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
BSGRDCapacity Utilization Level BSGRDDEC5(2) BSGRD
OFFICE30 Characters CHAR30CHAR30CHAR30
OFFICE_TELCharacter field of length 40 CHAR40CHAR40CHAR40
EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

How to access SAP table HRWPC_S_EP_GENERALDATA

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