TECAMIOVAR SAP (IS-U: Pre-entry Variants) Table details

Dictionary Type: Table
Description: IS-U: Pre-entry Variants




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




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

TECAMIOVAR is a standard SAP Table which is used to store IS-U: Pre-entry Variants data and is available within R/3 SAP systems depending on the version and release level.

The TECAMIOVAR table consists of various fields, each holding specific information or linking keys about IS-U: Pre-entry Variants data available in SAP. These include PRVAR (Parking Variant), MI_PRODID (Mast.Data Temp. for Bus.Ptnr.and Acc.Cont. during Move-In), MO_PRODID (Mast.Data Temp. for Bus.Ptnr.and Acc.Cont. During Move-Out), PROPOSE_DATE (Indicator: Propose System Date as Move-in and Move-out Date).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TECAMIOVART


SAP TECAMIOVAR 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
PRVARParking Variant ECAMIO_PRVARCHAR4ECAMIO_PRVAR
MI_PRODIDMast.Data Temp. for Bus.Ptnr.and Acc.Cont. during Move-In ECAMIO_PRODID_MICHAR20EPDPRODEPD_PRODIDECAMIO_PRODID_BPARTNER
MO_PRODIDMast.Data Temp. for Bus.Ptnr.and Acc.Cont. During Move-Out ECAMIO_PRODID_MOCHAR20EPDPRODEPD_PRODIDECAMIO_PRODID_BPARTNER
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 TECAMIOVAR using ABAP code

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

SELECT SINGLE *
FROM TECAMIOVAR
INTO CORRESPONDING FIELDS OF WA_TECAMIOVAR
WHERE...

How to access SAP table TECAMIOVAR

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