/IWFND/C_DFSYAL SAP (Customizing table 'System Alias' for 'Destination Finder') Table details

Dictionary Type: Table
Description: Customizing table 'System Alias' for 'Destination Finder'




ABAP Code to SELECT data from /IWFND/C_DFSYAL
Related tables to /IWFND/C_DFSYAL
Access table /IWFND/C_DFSYAL




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

/IWFND/C_DFSYAL is a standard SAP Table which is used to store Customizing table 'System Alias' for 'Destination Finder' data and is available within R/3 SAP systems depending on the version and release level.

The /IWFND/C_DFSYAL table consists of various fields, each holding specific information or linking keys about Customizing table 'System Alias' for 'Destination Finder' data available in SAP. These include SYSTEM_ALIAS (SAP System Alias), IS_LOCAL_IWF (Indicates that the System Alias Points to Local GW Instance), SOFTWARE_VERSION (Software Version), RFC_DEST (Logical RFC Destination - Points to SAP system).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = /IWFND/C_DFSYALT


SAP /IWFND/C_DFSYAL table 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
MANDTClient MANDTCLNT3T000MANDT
SYSTEM_ALIASSAP System Alias /IWFND/DEFI_SYSTEM_ALIASCHAR16/IWFND/DEFI_SYSTEM_ALIAS
IS_LOCAL_IWFIndicates that the System Alias Points to Local GW Instance /IWFND/DEFI_IS_LOCAL_IWFCHAR1BOOLE
SOFTWARE_VERSIONSoftware Version /IWFND/INMA_SOFTWARE_VERSIONCHAR16/IWFND/I_COCCOL/IWFND/COR_COMPONENT_ID
RFC_DESTLogical RFC Destination - Points to SAP system /IWFND/DEFI_RFC_DESTCHAR32RFCDESRFCDEST
RFC_DEST_EXPL_USLogical RFC Destination - Points to SAP syst - Explicit User /IWFND/DEFI_RFC_DEST_EXPL_USERCHAR32RFCDESRFCDEST
WS_PROVIDER_SYSTWebservice Provider System /IWFND/DEFI_PROVIDER_SYSTEMCHAR120/IWFND/DEFI_PROVIDER_SYSTEM
DB_CON_NAMEDatabase connection name - Points to HANA system /IWFND/DEFI_HANA_DB_CONCHAR30DBCONDBCON_NAME
IS_FOR_BEPIndicates that the System Alias is to be used by BEP /IWFND/DEFI_IS_FOR_BEPCHAR1BOOLE
TARGET_SYSIDTarget System ID /IWFND/DEFI_TARGET_SYSIDCHAR8SYCHAR08
TARGET_CLIENTTarget Client /IWFND/DEFI_TARGET_CLIENTCLNT3

Key field Non-key field



How do I retrieve data from SAP table /IWFND/C_DFSYAL using ABAP code

The following ABAP code Example will allow you to do a basic selection on /IWFND/C_DFSYAL to SELECT all data from the table
DATA: WA_/IWFND/C_DFSYAL TYPE /IWFND/C_DFSYAL.

SELECT SINGLE *
FROM /IWFND/C_DFSYAL
INTO CORRESPONDING FIELDS OF WA_/IWFND/C_DFSYAL
WHERE...

How to access SAP table /IWFND/C_DFSYAL

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