ECAMIOPRHEAD SAP (IS-U: Parked Document: Header Data) Table details

Dictionary Type: Table
Description: IS-U: Parked Document: Header Data




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




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

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

The ECAMIOPRHEAD table consists of various fields, each holding specific information or linking keys about IS-U: Parked Document: Header Data data available in SAP. These include PRDOC (Parked Document Number), PRGUID (GUID for Parked Document Error Handling), PROCESS (Parking Process), STATUS (Parked Document Status).. 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 ECAMIOPRHEAD 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_PRDOCCHAR12ALPHAECAMIO_PRDOCECAMIOPR
PRGUIDGUID for Parked Document Error Handling ECAMIO_PRGUIDRAW16SYSUUID
PROCESSParking Process ECAMIO_PROCESSCHAR1ECAMIO_PROCESS
STATUSParked Document Status ECAMIO_STATUSCHAR2ECAMIO_STATUS
LOCKEDIndicator: Parked Document is Locked ECAMIO_PRLOCKEDCHAR1KENNZX
PRVARParking Variant ECAMIO_PRVARCHAR4TECAMIOVARECAMIO_PRVAR
XUCESCheckbox XFELDCHAR1XFELD
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
XNEWPARTNERIndicators KENNZXCHAR1KENNZX
XNEWACCOUNTIndicators KENNZXCHAR1KENNZX
EINZDATMove-In Date EINZDATDATS8DATUM
BEZUGSDATActual move-in date BEZUGSDATDATS8DATUM
UEBADRStandard address of move-in customer adjusted UEBADRCHAR1KENNZX
MI_TEXTUser-Defined Text for Move-In ECAMIO_MITEXTCHAR132TDSTXLLINE
AUTBEGRCreate welcome letter automatically AUTBEGRCHAR1KENNZX
AUSZDATMove-Out Date AUSZDATDATS8DATUM
DEPARTUREDATEActual move-out date EDEPARTUREDATEDATS8DATUM
OHNEEINZMove-out w/o move-in OHNEEINZCHAR2EOHNEEINZOHNEEINZ
MO_TEXTUser-Defined Text for Move-Out ECAMIO_MOTEXTCHAR132TDSTXLLINE
AUTBESTMove-out confirmation created automatically AUTBESTCHAR1KENNZX
PROPOSE_DATEIndicator: Propose System Date as Move-in and Move-out Date ECAMIO_PROPOSE_DATECHAR1KENNZX
CONTACTIndicator: Create Contact for Parked Document ECAMIO_CONTACTCHAR1KENNZX
SAVE_IMMEDIATELYIndicator: Save Immediately ECAMIO_SAVE_IMMEDIATELYCHAR1KENNZX
NOTICENotes for Parked Document ECAMIO_NOTICECHAR1ECAMIO_VISIBLE
SEP_MIDOCFlag: Create separate move-in documents ECAMIO_SEP_MIDOCCHAR1KENNZX

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECAMIOPRHEAD
INTO CORRESPONDING FIELDS OF WA_ECAMIOPRHEAD
WHERE...

How to access SAP table ECAMIOPRHEAD

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