Hierarchy
⤷
⤷
Properties
| Class | CL_SAWE_SA_UI_BOPF_ADAPTER | |
| Short Description | Adapter class for UI -BOPF comunication | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PSAWE_SA_BL | Staff Assignment Business Layer |
| Created | 20090921 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SAWE_SA_UI_BOPF_ADAPTER has no interface implemented.
Friends
Class CL_SAWE_SA_UI_BOPF_ADAPTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | See coding | 20091215 | |||||
| 2 | Instance attribute | Private | See coding | 20091011 | |||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_SA_TOT_CHG | 20100721 | ||||
| 4 | Static Attribute | Private | See coding | 20091013 | |||||
| 5 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_HDR | 20091019 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_HDR | 20091019 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_HDR | 20091019 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091125 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_ITM | Item data where mail status is set to initial (not sent) | 20100527 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_ITM | 20091019 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_ITM | 20091019 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_ITM | 20091019 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_ITM | 20091019 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091002 |
Methods
Events
Class CL_SAWE_SA_UI_BOPF_ADAPTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CTRL_FOR_LOCK | Private | See coding | 20091211 | BEGIN OF ty_ctrl_for_lock
" Header and items in memory
,BEGIN OF handle_memory_of_data
,ind_del_all_data_from_memory TYPE boole_d
,ind_set_data_of_pos_to_memory TYPE boole_d " Set data (header and item keys of current
"selected position (e.g. position of order)
,END OF handle_memory_of_data
,ind_hdr_flds_lock_changed TYPE boole_d " Set lock on root of current selected_position
,ind_set_lock_on_root_of_pos TYPE boole_d " Set lock on root of current selected_position
,ind_del_bopf_buffer_and_locks TYPE boole_d " This means that buffer and locks of BOPF buffer are deleted
,END OF ty_ctrl_for_lock
|
||
| 2 | TY_DATA | Private | See coding | 20091215 | BEGIN OF ty_data
,BEGIN OF of_appl
" Header fields for lock or root of position for lock: e.g. object id and type
,mrs_hdr_flds_for_lock TYPE REF TO data
" Information if lock method was called and if lock was set successful
,ind_lock_meth_was_called TYPE boole_d
,ind_lock_successful TYPE boole_d
*
" Change mode: If indicator is set change mode is active
,ind_change_mode TYPE boole_d
,END OF of_appl
,BEGIN OF of_entered_object_id
" Header and items in memory
,mt_hdr_itm_keys TYPE sawe_t_sa_hdr_itm_keys
*
" Header fields for selection: e.g. object id and type
,mrs_hdr_flds_for_selection TYPE REF TO data
,mt_item_ui_curr_seq TYPE sawe_t_sa_itm
,END OF of_entered_object_id
,END OF ty_data
|
||
| 3 | TY_SA_TOT_CHG | Private | See coding | 20100721 | BEGIN OF ty_sa_tot_chg
, mt_header TYPE sawe_t_sa_hdr "Assignment Header data of added assignments or headers of changed items
, mt_item TYPE sawe_t_sa_itm "Assignment Item data of added/ changed assignments
, END OF ty_sa_tot_chg
|
Method Signatures
Method CHECK_CHANGING_DATA_PERMITTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IND_CHANGING_DATA_PERMITTED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091109 |
Method CHECK_CHANGING_DATA_PERMITTED on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CHECK_DISPLAY_CHG_MODE_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IND_CHANGE_MODE_NEW | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091023 | |||
| 2 | IV_IND_CHANGE_MODE_OLD | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091023 | |||
| 3 | RV_IND_CHANGE_MODE_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091023 |
Method CHECK_DISPLAY_CHG_MODE_CHANGED on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CHECK_INIT_CALL_OF_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_IND_INIT_CALL | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091215 | |||
| 2 | IS_CURRENT_DATA | Call by reference | Type reference (TYPE) | TY_DATA | 20091215 | ||||
| 3 | IS_PRECEED_DATA | Call by reference | Type reference (TYPE) | TY_DATA | 20091215 |
Method CHECK_INIT_CALL_OF_LOCK on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CHECK_OBJECT_ID_TYPE_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IRS_HEAD_FIELDS_NEW | Call by reference | Object reference (TYPE REF TO) | DATA | 20091209 | ||||
| 2 | IRS_HEAD_FIELDS_OLD | Call by reference | Object reference (TYPE REF TO) | DATA | 20091209 | ||||
| 3 | RV_IND_OBJ_ID_TYPE_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091009 |
Method CHECK_OBJECT_ID_TYPE_CHANGED on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CHECK_UI_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091031 | |||
| 2 | IV_IND_CHECK_OBJ_IDTY_IN_UI_TB | Call by reference | Type reference (TYPE) | BOOLE_D | Check if obj id/type exist in UI table fields | 20100204 | |||
| 3 | IV_IND_KEYS_INITIAL_IN_UI_TB | Call by reference | Type reference (TYPE) | BOOLE_D | Check if keys in UI table are initial | 20100204 |
Method CHECK_UI_TABLE on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CHG_KEYS_OF_TO_STRUCT_BY_FROM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_TO | Call by reference | Type reference (TYPE) | ANY | 20100527 | ||||
| 2 | IS_FROM | Call by reference | Type reference (TYPE) | ANY | 20100527 |
Method CHG_KEYS_OF_TO_STRUCT_BY_FROM on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CHG_PARENT_OF_ITM_BY_PAR_HDR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ITEM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 2 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 |
Method CHG_PARENT_OF_ITM_BY_PAR_HDR on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CLEAR_ASSIGN_CHANGES Signature
Method CLEAR_ASSIGN_CHANGES on class CL_SAWE_SA_UI_BOPF_ADAPTER has no parameter.
Method CLEAR_ASSIGN_CHANGES on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CLEAR_BOPF_DATA Signature
Method CLEAR_BOPF_DATA on class CL_SAWE_SA_UI_BOPF_ADAPTER has no parameter.
Method CLEAR_BOPF_DATA on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method COLLECT_ASSIGN_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_HDR_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100722 | |||
| 2 | IT_HDR_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100722 | |||
| 3 | IT_ITM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100722 | |||
| 4 | IT_ITM_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100722 | |||
| 5 | IT_ITM_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100722 | |||
| 6 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100722 |
Method COLLECT_ASSIGN_CHANGES on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method CONVERT_MESSAGE_BAPIRET2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BAPIRET2 | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100824 | |||
| 2 | EV_MSG_SEVERITY | Call by reference | Type reference (TYPE) | MSGSEV | Message type (W, E) | 20100824 | |||
| 3 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100824 |
Method CONVERT_MESSAGE_BAPIRET2 on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method DEL_HDR_BE_DEL_BY_MSG_FR_ITM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HDR_BOPF_TO_BE_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 2 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100527 | |||
| 3 | IT_ITM_BOPF_TO_BE_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 |
Method DEL_HDR_BE_DEL_BY_MSG_FR_ITM on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method FILL_UI_CHANGES_IN_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HDR_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 2 | CT_ITM_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 3 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091029 | |||
| 4 | ET_HDR_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 5 | ET_HDR_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 6 | ET_ITEM_BOPF_CHG_MAIL_STATUS | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091125 | |||
| 7 | ET_ITEM_BOPF_SET_INITIAL_MAIL | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item: set initial mail status | 20100527 | |||
| 8 | ET_ITM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 9 | ET_ITM_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 10 | ET_ITM_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 |
Method FILL_UI_CHANGES_IN_TABLES on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_CHECK_HDR_ITM_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SA_HEADER | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100722 | |||
| 2 | CT_SA_ITEM | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100722 |
Method GET_CHECK_HDR_ITM_EXISTS on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_CTRL_INFO_FOR_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CTRL_FOR_LOCK | Call by reference | Type reference (TYPE) | TY_CTRL_FOR_LOCK | 20091211 | ||||
| 2 | IS_CURRENT_DATA | Call by reference | Type reference (TYPE) | TY_DATA | 20091215 | ||||
| 3 | IS_PRECEED_DATA | Call by reference | Type reference (TYPE) | TY_DATA | 20091215 |
Method GET_CTRL_INFO_FOR_LOCK on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_DATA_FOR_UI_BY_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20090923 | |||
| 2 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091022 | |||
| 3 | ET_HEADER_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091002 | |||
| 4 | ET_ITEM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091002 | |||
| 5 | ET_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091002 | |||
| 6 | IT_HEADER_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091015 | |||
| 7 | IT_HEADER_KEYS | Call by reference | Type reference (TYPE) | SAWE_T_SA_KEYS | Keys in standard table | 20091015 | |||
| 8 | IT_ITEM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091015 | |||
| 9 | IT_ITEM_KEYS | Call by reference | Type reference (TYPE) | SAWE_T_SA_KEYS | Keys in standard table | 20091015 | |||
| 10 | IT_UI_FOR_KEYS | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091002 | |||
| 11 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | /BOBF/CONF_EDIT_MODE | Change Mode | 20090923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class | 20090923 |
Method GET_DATA_FROM_BOPF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091001 | |||
| 2 | ET_HEADER_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091031 | |||
| 3 | ET_ITEM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091031 | |||
| 4 | IRS_HDR_FLDS_FOR_SELECTION | Call by reference | Object reference (TYPE REF TO) | DATA | 20091031 |
Method GET_DATA_FROM_BOPF on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_DATA_FROM_UI_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HEADER_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 2 | ET_ITEM_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 3 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 |
Method GET_DATA_FROM_UI_TABLE on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_DATA_OF_ENTERED_OBJECT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ENTERED_OBJECT_ID_COPY_TO | Call by reference | Type reference (TYPE) | TY_DATA-OF_ENTERED_OBJECT_ID | 20091215 | ||||
| 2 | IS_ENTERED_OBJECT_ID_COPY_FROM | Call by reference | Type reference (TYPE) | TY_DATA-OF_ENTERED_OBJECT_ID | 20091215 |
Method GET_DATA_OF_ENTERED_OBJECT_ID on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_DISPLAY_CHG_MODE_FROM_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IND_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091023 |
Method GET_DISPLAY_CHG_MODE_FROM_UI on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_HDR_ADD_DEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 | |||
| 2 | ET_HEADER_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 3 | ET_HEADER_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 4 | IT_HEADER_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 |
Method GET_HDR_ADD_DEL on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_HDR_AND_ITM_BY_UI_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HEADER_BOPF_FROM_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 2 | ET_ITEM_BOPF_FROM_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 3 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 |
Method GET_HDR_AND_ITM_BY_UI_TABLE on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_HDR_ITM_DATA_FR_MEMORY_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | 20100527 | ||||
| 2 | ET_HDR_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 3 | ET_ITM_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 4 | ET_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 | |||
| 5 | EV_IND_GET_DATA_FR_BOPF_DB | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100527 | |||
| 6 | IRS_HDR_FLDS_FOR_SELECTION | Call by reference | Object reference (TYPE REF TO) | DATA | 20100527 | ||||
| 7 | IT_HDR_ITM_KEYS | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR_ITM_KEYS | Header and item BOPF keys per object id and type | 20100527 |
Method GET_HDR_ITM_DATA_FR_MEMORY_DB on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CLASS_WHERE_DATA_FROM | Call by reference | Object reference (TYPE REF TO) | IF_SAWE_STAFF_ASSIGN | For staff assignment | 20091011 | |||
| 2 | IV_BO_NAME | Call by reference | Type reference (TYPE) | /BOBF/OBM_NAME | IF_SAWE_STAFF_ASSIGNMENT_C=>SC_BO_NAME | 20090921 | |||
| 3 | RR_UI_BOPF | Value transfer | Object reference (TYPE REF TO) | CL_SAWE_SA_UI_BOPF_ADAPTER | Adapter class for UI -BOPF comunication | 20090921 |
Method GET_INSTANCE on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_ITEMS_W_MAIL_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEM_BOPF_CHG_MAIL_STATUS | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 2 | ET_ITEM_BOPF_SET_INITIAL_MAIL | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item: set initial mail status | 20100527 | |||
| 3 | IT_ITEM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 4 | IT_ITEM_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 5 | IT_ITEM_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 6 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 |
Method GET_ITEMS_W_MAIL_STATUS on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_ITM_ADD_DEL_CHG_WO_MAIL_ST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 | |||
| 2 | ET_ITEM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 3 | ET_ITEM_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 4 | ET_ITEM_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 5 | IT_ITEM_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 |
Method GET_ITM_ADD_DEL_CHG_WO_MAIL_ST on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_MOD_STRUCT_BY_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 2 | CT_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 3 | CT_MOD | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MODIFICATION | Changes | 20100527 |
Method GET_MOD_STRUCT_BY_HEADER on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_MOD_STRUCT_BY_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 2 | CT_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 3 | CT_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 4 | CT_MOD | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MODIFICATION | Changes | 20100527 | |||
| 5 | IV_CHANGED_FIELD | Call by reference | Type reference (TYPE) | STRING | 20100527 |
Method GET_MOD_STRUCT_BY_ITEM on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_MSG_FROM_PARENT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SIZE_MSG | Call by reference | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20091127 | |||
| 2 | EV_STRING_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20091127 | ||||
| 3 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091127 | |||
| 4 | IV_KEY_PARENT_FROM_MSG | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | NodeID | 20091127 |
Method GET_MSG_FROM_PARENT_KEY on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_OBJECT_ID_TYPE_FROM_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERS_HEADER_FIELDS_FOR_LOCK | Call by reference | Object reference (TYPE REF TO) | DATA | 20091023 | ||||
| 2 | ERS_HEADER_FIELDS_FOR_SELECT | Call by reference | Object reference (TYPE REF TO) | DATA | 20091009 |
Method GET_OBJECT_ID_TYPE_FROM_UI on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_UI_TABLE_BY_HDR_AND_ITM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 | |||
| 2 | IT_HEADER_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 3 | IT_ITEM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 |
Method GET_UI_TABLE_BY_HDR_AND_ITM on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method GET_UI_TABLE_FROM_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091031 |
Method GET_UI_TABLE_FROM_UI on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method HANDLE_HEADER_KEYS_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HEADER_BOPF_KEYS_EXIST | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20090930 | |||
| 2 | IT_HEADER_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091007 | |||
| 3 | IT_HEADER_BOPF_DEL_FR_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20090928 | |||
| 4 | IT_HEADER_BOPF_FROM_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091007 |
Method HANDLE_HEADER_KEYS_EXIST on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface of Change Object | 20091008 | |||
| 2 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091008 | |||
| 3 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091008 |
Method LOCK on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface of Change Object | 20090923 | |||
| 2 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20090921 | |||
| 3 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090923 | |||
| 4 | EV_IND_SEVERITY_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091001 |
Method MODIFY on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_BOPF_BY_ADDED_HDR_ITM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HDR_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 2 | CT_ITM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 3 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface of Change Object | 20091029 | |||
| 4 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091029 |
Method MODIFY_BOPF_BY_ADDED_HDR_ITM on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_BOPF_BY_CHANGED_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface of Change Object | 20091029 | |||
| 2 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091029 | |||
| 3 | IT_ITM_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 4 | IV_CHANGED_FIELD | Call by reference | Type reference (TYPE) | STRING | 20091125 |
Method MODIFY_BOPF_BY_CHANGED_ITEM on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_BOPF_BY_CHG_MAIL_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface for transaction change objects | 20091125 | |||
| 2 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091125 | |||
| 3 | IT_ITEM_BOPF_CHG_MAIL_STATUS | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091125 | |||
| 4 | IT_ITEM_BOPF_SET_INITIAL_MAIL | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item: set initial mail status | 20100527 | |||
| 5 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | UI Table how it was filled before calling MODIFY | 20091125 |
Method MODIFY_BOPF_BY_CHG_MAIL_STATUS on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_BOPF_BY_DELETED_HDR_ITM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HDR_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 2 | CT_ITM_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 3 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface of Change Object | 20091028 | |||
| 4 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091028 |
Method MODIFY_BOPF_BY_DELETED_HDR_ITM on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_BOPF_DEL_DATA_BY_REPLAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HDR_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 2 | CT_HDR_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 3 | CT_ITM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 4 | CT_ITM_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 5 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091029 | |||
| 6 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface of Change Object | 20091029 | |||
| 7 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091029 |
Method MODIFY_BOPF_DEL_DATA_BY_REPLAC on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_HEADER_AND_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091031 | |||
| 2 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface of Change Object | 20091029 | |||
| 3 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091029 | |||
| 4 | EV_IND_SEVERITY_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091029 | |||
| 5 | IT_HDR_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091031 | |||
| 6 | IT_HDR_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091031 | |||
| 7 | IT_ITEM_BOPF_CHG_MAIL_STATUS | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091125 | |||
| 8 | IT_ITEM_BOPF_SET_INITIAL_MAIL | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 9 | IT_ITM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091031 | |||
| 10 | IT_ITM_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091031 | |||
| 11 | IT_ITM_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091031 | |||
| 12 | IT_ITM_UI_CURR_SEQ | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100201 |
Method MODIFY_HEADER_AND_ITEM on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_ITM_TABLE_BY_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ITM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Header | 20091029 | |||
| 2 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091029 | |||
| 3 | IT_HDR_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 4 | IT_ITM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Header | 20091029 |
Method MODIFY_ITM_TABLE_BY_MSG on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_UI_TABLE_BY_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | UI Table how it was filled before calling MODIFY | 20100108 | |||
| 2 | IO_MSG_ITM_CHANGED | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100108 | |||
| 3 | IT_ITEM_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100108 |
Method MODIFY_UI_TABLE_BY_MSG on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_UI_TABLE_W_DELETED_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091029 | |||
| 2 | IT_ITM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100201 | |||
| 3 | IT_ITM_BOPF_DELETED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 4 | IT_ITM_UI_CURR_SEQ | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100201 |
Method MODIFY_UI_TABLE_W_DELETED_DATA on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_UI_TB_BY_CURR_BOPF_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ITEM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 2 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | UI Table how it was filled before calling MODIFY | 20100527 | |||
| 3 | IO_MSG | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100527 | |||
| 4 | IT_HEADER_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 |
Method MODIFY_UI_TB_BY_CURR_BOPF_DATA on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method MODIFY_UI_TB_BY_MSG_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | UI Table how it was filled before calling MODIFY | 20100108 | |||
| 2 | IO_MSG_OF_ITM | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100108 | |||
| 3 | IS_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20100108 | ||||
| 4 | IS_SCX_T100KEY | Call by reference | Type reference (TYPE) | SCX_T100KEY | T100 Key with Parameters Mapped to Attribute Names | 20100108 | |||
| 5 | IT_UI_FROM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Staff Assignment Item | 20100108 |
Method MODIFY_UI_TB_BY_MSG_ATTRIBUTE on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method PERFORM_AUTO_FORECAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100713 | |||
| 2 | IT_SA_HDR | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100722 | |||
| 3 | IT_SA_ITM | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100722 |
Method PERFORM_AUTO_FORECAST on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method QUERY_WE_STAFFING_STAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WORK_ENGAGEMENT | Call by reference | Type reference (TYPE) | SAWE_T_WORK_ENGAGEMENT | Staff Assignment Candidate List Item | 20100824 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | SWO_OBJID | Object ID | 20100824 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | WE_ENGAGEMENT_TYPE | Assignment Obj. Type | 20100824 |
Method QUERY_WE_STAFFING_STAGE on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method READ_WE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_WORK_ENGAGEMENT | Call by reference | Type reference (TYPE) | SAWE_S_WORK_ENGAGEMENT | Staff Assignment Candidate List Item | 20110107 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110107 | |||
| 3 | EV_MSG_SEVERITY | Call by reference | Type reference (TYPE) | MSGSEV | Message type (W, E) | 20110107 | |||
| 4 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | SWO_OBJID | Object ID | 20110107 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | WE_ENGAGEMENT_TYPE | Assignment Obj. Type | 20110107 |
Method READ_WE_DATA on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_TRA_CHANGE | Interface of Message Object | 20090923 | |||
| 2 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20090921 | |||
| 3 | ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090923 | |||
| 4 | EV_REJECTED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090921 |
Method SAVE on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_NAME | Call by reference | Type reference (TYPE) | /BOBF/OBM_NAME | Name | 20090921 |
Method SET_ATTRIBUTES on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_CURRENT_BOPF_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100527 | |||
| 2 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 | |||
| 3 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | /BOBF/CONF_EDIT_MODE | Change Mode | 20100527 |
Method SET_CURRENT_BOPF_DATA on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_CURRENT_SEQUENCE_OF_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20100527 |
Method SET_CURRENT_SEQUENCE_OF_ITEMS on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_DATA_BY_CTRL_INFO_FOR_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CTRL_FOR_LOCK | Call by reference | Type reference (TYPE) | TY_CTRL_FOR_LOCK | 20100527 |
Method SET_DATA_BY_CTRL_INFO_FOR_LOCK on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_DATA_IF_OBJECT_ID_CHANGED Signature
Method SET_DATA_IF_OBJECT_ID_CHANGED on class CL_SAWE_SA_UI_BOPF_ADAPTER has no parameter.
Method SET_DATA_IF_OBJECT_ID_CHANGED on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_DISPLAY_CHANGE_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IND_CHANGE_MODE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091214 |
Method SET_DISPLAY_CHANGE_MODE on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_GET_CURRENT_DATA_FROM_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CURRENT_DATA | Call by reference | Type reference (TYPE) | TY_DATA | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100527 |
Method SET_GET_CURRENT_DATA_FROM_UI on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_HDR_ITM_KEYS_IN_MEMORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HDR_ITM_KEYS | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR_ITM_KEYS | Header and item BOPF keys per object id and type | 20091215 | |||
| 2 | IRS_HDR_FLDS_FOR_SELECTION | Call by reference | Object reference (TYPE REF TO) | DATA | 20091102 | ||||
| 3 | IT_HDR_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091031 | |||
| 4 | IT_ITM_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091031 | |||
| 5 | IV_IND_DEL_ALL_FROM_MEMORY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091210 | |||
| 6 | IV_IND_SET_TO_MEMORY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091215 |
Method SET_HDR_ITM_KEYS_IN_MEMORY on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | 20091026 | ||||
| 2 | IRS_HDR_FLDS_FOR_LOCK | Call by reference | Object reference (TYPE REF TO) | DATA | 20091026 | ||||
| 3 | IT_HDR_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091031 | |||
| 4 | IT_ITM_BOPF_CURRENT | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091031 | |||
| 5 | IV_IND_LOCK_HDR_ITM | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091026 |
Method SET_LOCK on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091026 | |||
| 2 | IV_WHICH_MESSAGE | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20091026 |
Method SET_MESSAGES on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_REFERENCES_GOT_FROM_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CLASS_WHERE_DATA_FROM | Call by reference | Object reference (TYPE REF TO) | IF_SAWE_STAFF_ASSIGN | For staff assignment | 20100527 |
Method SET_REFERENCES_GOT_FROM_UI on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method SET_UI_TABLE_TO_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091031 |
Method SET_UI_TABLE_TO_UI on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method UPDATE_WE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110107 | |||
| 2 | EV_MSG_SEVERITY | Call by reference | Type reference (TYPE) | MSGSEV | Message type (W, E) | 20110107 | |||
| 3 | IS_WORK_ENGAGEMENT | Call by reference | Type reference (TYPE) | SAWE_S_WORK_ENGAGEMENT | Staff Assignment Work Engagement | 20110107 |
Method UPDATE_WE_DATA on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method UPD_FAILED_FLAG_FOR_ALL_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Table type list staff assignment | 20091029 | |||
| 2 | IO_MSG_ADDED_HDR_ITM | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091029 | |||
| 3 | IO_MSG_ITM_CHANGED | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20091029 | |||
| 4 | IT_HDR_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20091029 | |||
| 5 | IT_ITM_BOPF_ADDED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 | |||
| 6 | IT_ITM_BOPF_CHANGED | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20091029 |
Method UPD_FAILED_FLAG_FOR_ALL_MSG on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method UPD_FAILED_FLAG_HDR_ITM_UITB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HDR_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Header | 20100527 | |||
| 2 | CT_ITM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Header | 20100527 | |||
| 3 | CT_UI | Call by reference | Type reference (TYPE) | SAWE_T_SA_LIST_ASSIGNMENT | Staff Assignment Item | 20100527 | |||
| 4 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100527 | |||
| 5 | IT_HDR_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_HDR | Staff Assignment Item | 20100527 | |||
| 6 | IT_ITM_BOPF | Call by reference | Type reference (TYPE) | SAWE_T_SA_ITM | Staff Assignment Item | 20100527 | |||
| 7 | IV_IND_DELETE_FAILED_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100527 | |||
| 8 | IV_IND_MSG_COMES_FR_ACTION | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100527 | |||
| 9 | IV_IND_MSG_COMES_FR_CONSIS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100527 | |||
| 10 | IV_IND_MSG_FR_ACTION_CONSIS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100527 |
Method UPD_FAILED_FLAG_HDR_ITM_UITB on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
Method Z1_INFO Signature
Method Z1_INFO on class CL_SAWE_SA_UI_BOPF_ADAPTER has no parameter.
Method Z1_INFO on class CL_SAWE_SA_UI_BOPF_ADAPTER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |