Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module MBS_MSR_MM_GETDETAIL (DO NOT USE) is a standard Function Module in SAP ERP and is part of the function group MBS_MSR_MM within the package MBS_MSR.
Function Module | MBS_MSR_MM_GETDETAIL |
Short Text | DO NOT USE |
Function Group | MBS_MSR_MM |
Package | MBS_MSR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LAND1 | LIKE | MLAN-ALAND | Country key | |
MATERIAL | LIKE | MBS_MSR_MATERIAL_LIST-MATERIAL | Material number | |
PLANT | LIKE | BAPIMATALL-PLANT | Plant | |
STORAGELOCATION | LIKE | T001L-LGORT | Storage location | |
VALUATIONAREA | LIKE | BAPIMATALL-VAL_AREA | Valuation area | |
VALUATIONTYPE | LIKE | BAPIMATALL-VAL_TYPE | Valuation type | |
VKORGI | LIKE | MVKE-VKORG | Sales organization | |
VTWEGI | LIKE | MVKE-VTWEG | Distribution channel |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MATERIAL_TOP | LIKE | MBS_MSR_MATERIAL_LIST | MSHHR/3: Material Master Data (TOP) | |
RETURN | LIKE | BAPIRET2 | Return parameter |
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 |
---|---|---|---|---|
MATERIAL_DETAIL_ITEM | LIKE | MBS_MSR_MATERIAL_DETAIL | MSHHR/3: Material Master Data Details |
This function module does not define any Exceptions.