RNFPCS SAP (IS-H SG: Case Invoice Printout - Item Fields) Structure details

Dictionary Type: Structure
Description: IS-H SG: Case Invoice Printout - Item Fields




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




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

RNFPCS 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 SG: Case Invoice Printout - Item Fields" 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_RNFPCS TYPE RNFPCS.

The RNFPCS table consists of various fields, each holding specific information or linking keys about IS-H SG: Case Invoice Printout - Item Fields data available in SAP. These include RANK (IS-H: Ranking Order of Service Summary Codes), KTEXT (IS-H: Short Text of Service Summary Code), LTEXT (IS-H: Text for Service Summary Code), VBELN (Sales and Distribution Document Number).. 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 RNFPCS 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
TAKATIS-H: Service Summary Code ISH_TAKATCHAR10Assigned to domainALPHAISH_TAKAT
RANKIS-H: Ranking Order of Service Summary Codes ISH_TKRANKNUMC3NUM3
KTEXTIS-H: Short Text of Service Summary Code ISH_TKTKCHAR12TEXT12
LTEXTIS-H: Text for Service Summary Code ISH_TKTLCHAR40TEXT40
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRNumber of the Billing Item POSNR_LSTNUMC6Assigned to domainPOSNR
MENGEInternal Quantity Field Billing/Insurance Verification KS_MENGE_IQUAN10(4) ISH_MENG10
MEINHIS-H: Unit of Measure for Service MEINH_LSUNIT3Assigned to domainCUNITMEINS
ERDATIS-H: Date when Service Entered ISH_ERDAT_LSDATS8RI_DATUM
BRUWRIS-H: Gross Value of Billing Item in Document Currency ISH_BRUWRCURR11(2) ISH_WERTV6
NETWRIS-H: Net Value of Billing Item in Document Currency ISH_NETWRCURR11(2) ISH_WERTV6
MWSBPTax Amount in Document Currency ISH_MWSBPCURR13(2) WERTV7
TGPRSIS-H: Total price of summary invoice item ISH_STGPRSCURR11(2) ISH_WERTV6
WAERSIS-H: Currency of Billing Item WAERS_LSTCUKY5Assigned to domainWAERSFWS
USER0IS-H: Customer-Specific Field 1 ISH_USER00CHAR20ALPHAISH_C20
USER1IS-H: Customer-Specific Field 2 ISH_USER01CHAR20ALPHAISH_C20
USRAMT1Application-Related Amount Field ISH_USRAMTCURR11(2) ISH_WERTV6
USRAMT2Application-Related Amount Field ISH_USRAMTCURR11(2) ISH_WERTV6
USRTXT1Application-Related Text Field ISH_USRTXTCHAR50ISH_C50
USRTXT2Application-Related Text Field ISH_USRTXTCHAR50ISH_C50

Key field Non-key field



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

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

How to access SAP table RNFPCS

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