Hierarchy

⤷

⤷

Properties
Interface | /SAPPO/IF_ORDER_BUNDLE_MODEL | |
Short Description | Inferface for Preparing Subsets |
General Data
Package | /SAPPO/DIALOG | Postprocessing Office - Dialog |
Created | 20101005 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | /SAPPO/IF_ORDER_BUNDLE_MODEL | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /SAPPO/IF_ORDER_BUNDLE_MODEL has no interface.
Friends
Interface /SAPPO/IF_ORDER_BUNDLE_MODEL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CS_FUNCTION | Constant | Public | See coding | Supported Functions | 20101006 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Current Order: Change Comment | 20101007 |
2 | ![]() |
Instance method | Public | Method | All Orders: Change Processor | 20101006 |
3 | ![]() |
Instance method | Public | Method | Current Order: Change Processor | 20101006 |
4 | ![]() |
Instance method | Public | Method | All Orders: Change Worklist | 20101006 |
5 | ![]() |
Instance method | Public | Method | Current Order: Change Worklist | 20101006 |
6 | ![]() |
Instance method | Public | Method | Current Order: Close | 20110517 |
7 | ![]() |
Instance method | Public | Method | All Orders: Complete | 20110517 |
8 | ![]() |
Instance method | Public | Method | Current Order: Complete | 20110517 |
9 | ![]() |
Instance method | Public | Method | Reset Processing of Subsets | 20101008 |
10 | ![]() |
Instance method | Public | Method | All Orders: Execute Function | 20101006 |
11 | ![]() |
Instance method | Public | Method | Current Order: Execute Function | 20101006 |
12 | ![]() |
Instance method | Public | Method | Provide Key for Changed Orders | 20101105 |
13 | ![]() |
Instance method | Public | Method | Provide Data from Current Order | 20101008 |
14 | ![]() |
Instance method | Public | Method | Provide Functions from Current Order | 20101105 |
15 | ![]() |
Instance method | Public | Method | Provide Key for Current Order | 20101022 |
16 | ![]() |
Instance method | Public | Method | Provide Locking User of Current Order | 20101105 |
17 | ![]() |
Instance method | Public | Method | Get Display/Change Mode | 20101119 |
18 | ![]() |
Instance method | Public | Method | Supply Number of Lines that Correspond to the Selection | 20101104 |
19 | ![]() |
Instance method | Public | Method | Supply Number of Lines in Bundle | 20101005 |
20 | ![]() |
Instance method | Public | Method | Supply History with Number of Times you can Nav. Forwards | 20101111 |
21 | ![]() |
Instance method | Public | Method | Supply History with Number of Times you can Nav. Backwards | 20101111 |
22 | ![]() |
Instance method | Public | Method | Supply Reason Why Current Order Cannot be Changed | 20101112 |
23 | ![]() |
Instance method | Public | Method | Supports Enhanced Functionality for Current Order | 20101110 |
24 | ![]() |
Instance method | Public | Method | Is the User the Processor of the Current Order? | 20101105 |
25 | ![]() |
Instance method | Public | Method | Set to Next Order | 20101008 |
26 | ![]() |
Instance method | Public | Method | Set to Next Order that can be Processed | 20101111 |
27 | ![]() |
Instance method | Public | Method | Set to Previous Order | 20101008 |
28 | ![]() |
Instance method | Public | Method | Set to Previously Processed Order | 20101109 |
Events
Interface /SAPPO/IF_ORDER_BUNDLE_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_FUNCTIONALITY_CTRL | Public | See coding | Attributes for Controlling Functions | 20101105 | BEGIN OF ts_functionality_ctrl.
INCLUDE TYPE /sappo/str_functionality_ctrl AS executable_functions.
TYPES:
in_process_executable TYPE abap_bool,
change_processor_executable TYPE abap_bool,
change_worklist_executable TYPE abap_bool,
save_comment_executable TYPE abap_bool,
END OF ts_functionality_ctrl
|
|
2 | TS_NEXT_RESULT | Public | See coding | Provide Result of Next/Previous | 20101008 | BEGIN OF ts_next_result,
overflow TYPE abap_bool,
no_order_found TYPE abap_bool,
END OF ts_next_result
|
|
3 | TS_ORDER_DETAILS | Public | See coding | Order Data | 20101008 | BEGIN OF ts_order_details,
order TYPE /sappo/str_order_detail,
objects TYPE /sappo/tab_object_detail,
messages TYPE /sappo/tab_message_detail,
functionality TYPE /sappo/if_order_bundle_model=>ts_functionality_ctrl,
END OF ts_order_details
|
|
4 | TS_PROXY_ORDER_KEY_AUTH | Public | See coding | 20101110 | BEGIN OF ts_proxy_order_key_auth.
INCLUDE TYPE /sappo/str_proxy_order_key AS proxy_order_key.
TYPES:
actvt TYPE activ_auth,
END OF ts_proxy_order_key_auth
|
||
5 | TS_SELECT_OPTIONS | Public | See coding | Selection Conditions | 20101008 | BEGIN OF ts_select_options,
status_range TYPE /sappo/rng_status,
processor_range TYPE /sappo/rng_processor,
END OF ts_select_options
|
|
6 | TT_PROXY_ORDER_KEY_AUTH | Public | See coding | 20101110 | tt_proxy_order_key_auth TYPE STANDARD TABLE OF ts_proxy_order_key_auth WITH DEFAULT KEY
|
||
7 | TV_FUNCTION | Public | See coding | Function | 20101005 | tv_function TYPE c LENGTH 12
|
Method Signatures
Method CHANGE_COMMENT_CURRENT_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMMENT | Call by reference | Type reference (TYPE) | /SAPPO/DTE_TEXT | Bemerkung | 20101007 | ||
2 | ![]() |
RV_IS_NOT_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Auftrag wurde nicht verändert | 20101007 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101007 |
Method CHANGE_PROCESSOR_ALL_ORDERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ORDER_LOG | Call by reference | Object reference (TYPE REF TO) | /SAPPO/IF_ORDER_LOG | Logger-Interface für PPO Auftrag | 20101006 | ||
2 | ![]() |
IV_PROCESSOR | Call by reference | Type reference (TYPE) | /SAPPO/DTE_PROCESSOR | Aktueller Bearbeiter | 20101006 | ||
3 | ![]() |
RT_ORDER_CHANGED | Value transfer | Type reference (TYPE) | /SAPPO/TAB_ORDER_KEY | Schlüsselfelder des Auftrages | 20101026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method CHANGE_PROCESSOR_CURRENT_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROCESSOR | Call by reference | Type reference (TYPE) | /SAPPO/DTE_PROCESSOR | Aktueller Bearbeiter | 20101006 | ||
2 | ![]() |
RV_IS_NOT_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Auftrag wurde nicht verändert | 20101007 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101007 |
Method CHANGE_WORKLIST_ALL_ORDERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ORDER_LOG | Call by reference | Object reference (TYPE REF TO) | /SAPPO/IF_ORDER_LOG | Logger-Interface für PPO Auftrag | 20101006 | ||
2 | ![]() |
IV_WORKLIST | Call by reference | Type reference (TYPE) | /SAPPO/DTE_WORKLIST | Arbeitsvorrat | 20101006 | ||
3 | ![]() |
RT_ORDER_CHANGED | Value transfer | Type reference (TYPE) | /SAPPO/TAB_ORDER_KEY | Schlüsselfelder des Auftrages | 20101026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method CHANGE_WORKLIST_CURRENT_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WORKLIST | Call by reference | Type reference (TYPE) | /SAPPO/DTE_WORKLIST | Arbeitsvorrat | 20101006 | ||
2 | ![]() |
RV_IS_NOT_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Auftrag wurde nicht verändert | 20101007 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101007 |
Method CLOSE_CURRENT_ORDER Signature
Method CLOSE_CURRENT_ORDER on Interface /SAPPO/IF_ORDER_BUNDLE_MODEL has no parameter.
Method CLOSE_CURRENT_ORDER on Interface /SAPPO/IF_ORDER_BUNDLE_MODEL has no exception.
Method CONCLUDE_ALL_ORDERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ORDER_LOG | Call by reference | Object reference (TYPE REF TO) | /SAPPO/IF_ORDER_LOG | Logger-Interface für PPO Auftrag | 20110517 | ||
2 | ![]() |
RT_ORDER_CHANGED | Value transfer | Type reference (TYPE) | /SAPPO/TAB_ORDER_KEY | Schlüsselfelder des Auftrages | 20110517 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20110517 |
Method CONCLUDE_CURRENT_ORDER Signature
Method CONCLUDE_CURRENT_ORDER on Interface /SAPPO/IF_ORDER_BUNDLE_MODEL has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20110517 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20110517 |
Method DESTROY Signature
Method DESTROY on Interface /SAPPO/IF_ORDER_BUNDLE_MODEL has no parameter.
Method DESTROY on Interface /SAPPO/IF_ORDER_BUNDLE_MODEL has no exception.
Method EXECUTE_FUNCTION4ALL_ORDERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ORDER_LOG | Call by reference | Object reference (TYPE REF TO) | /SAPPO/IF_ORDER_LOG | Logger-Interface für PPO Auftrag | 20101006 | ||
2 | ![]() |
IV_FUNCTION | Call by reference | Type reference (TYPE) | /SAPPO/IF_ORDER_BUNDLE_MODEL=>TV_FUNCTION | Funktion | 20101006 | ||
3 | ![]() |
RT_ORDER_CHANGED | Value transfer | Type reference (TYPE) | /SAPPO/TAB_ORDER_KEY | Schlüsselfelder des Auftrages | 20101026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method EXECUTE_FUNCTION4CURRENT_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FUNCTION | Call by reference | Type reference (TYPE) | /SAPPO/IF_ORDER_BUNDLE_MODEL=>TV_FUNCTION | Funktion | 20101006 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101006 |
Method GET_CHANGED_ORDER_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_PROXY_ORDER_KEY | Value transfer | Type reference (TYPE) | /SAPPO/TAB_PROXY_ORDER_KEY | Keyfelder Auftrag für Proxy | 20101105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method GET_CURRENT_ORDER_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_ORDER_DETAILS | Value transfer | Type reference (TYPE) | /SAPPO/IF_ORDER_BUNDLE_MODEL=>TS_ORDER_DETAILS | Details eines Auftrags | 20101008 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101022 |
Method GET_CURRENT_ORDER_FCTALITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_FUNCTIONALITY_CTRL | Value transfer | Type reference (TYPE) | /SAPPO/IF_ORDER_BUNDLE_MODEL=>TS_FUNCTIONALITY_CTRL | Attribute zur Steuerung der Funktionalitäten | 20101105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101105 |
Method GET_CURRENT_ORDER_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_PROXY_ORDER_KEY | Value transfer | Type reference (TYPE) | /SAPPO/STR_PROXY_ORDER_KEY | Keyfelder Auftrag für Proxy | 20101022 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method GET_CUR_ORDER_LOCKING_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_USER | Value transfer | Type reference (TYPE) | SYUNAME | Benutzername | 20101105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method GET_DISPLAY_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DISPLAY_MODE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Anzeigen/Ändern: ja/nein | 20101119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method GET_LINES_BY_SELECTION_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LINES_BY_SELECTION_RANGE | Value transfer | Type reference (TYPE) | I | Anzahl der Zeilen | 20101104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method GET_LINES_OF_BUNDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LINES_OF_BUNDLE | Value transfer | Type reference (TYPE) | I | Anzahl der Zeilen des Bündels | 20101005 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method GET_NEXT_LINES_OF_HISTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LINES | Value transfer | Type reference (TYPE) | I | Anzahl der Zeilen | 20101111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method GET_PREVIOUS_LINES_OF_HISTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LINES | Value transfer | Type reference (TYPE) | I | Anzahl der Zeilen | 20101111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 |
Method GET_REASON_FOR_NOT_CHANGEABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_REASON_FOR_NOT_CHANGEABLE | Value transfer | Object reference (TYPE REF TO) | /SAPPO/CX_DIALOG_PROCESS_CHECK | 20101112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101112 |
Method HAS_CUR_ORDER_ENHANCED_FUNC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ENHANCED_FUNCTIONALITY | Value transfer | Type reference (TYPE) | ABAP_BOOL | erweiterte Funktionalität: ja/nein | 20101110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101110 |
Method IS_CUR_ORDER_USER_PROCESSOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_USER_IS_PROCESSOR | Value transfer | Type reference (TYPE) | ABAP_BOOL | Benutzer ist Bearbeiter: ja/nein | 20101105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101105 |
Method SET_NEXT_AVAILABLE_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | /SAPPO/IF_ORDER_BUNDLE_MODEL=>TS_NEXT_RESULT | Ergebnis | 20101008 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101008 |
Method SET_NEXT_PROCESSED_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NO_ORDER_FOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | Nächste vorhanden: ja/nein | 20101111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101111 |
Method SET_PREVIOUS_AVAILABLE_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | /SAPPO/IF_ORDER_BUNDLE_MODEL=>TS_NEXT_RESULT | Ergebnis | 20101008 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101008 |
Method SET_PREVIOUS_PROCESSED_ORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NO_ORDER_FOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | Nächste vorhanden: ja/nein | 20101109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamische Fehler im PPO Dialog | 20101123 | |
2 | ![]() |
Statische Fehler im Dialog beim Ausführen | 20101109 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |