RCJ_TCBP_TRANSFER SAP (Transfer structure of user-specific values) Structure details

Dictionary Type: Structure
Description: Transfer structure of user-specific values




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




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

RCJ_TCBP_TRANSFER 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 "Transfer structure of user-specific values" 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_RCJ_TCBP_TRANSFER TYPE RCJ_TCBP_TRANSFER.

The RCJ_TCBP_TRANSFER table consists of various fields, each holding specific information or linking keys about Transfer structure of user-specific values data available in SAP. These include CLMN_INDEN (Number of columns that the field should be indented), ROW_HEIGHT (Height of lines in bar chart), NZANZ (Display network mumber), PROF_FD (Gantt chart profile in planning board: Displayed fields).. 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: Not classified


SAP RCJ_TCBP_TRANSFER 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
WIDTH_P_CWidth per character in project planning board PS_NUMC3NUMC3PS_NUMC3
CLMN_INDENNumber of columns that the field should be indented CNT_CLMN_INDNUMC2CNT_CLMN_IND
ROW_HEIGHTHeight of lines in bar chart BCROWHEIGHINT410BCINT4
NZANZDisplay network mumber NZ_NZANZPPBCHAR1XFELD
PROF_FDGantt chart profile in planning board: Displayed fields PS_PPT_GTCHAR12Assigned to domainPS_PROF_FD
PROF_FCAPLoad chart profile in planning board: Displayed fields PS_PROF_FCAPCHAR12Assigned to domainPS_PROF_FD
PROF_FMATMaterial components profile in planning board: Displ. fields PS_PROF_FMATCHAR12Assigned to domainPS_PROF_FD
PROF_FCOSCost chart profile in planning board: Displayed fields PS_PROF_FCOSCHAR12Assigned to domainPS_PROF_FD
PROF_ORDERProfile for PM orders PS_PROF_ORDERCHAR12Assigned to domainPS_PROF_FD
DFDAUDefault values for duration DFDAUERQUAN5(1) DAUER_4_1
DAUNENormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
DFARBDefault values for work DEFARBEITQUAN7(1) ARBEIT
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
VERSN1Planning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
VERSN2Planning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
UPDTSSchedule every change PS_UPDDATSCHAR1XFELD
OBJCPIndicator: Copy objects PS_OBJCPCHAR1PS_OBJCP
EVA_VERSNProgress Version VERSN_EVCHAR3Assigned to domainALPHAVERSN_EVVERSN_EVEVVS_VERSN_EV
FRSPTIndicator: Show total float FRHSPTLGCHAR1XFELD
PFFREIIndicator: Show free buffer PS_PFFREICHAR1PS_PFFREI
VGKRTValue for crtical activities PS_VGKRTDEC3PUFFER
GRID_MODETime fence mode GRID_MODECHAR1GRID_MODE
CONSTRSet constraint PS_CONSTRAINTCHAR1PS_CONSTRAINT
SHDOWDisplay original schedule PS_SHADOWCHAR1PS_SHADOW
HORL_MODEHorizontal lines in graph area BCHORLINE_NUMC2BCHORLINE
ANZ_KALDisplay non-working time PS_ANZKALCHAR1PS_ANZKAL
TRMKSWhich set of dates should be displayed? PS_TRMNKRSNUMC1PS_TRMNKRS
TRMNLEarliest and/or latest dates PS_TRMLAGENUMC1PS_TRMLAGE
CMARTDescription on the time bar PS_COMMARTNUMC1PS_COMMART
CMPOSText position on time bar PS_COMMPOSNUMC1PS_COMMPOS
T_LEFTDescription to the left ofthe time bar CNT_LEFTCHAR20SCRTEXT_M
T_MIDDLEDescription in the time bar CNT_MIDDLECHAR20SCRTEXT_M
T_RIGHTDescription to the right of the time bar CNT_RIGHTCHAR20SCRTEXT_M
T_UPPERDescription above the time bar CNT_UPPERCHAR20SCRTEXT_M
T_DOWNDescription below the time bar CNT_DOWNCHAR20SCRTEXT_M
TMPRIDate display for several sets of dates PS_TMPRINUMC1PS_TMPRI
ANZ_TRMDisplay scheduled WBS dates PS_ANZTRMCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCJ_TCBP_TRANSFER

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