RNPEPP_KEYFIGURES SAP (IS-H: PEPP Key Figures with Institution and Case Number) Structure details

Dictionary Type: Structure
Description: IS-H: PEPP Key Figures with Institution and Case Number




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




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

RNPEPP_KEYFIGURES 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 "IS-H: PEPP Key Figures with Institution and Case Number" 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_RNPEPP_KEYFIGURES TYPE RNPEPP_KEYFIGURES.

The RNPEPP_KEYFIGURES table consists of various fields, each holding specific information or linking keys about IS-H: PEPP Key Figures with Institution and Case Number data available in SAP. These include FALNR (IS-H: Case Number), PEPP_FALL (), PCS_CODE (IS-H: PCS Code (Generic for PCS)), PCS_CAT (IS-H: PCS Catalog (Generic for PCS)).. 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: Cannot Be Enhanced


SAP RNPEPP_KEYFIGURES 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
PEPP_FALL ISH_PSY_FALLCHAR1XFELD
PCS_CODEIS-H: PCS Code (Generic for PCS) ISH_PCS_CODECHAR30ALPHAISH_PCS_CODE
PCS_CATIS-H: PCS Catalog (Generic for PCS) ISH_PCS_CATCHAR2Assigned to domainALPHATARID
PCS_GROUPIS-H: PCS Supergroup (Generic for PCS) ISH_PCS_SUPER_GROUPCHAR30ISH_PCS_SUPER_GROUP
PCS_GROUP_CATIS-H: Catalog for PCS Supergroup ISH_PCS_SUPER_GROUP_CATCHAR2KATID
PEPP_BASENTIS-H: Base Charge Value for PEPP Billing ISH_BASENTCURR8(2) ISH_BASENT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PEPP_BWREL_EFF ISH_E1PLUS_RELGEWDEC15(5) ISH_E1PLUS_RELGEW
GRUNDPREIS ISH_DRGCKF_GRUNDPREISCURR9(2) ISH_DRGCKF_BETRAG_OHNE_VZ
DRG_ENTGELT ISH_DRGCKF_DRG_ENTGELTCURR9(2) ISH_DRGCKF_BETRAG_OHNE_VZ
PEPP_STEP ISH_PEPP_STEPINT13
PEPP1_TAGE ISH_E1PLUS_PEPP1_TAGEINT410ISH_E1PLUS_TAGE
PEPP1_BWREL ISH_E1PLUS_BWRELDEC15(5) ISH_E1PLUS_BWREL
PEPP1_RELGEW ISH_E1PLUS_RELGEWDEC15(5) ISH_E1PLUS_RELGEW
PEPP2_TAGE ISH_E1PLUS_PEPP2_TAGEINT410ISH_E1PLUS_TAGE
PEPP2_BWREL ISH_E1PLUS_BWRELDEC15(5) ISH_E1PLUS_BWREL
PEPP2_RELGEW ISH_E1PLUS_RELGEWDEC15(5) ISH_E1PLUS_RELGEW
PEPP3_TAGE ISH_E1PLUS_PEPP3_TAGEINT410ISH_E1PLUS_TAGE
PEPP3_BWREL ISH_E1PLUS_BWRELDEC15(5) ISH_E1PLUS_BWREL
PEPP3_RELGEW ISH_E1PLUS_RELGEWDEC15(5) ISH_E1PLUS_RELGEW
PEPP4_TAGE ISH_E1PLUS_PEPP4_TAGEINT410ISH_E1PLUS_TAGE
PEPP4_BWREL ISH_E1PLUS_BWRELDEC15(5) ISH_E1PLUS_BWREL
PEPP4_RELGEW ISH_E1PLUS_RELGEWDEC15(5) ISH_E1PLUS_RELGEW
PEPP5_TAGE ISH_E1PLUS_PEPP5_TAGEINT410ISH_E1PLUS_TAGE
PEPP5_BWREL ISH_E1PLUS_BWRELDEC15(5) ISH_E1PLUS_BWREL
PEPP5_RELGEW ISH_E1PLUS_RELGEWDEC15(5) ISH_E1PLUS_RELGEW
CASE_CATEGIS-H: Case Categorization for Data Transfer IS-H -> EIS ISH_CASECLASSCHAR2ALPHAISH_FALCLASS
LEADIS-H: Indicator for Leading Case in Appendix ISH_APX_LEADCHAR1XFELD
APXNR APXNRCHAR10ALPHAAPXNR

Key field Non-key field



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

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

How to access SAP table RNPEPP_KEYFIGURES

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