SFSG_INIT_SETTINGS_DYN SAP (Fastsearch Admin. - Status of the Customizing Parameters) Structure details

Dictionary Type: Structure
Description: Fastsearch Admin. - Status of the Customizing Parameters




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




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

SFSG_INIT_SETTINGS_DYN 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 "Fastsearch Admin. - Status of the Customizing Parameters" 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_SFSG_INIT_SETTINGS_DYN TYPE SFSG_INIT_SETTINGS_DYN.

The SFSG_INIT_SETTINGS_DYN table consists of various fields, each holding specific information or linking keys about Fastsearch Admin. - Status of the Customizing Parameters data available in SAP. These include SYSTEM_GUID_STAT (Replication Framework - Status Traffic Light), PROTTAB_CNT_VAL (Replication Framework - Counter Value), PROTTAB_CNT_STAT (Replication Framework - Status Traffic Light), TRG_CNT_VAL (Replication Framework - Counter Value).. 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 (Deep)


SAP SFSG_INIT_SETTINGS_DYN 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
SYSTEM_GUID_VALGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
SYSTEM_GUID_STATReplication Framework - Status Traffic Light SFSRFW_INDEX_STATUS_LIGHTCHAR132SYCHAR132
PROTTAB_CNT_VALReplication Framework - Counter Value SFSRFW_NUMBER_COUNTERNUMC5
PROTTAB_CNT_STATReplication Framework - Status Traffic Light SFSRFW_INDEX_STATUS_LIGHTCHAR132SYCHAR132
TRG_CNT_VALReplication Framework - Counter Value SFSRFW_NUMBER_COUNTERNUMC5
TRG_CNT_STATReplication Framework - Status Traffic Light SFSRFW_INDEX_STATUS_LIGHTCHAR132SYCHAR132
TASK_CNT_VALReplication Framework - Counter Value SFSRFW_NUMBER_COUNTERNUMC5
TASK_CNT_STATReplication Framework - Status Traffic Light SFSRFW_INDEX_STATUS_LIGHTCHAR132SYCHAR132
TREX_RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
TREX_RFC_ERROR_TXTFast Search Error Text SFS_ERROR_TEXTSTRG0
TREX_RFC_STATReplication Framework - Status Traffic Light SFSRFW_INDEX_STATUS_LIGHTCHAR132SYCHAR132
SQL_SERVER_DESTLogical name for a database connection DBCON_NAMECHAR30Assigned to domainDBCON_NAME
SQL_SERVER_ERROR_TXTFast Search Error Text SFS_ERROR_TEXTSTRG0
SQL_SERVER_STATReplication Framework - Status Traffic Light SFSRFW_INDEX_STATUS_LIGHTCHAR132SYCHAR132
TREX_SCHED_RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
TREX_SCHED_RFC_ERROR_TXTFast Search Error Text SFS_ERROR_TEXTSTRG0
TREX_SCHED_RFC_STATReplication Framework - Status Traffic Light SFSRFW_INDEX_STATUS_LIGHTCHAR132SYCHAR132
TREX_SCHED_STATReplication Framework - Status Traffic Light SFSRFW_INDEX_STATUS_LIGHTCHAR132SYCHAR132
SCHEDULER_TASK_NAME scheduler task name0
SAP_SYSTEM_NAME sap system name0
LOGON_USER_NAME logon user name0
PASSWORD password0
BOOLEAN boolean0
LOGICAL_NAME logical name0
SYSTEM_TIME 0
NAME_SPACE 0

Key field Non-key field



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

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

How to access SAP table SFSG_INIT_SETTINGS_DYN

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