EFG_STR_TRANSPORT_OPTIONS SAP (Options for Writing Transport Requests) Structure details

Dictionary Type: Structure
Description: Options for Writing Transport Requests




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




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

EFG_STR_TRANSPORT_OPTIONS 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 "Options for Writing Transport Requests" 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_EFG_STR_TRANSPORT_OPTIONS TYPE EFG_STR_TRANSPORT_OPTIONS.

The EFG_STR_TRANSPORT_OPTIONS table consists of various fields, each holding specific information or linking keys about Options for Writing Transport Requests data available in SAP. These include TRANSPORT_OPTION (Option for Transport), FLG_FORM (General Indicator), FLG_FORMKEY (General Indicator), FLG_FORM (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: Can be enhanced (character-type or numeric)


SAP EFG_STR_TRANSPORT_OPTIONS 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
FLG_FORMKEYGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
TRANSPORT_OPTIONOption for Transport EFG_DTE_TRANSPORT_OPTIONCHAR3EFG_TRANSPORT_OPTION
FLG_FORMGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_FORMKEYGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_FORMGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_TEXTSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_TEXTSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_INCLUDESGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_LINKSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_INCLUDESGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_LINKSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_LANGUSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
FLG_LANGUSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
COUNT_LINESRow Index of Internal Tables SYTABIXINT410SYST_LONG
NO_LINKSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
COUNT_LINESRow Index of Internal Tables SYTABIXINT410SYST_LONG
NO_LINKSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
ONLY_LINKSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
ONLY_LINKSGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
ONLY_SMARTFORMGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
ONLY_SMARTFORMGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
ONLY_ONE_LANGUAGEGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
NO_INCLUDESGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
ONLY_ONE_LANGUAGEGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
VARTEXTError message text - long text of the error TEXT70CHAR70TEXT70
NO_INCLUDESGeneral Indicator EFG_DTE_FLAGCHAR1EFG_FLAG
VARTEXTError message text - long text of the error TEXT70CHAR70TEXT70
REQTYPE_FORMKEYType of Transport Request EFG_DTE_TRANSPORT_TYPECHAR4EFG_TRANSPORT_TYPE
REQTYPE_FORMType of Transport Request EFG_DTE_TRANSPORT_TYPECHAR4EFG_TRANSPORT_TYPE
REQTYPE_TEXTSType of Transport Request EFG_DTE_TRANSPORT_TYPECHAR4EFG_TRANSPORT_TYPE
REQTYPE_INCLUDESType of Transport Request EFG_DTE_TRANSPORT_TYPECHAR4EFG_TRANSPORT_TYPE
REQTYPE_A1TType of Transport Request EFG_DTE_TRANSPORT_TYPECHAR4EFG_TRANSPORT_TYPE

Key field Non-key field



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

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

How to access SAP table EFG_STR_TRANSPORT_OPTIONS

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