Q0743 SAP (HR-SG-PS: Discipline) Structure details

Dictionary Type: Structure
Description: HR-SG-PS: Discipline




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




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

Q0743 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-SG-PS: Discipline" 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_Q0743 TYPE Q0743.

The Q0743 table consists of various fields, each holding specific information or linking keys about HR-SG-PS: Discipline data available in SAP. These include OUTDE (Begin date of Outcome), OUTDF (End date of Outcome), OUTDR (Duration of outcome), OUTMT (Unit of Time/Measurement).. 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 Q0743 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
OUTCDOutcome code P25_OUTCDCHAR3T5RPBS10DP25_OUTCD
OUTDEBegin date of Outcome P25_OUTDEDATS8DATS
OUTDFEnd date of Outcome P25_OUTDFDATS8DATS
OUTDRDuration of outcome P25_OUTDRNUMC3NUM03
OUTMTUnit of Time/Measurement P25_OUTMTCHAR3P25_OUTMT
OUTATAmount of Penalty P25_OUTATCURR13(2) P_AMT07V
OUTPRPercentage of Penalty P25_OUTPRDEC5(2) DEC3_2
OUTINNo. of Increments reduced P25_OUTINNUMC2NUM02
OUTNDNWC effective date P25_OUTNDDATS8DATS
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
INTX1Description of interdiction type P25_INTYXCHAR30TEXT30
INTX2Description of interdiction type P25_INTYXCHAR30TEXT30
INVNAName of the Investigating Officer P25_INVNACHAR40TEXT40
REPNAName of the Officer's representative P25_REPNACHAR40TEXT40
MINNAName of ministry's representative P25_MINNACHAR40TEXT40
OUTTXDescription of outcome P25_OUTTXCHAR72TEXT72
OFFCDOffence code P25_OFFCDCHAR4T5RPBS10BP25_OFFCD
OFLTXLong description of Offence P25_OFLTXCHAR50TEXT50
OFFGXDescription of offence grouping P25_OFFGXCHAR50TEXT50
OUTREOutcome Remarks P25_OUTRECHAR72TEXT72
INTTYInterdict/Stop pay type P25_INTTYCHAR3T5RPBS10GP25_INTTY
INTBDBegin date of Interdiction P25_INTBDDATS8DATS
INTEDEnd date of Interdiction P25_INTEDDATS8DATS
INTREEffevtive date of restoration P25_INTREDATS8DATS
INTATFP amount at interdiction P25_INTATCURR13(2) P_AMT07V
INTTXDescription of Interdiction type P25_INTTXCHAR72TEXT72
OFFR1Offence remarks P25_OFFRECHAR72TEXT72
OFFR2Offence remarks P25_OFFRECHAR72TEXT72
OFFR3Offence remarks P25_OFFRECHAR72TEXT72
COIN1Name of COI member P25_COINECHAR40TEXT40
COIN2Name of COI member P25_COINECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table Q0743

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