BIW_ISU_DEVICEH_ATTR SAP (BW Extraction View for Historical Device Master Rec. (EGERH)) Structure details

Dictionary Type: Structure
Description: BW Extraction View for Historical Device Master Rec. (EGERH)




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




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

BIW_ISU_DEVICEH_ATTR 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 "BW Extraction View for Historical Device Master Rec. (EGERH)" 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_DEVICEH_ATTR TYPE BIW_ISU_DEVICEH_ATTR.

The BIW_ISU_DEVICEH_ATTR table consists of various fields, each holding specific information or linking keys about BW Extraction View for Historical Device Master Rec. (EGERH) data available in SAP. These include EQUNR (Equipment Number), BIS (Date at Which a Time Slice Expires), AB (Date from which time slice is valid), KOMBINAT (Combination of a device category).. 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: Can be enhanced (character-type or numeric)


SAP BIW_ISU_DEVICEH_ATTR 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
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
KOMBINATCombination of a device category KOMBINATCHAR8KOMBINAT
LOGIKNRLogical device number LOGIKNRNUMC18LOGIKNR
ZWGRUPPERegister Group E_ZWGRUPPECHAR8ALPHAGEGSTEZGEZWG
EINBDATInstallation date EINBDATDATS8DATUM
AUSBDATDevice removal date AUSBDATDATS8DATUM
GERWECHSActivity reason GERWECHSCHAR2Assigned to domainGERWECHS
DEVLOCDevice Location DEVLOCCHAR30Assigned to domainTPLNRTPLNRGEPEGPL
WGRUPPEWinding group WGRUPPECHAR8ALPHAGEGSTEWK
LOEVMDeletion Indicator LOEVMCHAR1XFELD
UPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD
LOSSDTGROUPLoss Determination Group E_LOSSDTGROUPCHAR8TE1001E_LOSSDTGROUP
RATINGPower Transformer: Rating E_RATINGCHAR11TE1002RAT11E_RATING_CHAR
P_VOLTAGEPower Transformer: Primary Voltage E_P_VOLTAGECHAR8TE1002PVOLTE_P_VOLTAGE_CHAR
S_VOLTAGEPower Transformer: Secondary Voltage E_S_VOLTAGECHAR8TE1002SVOLTE_S_VOLTAGE_CHAR
AMSAdvanced Metering System E_AMI_AMSCHAR4Assigned to domainE_AMI_AMS
AMCG_CAP_GRPAdvanced Meter Capability Group (AMCG) E_AMI_AMCG_CAP_GRPNUMC4E_AMI_CAP_GRP
MSG_ATTR_IDMessage Attribute E_AMI_MSG_ATTR_IDNUMC4Assigned to domainE_AMI_MSG_ATTR_ID

Key field Non-key field



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

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

How to access SAP table BIW_ISU_DEVICEH_ATTR

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