HRSFI_D_RCT_GER SAP (SuccessFactors: General Messages from Recruiting Import) Table details

Dictionary Type: Table
Description: SuccessFactors: General Messages from Recruiting Import




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




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

HRSFI_D_RCT_GER is a standard SAP Table which is used to store SuccessFactors: General Messages from Recruiting Import data and is available within R/3 SAP systems depending on the version and release level.

The HRSFI_D_RCT_GER table consists of various fields, each holding specific information or linking keys about SuccessFactors: General Messages from Recruiting Import data available in SAP. These include ADHOC_ID (SFSF Object ID), NBR (Numc3, internal use), APPL_ID (Application ID), ERROR_CATEGORY (Error Category).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRSFI_D_RCT_GER table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ADHOC_IDSFSF Object ID HRSFI_SFSF_OBJECT_IDCHAR50Assigned to domainHRSFI_SFSF_OBJECT_ID
NBRNumc3, internal use NUMC3NUMC3NUMC3
APPL_IDApplication ID HRSFI_RECRUIT_SFSF_APPL_IDCHAR48HRSFI_RECRUIT_SFSF_APPL_ID
ERROR_CATEGORYError Category HRSFI_RECRUIT_ERROR_CATEGORYCHAR2HRSFI_RECRUIT_ERROR_CATEGORY
TRANSFER_DATESystem Date SYDATUMDATS8SYDATS
TRANSFER_TIMESystem Time SYUZEITTIMS6SYTIME
ORIGINOrigin of Error Message HRSFI_ORIGIN_MESSAGECHAR1HRSFI_ORIGIN_MESSAGE
MESSAGE_TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
MESSAGE_IDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MESSAGE_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_TEXTMessage Text BAPI_MSGCHAR220TEXT220

Key field Non-key field



How do I retrieve data from SAP table HRSFI_D_RCT_GER using ABAP code

The following ABAP code Example will allow you to do a basic selection on HRSFI_D_RCT_GER to SELECT all data from the table
DATA: WA_HRSFI_D_RCT_GER TYPE HRSFI_D_RCT_GER.

SELECT SINGLE *
FROM HRSFI_D_RCT_GER
INTO CORRESPONDING FIELDS OF WA_HRSFI_D_RCT_GER
WHERE...

How to access SAP table HRSFI_D_RCT_GER

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