RNAOPT SAP (IS-H: Invoice Creation Options) Structure details

Dictionary Type: Structure
Description: IS-H: Invoice Creation Options




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




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

RNAOPT 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: Invoice Creation Options" 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_RNAOPT TYPE RNAOPT.

The RNAOPT table consists of various fields, each holding specific information or linking keys about IS-H: Invoice Creation Options data available in SAP. These include VABKZ (IS-H: Indicator whether Case Should Be Provisionally Billed), ECHTKZ (IS-H: Indicator if Billing Should Be Performed in Live Mode), BSPER (IS-H: Posting Block Financial Accounting), NODRU (IS-H: No Form Output).. 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)


SAP RNAOPT 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
TABKZIS-H: Ind. whether Case Billing Is to Be Performed as a Test TESTABR_KZCHAR1XFELD
VABKZIS-H: Indicator whether Case Should Be Provisionally Billed VORABR_KZCHAR1XFELD
ECHTKZIS-H: Indicator if Billing Should Be Performed in Live Mode ECHTABRKZCHAR1XFELD
BSPERIS-H: Posting Block Financial Accounting ISH_BSPERCHAR1XFELD
NODRUIS-H: No Form Output MNAF0NODRUCHAR1XFELD
TSTDRIS-H: Test Print Mode for Output of Invoice Forms MNAF0TSTDRCHAR1XFELD
FDRUCKIS-H: Print Invoice with Form Formatting AB_FDRUCKCHAR1XFELD
CASELSTIS-H: Case List in Invoice Processing Initial Screen ISH_CASELSTCHAR1XFELD
NOMODEIS-H: Use Last Setting for Billing Mode ISH_NOMODECHAR1XFELD
NODOCIS-H: Use Last Setting for Document Creation ISH_NODOCCHAR1XFELD
EABKZIS-H: Case Billing as Final Billing ENDABRKZCHAR1XFELD
KZZWAIS-H: Case Billing as Interim Billing KZZWIABRCHAR1XFELD
EZWABIS-H: Case Billing as Final/Interim Billing KZENZWABRCHAR1XFELD
NOFORMIS-H: Use Last Setting for Form Print ISH_NOFORMCHAR1XFELD
PROTPDIS-H: Display Log of Payment Distribution Yes/No ISH_PROTPDCHAR1XFELD
SELVISIS-H: Display Invoice Restrictions SELVIS_KZCHAR1XFELD
KUEANIS-H: Maintain Insurance Verification Request KUEAN_KZCHAR1XFELD
KUEZUIS-H: Maintain Confirmation of Coverage KUEZU_KZCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNAOPT

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