UABWEDGCALCFLAT SAP (BW Extraction: Extracted Replacement Links for Costing) Table details

Dictionary Type: Table
Description: BW Extraction: Extracted Replacement Links for Costing




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




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

UABWEDGCALCFLAT is a standard SAP Table which is used to store BW Extraction: Extracted Replacement Links for Costing data and is available within R/3 SAP systems depending on the version and release level.

The UABWEDGCALCFLAT table consists of various fields, each holding specific information or linking keys about BW Extraction: Extracted Replacement Links for Costing data available in SAP. These include FOBJ_OBJECT_ID (Object Instance ID (Representation for BW Extraction)), ACC_POBJ_ID (Partner Object Instance ID (Representation for BW Extraction), FOBJ_TYPE_NAME (Name of an Object Type), ACC_POBJ_TYPE (Name of Partner Object Type).. 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: Cannot Be Enhanced


SAP UABWEDGCALCFLAT 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 MANDTCLNT3Assigned to domainMANDT
FOBJ_OBJECT_IDObject Instance ID (Representation for BW Extraction) UABW_OBJECT_IDCHAR32
ACC_POBJ_IDPartner Object Instance ID (Representation for BW Extraction UABW_POBJECT_IDCHAR32
FOBJ_TYPE_NAMEName of an Object Type FOBJ_TYPE_NAMECHAR10FINB_TYPE_NAME
ACC_POBJ_TYPEName of Partner Object Type FOBJ_TYPE_NAME_PCHAR10ACC_TYPE_NAME
ACC_DATABASISData Basis ACC_DATABASISCHAR5Assigned to domainACC_DATABASISACC_DATABASIS

Key field Non-key field



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

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

SELECT SINGLE *
FROM UABWEDGCALCFLAT
INTO CORRESPONDING FIELDS OF WA_UABWEDGCALCFLAT
WHERE...

How to access SAP table UABWEDGCALCFLAT

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