RNF32 SAP (IS-H: Form structure invoice header additional data) Structure details

Dictionary Type: Structure
Description: IS-H: Form structure invoice header additional data




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




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

RNF32 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: Form structure invoice header additional data" 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_RNF32 TYPE RNF32.

The RNF32 table consists of various fields, each holding specific information or linking keys about IS-H: Form structure invoice header additional data data available in SAP. These include TEXT1 (IS-H: Text of length 80), TEXT2 (IS-H: Text of length 80), TEXT3 (IS-H: Text of length 80), TEXT4 (IS-H: Text of length 80).. 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 RNF32 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
WAERSIS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
TEXT1IS-H: Text of length 80 ISH_TEXT80CHAR80TEXT_80
TEXT2IS-H: Text of length 80 ISH_TEXT80CHAR80TEXT_80
TEXT3IS-H: Text of length 80 ISH_TEXT80CHAR80TEXT_80
TEXT4IS-H: Text of length 80 ISH_TEXT80CHAR80TEXT_80
TEXT5IS-H: Text of length 80 ISH_TEXT80CHAR80TEXT_80
CURR1IS-H: Amount of length 11 ISH_CURRCURR11(2) ISH_WERTV6
CURR2IS-H: Amount of length 11 ISH_CURRCURR11(2) ISH_WERTV6
CURR3IS-H: Amount of length 11 ISH_CURRCURR11(2) ISH_WERTV6
CURR4IS-H: Amount of length 11 ISH_CURRCURR11(2) ISH_WERTV6
CURR5IS-H: Amount of length 11 ISH_CURRCURR11(2) ISH_WERTV6
MENGEIS-H: Quantity of lgth 10 ISH_MENG10QUAN10(4) ISH_MENG10
MEINHUnit of Measure ISH_MEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table RNF32

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