Menu

SAP Function Module CMS_API_BDTIS_INITIALIZE

Starts a BDT instance in Subscreen mode

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module CMS_API_BDTIS_INITIALIZE (Starts a BDT instance in Subscreen mode) is a standard Function Module in SAP ERP and is part of the function group CMS_BDTIS within the package CMS_BDT.

Technical Information

Function Module CMS_API_BDTIS_INITIALIZE
Short Text Starts a BDT instance in Subscreen mode
Function Group CMS_BDTIS
Package CMS_BDT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ACTIVITY TYPE CMS_DTE_IND_ACTIVITY Activity triggered by the transaction
I_DISPLAY_MODE TYPE CMS_DTE_DISPLAY_MODE '04' Determines the appearance of the screen
I_FLG_RECOM TYPE BOOLE_D ' ' Data element for domain BOOLE: TRUE (-'X') and FALSE (-' ')
I_FLG_UPDTASK TYPE BDT_BOOLE_T 'X' A 1 bit Flag (space - false, 'X' - true, '~' -undefined)
I_FSTAT_VAR TYPE CMS_DTE_FSTAT_VAR Field Status Variant
I_MESSAGE_MODE TYPE C '5' Message Mode
I_MESSAGE_MODE_DCHCK TYPE C '2' Message Mode - DCHCK
I_SCREEN_POSNR TYPE BU_POSNR 1 Item number (for sequence)
I_SCREEN_TYPE TYPE BDT_SCREEN_TYPE 'D' Category of a BDT Screen (Initial, Data, Search Screen)
I_STR_CURSOR_POSITION TYPE CMS_STR_CURSOR_POSITION Parameters for Cursor position
I_TAB_FLDVAL TYPE CMS_TAB_FLDVAL Table of field values

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_DYNNR TYPE SYDYNNR ABAP program, number of current screen
E_PROGNAME TYPE PROGNAME ABAP program name
E_TAB_RC TYPE CMS_TAB_MSG_COL_MESSAGE Return Code and corresponding Message

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.