PS0860 SAP (Disciplinary Measure Infotype) Structure details

Dictionary Type: Structure
Description: Disciplinary Measure Infotype




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




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

PS0860 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 "Disciplinary Measure Infotype" 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_PS0860 TYPE PS0860.

The PS0860 table consists of various fields, each holding specific information or linking keys about Disciplinary Measure Infotype data available in SAP. These include FAAUT (Reporting Entity), FACAT (Offense Category), FATYP (Offense Type), FAULT (Offense).. 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 PS0860 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
STATUStatus P_99S_STATUCHAR4T5F99P1CHAR4
FAAUTReporting Entity P_99S_FAAUTCHAR4T5F99P9CHAR4
FACATOffense Category P_99S_FACATCHAR4T5F99P2CHAR4
FATYPOffense Type P_99S_FATYPCHAR4T5F99P3CHAR4
FAULTOffense P_99S_FAULTCHAR4T5F99P4CHAR4
FADTEOffense Date P_99S_FADTEDATS8DATS
CODTECommittee Date P_99S_CODTEDATS8DATS
COREFCommittee Reference P_99S_COREFCHAR4T5F99P9CHAR4
COSGRAdvice of the Committee: Disc. Meas. Group P_99S_COSGRCHAR2T5F99P6CHAR2
COSANAdvice of the Committee: Disciplinary Measures P_99S_COSANCHAR4T5F99P7CHAR4
APDTEDate of Appeal P_99S_APDTEDATS8DATS
APCMTAppeal Committee Reference P_99S_APCMTCHAR4T5F99P9CHAR4
APSGRNotice of Appeal Committee: Disc. Meas. Group P_99S_APSGRCHAR2T5F99P6CHAR2
APSANAdvice of Appeal Committee: Disciplinary Measures P_99S_APSANCHAR4T5F99P7CHAR4
APCNVAppeal Summons Sent to Employee P_99S_APCNVCHAR1XFIELD
SAGRPDisciplinary Measure Group P_99S_SAGRPCHAR2T5F99P6CHAR2
SANCTDisciplinary Measure P_99S_SANCTCHAR4T5F99P7CHAR4
SADTEEffective Date for Disciplinary Measure P_99S_SADTEDATS8DATS
SAAGIEmployee Informed of Rights P_99S_SAAGICHAR1XFIELD
AGIDTDate of Notification of Rights P_99S_AGIDTDATS8DATS
SAIAGFile Received by Employee P_99S_SAIAGCHAR1XFIELD
PAYRRPayroll-Relevant P_99S_PAYRRCHAR1P_99S_PAYRR
DENDDEnd Date of Limitation Period P_99S_DENDDDATS8
LGTXTPrefix for Long Text IDs P_99S_LGTXTCHAR70TDOBNAME

Key field Non-key field



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

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

How to access SAP table PS0860

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