SSFCOMPOP SAP (SAP Smart Forms: Smart Composer (transfer) options) Structure details

Dictionary Type: Structure
Description: SAP Smart Forms: Smart Composer (transfer) options




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




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

SSFCOMPOP 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 "SAP Smart Forms: Smart Composer (transfer) options" 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_SSFCOMPOP TYPE SSFCOMPOP.

The SSFCOMPOP table consists of various fields, each holding specific information or linking keys about SAP Smart Forms: Smart Composer (transfer) options data available in SAP. These include TDTELELAND (Country Key), TDTELENUM (Telecommunications partner), TDTELENUME (Telecommunications partner), TDFAXUSER (SAPoffice user name).. 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: Cannot Be Enhanced


SAP SSFCOMPOP 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
TDTELELANDCountry Key LAND1CHAR3T005LAND1LND
TDTELENUMTelecommunications partner SKTELNRCHAR30TDTELENUM
TDTELENUMETelecommunications partner SKTELNRCHAR30TDTELENUM
TDFAXUSERSAPoffice user name SO_USR_NAMCHAR12USERNAME
FAXFORMAT3-Byte field CHAR3CHAR3CHAR3
TDSCHEDULESend time request SKSCHEDULECHAR3SKSCHEDULE
TDSENDDATERequested send date SKDATEDATS8SKDATE
TDSENDTIMERequested send time SKTIMETIMS6SKTIME
BCS_REQSTRequested Status BCS_RQSTCHAR1BCS_RQST
BCS_STATUSSetting for Which Statuses Are Reported by Mail BCS_STMLCHAR1BCS_STML
BCS_COMMITIndicator for COMMIT WORK in Dialog Mode BCS_COMMITCHAR1BCS_COMMIT
BCS_LANGULanguage key TDSPRASLANG1Assigned to domainISOLASPRAS
TDARMODPrint: Archiving mode SYARMODCHAR1SYARMOD
TDNOARMCHNo changes by user in the archiving mode TDNOARMCHCHAR1TDBOOL
TDARCCOPSmart Forms: Indicator whether to archive copies TDARCCOPCHAR1TDSFFLAG
TDTITLETitle in dialog box TDTITLECHAR50TDTITLE
TDNOPREVNo print preview TDNOPREVCHAR1TDBOOL
TDNOPRINTNo printing from print preview TDNOPRINTCHAR1TDBOOL
TDNOARCHNo archiving from print preview TDNOARCHCHAR1TDBOOL
TDIEXITImmediate exit after printing/faxing from print preview TDIMMEXITCHAR1TDBOOL
TDDATASETSpool request: Name RSPO0NAMECHAR6CHAR6
TDSUFFIX1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
TDSUFFIX2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
TDCOVTITLESpool Description SYPRTXTCHAR68SYCHAR68K
TDDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
TDPRINTERSpool: Device type name RSPOPTYPECHAR8Assigned to domainRSPOPTYPESPOOL_PTYPE
RQPOSNAMESpool: Long name of printers for host spooler RSPOPRNAMECHAR50TEXT50
TDNEWIDNew Spool Request SYPRNEWCHAR1SYCHAR01
TDIMMEDImmediate Spool Print SYPRIMMCHAR1SYCHAR01
TDDELETEImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
TDLIFETIMESpool Retention Period SYPEXPINUMC1SYNUM01
TDAUTORITYPrint: Authorization SYPRBERCHAR12SYCHAR12SAU
TDFINALSpool request completed RSPOFINALCHAR1CHAR1
SPONUMIVNumber range number NRNRCHAR2CHAR2
PRINTTICKETName of a print ticket POSS_PRINTTICKETNAMECHAR30
TDCOVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
TDRECEIVERSpool Recipient Name SYPRRECCHAR12SYCHAR12
TDDIVISIONSpool Department Name SYPRABTCHAR12SYCHAR12K
TDCOPIESNumber of Copies TDSFCOPIESNUMC3TDCOPIES
TDGROUPGrouping Copies TDGROUPCHAR1TDGROUP
TDPAGESLCTPages selected for printing TDPAGESLCTCHAR60TDPAGESLCT
URLCALLName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
XSFCMODESAP Smart Forms: XSF/XDF Status set by Caller SSFXSFCMODCHAR1SSFXSFCMOD
XSFXSF Output active/inactive SSFXSFCHAR1TDBOOL
XSFOUTMODESAP Smart Forms: XSF output mode SSFXSFOMODCHAR1SSFXSFOMOD
XSFOUTDEVSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
XSFFORMATSAP Smart Forms: Formatted XSF Output SSFXSFFRMTCHAR1TDBOOL
XSFACTIONSAP Smart Forms: URL SSFACTIONCHAR255SSFURL
XSFPARS 0
XDFCMODESAP Smart Forms: XSF/XDF Status set by Caller SSFXSFCMODCHAR1SSFXSFCMOD
XDFSAP Smart Forms: XDF Output Active SSFXDFCHAR1TDBOOL
XDFOUTMODESAP Smart Forms: XDF Output Mode SSFXDFOMODCHAR1SSFXDFOMOD
XDFOUTDEVSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
XDF2CMODESAP Smart Forms: XSF/XDF Status set by Caller SSFXSFCMODCHAR1SSFXSFCMOD
XDF2SAP Smart Forms: XDF Output Active SSFXDFCHAR1TDBOOL
XDF2OUTMODESAP Smart Forms: XDF Output Mode SSFXDFOMODCHAR1SSFXDFOMOD
XDF2OUTDEVSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME

Key field Non-key field



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

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

How to access SAP table SSFCOMPOP

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