TCM_D_IV_INDEX SAP (TM 7.0 TCM-ERP Invoice Integration Indextable) Table details

Dictionary Type: Table
Description: TM 7.0 TCM-ERP Invoice Integration Indextable




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




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

TCM_D_IV_INDEX is a standard SAP Table which is used to store TM 7.0 TCM-ERP Invoice Integration Indextable data and is available within R/3 SAP systems depending on the version and release level.

The TCM_D_IV_INDEX table consists of various fields, each holding specific information or linking keys about TM 7.0 TCM-ERP Invoice Integration Indextable data available in SAP. These include TSP_ID (Business Partner), SFIR_ID (Freight Settlement Document), SOR_ID (Shipment Order), FOR_ID (Freight Order).. 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 TCM_D_IV_INDEX 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TSP_IDBusiness Partner ERPTMS_PARTY_IDCHAR10ALPHAERPTMS_DO_10
SFIR_IDFreight Settlement Document ERPTMS_SFIR_IDCHAR20ALPHAERPTMS_DO_20
SOR_IDShipment Order ERPTMS_SOR_IDCHAR35ALPHAERPTMS_DO_35
FOR_IDFreight Order ERPTMS_FOR_IDCHAR35ALPHAERPTMS_DO_35
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
IVP_IDBusiness Partner ERPTMS_PARTY_IDCHAR10ALPHAERPTMS_DO_10
AWB_IDAir Waybill ERPTMS_AWB_IDCHAR35ALPHAERPTMS_DO_35
BOL_IDBill of Lading ERPTMS_BOL_IDCHAR35ALPHAERPTMS_DO_35
VOYAGE_IDVoyage Number ERPTMS_VOYAGE_IDCHAR10ALPHAERPTMS_DO_10
FLIGHT_IDFlight Number ERPTMS_FLIGHT_IDCHAR7ALPHAERPTMS_DO_07
SRCE_LOCLocation ERPTMS_LOCATION_IDCHAR20ALPHAERPTMS_DO_20
DEST_LOCLocation ERPTMS_LOCATION_IDCHAR20ALPHAERPTMS_DO_20
TRANSF_DTransfer Date ERPTMS_TRSF_DDATS8
DEL_DDelivery Date ERPTMS_DELV_DDATS8
PICKUP_DPick-Up Date ERPTMS_PICKUP_DDATS8
PO_IDPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
CPUDTSystem Entry Date ERPTMS_DATEDATS8
CPUTMSystem Entry Time ERPTMS_TIMETIMS6

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCM_D_IV_INDEX
INTO CORRESPONDING FIELDS OF WA_TCM_D_IV_INDEX
WHERE...

How to access SAP table TCM_D_IV_INDEX

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