/ISDFPS/EQUI_CO SAP (Distribution of Equipment: Save CO Data of Central System) Table details

Dictionary Type: Table
Description: Distribution of Equipment: Save CO Data of Central System




ABAP Code to SELECT data from /ISDFPS/EQUI_CO
Related tables to /ISDFPS/EQUI_CO
Access table /ISDFPS/EQUI_CO




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

/ISDFPS/EQUI_CO is a standard SAP Table which is used to store Distribution of Equipment: Save CO Data of Central System data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/EQUI_CO table consists of various fields, each holding specific information or linking keys about Distribution of Equipment: Save CO Data of Central System data available in SAP. These include EQUNR (Equipment Number), PROID (Work Breakdown Structure Element (WBS Element)), PROIDI (Data origin for WBS element field), ANLNR (Main Asset Number).. 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: Can be enhanced (character-type)


SAP /ISDFPS/EQUI_CO 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
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
PROIDWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PROIDIData origin for WBS element field INH_PROIDICHAR1INHER
ANLNRMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLNRIData origin for asset main no./sub-no. fields INH_ANLNRICHAR1INHER
ANLUNAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ANLUNIData origin indicator INHERCHAR1INHER
AUFNRSettlement order ILOM_ORDSTCHAR12Assigned to domainALPHAAUFNRORDE
AUFNRIData origin for settlement order field INH_AUFNRICHAR1INHER
DAUFNStanding order number DAUFNCHAR12Assigned to domainALPHAAUFNRORDP
DAUFNIData origin of standing order number field INH_DAUFNICHAR1INHER
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTLIData origin for cost center field INH_KOSTLICHAR1INHER
ERDATDate on Which Record Was Created ERDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/EQUI_CO using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/EQUI_CO
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/EQUI_CO
WHERE...

How to access SAP table /ISDFPS/EQUI_CO

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