SSFCOMPPAR SAP (Smart Forms: Paragraph Formats (Runtime)) Structure details

Dictionary Type: Structure
Description: Smart Forms: Paragraph Formats (Runtime)




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




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

SSFCOMPPAR 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 Forms: Paragraph Formats (Runtime)" 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_SSFCOMPPAR TYPE SSFCOMPPAR.

The SSFCOMPPAR table consists of various fields, each holding specific information or linking keys about Smart Forms: Paragraph Formats (Runtime) data available in SAP. These include TDACTIND (STXD active index), TDPJUSTIFY (Paragraph attribute: alignment), TDPPROTPAG (Paragraph attribute: Page protection), TDPPROTNEX (Paragraph attribute: same page).. 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 SSFCOMPPAR 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
TDPARGRAPHParagraph tag in forms and styles TDPARGRAPHCHAR2TDELEMSTYL
TDACTINDSTXD active index TDACTINDINT410TDSYINDEX
TDPJUSTIFYParagraph attribute: alignment TDPJUSTIFYCHAR10TDPJUSTIFY
TDPPROTPAGParagraph attribute: Page protection TDPPROTECTCHAR1TDPPROTECT
TDPPROTNEXParagraph attribute: same page TDPSAMEPAGCHAR1TDPSAMEPAG
TDPLDISTSTDIC: paragraph, line spacing, system unit of measurement TDPLDISTSINT410TDSYSIZE
TDPTOPSTDIC: paragraph, space before, system unit of measurement TDPTOPSINT410TDSYSIZE
TDPBOTSTDIC: paragraph, space after, system unit of measurement TDPBOTSINT410TDSYSIZE
TDPLEFTSTDIC: paragraph, left margin, system unit of measurement TDPLEFTSINT410TDSYSIZE
TDPRIGHTSTDIC: paragraph, right margin, system unit of measurement TDPRIGHTSINT410TDSYSIZE
TDPENTRYSTDIC: paragraph,first line indent,system unit of measurement TDPENTRYSINT410TDSYSIZE
TDNUMLEFTSTDIC: para., left margin, outline number, system unit TDNUMLEFTSINT410TDSYSIZE
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 TDFAMILYCHAR8TFO01TDFAMILY
TDHEIGHTFont attribute: font size in 1/10 point TDFONTSIZENUMC3TDFONTSIZE
TDBOLDFont attribute bold type TDBOLDCHAR1TDTRANSMIT
TDITALICFont attribute italic TDITALICCHAR1TDTRANSMIT
TDUNDERLINFont attribute: underlined TDUNDERLINCHAR1TDTRANSMIT
TDULPOSSUnderline spacing TDULPOSSINT410TDSYSIZE
TDULTHICKSUnderline thickness TDULTHICKSINT410TDSYSIZE
TDULGREYIntensity of underline in percent TDULGREYNUMC3TDPERCENT
COLORCheckbox (yes or no) TDBOOLCHAR1TDBOOL
XREDSmart Forms: Composer color TDSFCPCOLCHAR2TDSFCPCOL
XGREENSmart Forms: Composer color TDSFCPCOLCHAR2TDSFCPCOL
XBLUESmart Forms: Composer color TDSFCPCOLCHAR2TDSFCPCOL
XTRANSSmart Forms: Composer color TDSFCPCOLCHAR2TDSFCPCOL
XURLSmart Forms: Composer color TDSFCPCOLCHAR2TDSFCPCOL

Key field Non-key field



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

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

How to access SAP table SSFCOMPPAR

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