RCF_S_AF_PERSONAL_DATA SAP (Personal Data (PDF-Based Form)) Structure details

Dictionary Type: Structure
Description: Personal Data (PDF-Based Form)




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




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

RCF_S_AF_PERSONAL_DATA 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 "Personal Data (PDF-Based Form)" 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_AF_PERSONAL_DATA TYPE RCF_S_AF_PERSONAL_DATA.

The RCF_S_AF_PERSONAL_DATA table consists of various fields, each holding specific information or linking keys about Personal Data (PDF-Based Form) data available in SAP. These include FIRSTNAME (First name of business partner (person)), LASTNAME (Last name of business partner (person)), MIDDLENAME (Middle name or second forename of a person), INITIALS ('Middle Initial' or personal initials).. 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 or numeric)


SAP RCF_S_AF_PERSONAL_DATA 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
FIRSTNAMEFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
LASTNAMELast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
MIDDLENAMEMiddle name or second forename of a person BU_NAMEMIDCHAR40BU_NAME
INITIALS'Middle Initial' or personal initials AD_INITSCHAR10CHAR10
BIRTHDATEDate of Birth of Business Partner BU_BIRTHDTDATS8DATUM
FULLNAMEFull Name BU_NAME1TXCHAR80TEXT80
SEXSex of business partner (person) BU_SEXIDCHAR1BU_SEXID
SEX_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
TITLEForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
TITLE_TEXTTitle text AD_TITLETXCHAR30TEXT30
CAND_ID 0
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDObject ID OBJEKTIDNUMC8NUM08PON
STATUSCandidate Status RCF_CAND_STATUSNUMC1RCF_CAND_STATUS
STATUS_TXTExplanatory short text DDTEXTCHAR60DDTEXT
BUPA_NUMBERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TITLE_ACA1Academic Title: Key AD_TITLE1CHAR4Assigned to domainAD_TITLE1AD_TITLE1
TITLE_ACA1_TXTAcademic title description AD_TITLE1DCHAR40TEXT40
TGROUPInterest Group RCF_TARGET_GRPNUMC4Assigned to domainRCF_TARGET_GRPH_RCF_TARGET_GRP
TGROUP_TXTDescription of Interest Group RCF_TARGET_GRP_TXTCHAR40TEXT40
CLASSIFICATION_TXTObject Name STEXTCHAR40TEXT40
DEREGISTEREDRegistration of Candidate Deleted RCF_CAND_DEREGISTEREDCHAR1BOOLE
IS_INACTIVEInactive Employee RCF_EMPLOYEE_INACTIVECHAR1BOOLE
BIRTHDATE_AFFormatted Date (PDF-Based Form) RCF_DATE_AFCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table RCF_S_AF_PERSONAL_DATA

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