PAOCF_EC_WORK_AGREEMENT_ITEM SAP (Work Agreement Item) Structure details

Dictionary Type: Structure
Description: Work Agreement Item




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




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

PAOCF_EC_WORK_AGREEMENT_ITEM 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 "Work Agreement Item" 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_PAOCF_EC_WORK_AGREEMENT_ITEM TYPE PAOCF_EC_WORK_AGREEMENT_ITEM.

The PAOCF_EC_WORK_AGREEMENT_ITEM table consists of various fields, each holding specific information or linking keys about Work Agreement Item data available in SAP. These include WORK_AGREEMENT_ID (Work Agreement ID), VALIDITY_PERIOD (), CONTROLLER (), START_DATE (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: Can Be Enhanced (Deep)


SAP PAOCF_EC_WORK_AGREEMENT_ITEM 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
CONTROLLER 0
WORK_AGREEMENT_IDWork Agreement ID PAOCF_EC_WORK_AGREEMENT_ID_V2CHAR38
VALIDITY_PERIOD 0
CONTROLLER 0
START_DATEDate PAOCF_EC_DATEDATS8XSDDATE_D
END_DATEDate PAOCF_EC_DATEDATS8XSDDATE_D
COMPANY_IDOrganisational Centre ID PAOCF_EC_ORGANISATIONAL_CENTRECHAR20
COUNTRY_CODECountry Code PAOCF_EC_COUNTRY_CODECHAR3
PERMANENT_ESTABLISHMENT_IDOrganisational Centre ID PAOCF_EC_ORGANISATIONAL_CENTRECHAR20
COST_CENTRE_IDOrganisational Centre ID PAOCF_EC_ORGANISATIONAL_CENTRECHAR20
WORK_AGREEMENT_ADMIN_CATEGORY 0
CONTROLLER 0
LIST_ID 0
LIST_VERSION_ID 0
LIST_AGENCY_ID 0
LIST_AGENCY_SCHEME_ID 0
LIST_AGENCY_SCHEME_AGENCY_IDAn AgencyIdentificationCode is a code representation of the PAOCF_EC_AGENCY_IDENTIFICATIONCHAR3
CONTENTWork Agreement Administrative Category Code PAOCF_EC_WORK_AGREEMENT_ADMINICHAR2
WORK_AGREEMENT_TYPE_CODE 0
CONTROLLER 0
LIST_ID 0
LIST_VERSION_ID 0
LIST_AGENCY_ID 0
CONTENTWork Agreement Type Code PAOCF_EC_WORK_AGREEMENT_TYPE_CCHAR4
PERSONNEL_EVENT_TYPE_CODE 0
CONTROLLER 0
LIST_ID 0
LIST_VERSION_ID 0
LIST_AGENCY_ID 0
LIST_AGENCY_SCHEME_ID 0
LIST_AGENCY_SCHEME_AGENCY_IDAn AgencyIdentificationCode is a code representation of the PAOCF_EC_AGENCY_IDENTIFICATIONCHAR3
CONTENTPersonnel Event Type Code PAOCF_EC_PERSONNEL_EVENT_TYPECHAR4
JOB_IDJob ID PAOCF_EC_JOB_IDCHAR20
FULL_TIME_INDICATORIndicator is the representation of a situation that has exac PAOCF_EC_INDICATORCHAR1XSDBOOLEAN
EMPLOYMENT_PERCENTPercent PAOCF_EC_PERCENTDEC16(6)
HOURS_PER_WEEK_VALUEDecimal Value PAOCF_EC_DECIMAL_VALUEDEC31(14)
WORKING_DAYS_PER_WEEK_VALUEDecimal Value PAOCF_EC_DECIMAL_VALUEDEC31(14)
PAY_SCALE_TYPE_CODE 0
CONTROLLER 0
LIST_ID 0
LIST_VERSION_ID 0
LIST_AGENCY_ID 0
CONTENTPay Scale Type Code PAOCF_EC_PAY_SCALE_TYPE_CODE_CCHAR10
PAY_SCALE_AREA_CODE 0
CONTROLLER 0
LIST_ID 0
LIST_VERSION_ID 0
LIST_AGENCY_ID 0
CONTENTPay Scale Area Code PAOCF_EC_PAY_SCALE_AREA_CODE_CCHAR10
PAYROLL_GROUP_CODE 0
CONTROLLER 0
LIST_ID 0
LIST_VERSION_ID 0
LIST_AGENCY_ID 0
LIST_AGENCY_SCHEME_ID 0
LIST_AGENCY_SCHEME_AGENCY_IDAn AgencyIdentificationCode is a code representation of the PAOCF_EC_AGENCY_IDENTIFICATIONCHAR3
CONTENTPayroll Group Code PAOCF_EC_PAYROLL_GROUP_CODE_COCHAR4
EMPLOYMENT_STATUS_CODEProxy Structure (generated) PAOCF_EC_EMPLOYMENT_STATUS_CO1CHAR2
SOURCE_DATA_MODEL_EXTENSION_FI 0

Key field Non-key field



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

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

How to access SAP table PAOCF_EC_WORK_AGREEMENT_ITEM

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