RNWCHVBAPB SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNWCHVBAPB 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_RNWCHVBAPB TYPE RNWCHVBAPB.

The RNWCHVBAPB table consists of various fields, each holding specific information or linking keys about data available in SAP. These include NWCH_TARIF (IS-H: Service Catalog Identification Key), NWCH_LEVON (Date when Service Performance Starts), NWCH_BEGZT (IS-H: Time when Service Performance Starts), NWCH_MENGE (Service Quantity).. 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 RNWCHVBAPB 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
NWCH_LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
NWCH_TARIFIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
NWCH_LEVONDate when Service Performance Starts BEGDTLEIDATS8RI_DATUM
NWCH_BEGZTIS-H: Time when Service Performance Starts BEGZT_LSTIMS6UHRZT
NWCH_MENGEService Quantity I_MENG_LSNUMC4LEISMENGE
NWCH_ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
NWCH_ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
NWCH_ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
NWCH_LEITXIS-H: Service Short Text (May Differ from Service Master) TEXT_LEICHAR40LEIKTXT
NWCH_HCOKZIS-H: Service Relevant for CO ISH_HCOKZCHAR1XFELD
NWCH_ABRKZService Can Be Billed For ABRKZCHAR1ABRKZ_LS
NWCH_STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
NWCH_STGRDIS-H: User's Comment on Service ISH_REMRKCHAR40ISH_REMRK
NWCH_TBTRAG NWCH_BAPI_PRICECHAR23CHAR23
NWCH_TBTRAGCURRIS-H SAP Currency Service Price Different to Service Master ISH_BAPI_PR_CURRCUKY5Assigned to domainWAERS
NWCH_TBTRAGCURR_ISOIS-H: ISO Currency Service Price Different to Service Master ISH_BAPI_PR_CURR_ISOCHAR3ISOCD
NWCH_LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
NWCH_GPARTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
NWCH_ROLTPIS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
NWCH_CASETYCase Category ISH_CASETYPECHAR2Assigned to domainISH_CASETYPE
NWCH_HONARTFee Type NWCH_HONARTCHAR10Assigned to domainNWCH_HONART
NWCH_HONUGRFee Subgroup NWCH_HONUGRCHAR10Assigned to domainNWCH_HONUGR
NWCH_AUFTCDEFee Breakdown Code NWCH_AUFTCDECHAR10Assigned to domainNWCH_AUFTCDE
NWCH_UBLKZTransfer Indicator of Service for Fee Billing NWCH_UBLKZCHAR1NWCH_UBLKZ
NWCH_UAEKZService Changed After Transfer to Fee Billing NWCH_UAEKZCHAR1XFELD
NWCH_REMRKIS-H: User's Comment on Service ISH_REMRKCHAR40ISH_REMRK
NWCH_REMRKFIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
NWCH_UBDAT_EA ISH_UBDATDATS8ISH_UBDAT
NWCH_UBLKZ_EAIS-HCO: Transfer Indicator for Service/Material ISH_UBLKZCHAR1ISH_UBLKZ
NWCH_UMENG_EAIS-HCO: Transferred Service Quantity ISH_UMENGNUMC4LEISMENGE
NWCH_UAEKZ_EAIS-HCO: Service/Material Was Changed after Transfer into CO ISH_UAEKZCHAR1XFELD
NWCH_ISHABARTIS-H: Billing Type for Patient Accounting ABRARTCHAR2Assigned to domainALPHAABRART
NWCH_ISHGPRS NWCH_BAPI_PRICECHAR23CHAR23
NWCH_ISHGPRSCURRIS-H SAP Currency Service Price Different to Service Master ISH_BAPI_PR_CURRCUKY5Assigned to domainWAERS
NWCH_ISHGPRSCURR_ISOIS-H: ISO Currency Service Price Different to Service Master ISH_BAPI_PR_CURR_ISOCHAR3ISOCD
NWCH_ISHTARSPIS-H: Column in Service Catalog TARSPCHAR2Assigned to domainALPHATARSP
NWCH_ISHPWERT NWCH_PWERTCHAR13CHAR13
NWCH_ISHPZAHL NWCH_PZAHLCHAR11CHAR11
NWCH_ISHUSER0IS-H: Customer-Specific Field 1 ISH_USER00CHAR20ALPHAISH_C20
NWCH_ISHUSER1IS-H: Customer-Specific Field 2 ISH_USER01CHAR20ALPHAISH_C20
NWCH_ISHPKTKZIndicator for Charge Factor Value SP_PKTKZCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNWCHVBAPB

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