PS0652 SAP (Statements: Training Data) Structure details

Dictionary Type: Structure
Description: Statements: Training Data




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




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

PS0652 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 "Statements: Training Data" 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_PS0652 TYPE PS0652.

The PS0652 table consists of various fields, each holding specific information or linking keys about Statements: Training Data data available in SAP. These include KGBNN (Last Name of Child Allowance Beneficiary), KIGNR (Child Allowance Number), BEKNZ (Processing Indicator), ABDAU (Training Expected to Last Until).. 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 PS0652 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
KGBVNFirst Name of Child Allowance Beneficiary P01W_KGBVNCHAR40TEXT40
KGBNNLast Name of Child Allowance Beneficiary P01W_KGBNNCHAR40TEXT40
KIGNRChild Allowance Number P01W_KIGNRCHAR10CHAR10
BEKNZProcessing Indicator P01W_BEKNZCHAR12CHAR12
ABDAUTraining Expected to Last Until P01W_ABDAUDATS8DATUM
AVDATDate of Training Contract P01W_AVDATDATS8DATUM
AVEINTraining Contract: Date of Entry P01W_AVEINDATS8DATUM
AVEIBTraining Contract: Date of Application P01W_AVEIBDATS8DATUM
AVEWOTraining Amount: City of Application P01W_AVEWOCHAR30TEXT30
REGNRRegistration Number P01W_REGNRCHAR12CHAR12
SUERGWritten Notification of Exam Result P01W_SUERGDATS8DATUM
VLAVHExtension of Training Relationship P01W_VLAVHCHAR1XFELD
AVENDEnd Date of Training Relationship P01W_AVENDDATS8DATUM
ABPRFFinal Exam Passed? P01W_ABPRFCHAR1XFELD
APDATDate of Audit P01W_APDATDATS8DATUM
UNAAVTransfer to Work Relationship P01W_UNAAVCHAR1XFELD
AVBEGStart of Work Relationship P01W_AVBEGDATS8DATUM
BRTUNGross Remuneration upon Transfer to Work Relationship P01W_BRTUNCURR13(2) P_AMT07V
PAULOWage Taxed at a Flat Rate Acc. to Sections 40 and 40a EStG P01W_PAULOCHAR1XFELD
ARTLEType of Flat-Rate Benefit P01W_ARTLECHAR80TEXT80
PDAT1Calendar Year P01W_PDATECHAR4P01W_PDATE
PBET1Amount of Flat-Rate Benefit P01W_PBETRCURR13(2) P_AMT07V
PDAT2Calendar Year P01W_PDATECHAR4P01W_PDATE
PBET2Amount of Flat-Rate Benefit P01W_PBETRCURR13(2) P_AMT07V
PDAT3Calendar Year P01W_PDATECHAR4P01W_PDATE
PBET3Amount of Flat-Rate Benefit P01W_PBETRCURR13(2) P_AMT07V
PDAT4Calendar Year P01W_PDATECHAR4P01W_PDATE
PBET4Amount of Flat-Rate Benefit P01W_PBETRCURR13(2) P_AMT07V
PDAT5Calendar Year P01W_PDATECHAR4P01W_PDATE
PBET5Amount of Flat-Rate Benefit P01W_PBETRCURR13(2) P_AMT07V
PDAT6Calendar Year P01W_PDATECHAR4P01W_PDATE
PBET6Amount of Flat-Rate Benefit P01W_PBETRCURR13(2) P_AMT07V
NBET1Amount of Irregularly Paid Benefit P01W_NBETXCURR13(2) P_AMT07V
NDAT1Payment Date P01W_NDATXDATS8DATS
NBET2Amount of Irregularly Paid Benefit P01W_NBETXCURR13(2) P_AMT07V
NDAT2Payment Date P01W_NDATXDATS8DATS
NBET3Amount of Irregularly Paid Benefit P01W_NBETXCURR13(2) P_AMT07V
NDAT3Payment Date P01W_NDATXDATS8DATS
NBET4Amount of Irregularly Paid Benefit P01W_NBETXCURR13(2) P_AMT07V
NDAT4Payment Date P01W_NDATXDATS8DATS
NBET5Amount of Irregularly Paid Benefit P01W_NBETXCURR13(2) P_AMT07V
NDAT5Payment Date P01W_NDATXDATS8DATS
NBET6Amount of Irregularly Paid Benefit P01W_NBETXCURR13(2) P_AMT07V
NDAT6Payment Date P01W_NDATXDATS8DATS
NBET7Amount of Irregularly Paid Benefit P01W_NBETXCURR13(2) P_AMT07V
NDAT7Payment Date P01W_NDATXDATS8DATS
NBET8Amount of Irregularly Paid Benefit P01W_NBETXCURR13(2) P_AMT07V
NDAT8Payment Date P01W_NDATXDATS8DATS
WAERSCurrency Key P01W_WAERSCUKY5T500WWAERS
ARTNLType of Irregular Benefit P01W_ARTNLCHAR80TEXT80
TLZEIFull-Time Employment upon Transfer to Work Relationship P01W_TLZEICHAR1XFELD
AUENDEnd of Training Relationship P01W_AUENDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PS0652

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