P01O_REHA SAP (Form Interface for Rehabilitants (RPCRSVD0)) Structure details

Dictionary Type: Structure
Description: Form Interface for Rehabilitants (RPCRSVD0)




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




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

P01O_REHA 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 "Form Interface for Rehabilitants (RPCRSVD0)" 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_P01O_REHA TYPE P01O_REHA.

The P01O_REHA table consists of various fields, each holding specific information or linking keys about Form Interface for Rehabilitants (RPCRSVD0) data available in SAP. These include NAME1 (Name to Be Output in Addresses), NAME2 (Name to Be Output in Addresses), STRASSE (Street to Be Output in Addresses), PLZ (Postal Code to Be Output in Addresses).. 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 P01O_REHA 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
AA_ADR 0
NAME1Name to Be Output in Addresses HR_NAMECHAR40TEXT40
NAME2Name to Be Output in Addresses HR_NAMECHAR40TEXT40
STRASSEStreet to Be Output in Addresses HR_STRASSECHAR40TEXT40
PLZPostal Code to Be Output in Addresses HR_PLZCHAR5CHAR5
ORTLocation to Be Output in Addresses HR_ORTCHAR35TEXT35
AG_ADR 0
NAME1Name to Be Output in Addresses HR_NAMECHAR40TEXT40
NAME2Name to Be Output in Addresses HR_NAMECHAR40TEXT40
STRASSEStreet to Be Output in Addresses HR_STRASSECHAR40TEXT40
PLZPostal Code to Be Output in Addresses HR_PLZCHAR5CHAR5
ORTLocation to Be Output in Addresses HR_ORTCHAR35TEXT35
BANK 0
KTOAccount Number HR_KONTONUMMERCHAR18CHAR18
BLZBank Number HR_BANKLEITZAHLCHAR15CHAR15
INSTITUTBank Designation HR_BANKNAMECHAR60TEXT60
ORTCity ORT01_GPCHAR35TEXT35
NAMEName, First Name, Record Number of Rehabilitant HRREHA_NAMECHAR70TEXT70
KUNDENNRCustomer Number of Rehabilitant at Employment Office HRREHA_KUNDENNRCHAR12CHAR12
RVNUMPension Insurance Number RVNUMCHAR12RVNUM
GRUPPE1Rehabilitation Acc. to Sect. 5 Para. 1 No. 7 SGB V HR_REHA_GRP1CHAR1XFELD
GRUPPE2Rehabilitation Acc. to Sect. 5 Para. 1 No. 6 SGB V HR_REHA_GRP2CHAR1XFELD
GRUPPE3Other Rehabilitation Acc. to Sec. 5 Par. 1 No. 6 SGB V HR_REHA_GRP3CHAR1XFELD
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
ERSTER_TAGParticipation Start Date RTDATDATS8DATUM
AENDAChange Date of Reimbursement Application for Rehabilitants HRREHA_AEND_CCHAR10CHAR10
ERSTATTUNG 0
BETRAGAmount to Be Output on Forms HR_BETRAGCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5WAERSFWS
SACHBEARBProcessor to Be Printed on Reimbursement Application HRREHA_SACHBEARBEITERCHAR70TEXT70
DATUMDate DATUMDATS8DATUM
KKASSE 0
KVSCHHI Fund Key for Compulsory Health Insurance Fund KVSCHCHAR8KVSCH
KKTXTText for HI Fund P011_KKTXTCHAR30TEXT30
KKORTCity ORT01CHAR25TEXT25
AEND_ABDate DATUMDATS8DATUM
AEND_AUF 0
BETRAGAmount to Be Output on Forms HR_BETRAGCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5WAERSFWS

Key field Non-key field



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

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

How to access SAP table P01O_REHA

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