RNWAT_EDI_INVPOS SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNWAT_EDI_INVPOS 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_INVPOS TYPE RNWAT_EDI_INVPOS.

The RNWAT_EDI_INVPOS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include LFDNR (), LNRLS (IS-H: Service Sequence Number), ERBART (), PERNR (IS-H: Person 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 RNWAT_EDI_INVPOS 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
POSNRBilling item POSNR_VFNUMC6Assigned to domainPOSNR
LFDNR NWAT_EDI_LFDNR06CHAR6NWAT_EDI_LFDNR
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
ERBART NWAT_EDI_ERBARTCHAR3NWAT_EDI_ERBART
PERNRIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
SEQNR NWAT_EDI_SEQNRCHAR2NWAT_EDI_SEQNR
IBGDTIS-H: Date when Service Performance Starts (Actual) I_BDT_LSDATS8RI_DATUM
IENDTIS-H: Date when Service Performance Ends (Actual) I_EDT_LSDATS8RI_DATUM
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
LEITXTIS-H: Short Text for Service ISH_CONC_KTXTCHAR120TEXT120
VARTCODE NWAT_EDI_VARTCODECHAR10NWAT_EDI_VARTCODE
VARTBEZ NWAT_EDI_VARTBEZCHAR70NWAT_EDI_VARTBEZ
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
PREISBasic Price of Service (e.g. General Service Catalog) GPRS_LSTCURR11(2) ISH_WERTV6
BETR NWAT_EDI_POSBETRDEC11(2) NWAT_EDI_AMOUNT
POSVAN NWAT_EDI_POSVANDEC11(2) NWAT_EDI_AMOUNT
BAHINWEIS NWAT_EDI_BAHINWEISLCHR1024NWAT_EDI_BAHINWEIS
FLG_NTPZ_CONV NWAT_EDI_FLG_NTPZ_CONVCHAR1ISH_ON_OFF

Key field Non-key field



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

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

How to access SAP table RNWAT_EDI_INVPOS

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