CNVMBTACTSCREEN SAP (Sel. Screen parameters of activites and ref. to interfaces) Table details

Dictionary Type: Table
Description: Sel. Screen parameters of activites and ref. to interfaces




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




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

CNVMBTACTSCREEN is a standard SAP Table which is used to store Sel. Screen parameters of activites and ref. to interfaces data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTACTSCREEN table consists of various fields, each holding specific information or linking keys about Sel. Screen parameters of activites and ref. to interfaces data available in SAP. These include ACTIVITY_ID (Unique ID for all activities to be executed), SELNAME (Selname / WDY Attribute), KIND (Selection category ( P - Parameter / S - Select Option)), INTERFACE_ID (PIFD Interface ID).. 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: Cannot Be Enhanced


SAP CNVMBTACTSCREEN 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
ACTIVITY_IDUnique ID for all activities to be executed CNV_MBT_ACTIVITYCHAR40CNVMBTACTIVITYCNV_MBT_ACTIVITY
SELNAMESelname / WDY Attribute CNV_MBT_WDY_ATTRIBUTECHAR30CNV_MBT_WDY_ATTRIBUTE
KINDSelection category ( P - Parameter / S - Select Option) CNV_MBT_KINDCHAR2CNV_MBT_KIND
INTERFACE_IDPIFD Interface ID CNV_MBT_PIFD_INTERFACE_IDCHAR32CNVMBTIFPARAMSYSUUID_CCNV_MBT_PIFD_INTERFACE
PARAM_IDPIFD Parameter ID CNV_MBT_PIFD_PARAM_IDCHAR32SYSUUID_CCNV_MBT_PIFD_PARAMETER

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTACTSCREEN
INTO CORRESPONDING FIELDS OF WA_CNVMBTACTSCREEN
WHERE...

How to access SAP table CNVMBTACTSCREEN

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