RCJ_CUS_TFAT_40A SAP (TBAT in Rel. 4.0A for user related Customizing) Structure details

Dictionary Type: Structure
Description: TBAT in Rel. 4.0A for user related Customizing




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




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

RCJ_CUS_TFAT_40A 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 "TBAT in Rel. 4.0A for user related Customizing" 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_CUS_TFAT_40A TYPE RCJ_CUS_TFAT_40A.

The RCJ_CUS_TFAT_40A table consists of various fields, each holding specific information or linking keys about TBAT in Rel. 4.0A for user related Customizing data available in SAP. These include FMT_NAME (Name of form definition), FLD_NAME (Field identification), TC_ENTRY (Text index), FONT_NAME (Font).. 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_CUS_TFAT_40A 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 MANDTCLNT3Assigned to domainMANDT
FMT_NAMEName of form definition NETFMTKEYCHAR6Assigned to domainNETFMTKEY
FLD_NAMEField identification NETFLDKEYCHAR1Assigned to domainNETFLDKEY
TC_ENTRYText index VCTCENTRYCHAR2VCTCENTRY
FONT_NAMEFont VCFONTNAMECHAR9VCFONTNAME
FONT_BODYFont style for text in field VCFONTBODYCHAR14Assigned to domainVCFONTBODY
FONT_SIZEFont size for text in field VCFONTSIZENUMC3VCFONTSIZE
MIN_WIDTHMinimum field width in 1/100mm VCMINFWDTHNUMC5VCMINFWDTH
N_OF_LINESNumber of lines in field VCNOFLINESNUMC2VCNOFLINES
LINE_SPACELine spacing in field VCLINESPACNUMC3VCLINESPAC
FG_COLORColor of text in field VCFGCOLCHAR11Assigned to domainW_COLOR
AUTO_WRAPAutomatic line break for blanks VCAUTOWRAPCHAR1XFELD
ALL_MRGDistance between text and field border VCFAMARGNUMC5VCMARGIN
TOP_MRGDistance between text and upper border of field VCFTMARGNUMC5VCMARGIN
LEFT_MRGLeft margin in field VCFLMARGNUMC5VCMARGIN
RIGHT_MRGRight margin in field VCFRMARGNUMC5VCMARGIN
BOTTOM_MRGDistance between text and lower border of the field VCFBMARGNUMC5VCMARGIN
HOR_ALIGNHorizontal alignment of field text VCHORALIGNCHAR9VCHORALIGN
VER_ALIGNVertical alignment of field contents VCVERALIGNCHAR9VCVERALIGN
GMF_FILEName of file for the graphic symbol VCGMFFILECHAR12Assigned to domainVCGMFFILE
LOGO_WIDTHWidth of symbol VCLOGOWDTHNUMC4NUMC4
LOGO_HIGHTHeight of logo VCLOGOHGHTNUMC4NUMC4
USE_MARKFlag: Use as selection column in bar chart VCUSEMARKCHAR1XFELD
OVER_BOARDFlag: Text can exceed field border VCOVERBORDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCJ_CUS_TFAT_40A

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