SSFCATS SAP (Smart Styles: Catalog Entry) Structure details

Dictionary Type: Structure
Description: Smart Styles: Catalog Entry




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




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

SSFCATS 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 "Smart Styles: Catalog Entry" 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_SSFCATS TYPE SSFCATS.

The SSFCATS table consists of various fields, each holding specific information or linking keys about Smart Styles: Catalog Entry data available in SAP. These include STYLENAME (SAP Smart Styles: Style name), MASTERLANG (Language Key), VERSION (Version), FIRSTUSER (Created by).. 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 SSFCATS 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
STYLENAMESAP Smart Styles: Style name TDSSNAMECHAR30Assigned to domainTDSSNAMESSFSTYLE
MASTERLANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
VERSIONVersion TDVERSIONNUMC5TDVERSION
FIRSTUSERCreated by TDFUSERCHAR12TDUSER
FIRSTDATEDate created TDFDATEDATS8DATUM
FIRSTTIMETime Created TDFTIMETIMS6UZEIT
LASTUSERLast changed by TDLUSERCHAR12TDUSER
LASTDATEChanged On TDLDATEDATS8DATUM
LASTTIMELast Changed at TDLTIMETIMS6UZEIT
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
CAPTIONShort Text TDTEXTCHAR30TDTEXT
VARISmart Forms: Variant TDVARIANTCHAR8TDVARIANT
V_CAPTIONShort Text TDTEXTCHAR30TDTEXT
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
TDFIRSTPARDefault paragraph of style TDSFIRSTPACHAR2TDELEMSTYL
CPICharacters per inch (CPI) TDCPIDEC4(2) TDCPI
LPILines per inch (LPI) TDLPIDEC5(2) TDSIZE
TDTABDISTTab stop interval in form TDTABDISTDEC5(2) TDSIZE
TDTABDISTUUnit of measurement for tab interval in form TDTABDISTUCHAR2TDUNITH
STDFORMATCharacters TDCHAR1CHAR1TDCHAR
ACTIVESApscript: Activation flag TDACTIVATECHAR1TDACTIVATE
LANGU_VECTSmart Styles: Language vector SSFLVECTCHAR20SSFLVECT
TDFAMILYFont attribute: Name of font family TDFAMILYCHAR8Assigned to domainTDFAMILY
TDHEIGHTFont attribute: font size in 1/10 point TDFONTSIZENUMC3TDFONTSIZE
TDBOLDFont attribute bold type TDBOLDCHAR1TDTRANSMIT
TDITALICFont attribute italic TDITALICCHAR1TDTRANSMIT
TDUNDERLINFont attribute: underlined TDUNDERLINCHAR1TDTRANSMIT
TDULPOSSpacing between base line and underline TDULPOSDEC5(2) TDSIZEV
TDULPOSUUnit of measurement for underline spacing TDULPOSUCHAR2TDUNITV
TDULTHICKThickness of Underline TDULTHICKDEC5(2) TDSIZE
TDULTHICKUUnit of measurement for underline thickness TDULTHICKUCHAR2TDUNITV
TDULGREYIntensity of underline in percent TDULGREYNUMC3TDPERCENT
REDSmart Forms: Color value TDSFCOLORNUMC3TDSFCOLOR
GREENSmart Forms: Color value TDSFCOLORNUMC3TDSFCOLOR
BLUESmart Forms: Color value TDSFCOLORNUMC3TDSFCOLOR
TRANSSmart Forms: Color value TDSFCOLORNUMC3TDSFCOLOR
USEDSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG

Key field Non-key field



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

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

How to access SAP table SSFCATS

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