RNFPR SAP (IS-H: Aux. structure for print control (screen fields etc.)) Structure details

Dictionary Type: Structure
Description: IS-H: Aux. structure for print control (screen fields etc.)




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




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

RNFPR 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: Aux. structure for print control (screen fields etc.)" 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_RNFPR TYPE RNFPR.

The RNFPR table consists of various fields, each holding specific information or linking keys about IS-H: Aux. structure for print control (screen fields etc.) data available in SAP. These include ORGKZ (Restriction on User-Specific Org. Unit (Flag)), ORGID (Identification Key of Organizational Unit), ST_DRUCK (IS-H: Indicator Standard Printout Forms), KREUZ (IS-H: Checkbox in screen).. 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 RNFPR 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
ORGKZRestriction on User-Specific Org. Unit (Flag) NORGFORMCHAR1XFELD
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
ST_DRUCKIS-H: Indicator Standard Printout Forms ST_DRUCKCHAR1XFELD
KREUZIS-H: Checkbox in screen ISH_KREUZCHAR1XFELD
KREUZ1IS-H: Checkbox in screen ISH_KREUZCHAR1XFELD
TOMIDIS-H: Work Organizer Key TOMIDCHAR8Assigned to domainALPHAN_ORGMID
LOMIDIS-H: Work Organizer Type Key LOMIDCHAR8Assigned to domainALPHAISH_LOMID
TDDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
TDLNAMESpool: Long device names RSPOLNAMECHAR30TSP03LRSPOLNAMESPOOL_DEV
TDCOPIESNumber of copies RSPOCOPIESINT13RSPOCNT1
TDFORMIS-H: Form name of a SAPscript form N_TDFORMCHAR16TDFORM
TDSPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TDTEXTIS-H: Description of a Form ISH_TDTEXTCHAR30TDTEXT
TDTEXT1IS-H: Description of a Form ISH_TDTEXTCHAR30TDTEXT
TDTEXT2IS-H: Description of a Form ISH_TDTEXTCHAR30TDTEXT
TDDIALOGIS-H: User Dialog when Printing Form ISH_DIALPRCHAR1XFELD
TDIMMEDImmediate Spool Print SYPRIMMCHAR1SYCHAR01
TDDELETEImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
ABBRUCHCheckbox XFELDCHAR1XFELD
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6TN02EN_EVENT
PRINTERSTRINGSpool: Long device names RSPOLNAMECHAR30RSPOLNAMESPOOL_DEV
SFFNAMESmart Forms: Form Name TDSFNAMECHAR30Assigned to domainTDSFNAMESSFNAME
SFVARIASmart Forms: Variant TDVARIANTCHAR8TDVARIANT
SMARTFACTIS-H: Smart Forms Active ISH_SMARTFORMS_ACTIVECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNFPR

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