IPW4_COM SAP (Commun. Structure for Equipment Install/Dismantle Trans.) Structure details

Dictionary Type: Structure
Description: Commun. Structure for Equipment Install/Dismantle Trans.




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




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

IPW4_COM 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 "Commun. Structure for Equipment Install/Dismantle Trans." 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_IPW4_COM TYPE IPW4_COM.

The IPW4_COM table consists of various fields, each holding specific information or linking keys about Commun. Structure for Equipment Install/Dismantle Trans. data available in SAP. These include CTIME (Time at which the InstallLoc of the equipment was changed), TZNZONE (Time Zone), SYSTEM_ID (Software Component), ACTV (Activity).. 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 IPW4_COM 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
CDATEDate on which installation location of equipment was changed INSTALLDATDATS8DATUM
CTIMETime at which the InstallLoc of the equipment was changed INSTALLTIMTIMS6ZEITBI
TZNZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
SYSTEM_IDSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
ACTV Activity0
FCODEFunction Code SYUCOMMCHAR70SYCHAR70
TOP_EQUITop-Level Equipment CCM_TOP_EQUNRCHAR18Assigned to domainALPHAEQUNR
TOP_FLOCTop-Level Functional Location CCM_TOP_TPLNRCHAR30Assigned to domainTPLNRTPLNR
PLRMV_INDPlanned Dismantling CCM_PLRMVCHAR1XFELD
UPRMV_INDUnplanned Dismantling CCM_UPRMVCHAR1XFELD
FRCFIT_INDIndicator: Forced Installation CCM_FRCFITCHAR1XFELD
FRCRMV_INDForced Dismantling CCM_FRCRMVCHAR1XFELD
SVCND_INDIndicator: Part Condition Serviceable CCM_SVCNDCHAR1XFELD
USCND_INDIndicator: Part Condition Defect CCM_USCNDCHAR1XFELD
UKCND_INDIndicator: Part Condition Undefined CCM_UKCNDCHAR1XFELD
DISM_INDIndicator Scheduled/Unscheduleded Dismantling CCM_DISM_INDCHAR1CCM_DISM_IND
ROTCOND_INDInventory Group (Part Condition) CCM_PART_CONDCHAR2CCM_PART_COND
PRNT_NOTIFIE4N: Print Notification on Saving CCM_PRNT_NOTIFCHAR1XFELD
TOPOBJCharacter field of length 40 CHAR40CHAR40CHAR40
COMMIT_MODESingle-Character Indicator CHAR1CHAR1CHAR1
TASK_CODETask Code MNCODCHAR4Assigned to domainQCODE
TASK_CGRPCode Group - Tasks MAGRPCHAR8Assigned to domainQCODEGRP
TASK_CATCatalog Type - Tasks MAKATCHAR1Assigned to domainQKATART
NOTIF_ID_KEYCharacter field of length 40 CHAR40CHAR40CHAR40
SUPPRESS_DIALOGCheckbox XFELDCHAR1XFELD
MATDOC_CREATEDNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MATYEAR_CREATEDMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
QMNUM_CREATEDNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
FCD_INDCheckbox XFELDCHAR1XFELD
SIM_MODECheckbox XFELDCHAR1XFELD
SEL_MODE IE4N Mode0
NEW_BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
NEW_VAL_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
NEW_BATCH_INDIndicator: Batch CCM_CHARGECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table IPW4_COM

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