KE1_WU_IM_ITEM SAP (PCA Where-Used List: Itemization for Real Estate) Table details

Dictionary Type: Table
Description: PCA Where-Used List: Itemization for Real Estate




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




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

KE1_WU_IM_ITEM is a standard SAP Table which is used to store PCA Where-Used List: Itemization for Real Estate data and is available within R/3 SAP systems depending on the version and release level.

The KE1_WU_IM_ITEM table consists of various fields, each holding specific information or linking keys about PCA Where-Used List: Itemization for Real Estate data available in SAP. These include RUNID (PCA Where-Used List: Run), APPL (PCA Where-Used List: Application Key), SUBKEY (5 Character Numeric NUMC), PRCTR (Profit Center).. 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 KE1_WU_IM_ITEM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RUNIDPCA Where-Used List: Run KE1_WU_IDNUMC5Assigned to domainKE1_WU_IDKE1_WU_ID
APPLPCA Where-Used List: Application Key KE1_WU_APPLCHAR2KE1_WU_APPL
SUBKEY5 Character Numeric NUMC NUMC5NUMC5NUM5
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OBJIDObject Identification In Output Format (With Object Type) J_OBJNR_OUTCHAR50CHAR50
OBART_TXTObject Type (20 Characters) FAGL_OBART_TXT20CHAR20TEXT20
TEXTDescription FAGL_DESCRCHAR60
OBTYPObjects for Real Estate IMKEY (as from Rel. 3.0) VVIMKOBCHAR2Assigned to domainVVIMKOB
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SGRNRProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
SGENRBuilding Number SGENRCHAR8Assigned to domainSGENRSGENRGEBMCGE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
RECNNRReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
SEMPSLSettlement Unit SEMPSLCHAR5Assigned to domainALPHASEMPSLEMPMCEM
SNKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO

Key field Non-key field



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

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

SELECT SINGLE *
FROM KE1_WU_IM_ITEM
INTO CORRESPONDING FIELDS OF WA_KE1_WU_IM_ITEM
WHERE...

How to access SAP table KE1_WU_IM_ITEM

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