RNNG1 SAP (IS-H NL: Screen fields, module pool SAPMNNL4 (maint.bus.par)) Structure details

Dictionary Type: Structure
Description: IS-H NL: Screen fields, module pool SAPMNNL4 (maint.bus.par)




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




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

RNNG1 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 "IS-H NL: Screen fields, module pool SAPMNNL4 (maint.bus.par)" 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_RNNG1 TYPE RNNG1.

The RNNG1 table consists of various fields, each holding specific information or linking keys about IS-H NL: Screen fields, module pool SAPMNNL4 (maint.bus.par) data available in SAP. These include PERNR (IS-H: Person Number), VORNA (First Name / Second Name), GESCH (IS-H: Sex Indicator - User-Specific), LANDX (Country Name).. 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 RNNG1 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 MANDTCLNT3Assigned to domainMANDT
PERNRIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
VORNAFirst Name / Second Name GPNAM2CHAR35NAME
GESCHIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
LANDXCountry Name LANDXCHAR15TEXT15
BEZEIDescription BEZEI20CHAR20TEXT20
PERSIS-H: Text Designating the EMPLOYEE Function PERS_DCHAR1RI_ROLLE
GPARTIS-H: Text Designating the General Business Partner Function GPARTCHAR1RI_ROLLE
KOSTRIS-H: Text Designating the INSURANCE PROVIDER Function KOSTRCHAR1RI_ROLLE
KRKHSIS-H: Text Designating the HOSPITAL Function KRKHSCHAR1RI_ROLLE
DEBITText Designating the CUSTOMER Function DEBITCHAR1RI_ROLLE
ARBTGIS-H: Text Designating the EMPLOYER Function ARBTGCHAR1RI_ROLLE
LGTXTScreen Field for Displaying Dynamic Icon ISH_LGTX03CHAR30ISH_ICON
GPART2IS-H: Business Partner - Template KOPIECHAR10Assigned to domainALPHARI_KUNNR
PERS2IS-H: Business Partner - Template KOPIECHAR10Assigned to domainALPHARI_KUNNR
KOSTR2IS-H: Business Partner - Template KOPIECHAR10Assigned to domainALPHARI_KUNNR
DEBIT2IS-H: Business Partner - Template KOPIECHAR10Assigned to domainALPHARI_KUNNR
ARBTG2IS-H: Business Partner - Template KOPIECHAR10Assigned to domainALPHARI_KUNNR
KRKHS2IS-H: Business Partner - Template KOPIECHAR10Assigned to domainALPHARI_KUNNR
NAME1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
NAME2First Name / Second Name GPNAM2CHAR35NAME
KNAMEIS-H: Short Name of Business Partner KZNAMECHAR12ISH_C12
GSCHLIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
PSTLZIS-H: Postal Code of Business Partner PSTLZ_GPCHAR10PSTLZ
ORTIS-H: City of Business Partner ORT_GPCHAR25TEXT25
ANREDEIS-H: Form-of-Address Text RI_ANTXTCHAR25TEXT25
ARZTIS-H: Indicator that Person Is Physician ARZTCHAR1XFELD
MAKZIs-H: Person is Employee MAKZ_DCHAR1XFELD
PFLEGIS-H: Indicator that Person is Nurse PFLEGCHAR1XFELD
BARZTIS-H: Indicator that Person is External Physician BARZTCHAR1XFELD
ARZTNIS-H: Identifier for a Physician ARZTNRCHAR12ARZTNR
VCODEIS-H: Processing Mode ISH_VCODECHAR3ISH_VCODE
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
EINRI1Institution EINRICHAR4Assigned to domainALPHAEINRIEIN
EINRI2Institution EINRICHAR4Assigned to domainALPHAEINRIEIN
INSDEBIS-H: Specifies Creation of FI Customer ISH_INSDEBCHAR1XFELD
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
SPVONBlocking Date From (Entry Block) ISH_SPERRVDATS8RI_DATUM
SPBISIS-H: Blocking Date To (Entry Block To) ISH_SPERRBDATS8RI_DATUM
TAXTXDescription VTEXTCHAR20TEXT20
SPERRIS-H: Object is Blocked ISH_SPERRCHAR1XFELD
FATXTIS-H: Name of Specialty TEXT_KFACHAR30TEXT30
FTTXTDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA

Key field Non-key field



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

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

How to access SAP table RNNG1

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