Menu

SAP Function Module CMS_OBJ_AST_GET_MLT

Fetch Asset Details

The Function Module CMS_OBJ_AST_GET_MLT (Fetch Asset Details) is a standard Function Module in SAP ERP and is part of the function group CMS_OBJ_AST within the package CMS_CORE.

Technical Information

Function Module CMS_OBJ_AST_GET_MLT
Short Text Fetch Asset Details
Function Group CMS_OBJ_AST
Package CMS_CORE
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_FLG_DB TYPE CMS_DTE_FLG_FETCH_FROM_DB 'X' Flag: Indicates that the data is to be fetched from database
I_FLG_LOCK TYPE CMS_DTE_FLG_LOCK Indicator
I_STR_AST_REQD_DATA TYPE CMS_STR_AST_REQD_DATA Data that is required for an Asset fetch
I_TAB_AST_GUID TYPE CMS_TAB_AST_PKY Technical Key of the Asset

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_TAB_AST_BP TYPE CMS_TAB_AST_BP Business Partners for an Asset
E_TAB_AST_DETAILS TYPE CMS_TAB_AST_DETAILS_API Asset details
E_TAB_AST_DOC TYPE CMS_TAB_AST_DOC Documents for an Asset
E_TAB_AST_NOTES TYPE CMS_TAB_AST_TXT_LINES Text lines
E_TAB_AST_SYS_STAT TYPE CMS_TAB_AST_SYS_STAT System status of the Asset
E_TAB_AST_USR_STAT TYPE CMS_TAB_AST_USR_STAT User status of the Asset
E_TAB_RC TYPE CMS_TAB_MSG_COL_MESSAGE Return Code and corresponding Message
E_TAB_SAS_BP TYPE CMS_TAB_SAS_BP Sub-asset - Business partner data
E_TAB_SAS_DETAILS TYPE CMS_TAB_SAS_DETAILS_API Sub-assets details
E_TAB_SAS_DOC TYPE CMS_TAB_SAS_DOC Documents for the Sub-assets

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.