RNWCH_EDI_INVPOS SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNWCH_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_RNWCH_EDI_INVPOS TYPE RNWCH_EDI_INVPOS.

The RNWCH_EDI_INVPOS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include POSNR (Number of the Billing Item), LNRLS (IS-H: Service Sequence Number), SORT_GROUP (), SORT_NR_1 ().. 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 (Deep)


SAP RNWCH_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
INVOICE_NRBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNRNumber of the Billing Item POSNR_LSTNUMC6Assigned to domainPOSNR
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
SORT_GROUP NWCH_EDI_CHAR5CHAR5
SORT_NR_1 NWCH_EDI_NUMBERINT410
SORT_NR_2 NWCH_EDI_NUMBERINT410
SORT_OBJCTIS-H: Object that generated services LEI_OBJECTCHAR10ISH_OBJECT
SORT_LABTYP NWCH_LABTYPCHAR1NWCH_LABTYP
SORT_ORDNR ISH_ORDNR_C20CHAR20ALPHAISH_C20
SORT_SESSION_NRIS-H: Wound Number ISH_WNDNRCHAR10ALPHAISH_WNDNR
SRVTYP NWCH_EDI_SERVICETYPECHAR7NWCH_EDI_SERVICETYPE
TARTYPIS-H CH: Tariff type NWCH_TARTYPCHAR10Assigned to domainNWCH_TARTYP
TARTYPI NWCH_TARTYPICHAR3NWCH_TARTYPI
SERVICEService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
SERVICE_C NWCH_EXT_LEICODECHAR20NWCH_EXT_LEICODE
PART_OF_SELFPAYER_INVOICEIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
REFERRING_SERVICEService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
REFERRING_SERVICE_C NWCH_EXT_LEICODECHAR20NWCH_EXT_LEICODE
REFERRING_SERVICE_LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
BEGIN_DATEIS-H: Date when Service Performance Starts (Actual) I_BDT_LSDATS8RI_DATUM
BEGIN_TIMEIS-H: Time when Service Performance Starts (Actual) I_BZT_LSTIMS6UHRZT
BEGIN_DATETIME NWCH_EDI_TIMESTAMPCHAR19
END_DATEIS-H: Date when Service Performance Ends (Actual) I_EDT_LSDATS8RI_DATUM
END_TIMEIS-H: Time Service Performance Ends (Actual) I_EZT_LSTIMS6UHRZT
END_DATETIME NWCH_EDI_TIMESTAMPCHAR19
SESSION_NRIS-H: Wound Number ISH_WNDNRCHAR10ALPHAISH_WNDNR
LOCATION NWCH_EDI_CHAR5CHAR5
LOCATION_PIS-H: General Field with Length 2, for Function Modules CHAR02CHAR2CHAR2
QUANTITY NWCH_EDI_QUANTITYDEC13(3)
TP_MED NWCH_EDI_POINTSCHAR15
TP_VAL_MED NWCH_EDI_POINTVALUEDEC13(6) ISH_PWERT
TP_FACT_MED NWCH_TP_FACTDEC11(3)
TP_EXT_FACT_MED NWCH_TP_FACTDEC11(3)
AMOUNT_MED NWCH_EDI_AMOUNTDEC15(2)
TP_TECH NWCH_EDI_POINTSCHAR15
TP_VAL_TECH NWCH_EDI_POINTVALUEDEC13(6) ISH_PWERT
TP_FACT_TECH NWCH_TP_FACTDEC11(3)
TP_EXT_FACT_TECH NWCH_TP_FACTDEC11(3)
AMOUNT_TECH NWCH_EDI_AMOUNTDEC15(2)
PROVIDER_CODE2-Digit Numeric Value NUM2NUMC2NUM2
PROVIDER_IDIS-H: External Partner Number ISH_PNUMBCHAR15CHAR15
RESPONSIBLE_CODE2-Digit Numeric Value NUM2NUMC2NUM2
RESPONSIBLE_IDIS-H: External Partner Number ISH_PNUMBCHAR15CHAR15
OBLIGATIONIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
TAX_CODEIS-H: General Field with Length 2, for Function Modules CHAR02CHAR2CHAR2
TAX_PERCENT NWCH_EDI_PERCENTDEC5(2)
SERVICE_AMOUNT NWCH_EDI_AMOUNTDEC15(2)
SERVICE_TEXTIS-H: Short Text for Service ISH_CONC_KTXTCHAR120TEXT120
SERVICE_REMARK NWCH_EDI_CHAR350CHAR350
T_SERVICE_REMARK 0
SERVICE_ATTRIBUTES NWCH_EDI_NUMBERINT410
PARTICIPANTS NWCH_EDI_QUANTITYDEC13(3)
BILLING_ROLE NWCH_EDI_CHAR4CHAR4
MEDICAL_ROLE NWCH_EDI_CHAR13CHAR13
VALIDATIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
SECTION_CODE NWCH_EDI_CHAR6CHAR6
COST_FRACT NWCH_EDI_COST_FRACTCHAR15
TP_FACT_MED_P NWCH_TP_FACTDEC11(3)
TP_FACT_TECH_P NWCH_TP_FACTDEC11(3)

Key field Non-key field



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

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

How to access SAP table RNWCH_EDI_INVPOS

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