RNG10 SAP (IS-H: Screen flds. module pool SAPMNG10 (Maintain bus.part.)) Structure details

Dictionary Type: Structure
Description: IS-H: Screen flds. module pool SAPMNG10 (Maintain bus.part.)




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




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

RNG10 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: Screen flds. module pool SAPMNG10 (Maintain bus.part.)" 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_RNG10 TYPE RNG10.

The RNG10 table consists of various fields, each holding specific information or linking keys about IS-H: Screen flds. module pool SAPMNG10 (Maintain bus.part.) 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 RNG10 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 ISH_CITY1CHAR40TEXT40
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 EINRICHAR4TN01ALPHAEINRIEIN
EINRI1Institution EINRICHAR4TN01ALPHAEINRIEIN
EINRI2Institution EINRICHAR4TN01ALPHAEINRIEIN
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
FTTXTText (15 characters) TEXT15CHAR15TEXT15
INSTNIS-H: Institute Indicator INSTNRCHAR10ALPHAINSTNR
RKTXTIS-H: Texts for ranks ISH_RANKTXCHAR15TEXT15
KSSNMIS-H: HI Search Name From Ins. Provider Master File (PPA) ISH_KSSNAMCHAR60TEXT60
EXPNRIS-H: External Personnel Number ISH_PERNRCHAR10ALPHAISH_PERNR
RKTXOIS-H: Texts for ranks ISH_RANKTXCHAR15TEXT15
ARTXTIS-H: Description of hospital type ISH_KARTTXTCHAR40ISH_CHAR40
KVZULIS-H: Physician Has External Accreditation KV_ZULASSCHAR1XFELD
LIQBEIS-H: Indicator that physician has internal accreditation LIQ_BERECHCHAR1XFELD
NIFNRIS-H CH: NIF number ISH_NIFNRCHAR12ARZTNR
PNUMBIS-H: External Partner Number ISH_PNUMBCHAR15CHAR15
FIXLANR ISH_LANR_FIXCHAR7
LANR ISH_LANRCHAR9ISH_LANR

Key field Non-key field



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

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

How to access SAP table RNG10

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