SSFMEXPROPERTIES SAP (Migration Properties) Structure details

Dictionary Type: Structure
Description: Migration Properties




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




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

SSFMEXPROPERTIES 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 "Migration Properties" 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_SSFMEXPROPERTIES TYPE SSFMEXPROPERTIES.

The SSFMEXPROPERTIES table consists of various fields, each holding specific information or linking keys about Migration Properties data available in SAP. These include CONTEXT (SAP Smart Forms: General Indicator), LAYOUT (SAP Smart Forms: General Indicator), CONDITION_DATA (SAP Smart Forms: General Indicator), CONDITION_LAYOUT (SAP Smart Forms: General Indicator).. 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 SSFMEXPROPERTIES 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
INTERFACESAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
CONTEXTSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
LAYOUTSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
CONDITION_DATASAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
CONDITION_LAYOUTSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
ALTERNATIVE_ALLSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
ALTERNATIVE_TRUESAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
TABLESAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
TEMPLATESAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
TEXTSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
TEXT_APPENDSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
TEXT_BINDINGSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
TEXT_PLACEHOLDERSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
WINDOWSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
ADDRESSSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
GRAPHICSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
FOLDERSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
OUTPUT_OPTIONSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
HEADER_FOOTERSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
COMMAND_PAGEBREAKSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
COMMAND_RESTSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG
CODINGSAP Smart Forms: General Indicator TDSFFLAGCHAR1TDSFFLAG

Key field Non-key field



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

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

How to access SAP table SSFMEXPROPERTIES

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