PS0646 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

PS0646 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 "" 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_PS0646 TYPE PS0646.

The PS0646 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include CASE_NUMBER (), REGNR_FVP (), SEND_DATE (), PARTTIME_PERC ().. 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 PS0646 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
STATUS P05K_STATUSNUMC1P05K_FVP_STATUS
CASE_NUMBER P05K_CASENRCHAR20CHAR20
REGNR_FVP P05K_REGNR_FVPCHAR20CHAR20
SEND_DATE P05K_SEND_DATEDATS8DATS
PARTTIME_PERC P05K_PART_PERCDEC7(4) P05K_PERC
PENSION_DATE P05K_PENS_DATEDATS8DATS
PENSION_SALARYWage type amount for payments P05K_PENS_SALCURR13(2) P_AMT07V
FRANCH_AMOUNTWage type amount for payments P05K_FRANC_AMTCURR13(2) P_AMT07V
BUILDUP_PERC P05K_BUILDUPPERDEC7(4) P05K_PERC
YEAR_BUILDOPWage type amount for payments P05K_JAAR_OPBLDCURR13(2) P_AMT07V
NP_PERC P05K_NPPERCDEC7(4) P05K_PERC
YEAR_BUILDNPWage type amount for payments P05K_JAAR_NPBLDCURR13(2) P_AMT07V
CONTIN_PERC P05K_CONTPERCDEC7(4) P05K_PERC
PROVISION_PERC P05K_PROVPERCDEC7(4) P05K_PERC
GROSS_FVPAMOUNTWage type amount for payments P05K_GROSS_FVPCURR13(2) P_AMT07V
DEDUCTION_PERC P05K_DEDUCPERCDEC7(4) P05K_PERC
DEDUCTION_AMOUNTWage type amount for payments P05K_DEDUC_AMTCURR13(2) P_AMT07V
NET_FVPAMOUNTWage type amount for payments P05K_NETFVPAMTCURR13(2) P_AMT07V
VALUE_DATE P05K_VAL_DATEDATS8DATS
PAY_DATE P05K_PAY_DATEDATS8DATS
COMPENS_PERC P05K_COMPPERCDEC7(4) P05K_PERC
COMPENS_AMOUNTWage type amount for payments P05K_COMP_AMTCURR13(2) P_AMT07V
PAYMENT_DUEWage type amount for payments P05K_PAYM_DUECURR13(2) P_AMT07V
FVP_CLAIMOPWage type amount for payments P05K_FVPCLMOPCURR13(2) P_AMT07V
FVP_CLAIMNPWage type amount for payments P05K_FVPCLMNPCURR13(2) P_AMT07V
BEGDA_BENEFITField of type DATS PK05_BEGDA_BENDATS8DATS
ENDDA_BENEFITField of type DATS PK05_ENDDA_BENDATS8DATS
SEND_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RCV_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
STATUS_OLD P05K_STATUSNRCHAR3P05K_CHAR3
STATUS_ACT P05K_STATUSNRCHAR3P05K_CHAR3
WAITPER_PERC P05K_WAITPERPERCDEC7(4) P05K_PERC

Key field Non-key field



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

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

How to access SAP table PS0646

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