ISUWA_ROBJ SAP (Object Data Category of Service Frequency (Data Part)) Structure details

Dictionary Type: Structure
Description: Object Data Category of Service Frequency (Data Part)




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




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

ISUWA_ROBJ 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 "Object Data Category of Service Frequency (Data Part)" 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_ISUWA_ROBJ TYPE ISUWA_ROBJ.

The ISUWA_ROBJ table consists of various fields, each holding specific information or linking keys about Object Data Category of Service Frequency (Data Part) data available in SAP. These include MANDT (Client), OBJNR (Number of service frequency), OBKNR (Object list number), OBZAE (Object list counters).. 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 (Deep)


SAP ISUWA_ROBJ 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
EWAOBJ 0
MANDTClient MANDTCLNT3MANDT
OBJNRNumber of service frequency EOBJNRCHAR10ALPHAEOBJNR
OBKNRObject list number OBJKNRINT410OBJKN
OBZAEObject list counters OBJZAINT410OBZAE
ANLAGEInstallation ANLAGECHAR10ALPHAANLAGEANLEANL
OPERANDOperand E_OPERANDCHAR10E_OPERANDOPEH_TE221
OPLFDNRConsecutive number of an operand OPLFDNRNUMC4LFDNR4
SERVLOCLocation of Container SERVLOCCHAR30TPLNRTPLNRGEPESERVLOC
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
EQUNREquipment Number EQUNRCHAR18ALPHAEQUNREQNEQUI
ADRNRAddress number AD_ADDRNUMCHAR10ALPHAAD_ADDRNUMADR
CHANGEABLEContainer category can be replaced KENNZBEHCHAR1KENNZX
PRODUCT_AREAService Area PRODUCT_AREACHAR2PRODUCT_ID
WASTE_TYPEWaste WASTE_TYPECHAR18MATN1MATNRMATMAT1
BEH_TYPEContainer category BEH_TYPECHAR18MATN1MATNRMATMAT1
ROUTE_MAINPlanned Waste Disposal Order Route EROUTECHAR10ALPHAEROUTEEROUTEEROUTE_MAIN
LOGIKNRLogical device number LOGIKNRNUMC18LOGIKNR
DEVGRPContainer Group BEHGRPCHAR8ALPHADEVGRPDGP
KOMPFAKTWaste Billing Factor E_FAKTORCHAR12CHAR12EFAKTOR
ROBCleaning Object EEWA_CLEAN_ROBCHAR16ALPHAROBEROBEEWA_ROB_F4_ALL
WINTERLEVELWinter Maintenance Level EEWA_WINTERLEVELCHAR3EEWA_WINTERLEVEL
REGPOLITPolitical regional structure element REGPOLITCHAR8REGPOLITTE227
COUNTRYCountry Key LAND1CHAR3LAND1LND
OUTL_CONOutline Contract OUTL_CONCHAR10ALPHAOUTL_CONOUTL_CONEVER
WDPLANTIdentification of Waste Disposal Facility EWAEL_WDPLANTNRCHAR20ALPHAEWAEL_WDPLANTNREWAEL_WDPLANTNREWAEL_WDPLANT
WASTE_WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
WASTE_LGORTDestination: Storage location in plant LGORTZCHAR4LGORT
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
EHS_PARTNERWaste Management Business Partner EHS_PARTNERCHAR10ALPHAEHS_PARTNER
INTAPPNOWaste Approval EWA_EHS_APPNOINTCHAR10ALPHAEWA_EHS_APPNOINT
APPNOAuthority-Assigned Waste Approval Number EWA_EHS_APPNOCHAR20ALPHAEWA_EHS_APPNO
RECNUnique ID Number for Integration with EHS EWAEHS_GUIDCHAR32
WAKEYIDEWaste Code EHS_WAKEYIDECHAR132TEXT132
WAKEYCATLGWaste Catalog EHS_WAKEYCATLGCHAR132TEXT132
MNAMINDisposal Quantity (Planning) EHS_MNAMINQUAN13(3) MENG13
MNAMQINUnit of Measure for Outgoing Quantity EHS_MNAMQINUNIT3CUNITMEINS
MNINO_UNSDisposal Document EWA_EHSWAE_MNINOCHAR15CHAR15
MNINO_BGSDisposal Document EWA_EHSWAE_MNINOCHAR15CHAR15
TRANSPORTERWaste Management Business Partner EHS_PARTNERCHAR10ALPHAEHS_PARTNER
DISPOSERWaste Management Business Partner EHS_PARTNERCHAR10ALPHAEHS_PARTNER
RECNWAKEYWaste Code (RECN) EHS_WAKEYNUMC20ALPHAESDRECN
E_WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
E_LGORTStorage Location LGORT_DCHAR4LGORTLAG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD
EWAOBJH 0
EWAOBJH_AAT 0

Key field Non-key field



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

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

How to access SAP table ISUWA_ROBJ

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