RNBUPA_SEARCH_ALV SAP (ALV Structure for Search Result BP Search) Structure details

Dictionary Type: Structure
Description: ALV Structure for Search Result BP Search




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




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

RNBUPA_SEARCH_ALV 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 "ALV Structure for Search Result BP Search" 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_RNBUPA_SEARCH_ALV TYPE RNBUPA_SEARCH_ALV.

The RNBUPA_SEARCH_ALV table consists of various fields, each holding specific information or linking keys about ALV Structure for Search Result BP Search data available in SAP. These include ADDR_CONC (Address of Business Partner), BUKRS (Company Code), GPAR (IS-H: Text Designating the General Business Partner Function), PERS (IS-H: Text Designating the EMPLOYEE Function).. 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 RNBUPA_SEARCH_ALV 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
NAME_CONCBusiness Partner Name ISH_BP_NAME_CONCCHAR40TEXT40
ADDR_CONCAddress of Business Partner ISH_BP_ADDR_CONCCHAR40TEXT40
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GPARIS-H: Text Designating the General Business Partner Function GPARTCHAR1RI_ROLLE
PERSIS-H: Text Designating the EMPLOYEE Function PERS_DCHAR1RI_ROLLE
KOSTRIS-H: Text Designating the INSURANCE PROVIDER Function KOSTRCHAR1RI_ROLLE
DEBITText Designating the CUSTOMER Function DEBITCHAR1RI_ROLLE
ARBTGIS-H: Text Designating the EMPLOYER Function ARBTGCHAR1RI_ROLLE
KRKHSIS-H: Text Designating the HOSPITAL Function KRKHSCHAR1RI_ROLLE
GPARTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
BPEXTBusiness Partner Number in External System BU_BPEXTCHAR20CHAR20
BLK_DAT_FRMBlocking Date From (Entry Block) ISH_SPERRVDATS8RI_DATUM
BLK_DAT_TOIS-H: Blocking Date To (Entry Block To) ISH_SPERRBDATS8RI_DATUM
SHORT_NAMEIS-H: Short Name of Business Partner KZNAMECHAR12ISH_C12
TITLE_TXTTitle text AD_TITLETXCHAR30TEXT30
TITLE_ACA1_TXTAcademic Title: Written Form AD_TITLE1TCHAR20TEXT20
TITLE_ROYL_TXTName supplement, e.g. noble title (written form) AD_TITLESTCHAR20TEXT20
PREFIX1_TXTName prefix AD_PREFIXTCHAR20TEXT20
NAME_LASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME_FIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
NAME_LST2Other Last Name of a Person BU_NAMEPL2CHAR40BU_NAME
NAME_ORG1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
NAME_ORG2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
INSTN_INDIS-H: Institute Indicator INSTNRCHAR10ALPHAINSTNR
FICUS_IDCustomer Number of FI Customer RF_KUNNRCHAR10Assigned to domainALPHAKUNNRKUN
EXT_PRSIS-H: External Personnel Number ISH_PERNRCHAR10ALPHAISH_PERNR
EMP_INDIs-H: Person is Employee MAKZ_DCHAR1XFELD
PHY_INDIS-H: Indicator that Person Is Physician ARZTCHAR1XFELD
NUR_INDIS-H: Indicator that Person is Nurse PFLEGCHAR1XFELD
EXT_PHY_INDIS-H: Indicator that Person is External Physician BARZTCHAR1XFELD
EXT_ACC_INDIS-H: Physician Has External Accreditation KV_ZULASSCHAR1XFELD
INT_ACC_INDIS-H: Indicator that physician has internal accreditation LIQ_BERECHCHAR1XFELD
PHY_NUMIS-H: Identifier for a Physician ARZTNRCHAR12ARZTNR
HSP_TYP_TXTIS-H: Description of hospital type ISH_KARTTXTCHAR40ISH_CHAR40
INS_PROV_TYPE_TXTIS-H: Short Text for Insurance Provider Type KOSTR_KTXTCHAR12TEXT12
HINS_NUMIS-H: Number Identifying the Health Insurer KKSNRCHAR12ALPHAKKSNUMMER
HINS_CARD_NUMIS-H: Health Insurer Number as per Healthcare Smart Card CHIPNRCHAR10ALPHACHIPKKSNR
NAME_ORG1_STDStandardized First Name for Business Partner ISH_NAMO1SCHAR40NAM40
NAME_ORG2_STDStandardized Second Name for Business Partner ISH_NAMO2SCHAR40NAM40
SHORT_NAME_STDStandard Short Name for Search KZNAMSCHAR12ISH_C12
CITY_STDStandardized Field for City ISH_CITYSCHAR40NAM40
SPLTY_STRINGSpecialties of a Physician/Employee ISH_PHYSICIAN_SPECIALTIESSTRG0ISH_PERSON_SPECIALTIES

Key field Non-key field



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

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

How to access SAP table RNBUPA_SEARCH_ALV

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