PJP_HCMPF_COM_EOU_G2 SAP (HCMPF Structure for JP ESS IT0559 Group2 End of Use Entry) Structure details

Dictionary Type: Structure
Description: HCMPF Structure for JP ESS IT0559 Group2 End of Use Entry




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




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

PJP_HCMPF_COM_EOU_G2 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 "HCMPF Structure for JP ESS IT0559 Group2 End of Use Entry" 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_PJP_HCMPF_COM_EOU_G2 TYPE PJP_HCMPF_COM_EOU_G2.

The PJP_HCMPF_COM_EOU_G2 table consists of various fields, each holding specific information or linking keys about HCMPF Structure for JP ESS IT0559 Group2 End of Use Entry data available in SAP. These include AEDTM_EOU_G2 (Changed On), UNAME_EOU_G2 (Name of Person Who Changed Object), SPRTX_EOU_G2 (Lock indicator for HR master record (text)), BEGDA_EOU_G2 (Valid-From Date).. 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: Cannot Be Enhanced


SAP PJP_HCMPF_COM_EOU_G2 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
PERNR_EOU_G2Personnel Number PERNR_DNUMC8PERNRPER
AEDTM_EOU_G2Changed On AEDATDATS8DATUM
UNAME_EOU_G2Name of Person Who Changed Object AENAMCHAR12USNAM
SPRTX_EOU_G2Lock indicator for HR master record (text) SPRPSTEXTCHAR40SPRPSTEXT
BEGDA_EOU_G2Valid-From Date PAD_BEGDADATS8DATUM
ENDDA_EOU_G2Valid To Date PAD_ENDDADATS8DATUM
COMTY_EOU_G2Commuting Method P22_UI_COMTYCHAR4Assigned to domainSUBTY_591A
MEANS_EOU_G2JP ESS IT0559 means of transportation P22J_MEANSCHAR2P22J_MEANS
DEPT_EOU_G2Departure point P22J_DEPTCHAR30TEXT30
DEST_EOU_G2Destination P22J_DESTCHAR30TEXT30
DIST_EOU_G2Distance P22J_DISTDEC4(1) DEC3_1
KMETRES_EOU_G2Unit (Kilometer) PAD_KMETRESCHAR5PAD_KMETRES
CMTTM_EOU_G2Commuting time P22J_CMTTMTIMS6TIMES
INTVL_EOU_G2Number for determining further payment dates DZANZLDEC3DEC3
MONTHS_INTVL_EOU_G2Number for determining further payment dates DZANZLDEC3DEC3
BETRG_EOU_G2Total of all wage type amounts SUMBBCURR15(2) P_AMT08V
WAERS_BETRG_EOU_G2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
FPAYY_EOU_G2Year of First Payment P22_UI_FPAYYNUMC4NUM4
FPAYP_EOU_G2First Pay Period P22_UI_FPAYPNUMC2PABRP
TRGYY_EOU_G2Year of First Payment P22_UI_FPAYYNUMC4NUM4
TRGTP_EOU_G2Beginning of Target Period of First Payment P22_UI_TRGTPNUMC2PABRP
ESTFA_EOU_G2Estimated fare amount P22J_ESTFACURR13(2) P_AMT07V
WAERS_ESTFA_EOU_G2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
CARTY_EOU_G2Car type P22J_CARTYCHAR2CHAR2
CARTT_EOU_G2Car type text P22J_CARTTCHAR20TEXT20
TRNCN_EOU_G2Transportation Company Name P22_UI_TRNCNCHAR30TEXT30
LINEM_EOU_G2Transportation Line Name P22_UI_LINENCHAR30TEXT30
INTVL_EOU_G2_ADNumber for determining further payment dates DZANZLDEC3DEC3
MONTHS_INTVL_EOU_G2_ADUnit (Months) PAD_MONTHSCHAR5PAD_MONTHS
BEGDA_EOU_G2_ADValid-From Date PAD_BEGDADATS8DATUM
ENDDA_EOU_G2_ADValid To Date PAD_ENDDADATS8DATUM
BETRG_EOU_G2_ADTotal of all wage type amounts SUMBBCURR15(2) P_AMT08V
WAERS_BETRG_EOU_G2_ADCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FPAYY_EOU_G2_ADYear of First Payment P22_UI_FPAYYNUMC4NUM4
FPAYP_EOU_G2_ADFirst Pay Period P22_UI_FPAYPNUMC2PABRP
TRGYY_EOU_G2_ADYear of First Payment P22_UI_FPAYYNUMC4NUM4
TRGTP_EOU_G2_ADBeginning of Target Period of First Payment P22_UI_TRGTPNUMC2PABRP
ESTFA_EOU_G2_ADEstimated fare amount P22J_ESTFACURR13(2) P_AMT07V
WAERS_ESTFA_EOU_G2_ADCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CARTY_EOU_G2_ADCar type P22J_CARTYCHAR2CHAR2
END_OF_USE_EOU_G2General flag PJP_FLAGXCHAR1CHAR1_X
PA_INDEX_EOU_G2Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
PA_INDEX_EOU_G2_ADDummy for B20 int1 (Local Everywhere) INT1INT13INT1

Key field Non-key field



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

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

How to access SAP table PJP_HCMPF_COM_EOU_G2

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