RNCARD_EGK SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNCARD_EGK 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_RNCARD_EGK TYPE RNCARD_EGK.

The RNCARD_EGK table consists of various fields, each holding specific information or linking keys about data available in SAP. These include EXT_KEY1 (), EXT_KEY2 (), BIRTHDT (Date of Birth of Business Partner), INSID ().. 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 RNCARD_EGK 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
CRDTYPECard Category EHC ISH_CRDTYPECHAR10ISH_CRDTYPE
EXT_KEY1 0
EXT_KEY2 0
BIRTHDTDate of Birth of Business Partner BU_BIRTHDTDATS8DATUM
INSID ISH_VERS_NRCHAR10
AD_PREFIX_TXTName prefix AD_PREFIXTCHAR20TEXT20
AD_TITLES_TXTName supplement, e.g. noble title (written form) AD_TITLESTCHAR20TEXT20
AD_TITLE1_TXTAcademic Title: Written Form AD_TITLE1TCHAR20TEXT20
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
PO_BOXPO Box AD_POBXCHAR10CHAR10
PO_BOX_CTYPO box country AD_POBXCTYCHAR3Assigned to domainLAND1
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
STREET_SUPPLStreet 2 AD_STRSPP1CHAR40TEXT40
EGK_CDM_PVSD 0
EGK_NAMEF ISH_EGK_NAMEFCHAR45
EGK_NAMEL ISH_EGK_NAMELCHAR45
EGK_GSCHL ISH_EGK_GSCHLCHAR1ISH_EGK_GSCHL
KOSTR_INSTNIS-H: Institute Indicator INSTNRCHAR10ALPHAINSTNR
KOSTR_LANDIS-H: Country of Business Partner LAND_GPCHAR3Assigned to domainLAND1
COV_BEGDTIS-H: Start Date of Coverage ISH_COV_BEGDTDATS8ISH_COV_BEGDT
COV_ENDDTIS-H: End Date of Coverage ISH_COV_ENDDTDATS8ISH_COV_ENDDT
ABR_KOSTR_INSTNIS-H: Institute Indicator INSTNRCHAR10ALPHAINSTNR
EGK_CDM_AVSD 0
EGK_KOSTR_NAME ISH_EGK_KOSTR_NAMECHAR45
EGK_ABR_KOSTR_NA ISH_EGK_ABR_KOSTR_NAMECHAR45
EGK_RECHTSKREIS ISH_EGK_RECHTSKREISCHAR1ISH_EGK_RECHTSKREIS
EGK_VERS_ART ISH_EGK_VERS_ARTCHAR1ISH_EGK_VERS_ART
EGK_VERS_STAT_RS ISH_EGK_VERS_STAT_RSACHAR1ISH_EGK_VERS_STAT_RSA
EGK_KOSTENERST_A ISH_EGK_KOSTENERST_AMBCHAR1ISH_EGK_KOSTENERST_AMB
EGK_KOSTENERST_S ISH_EGK_KOSTENERST_STATCHAR1ISH_EGK_KOSTENERST_STAT
EGK_WOP ISH_EGK_WOPCHAR2ISH_EGK_WOP
EGK_PKV_VERB_TAR ISH_EGK_PKV_VERB_TARCHAR2ISH_EGK_PKV_VERB_TAR
EGK_PKV_BEIH_BER ISH_EGK_PKV_BEIH_BERCHAR2ISH_EGK_PKV_BEIH_BER
EGK_STAT_WLU ISH_EGK_STAT_WLUCHAR2ISH_EGK_STAT_WLU
EGK_WLU_PROZ ISH_EGK_WLU_PROZCHAR3
EGK_HS_WLU ISH_EGK_HS_WLUCHAR6
EGK_STAT_WLA ISH_EGK_STAT_WLACHAR2ISH_EGK_STAT_WLA
EGK_STAT_WLA_PRO ISH_EGK_WLA_PROZCHAR3
EGK_PKV_CLINICCA ISH_EGK_PKV_CLINICCARDCHAR1ISH_EGK_PKV_CLINICCARD
EGK_CDM_GVSD 0
EGK_ZUZA_STATUS ISH_EGK_ZUZA_STATUSCHAR1ISH_EGK_ZUZA_STATUS
EGK_ZUZA_STATU_B ISH_EGK_ZUZA_STATUS_BISDATS8ISH_EGK_ZUZA_STATUS_BIS
EGK_BES_PERS_GRU ISH_EGK_BES_PERS_GRUCHAR2ISH_EGK_BES_PERS_GRU
EGK_DMP_KZ ISH_EGK_DMP_KZCHAR2ISH_EGK_DMP_KZ

Key field Non-key field



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

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

How to access SAP table RNCARD_EGK

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