PS0657 SAP (HR Master Record: Infotype 0657 (Contracts of order PL)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0657 (Contracts of order PL)




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




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

PS0657 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 "HR Master Record: Infotype 0657 (Contracts of order PL)" 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_PS0657 TYPE PS0657.

The PS0657 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0657 (Contracts of order PL) data available in SAP. These include CNTN2 (Contract number - text key), CNTN3 (Contract number - contract year), CNTN4 (Contract number - external number), PYMN1 (Payment number - internal 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PS0657 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
CNTN1Contract number - internal number PPL_CNTN1NUMC6NUMC6
CNTN2Contract number - text key PPL_CNTN2CHAR6CHAR6
CNTN3Contract number - contract year PPL_CNTN3CHAR4CHAR4
CNTN4Contract number - external number PPL_CNTN4CHAR15CHAR15
PYMN1Payment number - internal number PPL_PYMN1NUMC8NUMC8
PYMN2Payment number - text key PPL_PYMN2CHAR6CHAR6
PYMN3Payment number - contract year PPL_PYMN3CHAR4CHAR4
PYMN4Payment number - external number PPL_PYMN4CHAR15CHAR15
RECTYContract of order record type PPL_RECTYCHAR4CHAR4
PYMNRSucceeding payment number of contract of order PPL_PYMNRNUMC3NUMC3
LGARTWage Type LGARTCHAR4T512ZLGART
OPKENOperation Indicator for Wage Types OPKENCHAR1OPKEN
BETRGAmount BETRGCURR9(2) WERTV5
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ANZHLNumber ANZHLDEC7(2) ANZHL
ZEINHTime/Measurement Unit PT_ZEINHCHAR3T538ARPMSH
INDBWIndicator for indirect valuation INDBWCHAR1CHAR1
UWDATDate of Bank Transfer UWDATDATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
BNKSAType of Bank Details Record BNKSACHAR4Assigned to domainSUBTY_591A
PODSTCode of basic subject with extension PPL_PODSTCHAR4CHAR4
ERLRTPension right type PPL_ERLRTCHAR1PPL_ERLRT
STPNSDisability level PPL_STPNSCHAR1PPL_STPNS
RUSERPension and disability insurance PPL_RUSERCHAR1PPL_RODUS
RUSCHIncapability insurance PPL_RUSCHCHAR1PPL_RODUS
RUSWPAccident insurance PPL_RUSWPCHAR1PPL_RODUW
RUSZRHealth insurance PPL_RUSZRCHAR1PPL_RODUS
KEYDTContract of order key date PPL_KEYDTDATS8DATS
PAYMNContract of order payment date PPL_PAYMNDATS8DATS
CNSATContract signatory PPL_CNSATCHAR12CHAR12
DVINDPayments periods validation indicator PPL_DVINDCHAR1CHAR1
AMINDPayments sum validation indicator PPL_AMINDCHAR1CHAR1
PODS1Code of basic subject with extension PPL_PODSTCHAR4T7PL40CHAR4

Key field Non-key field



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

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

How to access SAP table PS0657

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