Menu

SAP Function Module S95_MAINTWORKORDER_GETDETAIL

Get Maintenance Work Order Details

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 S95_MAINTWORKORDER_GETDETAIL (Get Maintenance Work Order Details) is a standard Function Module in SAP ERP and is part of the function group S95_ENHANCEMENTS within the package ANSI_ISA_S95_INTERFACE.

Technical Information

Function Module S95_MAINTWORKORDER_GETDETAIL
Short Text Get Maintenance Work Order Details
Function Group S95_ENHANCEMENTS
Package ANSI_ISA_S95_INTERFACE
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_HEADER TYPE BAPI_ALM_ORDER_HEADER_E Export Structure for ALM Order Header
ES_SRVDATA TYPE BAPI_ALM_ORDER_SRVDAT_E ALM Order BAPIs: Service-Specific Data, External Structure
NUMBER TYPE BAPI_ALM_ORDER_HEADER_E-ORDERID Order Number

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_COMPONENTS LIKE BAPI_ALM_ORDER_COMPONENT_E PM/CS BAPI Order Components (Export Structure)
ET_COSTS_DETAILS LIKE BAPI_ALM_ORDER_COSTS_DETAIL_E ALM Order BAPIs: Structure for Order Costs Detail
ET_COSTS_SUM LIKE BAPI_ALM_ORDER_COSTS_SUM_E ALM Order BAPIs: Structure for Order Costs Sum
ET_OPERATIONS LIKE BAPI_ALM_ORDER_OPERATION_E Export Structure for PM/CS BAPIs Operations
ET_PARTNER LIKE BAPI_ALM_ORDER_PARTNER ALM Order BAPIs: Partner Data
ET_PRTS LIKE BAPI_ALM_ORDER_PRT_E ALM Order BAPIs: Structure for Production Resources/Tools
ET_RELATIONS LIKE BAPI_ALM_ORDER_RELATION_EXPORT BAPI Structure for ALM Order Relationships
ET_TEXTS LIKE BAPI_ALM_TEXT Text Header for ALM Order BAPIs
ET_TEXT_LINES LIKE BAPI_ALM_TEXT_LINES Text Lines for ALM BAPIs
RETURN LIKE BAPIRET2 Return Parameter

Exceptions

This function module does not define any Exceptions.