RCF_S_REQUI_INFO_TEXT_WITH_MGR SAP (Requisition Information with Text and Manager) Structure details

Dictionary Type: Structure
Description: Requisition Information with Text and Manager




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




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

RCF_S_REQUI_INFO_TEXT_WITH_MGR 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 "Requisition Information with Text and Manager" 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_REQUI_INFO_TEXT_WITH_MGR TYPE RCF_S_REQUI_INFO_TEXT_WITH_MGR.

The RCF_S_REQUI_INFO_TEXT_WITH_MGR table consists of various fields, each holding specific information or linking keys about Requisition Information with Text and Manager data available in SAP. These include MANDT (Client), PLVAR (Plan Version), OTYPE (Object Type), OBJID (Object 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_REQUI_INFO_TEXT_WITH_MGR 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
MANDTClient MANDTCLNT3T000MANDT
PLVARPlan Version PLVARCHAR2T778PPLVARPOP
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
OBJIDObject ID OBJEKTIDNUMC8NUM08PON
INFTYInfotype INFOTYPCHAR4T778TINFOTYPHRBAS00INFTY
SUBTYSubtype SUBTYPCHAR4Assigned to domainSUBTYP
ISTATPlanning Status ISTAT_DCHAR1T778SISTATPST
PRIOXPriority PRIOXCHAR2CHAR2
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
VARYFVariation Field for File PLOG VARYFCHAR10CHAR10
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
AEDTMChanged on AEDTMDATS8DATUM
UNAMEUser Name USRNAMECHAR12CHAR12
REASNReason REASNCHAR2CHAR2
HISTOHistorical Record Flag HISTOCHAR1CHAR1
ITXNRText Module for Infotype ITXNRNUMC8NUM08
STATUSRequisition Status RCF_REQUISITION_STATUSNUMC1RCF_REQUISITION_STATUS
HEADERRequisition Title RCF_REQUISITION_HEADERCHAR80TEXT80
NOTENotes on Requisition (Pointer) RCF_REQUISITION_NOTENUMC6RCF_HRKWF_SEQNR
NUMBER_OF_JOBSNumber of Positions Offered RCF_NUMBER_OF_JOBSDEC3DEC03
ORGIDOrganizational Unit PDORGIDNUMC8NUM08
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
COMPANYCODEHolding Companies RCF_COMPANYNUMC8Assigned to domainRCF_COMPANYRCF_COMPANYIDHRRCF00_SHLP_COMPANY_DESC
REQ_ALIASRequisition Alias RCF_REQUISITION_ALIASCHAR10TEXT10
APPLICATION_ENDApplication End Date RCF_APPLICATION_END_DATEDATS8DATS
TGROUPInterest Group RCF_TARGET_GRPNUMC4T77RCF_TGROUPRCF_TARGET_GRPH_RCF_TARGET_GRP
REQUESTED_STATUSStatus Requested for Requisition RCF_REQUISITION_REQUESTED_STATCHAR1RCF_REQUESTED_STATUS
REASON_CODEStatus Reason RCF_REASON_CODENUMC2T77RCF_RSN_CODERCF_REASON_CODE
REQUESTED_RSNCDRequested Status Reason RCF_REQUESTED_RSN_CODECHAR2RCF_REQUESTED_RSN_CODE
RP_ACT_GUIDProcess Template (Activities) RCF_RP_ACT_GUIDCHAR32SYSUUID_C
REQUESTED_RCTRUser Name USRNAMECHAR12CHAR12
REQ_TYPERequisition Type RCF_REQUISITION_TYPENUMC1RCF_REQUISITION_TYPE
JOBIDJob RCF_JOBIDNUMC8NUM08
RETENTION_DATEEnd of Retention Period RCF_RETENTION_DATEDATS8DATS
RETENTION_DATE_MRetention Period Maintained Manually RCF_RETENTION_DATE_MDATS8DATS
SUBAREASubarea of E-Recruiting RCF_SUBAREACHAR3RCF_SUBAREA
RECRUIT_REQUESTIdentifier of Job Assignment Activity in HR System RCF_RECRUITMENT_REQUEST_IDCHAR32SYSUUID_C
FIRST_RELEASEDDate of First Release RCF_FIRST_RELEASE_DATEDATS8DATS
STATUS_TXTExplanatory short text DDTEXTCHAR60DDTEXT
ORGID_DESCRIPTIONObject Name STEXTCHAR40TEXT40
TGROUP_TXTDescription of Interest Group RCF_TARGET_GRP_TXTCHAR40TEXT40
REQUESTED_STATUS_TXTExplanatory short text DDTEXTCHAR60DDTEXT
USERUser Name SYUNAMECHAR12SYCHAR12
FULLNAMEFull Name BU_NAME1TXCHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table RCF_S_REQUI_INFO_TEXT_WITH_MGR

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