SAP CMS_MAP_MOV_GET_MLT Function Module for Get the moveables object details according to primary key









CMS_MAP_MOV_GET_MLT is a standard cms map mov get mlt SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Get the moveables object details according to primary key processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for cms map mov get mlt FM, simply by entering the name CMS_MAP_MOV_GET_MLT into the relevant SAP transaction such as SE37 or SE38.

Function Group: CMS_MAP_MOV
Program Name: SAPLCMS_MAP_MOV
Main Program: SAPLCMS_MAP_MOV
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Remote-Enabled
Update:



Function CMS_MAP_MOV_GET_MLT pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'CMS_MAP_MOV_GET_MLT'"Get the moveables object details according to primary key
EXPORTING
I_TAB_MOV_GET_PKY = "MAPI : GET : Moveables primary key with object system Id
* I_STR_MOV_REQD_DATA = "Movables required data

IMPORTING
E_TAB_ACR_DATA = "MAPI : GET : Aircraft details
E_TAB_VAL_DATA = "MAPI:GET :- Value details
E_TAB_ADDR_DATA = "MAP:GET: Address data for movables (Std tab)
E_TAB_PARTS_DATA = "MAPI : GET : Parts
E_TAB_INS_DATA = "MAPI : GET : Insurance details
E_TAB_INS_BP_DATA = "MAPI : GET : Insurance Business Partner
E_TAB_INS_DOC_DATA = "MAPI : GET : Insurance document details
E_TAB_NOTES = "MAPI : GET - moveable notes
E_TAB_SYS_STAT = "MAPI: Get MLT : Moveables - System status
E_TAB_USR_STAT = "MAPI : Get MLT : Moveables - User status
E_TAB_CALC_DETAIL = "MAP :- Consolidated calculations results asset
E_TAB_VEH_DATA = "MAPI : GET : Vehicles details
E_TAB_MAS_CALC_DETAIL = "MAP: Calculations results of main asset (header only)
E_TAB_SAS_CALC_DETAIL = "MAP : Calculations results of the subassets
E_TAB_RETURN = "Return parameter table
E_TAB_DEV_DATA = "MAPI : GET - Devices details
E_TAB_BDL_DATA = "MAPI : GET : Bundles details
E_TAB_SHP_DATA = "MAPI : GET : Ships details
E_TAB_INV_DATA = "MAPI : GET : Inventory details
E_TAB_OTH_OBJ_DATA = "MAPI : GET : Other Object
E_TAB_BP_DATA = "MAPI : GET : Business partner details
E_TAB_DOC_DATA = "MAPI:GET: Document details
.



IMPORTING Parameters details for CMS_MAP_MOV_GET_MLT

I_TAB_MOV_GET_PKY - MAPI : GET : Moveables primary key with object system Id

Data type: CMS_TAB_MOV_PKY_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

I_STR_MOV_REQD_DATA - Movables required data

Data type: CMS_STR_MOV_REQD_DATA_MAP
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for CMS_MAP_MOV_GET_MLT

E_TAB_ACR_DATA - MAPI : GET : Aircraft details

Data type: CMS_TAB_ACR_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_VAL_DATA - MAPI:GET :- Value details

Data type: CMS_TAB_MOV_VAL_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_ADDR_DATA - MAP:GET: Address data for movables (Std tab)

Data type: CMS_TAB_MOV_ADDR_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_PARTS_DATA - MAPI : GET : Parts

Data type: CMS_TAB_MOV_PRT_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_INS_DATA - MAPI : GET : Insurance details

Data type: CMS_TAB_MOV_INS_MAP_GET
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_INS_BP_DATA - MAPI : GET : Insurance Business Partner

Data type: CMS_TAB_MOV_INS_BP_MAP_GET
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_INS_DOC_DATA - MAPI : GET : Insurance document details

Data type: CMS_TAB_MOV_INS_DOC_MAP_GET
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_NOTES - MAPI : GET - moveable notes

Data type: CMS_TAB_MOV_TXT_LINES_MAP
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_SYS_STAT - MAPI: Get MLT : Moveables - System status

Data type: CMS_TAB_MOV_SYS_STAT_MAP
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_USR_STAT - MAPI : Get MLT : Moveables - User status

Data type: CMS_TAB_MOV_USR_STAT_MAP
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_CALC_DETAIL - MAP :- Consolidated calculations results asset

Data type: CMS_TAB_AST_CALC_MAP
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_VEH_DATA - MAPI : GET : Vehicles details

Data type: CMS_TAB_VEH_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_MAS_CALC_DETAIL - MAP: Calculations results of main asset (header only)

Data type: CMS_TAB_AST_MAS_CALC_MAP
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_SAS_CALC_DETAIL - MAP : Calculations results of the subassets

Data type: CMS_TAB_AST_SAS_CALC_MAP
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_RETURN - Return parameter table

Data type: BAPIRET2_T
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_DEV_DATA - MAPI : GET - Devices details

Data type: CMS_TAB_DEV_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_BDL_DATA - MAPI : GET : Bundles details

Data type: CMS_TAB_BDL_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_SHP_DATA - MAPI : GET : Ships details

Data type: CMS_TAB_SHP_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_INV_DATA - MAPI : GET : Inventory details

Data type: CMS_TAB_INV_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_OTH_OBJ_DATA - MAPI : GET : Other Object

Data type: CMS_TAB_OTH_OBJ_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_BP_DATA - MAPI : GET : Business partner details

Data type: CMS_TAB_MOV_BP_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

E_TAB_DOC_DATA - MAPI:GET: Document details

Data type: CMS_TAB_MOV_DOC_MAP_GET_MLT
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for CMS_MAP_MOV_GET_MLT Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_e_tab_acr_data  TYPE CMS_TAB_ACR_MAP_GET_MLT, "   
lv_i_tab_mov_get_pky  TYPE CMS_TAB_MOV_PKY_GET_MLT, "   
lv_e_tab_val_data  TYPE CMS_TAB_MOV_VAL_MAP_GET_MLT, "   
lv_e_tab_addr_data  TYPE CMS_TAB_MOV_ADDR_MAP_GET_MLT, "   
lv_e_tab_parts_data  TYPE CMS_TAB_MOV_PRT_MAP_GET_MLT, "   
lv_e_tab_ins_data  TYPE CMS_TAB_MOV_INS_MAP_GET, "   
lv_e_tab_ins_bp_data  TYPE CMS_TAB_MOV_INS_BP_MAP_GET, "   
lv_e_tab_ins_doc_data  TYPE CMS_TAB_MOV_INS_DOC_MAP_GET, "   
lv_e_tab_notes  TYPE CMS_TAB_MOV_TXT_LINES_MAP, "   
lv_e_tab_sys_stat  TYPE CMS_TAB_MOV_SYS_STAT_MAP, "   
lv_e_tab_usr_stat  TYPE CMS_TAB_MOV_USR_STAT_MAP, "   
lv_e_tab_calc_detail  TYPE CMS_TAB_AST_CALC_MAP, "   
lv_e_tab_veh_data  TYPE CMS_TAB_VEH_MAP_GET_MLT, "   
lv_i_str_mov_reqd_data  TYPE CMS_STR_MOV_REQD_DATA_MAP, "   
lv_e_tab_mas_calc_detail  TYPE CMS_TAB_AST_MAS_CALC_MAP, "   
lv_e_tab_sas_calc_detail  TYPE CMS_TAB_AST_SAS_CALC_MAP, "   
lv_e_tab_return  TYPE BAPIRET2_T, "   
lv_e_tab_dev_data  TYPE CMS_TAB_DEV_MAP_GET_MLT, "   
lv_e_tab_bdl_data  TYPE CMS_TAB_BDL_MAP_GET_MLT, "   
lv_e_tab_shp_data  TYPE CMS_TAB_SHP_MAP_GET_MLT, "   
lv_e_tab_inv_data  TYPE CMS_TAB_INV_MAP_GET_MLT, "   
lv_e_tab_oth_obj_data  TYPE CMS_TAB_OTH_OBJ_MAP_GET_MLT, "   
lv_e_tab_bp_data  TYPE CMS_TAB_MOV_BP_MAP_GET_MLT, "   
lv_e_tab_doc_data  TYPE CMS_TAB_MOV_DOC_MAP_GET_MLT. "   

  CALL FUNCTION 'CMS_MAP_MOV_GET_MLT'  "Get the moveables object details according to primary key
    EXPORTING
         I_TAB_MOV_GET_PKY = lv_i_tab_mov_get_pky
         I_STR_MOV_REQD_DATA = lv_i_str_mov_reqd_data
    IMPORTING
         E_TAB_ACR_DATA = lv_e_tab_acr_data
         E_TAB_VAL_DATA = lv_e_tab_val_data
         E_TAB_ADDR_DATA = lv_e_tab_addr_data
         E_TAB_PARTS_DATA = lv_e_tab_parts_data
         E_TAB_INS_DATA = lv_e_tab_ins_data
         E_TAB_INS_BP_DATA = lv_e_tab_ins_bp_data
         E_TAB_INS_DOC_DATA = lv_e_tab_ins_doc_data
         E_TAB_NOTES = lv_e_tab_notes
         E_TAB_SYS_STAT = lv_e_tab_sys_stat
         E_TAB_USR_STAT = lv_e_tab_usr_stat
         E_TAB_CALC_DETAIL = lv_e_tab_calc_detail
         E_TAB_VEH_DATA = lv_e_tab_veh_data
         E_TAB_MAS_CALC_DETAIL = lv_e_tab_mas_calc_detail
         E_TAB_SAS_CALC_DETAIL = lv_e_tab_sas_calc_detail
         E_TAB_RETURN = lv_e_tab_return
         E_TAB_DEV_DATA = lv_e_tab_dev_data
         E_TAB_BDL_DATA = lv_e_tab_bdl_data
         E_TAB_SHP_DATA = lv_e_tab_shp_data
         E_TAB_INV_DATA = lv_e_tab_inv_data
         E_TAB_OTH_OBJ_DATA = lv_e_tab_oth_obj_data
         E_TAB_BP_DATA = lv_e_tab_bp_data
         E_TAB_DOC_DATA = lv_e_tab_doc_data
. " CMS_MAP_MOV_GET_MLT




ABAP code using 7.40 inline data declarations to call FM CMS_MAP_MOV_GET_MLT

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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!