ECAMIOPRCI SAP (IS-U: Parked Document: Contracts and Installations) Table details

Dictionary Type: Table
Description: IS-U: Parked Document: Contracts and Installations




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




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

ECAMIOPRCI is a standard SAP Table which is used to store IS-U: Parked Document: Contracts and Installations data and is available within R/3 SAP systems depending on the version and release level.

The ECAMIOPRCI table consists of various fields, each holding specific information or linking keys about IS-U: Parked Document: Contracts and Installations data available in SAP. These include PRDOC (Parked Document Number), ANLAGE (Installation), PRGUID (GUID for Parked Document Error Handling), CRM_PRODUCT (Template for Creating Contract).. 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 or numeric)


SAP ECAMIOPRCI 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
PRDOCParked Document Number ECAMIO_PRDOCCHAR12ECAMIOPRHEADALPHAECAMIO_PRDOCECAMIOPR
ANLAGEInstallation ANLAGECHAR10EANLALPHAANLAGEANLEANL
PRGUIDGUID for Parked Document Error Handling ECAMIO_PRGUIDRAW16SYSUUID
CRM_PRODUCTTemplate for Creating Contract ECAMIO_PRODUCTCHAR40ESALES_CRM_PRODUCTECAMIO_PRODUCT
PRODIDNode to Describe Master Data Template EPD_PRODIDCHAR20EPDPRODEPD_PRODIDEPD_PRODID
STATUSParked Document Status ECAMIO_STATUSCHAR2ECAMIO_STATUS
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
XMOVEINIndicator: Create Move-In ECAMIO_XMOVEINCHAR1KENNZX
XMOVEOUTIndicator: Create Move-Out ECAMIO_XMOVEOUTCHAR1KENNZX
XMOVEOUTPREDEnd Previous Contract with Move-Out ECAMIO_XMOVEOUTPREDCHAR1KENNZX
XBBPCREATEIndicator: Create Budget Billing Plan or Payment Plan ECAMIO_XBBPCREATECHAR1KENNZX
ABSBETRWBudget billing amount in transaction currency ABSBETRWCURR13(2) WRTV7
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
STARTYEARBeginning year of payment plan E_START_YEARNUMC4E_JAHRPYPSY
CHGRSNReason for Change to Budget Billing Amount ECHGRSNCHAR2TE641ECHGRSN
SEC_TOT_AMOUNTRequested Amount for Security Deposit REQUEST_KKCURR11(2) WERT6
SEC_REASONReason for Requesting a Security Deposit REASON_KKCHAR4TFK_SEC_REASONREASON_KK
SECWAIVEREASReason for exemption from security SECWAIVEREASCHAR4ESECWRSECWAIVEREAS
SERVICEIDService Provider SERVICE_PROVCHAR10ESERVPROVSERVICE_PROVEESERVPROVIDSERVICEPROVIDER
INVOICING_PARTYService Provider That Invoices the Contract INVOICING_PARTYCHAR10ESERVPROVSERVICE_PROVSERVICEPROVIDER
SERVPROV_PAYPayment Class SERVPROV_PAYCHAR4ESERVPROV_PAYSERVPROV_PAY
PYPLTPayment plan type E_PYPLTCHAR4TE015E_PYPLTPYPT
PYPLSStarting month of payment plan E_PYPLSNUMC2MONTHPYPS
PYPLAAlternative start month of payment plan E_PYPLANUMC2MONTHPYPA

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECAMIOPRCI
INTO CORRESPONDING FIELDS OF WA_ECAMIOPRCI
WHERE...

How to access SAP table ECAMIOPRCI

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