BIW_ISU_EDM01 SAP (Extract Structure for EDM Remote Cube Profile Values) Structure details

Dictionary Type: Structure
Description: Extract Structure for EDM Remote Cube Profile Values




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




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

BIW_ISU_EDM01 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 "Extract Structure for EDM Remote Cube Profile Values" 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_BIW_ISU_EDM01 TYPE BIW_ISU_EDM01.

The BIW_ISU_EDM01 table consists of various fields, each holding specific information or linking keys about Extract Structure for EDM Remote Cube Profile Values data available in SAP. These include INT_UI_BW (Internal Point of Delivery Key for BW), SERVICE (Service Type), PROFROLE (Profile allocation role), PROFILE (Number of EDM Profile).. 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: Cannot Be Enhanced


SAP BIW_ISU_EDM01 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
INT_UI_BWInternal Point of Delivery Key for BW INT_UI_BWCHAR32SYSUUID_C
SERVICEService Type SERCODECHAR4Assigned to domainSERVCATTECDE
PROFROLEProfile allocation role PROFROLECHAR4Assigned to domainPROFROLE
PROFILENumber of EDM Profile E_PROFILENUMC18Assigned to domainE_PROFILEE_PROFILE
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
PROFVALCATProfile value category E_PROFVALCATNUMC2Assigned to domainE_PROFVALCAT
INTSIZEIDInterval Length ID INTSIZEIDCHAR4Assigned to domainINTSIZEID
MASSUnit of Measurement E_MASSUNIT3Assigned to domainCUNITMEINS
DAY_OFFSETDay Offset EDM_DAY_OFFSETTIMS6EEDMDAYOFFSET
TIME_ZONETime Zone for EDM Objects EDM_TIMEZONECHAR6Assigned to domainTZNZONEVTTZZ
CREATE_VALForm Replacement Values EDM_CREATE_VALCHAR1EDM_CREATE_VAL
PROF_DATEDay of profile values PROFVALDAYDATS8DATUM
PROF_TIMEInterval time PROFVALTIMETIMS6
PROF_VALUEProfile value at application level PROFVALDEC31(14)
STATObject status J_STATUSCHAR5J_STATUS
VALUE_ORIGINOrigin of Profile Values EDM_VALUE_ORIGINNUMC2EDM_VALUE_ORIGIN
SEL_STARTStart of Selection Period EDM_SEL_STARTDATS8
SEL_ENDEnd of Selection Period EDM_SEL_ENDDATS8
DIST_ROLEDifferentiate Between Profile Values by Role EDM_DIST_ROLECHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table BIW_ISU_EDM01

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