P593R SAP (Application Status: SI Reimbursement for Rehabilitants) Table details

Dictionary Type: Table
Description: Application Status: SI Reimbursement for Rehabilitants




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




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

P593R is a standard SAP Table which is used to store Application Status: SI Reimbursement for Rehabilitants data and is available within R/3 SAP systems depending on the version and release level.

The P593R table consists of various fields, each holding specific information or linking keys about Application Status: SI Reimbursement for Rehabilitants data available in SAP. These include RTRNR (Number of Program Sponsor), PERNR (Personnel Number), RTPHA (Phase of Rehabilitation), BEGDA (Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP P593R table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RTRNRNumber of Program Sponsor RTRNRNUMC6NUM6
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
RTPHAPhase of Rehabilitation RTPHACHAR6Assigned to domainRTPHA
BEGDADate DATUMDATS8DATUM
AENDAChange Date of Reimbursement Application for Rehabilitants HRREHA_AENDDATS8DATUM
ENDDADate DATUMDATS8DATUM
ERDATDate DATUMDATS8DATUM
PERIODEFor-period for payroll FAPERCHAR6CHAR6
GRUPPEFunction Model for Public Sector P01_OFKTMCHAR2P01_OFKTM
ERSTERTAGParticipation Start Date RTDATDATS8DATUM
RTSNREmployment Office Record Number RTSNRCHAR12CHAR12
BETRAGWage Type Amount for Payments PAD_AMT7SCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KVSCHHI Fund Key for Compulsory Health Insurance Fund KVSCHCHAR8Assigned to domainKVSCH
KVGESHI Fund Branch Office KVGSTCHAR6Assigned to domainKVGST

Key field Non-key field



How do I retrieve data from SAP table P593R using ABAP code

The following ABAP code Example will allow you to do a basic selection on P593R to SELECT all data from the table
DATA: WA_P593R TYPE P593R.

SELECT SINGLE *
FROM P593R
INTO CORRESPONDING FIELDS OF WA_P593R
WHERE...

How to access SAP table P593R

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