RNWAT_EDI_INVHDR SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNWAT_EDI_INVHDR 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 "" 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_RNWAT_EDI_INVHDR TYPE RNWAT_EDI_INVHDR.

The RNWAT_EDI_INVHDR table consists of various fields, each holding specific information or linking keys about data available in SAP. These include FKDAT (Billing date for billing index and printout), FALNR (IS-H: Case Number (Required for Billing)), WAERK (SD Document Currency), ROLLENCODE ().. 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 RNWAT_EDI_INVHDR 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
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
FKDATBilling date for billing index and printout FKDATDATS8DATUM
FALNRIS-H: Case Number (Required for Billing) FALNRFCHAR10ALPHAFALNRF
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
ROLLENCODE NWAT_EDI_ROLLENCODECHAR3NWAT_EDI_ROLLENCODE
ROLLENBEZ NWAT_EDI_ROLLENBEZCHAR30NWAT_EDI_ROLLENBEZ
BSKEY NWAT_EDI_BSKEYCHAR30CHAR30
GESNAMEName of Institution EINBZCHAR50TEXT50
KONTONR NWAT_EDI_KONTONRCHAR15NWAT_EDI_KONTONR
BLZ NWAT_EDI_BLZCHAR8NWAT_EDI_BLZ
BANKNAME NWAT_EDI_BANKNAMECHAR50NWAT_EDI_BANKNAME
BICCharacter Length 11 CHAR11CHAR11CHAR11
IBANChar 20 CHAR20CHAR20CHAR20
UIDNR NWAT_EDI_UIDCHAR12NWAT_EDI_UID
DVRNR NWAT_EDI_DVRCHAR7NWAT_EDI_DVR
FIRMNR NWAT_EDI_FIRMNRCHAR7NWAT_EDI_FIRMNR
SEQNR NWAT_EDI_SEQNRCHAR2NWAT_EDI_SEQNR
VEREINBNR NWAT_EDI_VEREINBNRCHAR17NWAT_EDI_VEREINBNR
ENDSUMB NWAT_EDI_ENDSUMBDEC11(2) NWAT_EDI_AMOUNT
ENDSUMN NWAT_EDI_ENDSUMNDEC11(2) NWAT_EDI_AMOUNT
ENDSUMUST NWAT_EDI_ENDSUMUSTDEC11(2) NWAT_EDI_AMOUNT
ENDSUMSB NWAT_EDI_ENDSUMSBDEC11(2) NWAT_EDI_AMOUNT
ENDSUMSV NWAT_EDI_ENDSUMSVDEC11(2) NWAT_EDI_AMOUNT
ENDSUM NWAT_EDI_ENDSUMDEC11(2) NWAT_EDI_AMOUNT

Key field Non-key field



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

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

How to access SAP table RNWAT_EDI_INVHDR

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