BAPI_ERC_MD_EXT SAP (External Candidate's Application Data (AE)) Structure details

Dictionary Type: Structure
Description: External Candidate's Application Data (AE)




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




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

BAPI_ERC_MD_EXT 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 "External Candidate's Application Data (AE)" 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_BAPI_ERC_MD_EXT TYPE BAPI_ERC_MD_EXT.

The BAPI_ERC_MD_EXT table consists of various fields, each holding specific information or linking keys about External Candidate's Application Data (AE) data available in SAP. These include FIRSTNAME (First name of business partner (person)), MIDDLENAME (Middle name or second forename of a person), LASTNAME (Last name of business partner (person)), SEX (Sex of business partner (person)).. 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: Cannot Be Enhanced


SAP BAPI_ERC_MD_EXT 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
TITLE_KEYForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
FIRSTNAMEFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
MIDDLENAMEMiddle name or second forename of a person BU_NAMEMIDCHAR40BU_NAME
LASTNAMELast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
SEXSex of business partner (person) BU_SEXIDCHAR1BU_SEXID
BIRTHDATEDate of Birth of Business Partner BU_BIRTHDTDATS8DATUM
INITIALS'Middle Initial' or personal initials AD_INITSCHAR10CHAR10
TITLE_ACA1Academic Title: Key AD_TITLE1CHAR4Assigned to domainAD_TITLE1AD_TITLE1
TITLE_ACA2Second academic title (key) AD_TITLE2CHAR4Assigned to domainAD_TITLE1
TITLE_SPPLName supplement, e.g. noble title (key) AD_TITLESCHAR4Assigned to domainAD_TITLES
PREFIX1Name Prefix (Key) AD_PREFIXCHAR4Assigned to domainAD_PREFIX
ADDR_CHANNELCommunication Channel RCF_COMM_CHANNELNUMC2Assigned to domainRCF_COMM_CHANNEL
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
STR_SUPPL1Street 2 AD_STRSPP1CHAR40TEXT40
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
POSTL_COD1City postal code AD_PSTCD1CHAR10CHAR10
PHONE_CHANNELCommunication Channel RCF_COMM_CHANNELNUMC2Assigned to domainRCF_COMM_CHANNEL
TELEPHONETelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
CORRESPONDLANGUAGEBusiness Partner: Correspondence Language BU_LANGU_CORRLANG1Assigned to domainISOLASPRAS
INTEREST_GRPInterest Group RCF_TARGET_GRPNUMC4Assigned to domainRCF_TARGET_GRPH_RCF_TARGET_GRP
REFERENCE_CODEReference Code of Posting RCF_EXTERNAL_CODECHAR40TEXT40RCF_REFCODE
APPLICATIONDATEApplication Date RCF_APPLICATION_DATEDATS8DATUM
APPLICATION_STATUSApplication Status RCF_APPLICATION_STATUSNUMC1RCF_APPLICATION_STATUS
REASON_CODEStatus Reason RCF_REASON_CODENUMC2Assigned to domainRCF_REASON_CODE
REL_OBJ_TYType of Related Object SCLASCHAR2Assigned to domainOTYPE
SOBIDID of Related Object SOBIDCHAR45CHAR45
APPL_SOURCESource of Candidate's Application RCF_APPL_SOURCENUMC4Assigned to domainRCF_APPL_SOURCE
APPL_SOURCE_INFOFreeform Text for Application Source RCF_APPL_SOURCE_INFOCHAR80TEXT80
TECH_APPL_SOURCETechnical Application Source RCF_TECH_APPL_SOURCECHAR1RCF_TECH_APPL_SOURCE

Key field Non-key field



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

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

How to access SAP table BAPI_ERC_MD_EXT

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