SOMFD SAP (SAPoffice: SOMF data fields) Structure details

Dictionary Type: Structure
Description: SAPoffice: SOMF data fields




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




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

SOMFD 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 "SAPoffice: SOMF data fields" 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_SOMFD TYPE SOMFD.

The SOMFD table consists of various fields, each holding specific information or linking keys about SAPoffice: SOMF data fields data available in SAP. These include CONV_EXIT (SAPoffice: Conversion exit after matchcode selection), TABLE_DESC (SAPoffice: Description of the table to be searched), KEY_FIELD (SAPoffice: Name of key field in address table), REC_FAX (SAPoffice: Name of the field for fax number).. 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: Not classified


SAP SOMFD 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
MC_NAMESAPoffice: Name of matchcode used for the search SO_MC_NAMECHAR5CHAR5
CONV_EXITSAPoffice: Conversion exit after matchcode selection SO_CONVERTCHAR5CHAR5
TABLE_DESCSAPoffice: Description of the table to be searched SO_TAB_DESCHAR50TEXT50
KEY_FIELDSAPoffice: Name of key field in address table SO_KEYFLDCHAR10SO_FELDNAM
REC_FAXSAPoffice: Name of the field for fax number SO_REC_FAXCHAR10SO_FELDNAM
REC_TITLESAPoffice: Name of field for form of address SO_REC_TTLCHAR10SO_FELDNAM
REC_NAME1SAPoffice: Name of field for first part of name SO_RECNAM1CHAR10SO_FELDNAM
REC_NAME2SAPoffice: Name of field for second part of name SO_RECNAM2CHAR10SO_FELDNAM
REC_DEPSAPoffice: Name of field for department SO_RECDEPCHAR10SO_FELDNAM
REC_PO_BOXSAPoffice: Name of field for PO box SO_RECPOBOCHAR10SO_FELDNAM
REC_STREETSAPoffice: Name of field for street SO_RECSTRTCHAR10SO_FELDNAM
REC_TOWNSAPoffice: Name of field for city SO_RECTOWNCHAR10SO_FELDNAM
REC_STATESAPoffice: Name of field for country key SO_RECSTATCHAR10SO_FELDNAM

Key field Non-key field



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

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

How to access SAP table SOMFD

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