Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
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.
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 |
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 |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
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 |
This function module does not define any Exceptions.