RNPCS_CASE_KEYFIGURES SAP (IS-H: Case-Dependent PCS Key Figures (PCS Type-Independent)) Structure details

Dictionary Type: Structure
Description: IS-H: Case-Dependent PCS Key Figures (PCS Type-Independent)




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




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

RNPCS_CASE_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: Case-Dependent PCS Key Figures (PCS Type-Independent)" 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_RNPCS_CASE_KEYFIGURES TYPE RNPCS_CASE_KEYFIGURES.

The RNPCS_CASE_KEYFIGURES table consists of various fields, each holding specific information or linking keys about IS-H: Case-Dependent PCS Key Figures (PCS Type-Independent) data available in SAP. These include PCS_CAT (IS-H: PCS Catalog (Generic for PCS)), PCS_GROUP (IS-H: PCS Supergroup (Generic for PCS)), PCS_GROUP_CAT (IS-H: Catalog for PCS Supergroup), LOS_NET (IS-H: Net Length of Stay for Case).. 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 RNPCS_CASE_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
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
LOS_NETIS-H: Net Length of Stay for Case ISH_LOS_NETNUMC5ISH_LOS
PCS_VALUEIS-H: Value of a Case-Related PCS Code ISH_PCS_VALUEDEC12(3) DEC9_3
MIN_LOSIS-H: Minumum Length of Stay (Generic for PCS) ISH_MIN_LOS_GENERICNUMC3GRVER
AVG_LOSIS-H: Average Length of Stay (Generic for PCS) ISH_AVG_LOS_GENERICNUMC5NUMC
MAX_LOSIS-H: Maximum Length of Stay (Generic for PCS) ISH_MAX_LOS_GENERICNUMC3GRVER
CASE_CATEGIS-H: Case Categorization for Data Transfer IS-H -> EIS ISH_CASECLASSCHAR2ALPHAISH_FALCLASS

Key field Non-key field



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

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

How to access SAP table RNPCS_CASE_KEYFIGURES

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