The Function Module MB_SIM_CANCEL_GOODS_MOVEMENT (Allgemeiner Funktionsbaustein zum Stornieren eines Materialbeleges) is a standard Function Module in SAP ERP and is part of the function group MBWL within the package MB.
Function Module | MB_SIM_CANCEL_GOODS_MOVEMENT |
Short Text | Allgemeiner Funktionsbaustein zum Stornieren eines Materialbeleges |
Function Group | MBWL |
Package | MB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BUDAT | LIKE | MKPF-BUDAT | Buchungsdatum | |
CALLED_BY | TYPE | CALLED_BY | Eindeutige Kennung vom Aufrufer des MB_CREATE_GOODS_MOVEMENT | |
MBLNR | LIKE | MSEG-MBLNR | Materialbelegnummer | |
MBLPO | LIKE | MSEG-ZEILE | Materialbelegposition | |
MJAHR | LIKE | MSEG-MJAHR | Materialbelegjahr | |
TCODE | LIKE | SY-TCODE | Transaktion | |
XVALUES | LIKE | SPACE | Simulation with values |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SIM_EMKPF | LIKE | EMKPF | Ausgabedaten Materialbelegkopf |
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 |
---|---|---|---|---|
SIM_EMSEG | LIKE | EMSEG | Ausgabedaten Materialbelegposition | |
SIM_EYDM07M | LIKE | DM07M | Felder für die Dialogsteuerung Modulpool SAPMM07M | |
SIM_EYMSEG | LIKE | MSEG | Belegsegment Material | |
SIM_EYVM07M | LIKE | VM07M | Felder: Verbuchungssteuerung Modulpool SAPMM07M | |
SIM_IMSEG | LIKE | IMSEG | Eingabedaten Materialbelegposition |
This function module does not define any Exceptions.