MOM052_FS SAP (Workplace Address Usages) Table details

Dictionary Type: Table
Description: Workplace Address Usages




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




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

MOM052_FS is a standard SAP Table which is used to store Workplace Address Usages data and is available within R/3 SAP systems depending on the version and release level.

The MOM052_FS table consists of various fields, each holding specific information or linking keys about Workplace Address Usages data available in SAP. These include PARTNER_GUID (Business Partner GUID), RECORD_GUID (GUID for Workplace Address Usages), ADDRESS_GUID (GUID of a Business Partner Workplace Address), ADDRESS_KIND (Address Type of a Workplace Address).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP MOM052_FS 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
CLIENTClient MANDTCLNT3T000MANDT
PARTNER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
RECORD_GUIDGUID for Workplace Address Usages BU_WP_ADDR_USAGE_REC_GUIDRAW16SYSUUID
ADDRESS_GUIDGUID of a Business Partner Workplace Address BU_WP_ADDRESS_GUIDRAW16MOM052SYSUUID
ADDRESS_KINDAddress Type of a Workplace Address BU_WP_ADDR_KINDCHAR10TB509BU_WP_ADDR_KIND
XDFADUIndicator: Standard Address Usage BU_XDFADUCHAR1XFELD
FROM_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
TO_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table MOM052_FS using ABAP code

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

SELECT SINGLE *
FROM MOM052_FS
INTO CORRESPONDING FIELDS OF WA_MOM052_FS
WHERE...

How to access SAP table MOM052_FS

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