The Function Module CMS_API_VIEW_ACTION_FROM_FCODE (Split FCODE (Format: View_Action) into View & Action) is a standard Function Module in SAP ERP and is part of the function group CMS_BDTIS within the package CMS_BDT.
Function Module | CMS_API_VIEW_ACTION_FROM_FCODE |
Short Text | Split FCODE (Format: View_Action) into View & Action |
Function Group | CMS_BDTIS |
Package | CMS_BDT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FCODE | TYPE | SY-TCODE | ABAP program, current transaction code |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ACTION | TYPE | SY-TCODE | Pushbutton Action | |
E_VIEW | TYPE | BU_SICHT | View |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.