RCF_S_SE_CANDCY_CANDIDATE SAP (Structure for Service CandidacyERPCandidateByID) Structure details

Dictionary Type: Structure
Description: Structure for Service CandidacyERPCandidateByID




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




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

RCF_S_SE_CANDCY_CANDIDATE 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 "Structure for Service CandidacyERPCandidateByID" 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_RCF_S_SE_CANDCY_CANDIDATE TYPE RCF_S_SE_CANDCY_CANDIDATE.

The RCF_S_SE_CANDCY_CANDIDATE table consists of various fields, each holding specific information or linking keys about Structure for Service CandidacyERPCandidateByID data available in SAP. These include CANDIDATE_ID (Object ID of Candidate), FORMATTED_NAME (Full Name), IS_EMPLOYEE (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), EMPLOYEE_ID ().. 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 RCF_S_SE_CANDCY_CANDIDATE 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
CANDIDACY_IDObject ID of Candidacy RCF_CANDIDACYNUMC8Assigned to domainHROBJID
CANDIDATE_IDObject ID of Candidate RCF_CANDIDATENUMC8Assigned to domainHROBJID
FORMATTED_NAMEFull Name BU_NAME1TXCHAR80TEXT80
IS_EMPLOYEEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
EMPLOYEE_ID 0
CANDIDATE_MASTER_URIRelative URL RCF_URL_RELATIVESTRG0
PERS_REQ_IDObject ID of Requisition RCF_REQUISITIONNUMC8Assigned to domainHROBJID
PERS_REQ_NAMERequisition Title RCF_REQUISITION_HEADERCHAR80TEXT80
PERS_REQ_URIRelative URL RCF_URL_RELATIVESTRG0
PERS_REQ_STATUS_CODERequisition Status RCF_REQUISITION_STATUSNUMC1RCF_REQUISITION_STATUS
PERS_REQ_STATUS_NAMERequisition Status RCF_REQUISITION_STATUS_TXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table RCF_S_SE_CANDCY_CANDIDATE

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