CNVMBTVARPARAM SAP (PIFD Parameters contained in an Interface) Table details

Dictionary Type: Table
Description: PIFD Parameters contained in an Interface




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




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

CNVMBTVARPARAM is a standard SAP Table which is used to store PIFD Parameters contained in an Interface data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTVARPARAM table consists of various fields, each holding specific information or linking keys about PIFD Parameters contained in an Interface data available in SAP. These include C_PARAM_ID (Concrete Parameter ID), SEQNUM_INT (Sequence Number), SEQNUM_EXT (Sequence Number), HIDDEN (Hidden Flag).. 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


SAP CNVMBTVARPARAM 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
VARIANT_IDPIFD Variant ID CNV_MBT_PIFD_VARIANT_IDCHAR32CNVMBTVARIANTSYSUUID_C
C_PARAM_IDConcrete Parameter ID CNV_MBT_PIFD_C_PARAM_IDCHAR32CNVMBTCPARAMSYSUUID_C
SEQNUM_INTSequence Number DMC_SEQNUMNUMC5DMC_SEQ_NUM
SEQNUM_EXTSequence Number DMC_SEQNUMNUMC5DMC_SEQ_NUM
HIDDENHidden Flag CNV_MBT_PIFD_HIDDENCHAR1FLAG
OPTIONALOptional Flag CNV_MBT_PIFD_OPTIONALCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTVARPARAM
INTO CORRESPONDING FIELDS OF WA_CNVMBTVARPARAM
WHERE...

How to access SAP table CNVMBTVARPARAM

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