RNWCHEA01 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNWCHEA01 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_RNWCHEA01 TYPE RNWCHEA01.

The RNWCHEA01 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include GPART (IS-H: Business Partner), EINRI (Institution), EINRI1 (Institution), EINRI2 (Institution).. 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 RNWCHEA01 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
MANDTClient MANDTCLNT3T000MANDT
GPARTIS-H: Business Partner GPARTNERCHAR10NGPAALPHARI_KUNNRNGP
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
EINRI1Institution EINRICHAR4TN01ALPHAEINRIEIN
EINRI2Institution EINRICHAR4TN01ALPHAEINRIEIN
NAME1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
NAM1SIS-H: Standardized Last Name of Business Partner GPNAM1SCHAR35NAM35
NAME2First Name / Second Name GPNAM2CHAR35NAME
NAM2SStandardized First Name/2nd Name of Business Partner GPNAM2SCHAR35NAM35
NAME3Third Name GPNAM3CHAR35NAME
KNAMEIS-H: Short Name of Business Partner KZNAMECHAR12ISH_C12
NPKZIS-H: Indicator for Natural Person (for Address Control) NATPERKZCHAR1XFELD
SPRASIS-H: Language of Business Partner SPRAS_GPLANG1Assigned to domainISOLASPRAS
ANREDEIS-H: Form-of-Address Text RI_ANTXTCHAR25TEXT25
TITELIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
LANDIS-H: Country of Business Partner LAND_GPCHAR3T005LAND1
REGIOIS-H: Region (Federal State, Province, County) ISH_REGIONCHAR3T005SREGIO
PSTLZIS-H: Postal Code of Business Partner PSTLZ_GPCHAR10PSTLZ
GEBIEIS-H: Geographical Area EINZGEBIETCHAR9EINZGEBIET
ORTIS-H: City ISH_CITY1CHAR40TEXT40
ORTSStandardized Name of City where Business Partner is Located ORTS_GPCHAR30ISH30
ORT2District of Business Partner ORT2_GPCHAR25TEXT25
STRASIS-H: Street Name and Street Number of Business Partner STRASSE_GPCHAR30STRAS
TELFNIS-H: Telephone Number ISH_TELNRCHAR30CHAR30
DEBIT2IS-H: Business Partner - Template KOPIECHAR10Assigned to domainALPHARI_KUNNR
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GSCHLIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
KZTXTIS-H: Comment on Business Partner TEXT_GPACHAR50TEXT50
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
AUFGEBGRP NWCH_AUFGEBGRPCHAR1NWCH_AUFGEBGRP
BEARBGEBIndividual, User-Defined Character CHAR0001CHAR1CHAR0001
FAKTEINZIS-H: Only Single Invoices Printed for Insurance Provider ISH_ERDRUCHAR1XFELD
FAKTSAMMIS-H: Only Collective Invoices Printed for Ins. Provider ISH_SRDRUCHAR1XFELD
FAKTBEIDIS-H: Single and Collective Invoices Printed for Ins. Prov. ISH_ESRDRUCHAR1XFELD
RDRUCKIS-H: Control for Invoice Print ISH_RDRUCKCHAR1ISH_RDRUCK
PERFKInvoice dates (calendar identification) PERFKCHAR2TFACDWFCID
PNUMBIS-H: External Partner Number ISH_PNUMBCHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table RNWCHEA01

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