SAP ABAP Class MPLAN_API (API Functions)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PM-PRM-MP (Application Component) Maintenance Plans
     MPLAN_API (Package) Maintenance Plan API
Properties
Class MPLAN_API  
Short Description API Functions    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MPLAN_API   Maintenance Plan API 
Created 20060629   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class MPLAN_API has no interface implemented.
Friends
Class MPLAN_API has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_REFERENCE Static Attribute Private Object reference (TYPE REF TO) MPLAN_API Singleton Reference 20060630
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Instance method Private Method Check Transaction Authorization 20060809
2 AUTHORITY_CHECK_TCODE Instance method Private Method Authorization Check Transaction Code 20060809
3 CHECK_ITEM_CHANGEABLE Instance method Private Method Check Whether Item Can Be Changed 20110325
4 EXIT_AND_CLEANUP Instance method Private Method Clear Before Leaving API 20060927
5 GET_LINEAR_DATA Instance method Private Method Read Data for Linear Asset Management 20100426
6 GET_REFERENCE Static method Public Method Get Singleton Reference 20060630
7 MAP_CYCLE_UNITS_INPUT Instance method Private Method Mapping of Cycle Values in Output Format 20060724
8 MAP_CYCLE_UNITS_OUTPUT Instance method Private Method Mapping of Cycle Values in Output Format 20060724
9 MAP_HEADER_INPUT Instance method Private Method Conversion of Header Data 20060927
10 MAP_ITEM_INPUT Instance method Private Method Item Data Entry Conversion 20060823
11 MPLAN_ACTIVATE Instance method Public Method Set Maintenance Plan to Active 20060714
12 MPLAN_BUFFER_CLEAR Instance method Public Method Delete the Read Buffer 20060818
13 MPLAN_BUFFER_CLEAR_ALL Instance method Public Method Deletion of All Buffers 20110215
14 MPLAN_CHANGE Instance method Public Method Change Maintenance Plan 20060710
15 MPLAN_CLEAR_DELETION_INDICATOR Instance method Public Method Delete Deletion Flag for Maintenance Plan 20060717
16 MPLAN_CREATE Instance method Public Method Create Maintenance Plan 20060703
17 MPLAN_CREATE_WITH_TEMPLATE Instance method Public Method Create Maintenance Plan Using Template 20060802
18 MPLAN_DEACTIVATE Instance method Public Method Set Maintenance Plan to Inactive 20060703
19 MPLAN_GETLIST Instance method Public Method Select Maintenance Plans 20060703
20 MPLAN_ITEM_CHANGE Instance method Public Method Change Maintenance Plan Item 20060821
21 MPLAN_ITEM_CREATE Instance method Public Method Create Maintenance Plan Item 20060703
22 MPLAN_ITEM_GETLIST Instance method Public Method Select Maintenance Plans 20060727
23 MPLAN_ITEM_READ Instance method Public Method Read Maintenance Item 20060703
24 MPLAN_ITEM_REMOVE_FROM_BUFFER Instance method Public Method Deletion of an Item from the Creation Buffer 20110216
25 MPLAN_READ Instance method Public Method Read Maintenance Plan 20060629
26 MPLAN_READ_CALL_TEXT Instance method Public Method Text Description of Calls 20091012
27 MPLAN_READ_MULTIPLE Instance method Public Method Mass Data Reading of Maintenance Plans 20060630
28 MPLAN_SAVE_DIALOG Instance method Public Method Save for Dialog Processing 20100423
29 MPLAN_SET_BUFFERSIZE Instance method Public Method Specify Buffer Size 20060728
30 MPLAN_SET_DELETION_INDICATOR Instance method Public Method Set Deletion Flag for Maintenance Plan 20060717
31 SAVE_PLAN Instance method Private Method Save Maintenance Plan 20100423
Events
Class MPLAN_API has no event.
Types
Class MPLAN_API has no local type.
Method Signatures

Method AUTHORITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEADER Call by reference Type reference (TYPE) MPLAN_MPLA Wartungsplan Kopfdaten 20060809
2 Importing TCODE Call by reference Type reference (TYPE) SYTCODE Aktueller Transaktionscode 20060809
# Exception Resumable Description Created on
1 CX_MPLAN_EXCEPTION_ROOT Allgemeine Ausnahme Wartungsplan API 20060809

Method AUTHORITY_CHECK_TCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TCODE Call by reference Type reference (TYPE) TCODE Transaktionscode 20060809
# Exception Resumable Description Created on
1 CX_MPLAN_EXCEPTION_ROOT Allgemeine Ausnahme Wartungsplan API 20060809

Method CHECK_ITEM_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM Call by reference Type reference (TYPE) MPLAN_MPOS Wartungspositionen für API 20110325
2 Importing ITEM_UPDATE Call by reference Type reference (TYPE) MPLAN_MPOS_UPDATE Änderungskennzeichen Wartungsposition 20110325
# Exception Resumable Description Created on
1 CX_MPLAN_EXCEPTION_ROOT Allgemeine Ausnahme Wartungsplan API 20110325

Method EXIT_AND_CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION_OBJECT Call by reference Object reference (TYPE REF TO) MPLAN_APPLICATION_OBJECT Datenobjekt der Anwendung 20060927
2 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN Dialogmodus 20100504
3 Importing EXCEPTION Call by reference Object reference (TYPE REF TO) CX_MPLAN_EXCEPTION_ROOT Allgemeine Ausnahme Wartungsplan API 20100928
4 Importing MPLAN_TOOLS Call by reference Object reference (TYPE REF TO) MPLAN_TOOLS Allgemeine Hilfsfunktionen 20060927
5 Importing OBJECT_TYPE Call by reference Type reference (TYPE) MPLAN_OBJECT_TYPE Objekttyp 20060927
6 Importing PERSISTENCY Call by reference Object reference (TYPE REF TO) MPLAN_PERSISTENCY Zugriff auf Objekte 20060927
7 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20060927

Method EXIT_AND_CLEANUP on class MPLAN_API has no exception.

Method GET_LINEAR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LINEAR_DATA Call by reference Type reference (TYPE) EAML_S_LFE_DATA_MPOS_API 20100426
2 Importing IV_WAPOS Call by reference Type reference (TYPE) WAPOS Wartungsposition 20100426

Method GET_LINEAR_DATA on class MPLAN_API has no exception.

Method GET_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REFERENCE Value transfer Object reference (TYPE REF TO) MPLAN_API API Funktionen 20060630

Method GET_REFERENCE on class MPLAN_API has no exception.

Method MAP_CYCLE_UNITS_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CYCLES Call by reference Type reference (TYPE) MPLAN_MMPT_T Wartungsplan Zyklusdefinitionen 20060724
# Exception Resumable Description Created on
1 CX_MPLAN_EXCEPTION_ROOT Allgemeine Ausnahme Wartungsplan API 20060724

Method MAP_CYCLE_UNITS_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CYCLES Call by reference Type reference (TYPE) MPLAN_MMPT_T Wartungsplan Zyklusdefinitionen 20060724
# Exception Resumable Description Created on
1 CX_MPLAN_EXCEPTION_ROOT Allgemeine Ausnahme Wartungsplan API 20060724

Method MAP_HEADER_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing HEADER Call by reference Type reference (TYPE) MPLAN_MPLA Wartungsplan Kopfdaten 20060927

Method MAP_HEADER_INPUT on class MPLAN_API has no exception.

Method MAP_ITEM_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ITEM Call by reference Type reference (TYPE) MPLAN_MPOS Wartungspositionen 20060823

Method MAP_ITEM_INPUT on class MPLAN_API has no exception.

Method MPLAN_ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN Dialogverarbeitung 20100521
2 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060714
3 Importing WARPL Call by reference Type reference (TYPE) WARPL Wartungsplan 20060714

Method MPLAN_ACTIVATE on class MPLAN_API has no exception.

Method MPLAN_BUFFER_CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM Call by reference Type reference (TYPE) WAPOS Wartungsposition 20060818
2 Importing PLAN Call by reference Type reference (TYPE) WARPL Wartungsplan 20060818
3 Importing WITH_ITEMS Call by reference Type reference (TYPE) BOOLEAN Positionen mit löschen 20060818

Method MPLAN_BUFFER_CLEAR on class MPLAN_API has no exception.

Method MPLAN_BUFFER_CLEAR_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROLLBACK Call by reference Type reference (TYPE) ABAP_BOOL cause for clear is rollback 20110221

Method MPLAN_BUFFER_CLEAR_ALL on class MPLAN_API has no exception.

Method MPLAN_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_CHANGED Call by reference Type reference (TYPE) BOOLEAN Nur geänderte Daten prüfen 20100505
2 Importing CYCLES Call by reference Type reference (TYPE) MPLAN_MMPT_T Wartungsplan Zyklusdefinitionen 20060710
3 Importing CYCLES_UPDATE Call by reference Type reference (TYPE) MPLAN_MMPT_UPDATE_T Tabelle für Änderungskennzeichen Zyklus 20060710
4 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN X=Dialog, nicht sofort sichern 20100426
5 Importing HEADER Call by reference Type reference (TYPE) MPLAN_MPLA Wartungsplan Kopfdaten 20060710
6 Importing HEADER_UPDATE Call by reference Type reference (TYPE) MPLAN_MPLA_UPDATE Änderungskennzeichen für Wartungsplankopf 20060710
7 Importing ITEMS Call by reference Type reference (TYPE) MPLAN_MPOS_T Wartungsplanpositionen 20060710
8 Importing ITEMS_LINEAR_DATA Call by reference Type reference (TYPE) EAML_T_LFE_DATA_MPOS_API_T 20091001
9 Importing ITEMS_LINEAR_DATA_UPDATE Call by reference Type reference (TYPE) EAML_T_LFE_DATA_MPOS_API_UPD_T 20091001
10 Importing ITEMS_UPDATE Call by reference Type reference (TYPE) MPLAN_MPOS_UPDATE_T Tabelle für Änderungskennzeichen Wartungsposition 20060713
11 Importing LONGTEXTS Call by reference Type reference (TYPE) MPLAN_LONGTEXT_T Langtextzeilen 20060710
12 Importing NO_SI_CONVERSION Call by reference Type reference (TYPE) BOOLEAN X=Keine Konvertierung auf Ausgabeeinheiten durchführen 20090420
13 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060710

Method MPLAN_CHANGE on class MPLAN_API has no exception.

Method MPLAN_CLEAR_DELETION_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN Dialogverarbeitung 20100601
2 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060717
3 Importing WARPL Call by reference Type reference (TYPE) WARPL Wartungsplan 20060717

Method MPLAN_CLEAR_DELETION_INDICATOR on class MPLAN_API has no exception.

Method MPLAN_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CYCLES Call by reference Type reference (TYPE) MPLAN_MMPT_T Wartungsplan Zyklusdefinitionen 20060703
2 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN X=Dialog, nicht sofort sichern 20100422
3 Importing HEADER Call by reference Type reference (TYPE) MPLAN_MPLA Wartungsplan Kopfdaten 20060703
4 Importing ITEMS Call by reference Type reference (TYPE) MPLAN_MPOS_T Wartungsplanpositionen 20060703
5 Importing ITEMS_LINEAR_DATA Call by reference Type reference (TYPE) EAML_T_LFE_DATA_MPOS_API_T 20091001
6 Importing LONGTEXTS Call by reference Type reference (TYPE) MPLAN_LONGTEXT_T Langtextzeilen 20060703
7 Importing NO_SI_CONVERSION Call by reference Type reference (TYPE) BOOLEAN X=Keine Konvertierung auf Ausgabeeinheiten durchführen 20090420
8 Exporting NUMBER Call by reference Type reference (TYPE) WARPL Neue Wartungsplannummer 20060703
9 Exporting NUMBERSWITCH Call by reference Type reference (TYPE) MPLAN_NUMBERSWITCH_T Zuordnung durch Nummernvergabe 20060815
10 Importing REDUCED_CHECKS Call by reference Type reference (TYPE) BOOLEAN Konsitenz nur teilweise prüfen 20100428
11 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060703

Method MPLAN_CREATE on class MPLAN_API has no exception.

Method MPLAN_CREATE_WITH_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CYCLES Call by reference Type reference (TYPE) MPLAN_MMPT_T Wartungsplan Zyklusdefinitionen 20060802
2 Importing CYCLES_UPDATE Call by reference Type reference (TYPE) MPLAN_MMPT_UPDATE_T Tabelle für Änderungskennzeichen Zyklus 20060802
3 Importing HEADER Call by reference Type reference (TYPE) MPLAN_MPLA Wartungsplan Kopfdaten 20060802
4 Importing HEADER_UPDATE Call by reference Type reference (TYPE) MPLAN_MPLA_UPDATE Änderungskennzeichen für Wartungsplankopf 20060802
5 Importing ITEMS Call by reference Type reference (TYPE) MPLAN_MPOS_T Wartungsplanpositionen 20060802
6 Importing ITEMS_UPDATE Call by reference Type reference (TYPE) MPLAN_MPOS_UPDATE_T Tabelle für Änderungskennzeichen Wartungsposition 20060802
7 Importing LONGTEXTS Call by reference Type reference (TYPE) MPLAN_LONGTEXT_T Langtextzeilen 20060802
8 Exporting NUMBER Call by reference Type reference (TYPE) WARPL Wartungsplannummer 20060802
9 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060802
10 Importing TEMPLATE_PLAN Call by reference Type reference (TYPE) WARPL Vorlage Wartungsplan 20060803

Method MPLAN_CREATE_WITH_TEMPLATE on class MPLAN_API has no exception.

Method MPLAN_DEACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN Dialogverarbeitung 20100521
2 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060703
3 Importing WARPL Call by reference Type reference (TYPE) WARPL Wartungsplan 20060703

Method MPLAN_DEACTIVATE on class MPLAN_API has no exception.

Method MPLAN_GETLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MPLAN_LIST Call by reference Type reference (TYPE) MPLAN_WARPL_T Tabelle mit Wartungsplannummern 20060703
2 Importing RANGES Call by reference Type reference (TYPE) MPLAN_LIST_RANGES_T Felder auf dem Selektionsbild 20060703
3 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060703
4 Exporting TEMPLATE Call by reference Type reference (TYPE) MPLAN_LIST_RANGES_T Vorlage für Selektionswerte 20060703

Method MPLAN_GETLIST on class MPLAN_API has no exception.

Method MPLAN_ITEM_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_CHANGED Call by reference Type reference (TYPE) BOOLEAN Nur geänderte Daten prüfen 20100505
2 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN X=Dialog modus 20100427
3 Importing ITEM Call by reference Type reference (TYPE) MPLAN_MPOS Wartungsplanposition 20060821
4 Importing ITEM_LINEAR_DATA Call by reference Type reference (TYPE) EAML_S_LFE_DATA_API 20091001
5 Importing ITEM_LINEAR_DATA_UPDATE Call by reference Type reference (TYPE) EAML_S_LFE_DATA_API_UPDATE 20091001
6 Importing ITEM_UPDATE Call by reference Type reference (TYPE) MPLAN_MPOS_UPDATE Änderungskennzeichen zur Wartungsposition 20061002
7 Importing LONGTEXTS Call by reference Type reference (TYPE) MPLAN_LONGTEXT_T Langtextzeilen 20060821
8 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060821

Method MPLAN_ITEM_CHANGE on class MPLAN_API has no exception.

Method MPLAN_ITEM_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN X=Dialogverarbeitung 20100427
2 Importing ITEM Call by reference Type reference (TYPE) MPLAN_MPOS Wartungspositionen für API 20060703
3 Importing ITEM_LINEAR_DATA Call by reference Type reference (TYPE) EAML_S_LFE_DATA_API 20091001
4 Importing LONGTEXTS Call by reference Type reference (TYPE) MPLAN_LONGTEXT_T Langtextzeilen 20060703
5 Exporting NUMBER Call by reference Type reference (TYPE) WAPOS Wartungsposition 20060703
6 Exporting NUMBERSWITCH Call by reference Type reference (TYPE) MPLAN_NUMBERSWITCH_T Zuordnung durch Nummernvergabe 20070227
7 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060703

Method MPLAN_ITEM_CREATE on class MPLAN_API has no exception.

Method MPLAN_ITEM_GETLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MITEM_LIST Call by reference Type reference (TYPE) MPLAN_WAPOS_WARPL_T Tabelle mit Wartungspositionen und zugehörigen -plänen 20060727
2 Importing RANGES Call by reference Type reference (TYPE) MPLAN_LIST_RANGES_T Felder auf dem Selektionsbild 20060727
3 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060727
4 Exporting TEMPLATE Call by reference Type reference (TYPE) MPLAN_LIST_RANGES_T Vorlage für Selektionswerte 20060727

Method MPLAN_ITEM_GETLIST on class MPLAN_API has no exception.

Method MPLAN_ITEM_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ITEM Call by reference Type reference (TYPE) MPLAN_MPOS Wartungspositionen für API 20060703
2 Exporting ITEM_ILOA Call by reference Type reference (TYPE) MPLAN_ILOA Iloa Für Wartungsplan 20060703
3 Exporting ITEM_LINEAR_DATA Call by reference Type reference (TYPE) EAML_S_LFE_DATA_MPOS_API 20091001
4 Exporting ITEM_OBJECT_LIST Call by reference Type reference (TYPE) MPLAN_OBJK_T Objektliste zur Wartungspostion 20060703
5 Importing LOCK Call by reference Type reference (TYPE) BOOLEAN Position sperren 20060925
6 Exporting LONGTEXT Call by reference Type reference (TYPE) MPLAN_LONGTEXT_T Langtextzeilen 20060703
7 Importing MPLAN_ITEM Call by reference Type reference (TYPE) WAPOS Wartungsposition 20060703
8 Importing NO_BUFFER Call by reference Type reference (TYPE) BOOLEAN Nicht aus Puffer lesen 20090226
9 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20060703

Method MPLAN_ITEM_READ on class MPLAN_API has no exception.

Method MPLAN_ITEM_REMOVE_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM Call by reference Type reference (TYPE) WAPOS Wartungsposition 20110216
2 Importing PLAN Call by reference Type reference (TYPE) WARPL Wartungsplan 20110216
3 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20110216

Method MPLAN_ITEM_REMOVE_FROM_BUFFER on class MPLAN_API has no exception.

Method MPLAN_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CALLS Call by reference Type reference (TYPE) MPLAN_MHIO_T Abruftabelle 20060629
2 Exporting CYCLES Call by reference Type reference (TYPE) MPLAN_MMPT_T Zyklusdefinitionen 20060629
3 Exporting HEADER Call by reference Type reference (TYPE) MPLAN_MPLA Wartungsplan Kopfdaten 20060629
4 Exporting HISTORY Call by reference Type reference (TYPE) MPLAN_MHIS_T Historientabelle 20060629
5 Exporting ITEMS Call by reference Type reference (TYPE) MPLAN_MPOS_T Wartungsplanpositionen 20060629
6 Exporting ITEMS_ILOA Call by reference Type reference (TYPE) MPLAN_ILOA_T Iloadaten für Wartungsplanpositionen 20060629
7 Exporting ITEMS_LINEAR_DATA Call by reference Type reference (TYPE) EAML_T_LFE_DATA_MPOS_API_T 20091001
8 Exporting ITEMS_OBJECT_LISTS Call by reference Type reference (TYPE) MPLAN_OBJK_T Objektlisten zu den Wartungspostionen 20060629
9 Importing LOCK Call by reference Type reference (TYPE) BOOLEAN X=Sperren setzen 20060713
10 Exporting LONGTEXTS Call by reference Type reference (TYPE) MPLAN_LONGTEXT_T Langtextzeilen 20060629
11 Importing MAP_CONFIRMATION_DATE Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE X=Rückmeldedatum aus Objekt füllen 20120912
12 Importing MPLAN Call by reference Type reference (TYPE) WARPL Wartungsplan 20060629
13 Importing NO_BUFFER Call by reference Type reference (TYPE) BOOLEAN Nicht aus Puffer lesen 20090226
14 Importing NO_SI_CONVERSION Call by reference Type reference (TYPE) BOOLEAN X=Keine Konvertierung auf Ausgabeeinheiten durchführen 20090420
15 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20060629
16 Exporting STATUS Call by reference Type reference (TYPE) MPLAN_JSTAT_T Statustabelle 20060629
17 Exporting STRATEGY_CYCLES Call by reference Type reference (TYPE) MPLAN_MMPT_T Zyklen zur Strategie 20091012
18 Importing WITH_HISTORY Call by reference Type reference (TYPE) BOOLEAN 'X' X=Historien und Abrufdaten lesen 20060818

Method MPLAN_READ on class MPLAN_API has no exception.

Method MPLAN_READ_CALL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CALL_STATUS Call by reference Type reference (TYPE) CALL_STATUS Beschreibung Terminierungsart und Status des Abrufs 20091012
2 Importing IV_LRMDT Call by reference Type reference (TYPE) LRMDT Datum der letzten Erledigung im Wartungsplan 20091012
3 Importing IV_TERMA Call by reference Type reference (TYPE) TERMA Terminierungsart 20091012
4 Importing IV_TSABR Call by reference Type reference (TYPE) TSABR Terminierungsstatus: Plantermin abgerufen 20091012
5 Importing IV_TSENM Call by reference Type reference (TYPE) TSENM Terminierungsstatus: manuell angehalten 20091014
6 Importing IV_TSENQ Call by reference Type reference (TYPE) TSENQ Terminierungsstatus: Wartet auf Abrufhorizont 20091012
7 Importing IV_TSTAT Call by reference Type reference (TYPE) TSTAT Terminierungsstatus 20091012
8 Importing IV_TSVBT Call by reference Type reference (TYPE) TSVBT Terminierungsstatus: Abruf ausstehend 20091012

Method MPLAN_READ_CALL_TEXT on class MPLAN_API has no exception.

Method MPLAN_READ_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HEADERS Call by reference Type reference (TYPE) MPLAN_MPLA_T Wartunsplanköpfe 20060630
2 Importing MAP_CONFIRMATION_DATE Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE X=Rückmeldedatum aus Objekt füllen 20120912
3 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Returnparameter 20060630
4 Importing WARPL_READ Call by reference Type reference (TYPE) MPLAN_WARPL_T Tabelle mit Wartungsplannummern 20060630
5 Importing WITH_HISTORY Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE X=Historien- und Abrufdaten lesen 20060818

Method MPLAN_READ_MULTIPLE on class MPLAN_API has no exception.

Method MPLAN_SAVE_DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MPLAN Call by reference Type reference (TYPE) WARPL Wartungsplan 20100423
2 Exporting NUMBER Call by reference Type reference (TYPE) WARPL Neue Wartungsplannummer 20100423
3 Exporting NUMBERSWITCH Call by reference Type reference (TYPE) MPLAN_NUMBERSWITCH_T Geänderte Nummer bei Anlegen eines Wartungsplans 20100423
4 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20100423

Method MPLAN_SAVE_DIALOG on class MPLAN_API has no exception.

Method MPLAN_SET_BUFFERSIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUFFERSIZE Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20060728

Method MPLAN_SET_BUFFERSIZE on class MPLAN_API has no exception.

Method MPLAN_SET_DELETION_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIALOG Call by reference Type reference (TYPE) BOOLEAN Dialogverarbeitung 20100601
2 Exporting RETURN Call by reference Type reference (TYPE) BAPIRETTAB Meldungen 20060717
3 Importing WARPL Call by reference Type reference (TYPE) WARPL Wartungsplan 20060717

Method MPLAN_SET_DELETION_INDICATOR on class MPLAN_API has no exception.

Method SAVE_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MPLAN_HEADER Call by reference Object reference (TYPE REF TO) MPLAN_HEADER Wartungsplan 20100423
2 Importing ITEMS_LINEAR_DATA Call by reference Type reference (TYPE) EAML_T_LFE_DATA_MPOS_API_T Linear daten 20100423
3 Importing IT_MPLAN_ITEM Call by reference Type reference (TYPE) MPLAN_ITEM_REF_T Tabelle mit Warungsplanpositionsobjekten 20100423
4 Importing MPLAN_OBJECT_KEY Call by reference Type reference (TYPE) MPLAN_OBJECT_KEY Wartungsplan 20100423
5 Exporting NUMBER Call by reference Type reference (TYPE) WARPL Neue Wartungsplannummber 20100423
6 Exporting NUMBERSWITCH Call by reference Type reference (TYPE) MPLAN_NUMBERSWITCH_T Geänderte Nummer bei Anlegen eines Wartungsplans 20100423
# Exception Resumable Description Created on
1 CX_MPLAN_EXCEPTION_ROOT Allgemeine Ausnahme Wartungsplan API 20100423
History
Last changed by/on SAP  20130531 
SAP Release Created in 700