SSFPARAS SAP (Smart Styles: Paragraph entry) Structure details

Dictionary Type: Structure
Description: Smart Styles: Paragraph entry




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




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

SSFPARAS 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: Paragraph 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_SSFPARAS TYPE SSFPARAS.

The SSFPARAS table consists of various fields, each holding specific information or linking keys about Smart Styles: Paragraph entry data available in SAP. These include ACTIVE (SApscript: Activation flag), STYLENAME (SAP Smart Styles: Style name), VARI (Smart Forms: Variant), TDPARGRAPH (Paragraph tag in forms and styles).. 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 SSFPARAS 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
ACTIVESApscript: Activation flag TDACTIVATECHAR1TDACTIVATE
STYLENAMESAP Smart Styles: Style name TDSSNAMECHAR30Assigned to domainTDSSNAMESSFSTYLE
VARISmart Forms: Variant TDVARIANTCHAR8TDVARIANT
TDPARGRAPHParagraph tag in forms and styles TDPARGRAPHCHAR2TDELEMSTYL
TDPJUSTIFYParagraph attribute: alignment TDPJUSTIFYCHAR10TDPJUSTIFY
TDPPROTPAGParagraph attribute: Page protection TDPPROTECTCHAR1TDPPROTECT
TDPPROTNEXParagraph attribute: same page TDPSAMEPAGCHAR1TDPSAMEPAG
TDPLDISTParagraph attribute: line spacing TDPLDISTDEC5(2) TDSIZE
TDPLDISTUParagraph attribute: unit of measurement for line spacing TDPLDISTUCHAR2TDUNITV
TDPTOPParagraph attribute: space before TDPTOPDEC5(2) TDSIZE
TDPTOPUParagraph attribute: unit of measurement for upper margin TDPTOPUCHAR2TDUNITV
TDPBOTParagraph attribute: space after TDPBOTDEC5(2) TDSIZE
TDPBOTUParagraph attribute: unit of measurement for lower margin TDPBOTUCHAR2TDUNITV
TDPLEFTParagraph attribute: left margin TDPLEFTDEC5(2) TDSIZE
TDPLEFTUParagraph attribute: unit of measurement for left margin TDPLEFTUCHAR2TDUNITH
TDPRIGHTTDIC: paragraph, right margin TDPRIGHTDEC5(2) TDSIZE
TDPRIGHTUParagraph attribute: unit of measurement for right margin TDPRIGHTUCHAR2TDUNITH
TDPENTRYParagraph attribute: first line indent TDPENTRYDEC5(2) TDSIZEV
TDPENTRYUPara. attribute: unit of measurement for first line indent TDPENTRYUCHAR2TDUNITH
TDNUMLEFTParagraph attribute: left margin for outline numbering TDNUMLEFTDEC5(2) TDSIZE
TDNUMLEFTUPara. attribute: unit of measurement for left number margin TDNUMLEFTUCHAR2TDUNITH
TDNUMBERINSmart Forms: Numbering type TDSFNUMBTYCHAR1TDSFNUMBTY
TDNUMOUTLParagraph attribute: output length for arabic numerals TDNUMOUTLNUMC2TDOUTLEN
TDNUMFIXCParagraph attribute: fixed character for outline numbering TDNUMFIXCHCHAR10TDLITERAL
TDUPPERUppercase TDUPPERCHAR1TDBOOL
TDLFIRSTPAPar. attribute : name of 'highest-level' outline paragraph TDLFIRSTPACHAR2TDELEMSTYL
TDLSTRINGString for paragraph number TDLSTRINGCHAR2TDELEMSTYL
TDLDEPTHParagraph attribute: outline level TDLDEPTHNUMC2TDLDEPTH
TDLCHAINEDParagraph attribute: outline number chaining TDLCHAINEDCHAR1TDBOOL
TDLFIRSTCParagraph attribute: Left delimiter of outline number TDLFIRSTCHCHAR10TDLITERAL
TDLLASTCParagraph attribute: Right delimiter of outline number TDLLASTCHCHAR10TDLITERAL
TDLFIRSTINTDIC paragraph outline index of the 1st outline paragraph TDLFIRSTININT410TDSYINDEX
TDLNEXTINDTDIC paragraph outline index of the next outline paragraph TDLNEXTINDINT410TDSYINDEX
TDLCOUNTTDIC outline counter TDLCOUNTINT410TDSYINDEX
TDNOBLANKSParagraph attribute for blank line suppression TDNOBLANKSCHAR1TDBOOL
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
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
CAPTIONShort Text TDTEXTCHAR30TDTEXT

Key field Non-key field



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

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

How to access SAP table SSFPARAS

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