The Function Module COMT_BSP_BP_INDUSTRYDETAIL_GET (To get Industry details) is a standard Function Module in SAP ERP and is part of the function group COMT_BSP_BP_FG within the package COM_BSP_MODEL_IL_BP.
Function Module | COMT_BSP_BP_INDUSTRYDETAIL_GET |
Short Text | To get Industry details |
Function Group | COMT_BSP_BP_FG |
Package | COM_BSP_MODEL_IL_BP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_INDUSTRY | TYPE | BU_IND_SECTOR | Industry | |
IV_INDUSTRYDESCRIPTION | TYPE | BU_TEXT100 | Description | |
IV_INDUSTRYSECTOR | TYPE | BU_ISTYPE | Industry System |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_INDUSTRYDETAILS | LIKE | BAPIINDUSTRYDETAILS | BAPI Structure for Industry details | |
ET_RETURN | LIKE | BAPIRET2 | Return Parameter |
This function module does not define any Exceptions.