TCMS_IFL_MPROD SAP (CMS-CML product linking) Table details

Dictionary Type: Table
Description: CMS-CML product linking




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




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

TCMS_IFL_MPROD is a standard SAP Table which is used to store CMS-CML product linking data and is available within R/3 SAP systems depending on the version and release level.

The TCMS_IFL_MPROD table consists of various fields, each holding specific information or linking keys about CMS-CML product linking data available in SAP. These include PRODUCT (Product of Receivable), SEQNO (Sequence Number), PROD_TYPE (Product Type), LOAN_TYPE (Loan Type Indicator).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCMS_IFL_MPROD 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
PRODUCTProduct of Receivable CMS_DTE_RBL_PRODCHAR12TCMS_RBL_PRODCMS_RBL_PRODCMS_RBL_PROD
SEQNOSequence Number CMS_DTE_SEQNOINT13CMS_SEQNO
PROD_TYPEProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
LOAN_TYPELoan Type Indicator STITELNUMC3TD03ASTITEL
LOAN_CLASSLoans Class VVSDTYPNUMC3TD02VVSDTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCMS_IFL_MPROD
INTO CORRESPONDING FIELDS OF WA_TCMS_IFL_MPROD
WHERE...

How to access SAP table TCMS_IFL_MPROD

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