SAP ABAP Class CL_IWP_WORK_PACKAGE (Audit Package)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   BC-ILM-RW (Application Component) Retention Warehouse
     IWP_BASIC (Package) ILM Workpackage: Basic Functions
Properties
Class CL_IWP_WORK_PACKAGE  
Short Description Audit Package    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package IWP_BASIC   ILM Workpackage: Basic Functions 
Created 20071102   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IWP_WORK_PACKAGE has no forward declaration.
Interfaces
Class CL_IWP_WORK_PACKAGE has no interface implemented.
Friends
Class CL_IWP_WORK_PACKAGE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_INSTRUC Constant Public See coding Internal structure names 20071107
2 MR_STRUC Instance attribute Public Object reference (TYPE REF TO) CL_IWP_STRUC Reference to CL_iwp_struc 20071109
3 MR_WP_PATTERN Instance attribute Public Object reference (TYPE REF TO) CL_IWP_AP_PATTERN Reference to template 20081217
4 MS_WP Instance attribute Private Type reference (TYPE) TY_BUF_WP Audit Package loaded in the Program 20071105
5 MT_AREA Instance attribute Private Type reference (TYPE) TT_BUF_WP_AREA List of assigned areas 20080311
6 MT_DOMVAL Instance attribute Private Type reference (TYPE) IWP_T_DOMVAL Table of domain values 20071107
7 MT_JOB_LOG Instance attribute Private Type reference (TYPE) TT_BUF_JOB_LOG Logs of an audit package 20071127
8 MT_REF_PATH Instance attribute Private Type reference (TYPE) IWP_T_REF_PATH Table with referenced pathes 20071107
9 MT_RELANAMES Instance attribute Private Type reference (TYPE) IWP_T_RELANAMES List of relation names 20071126
10 MT_RELATION Instance attribute Private Type reference (TYPE) IWP_T_TXX_C_RELA Table type for TXX_C_RELA 20071107
11 MT_WPT Instance attribute Private Type reference (TYPE) TT_BUF_WPT Language-dependend text 20071107
12 MT_WP_STRUC Instance attribute Private Type reference (TYPE) IWP_T_WP_STRUC Table of structures of an audit package 20081020
13 MT_WP_VIEW Instance attribute Private Type reference (TYPE) IWP_T_WP_VIEW Views of an audit package 20081020
14 MV_ACTVT Instance attribute Public Type reference (TYPE) ACTIV_AUTH Activity 20071119
15 SST_WP Static Attribute Private Type reference (TYPE) TT_BUF_WP All Audit Packages 20071106
16 ST_VALUES_JOB_SUBTYPE Static Attribute Private Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20071120
17 ST_VALUES_JOB_TYPE Static Attribute Private Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20071126
18 ST_VALUES_LOG_TYPE Static Attribute Private Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20071126
Methods
# Method Level Visibility Method type Description Created on
1 ADD_VIEWS_OF_ASSIGNED_AREAS Instance method Public Method Marks structures according assigned audit areas 20081020
2 ANALYSE_WP Instance method Public Method Analyse audit package 20071107
3 AUTHORITY_CHECK Static method Public Method Check Authorithy for an Audit Package 20090211
4 CHANGE_WP Instance method Public Method Change attributes of an audit package 20080318
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20071105
6 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20071106
7 CREATE_JOB Instance method Public Method Create a job 20071112
8 CREATE_STRUC_ENTRY_FOR_VIEW Instance method Private Method 20081020
9 DELETE Instance method Public Method Delete the Audit Package 20071127
10 DEQUEUE_WP Instance method Public Method Dequeue the audit package 20071210
11 GET_ALL_STRUCTURES Instance method Public Method Returns all structures of the audit package 20071107
12 GET_ASSIGNED_AREAS Instance method Public Method Returns the deatils of an audit package 20080311
13 GET_DETAIL Instance method Public Method Returns the deatils of an audit package 20071107
14 GET_DOM_VALUES Instance method Public Method Return the values of a domain 20071107
15 GET_INSTANCE Static method Public Method Get Instance of an Audit Package 20071106
16 GET_JOB_LOG Instance method Public Method Get the data of the log 20071126
17 GET_LIST Static method Public Method Returns the details of an audit package 20071107
18 GET_METADATA Instance method Public Method Get metadata of a certain structure 20071115
19 GET_ORIGIN_INFORMATION Static method Public Method Get the original system and client of an audit package 20080930
20 GET_RELATION Instance method Public Method Returns the relation to a certain (or all) structure 20071107
21 GET_RELATION_NAMES Instance method Public Method Returns the relation names to a certain (or all) structure 20071126
22 HAS_DOM_VALUES Instance method Public Method Checks whether a domain has values 20071107
23 LOAD Instance method Private Method Load Data from the Database 20071106
24 LOAD_DOMAIN Instance method Private Method Load domain values from the Database 20071107
25 LOAD_RELATION Instance method Private Method Load domain values from the Database 20071107
26 LOAD_SETS Instance method Private Method Load Structures and fields from area/template 20080312
27 LOAD_SETS_NEW Instance method Private Method Load Structures and fields from template 20081217
28 LOAD_SETS_OLD Instance method Private Method Load Structures and fields from area (old) 20081217
29 SAVE Instance method Public Method Save changes on database 20071107
30 SAVE_JOB_DATA Instance method Private Method Save the Data of a Job 20071122
31 SAVE_LOG_DATA Instance method Public Method Save the log data 20071126
32 SAVE_RELANAMES Instance method Private Method Save changes on database 20071126
33 SET_ASSIGNED_AREAS Instance method Public Method Assigne new areas to the audit package 20080311
34 SET_MARKFLAG_4_ASSIGNED_AREAS Instance method Public Method Marks structures according assigned audit areas 20080311
35 SET_RELATION_NAMES Instance method Public Method Set the relation names for the audit package 20071126
36 SET_STATUS Instance method Public Method Set a new status of the audit package 20071107
37 SET_STATUS_ACCOR_BI_DB Instance method Public Method Set the status on the Database according the BI-objects stat 20080110
38 SET_VIEW_STATUS Instance method Public Method Set a new status of a view 20090206
39 UPD_JOB_DATA Instance method Public Method Update Job data 20080116
Events
Class CL_IWP_WORK_PACKAGE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BUF_JOB_LOG Private See coding 20071127 tt_buf_job_log TYPE TABLE OF ty_buf_job_log
2 TT_BUF_WP Private See coding 20071106 tt_buf_wp TYPE SORTED TABLE OF ty_buf_wp WITH UNIQUE KEY db-work_package_ext
3 TT_BUF_WPT Private See coding 20071107 tt_buf_wpt TYPE TABLE OF ty_buf_wpt
4 TT_BUF_WP_AREA Private See coding 20080311 tt_buf_wp_area TYPE TABLE OF ty_buf_wp_area
5 TY_BUF_JOB_LOG Private Type reference (TYPE) IWP_S_JOB_LOG 20071127
6 TY_BUF_WP Private See coding 20071105 BEGIN OF ty_buf_wp, db TYPE iwp_wp, descr TYPE iwp_descr, r_work_package TYPE REF TO cl_iwp_work_package, changed_typ TYPE iwp_changed_typ, END OF ty_buf_wp
7 TY_BUF_WPT Private See coding 20071107 BEGIN OF ty_buf_wpt, db TYPE iwp_wpt, changed_typ TYPE iwp_changed_typ, END OF ty_buf_wpt
8 TY_BUF_WP_AREA Private See coding 20080311 BEGIN OF ty_buf_wp_area . INCLUDE TYPE iwp_wp_area. TYPES: changed_typ TYPE iwp_changed_typ, END OF ty_buf_wp_area
Method Signatures

Method ADD_VIEWS_OF_ASSIGNED_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NEW_AREAS Call by reference Type reference (TYPE) IWP_T_WP_AREA Tabletype for IWP_T_WP_AREA 20081020

Method ADD_VIEWS_OF_ASSIGNED_AREAS on class CL_IWP_WORK_PACKAGE has no exception.

Method ANALYSE_WP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071107
2 Exporting EV_NUMBER_CUBE Call by reference Type reference (TYPE) INT4 Number of infocubes 20071107
3 Exporting EV_NUMBER_DSO Call by reference Type reference (TYPE) INT4 Number of DSO objects 20071107
4 Exporting EV_NUMBER_IOBJ Call by reference Type reference (TYPE) INT4 Number of infoobjects 20071107
5 Exporting EV_NUMBER_VIRT_PROV Call by reference Type reference (TYPE) INT4 Number virtuel providers 20071107
# Exception Resumable Description Created on
1 NOT_IN_CHANGE_MODE Not in change mode 20071115
2 STATUS_NOT_ALLOWED Analysing is not allowed for this WP status 20080131

Method AUTHORITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WORK_PACKAGE Call by reference Object reference (TYPE REF TO) CL_IWP_WORK_PACKAGE Work Package 20090211
2 Importing IV_ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20090211
3 Importing IV_WORK_PACKAGE_EXT Call by reference Type reference (TYPE) IWP_WORK_PACKAGE_EXT Work Package 20090211
# Exception Resumable Description Created on
1 NO_AUTHORITY no authority 20090211

Method CHANGE_WP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BI_DATATYPE Call by reference Type reference (TYPE) IWP_BIDATYP BI Infoprovider Type 20080318

Method CHANGE_WP on class CL_IWP_WORK_PACKAGE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_IWP_WORK_PACKAGE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_IWP_WORK_PACKAGE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_WP Call by reference Type reference (TYPE) TY_BUF_WP 20071106

Method CONSTRUCTOR on class CL_IWP_WORK_PACKAGE has no exception.

Method CREATE_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOB_CREATE Call by reference Type reference (TYPE) IWP_S_JOB_CREATE For creation of a job 20071112
2 Returning RV_JOBCOUNT Value transfer Type reference (TYPE) BTCJOBCNT Job ID 20071123
# Exception Resumable Description Created on
1 JOB_CREATION_FAILED Job Creation failed 20071112
2 JOB_EXEC_FAILED Job Execution failed 20071112

Method CREATE_STRUC_ENTRY_FOR_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STRUC Call by reference Type reference (TYPE) IWP_T_WP_STRUC Table of structures of a workpackage 20081020
2 Importing I_DVIEW Call by reference Type reference (TYPE) IWP_STRUC Structure 20081020
# Exception Resumable Description Created on
1 ERROR_OCCURED 20081020

Method DELETE Signature

Method DELETE on class CL_IWP_WORK_PACKAGE has no parameter.
Method DELETE on class CL_IWP_WORK_PACKAGE has no exception.

Method DEQUEUE_WP Signature

Method DEQUEUE_WP on class CL_IWP_WORK_PACKAGE has no parameter.
Method DEQUEUE_WP on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_ALL_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PTH_STRC Call by reference Type reference (TYPE) IWP_T_PTH_STRC Table of pathes with all structures 20071107
2 Exporting ET_STRUC Call by reference Type reference (TYPE) IWP_T_STRUC Tables of structures 20071108
3 Exporting ET_VIEW Call by reference Type reference (TYPE) IWP_T_WP_VIEW Tabletype for iwp_wp_view 20081021
4 Importing IV_ONLY_MARKED Call by reference Type reference (TYPE) XFELD SPACE Status 20071107

Method GET_ALL_STRUCTURES on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_ASSIGNED_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WP_AREA Call by reference Type reference (TYPE) IWP_T_WP_AREA Tabletype for IWP_T_WP_AREA 20080311

Method GET_ASSIGNED_AREAS on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WP_DETAIL Call by reference Type reference (TYPE) IWP_S_WPDETAILS Details of a work package 20071107
2 Exporting ET_REF_PATH Call by reference Type reference (TYPE) IWP_T_REF_PATH Table with references to CL_IWP_PATH 20071107

Method GET_DETAIL on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_DOM_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOMAIN Call by reference Type reference (TYPE) DOMNAME Generierte Tabelle zu einem View 20071107
2 Returning RT_DOMVAL Value transfer Type reference (TYPE) IWP_T_DOMVAL Table of domain values 20071107

Method GET_DOM_VALUES on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_SHOW Call by reference Type reference (TYPE) XFELD Work Package will not be changed 20071113
2 Importing IV_WORK_PACKAGE_EXT Call by reference Type reference (TYPE) IWP_WORK_PACKAGE_EXT Work Package 20071106
3 Returning RR_WORK_PACKAGE Value transfer Object reference (TYPE REF TO) CL_IWP_WORK_PACKAGE Work Package 20071108
# Exception Resumable Description Created on
1 NO_AUTHORITY no authority 20071115
2 WP_IS_LOCKED Work Package is alsready used 20071113

Method GET_JOB_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOB_LOG Call by reference Type reference (TYPE) IWP_T_JOB_LOG Table of Log entries 20071126

Method GET_JOB_LOG on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WPDETAILS Call by reference Type reference (TYPE) IWP_T_WPDETAILS List of workpackage details 20071107
2 Importing IV_STATUS Call by reference Type reference (TYPE) IWP_STATUS SPACE Status 20071107

Method GET_LIST on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STRUC_METDAT Call by reference Type reference (TYPE) IWP_T_STRCMETDAT Table of metadata of a structure 20071115
2 Importing IV_STRUCTURE Call by reference Type reference (TYPE) IWP_STRUC Structure 20071115

Method GET_METADATA on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_ORIGIN_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLNT Call by reference Type reference (TYPE) MANDT Client 20080930
2 Exporting E_SYSID Call by reference Type reference (TYPE) SYSYSID Name of the SAP System 20080930
3 Importing I_WORK_PACKAGE Call by reference Type reference (TYPE) IWP_WORK_PACKAGE Unique Identifier of Work Package 20080930

Method GET_ORIGIN_INFORMATION on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_MARKED Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20071211
2 Importing IV_STRUCTURE Call by reference Type reference (TYPE) IWP_STRUC SPACE Structure 20071107
3 Returning RT_RELATION Value transfer Type reference (TYPE) IWP_T_TXX_C_RELA Tabletype for TXX_C_RELA 20071107

Method GET_RELATION on class CL_IWP_WORK_PACKAGE has no exception.

Method GET_RELATION_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_MARKED Call by reference Type reference (TYPE) XFELD ' ' Checkbox 20071211
2 Returning RT_RELANAMES Value transfer Type reference (TYPE) IWP_T_RELANAMES List of relation names 20071126

Method GET_RELATION_NAMES on class CL_IWP_WORK_PACKAGE has no exception.

Method HAS_DOM_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOMAIN Call by reference Type reference (TYPE) DOMNAME Domain name 20071107
2 Returning RV_EXIST_FLAG Value transfer Type reference (TYPE) XFELD X = Domain values exists 20071107

Method HAS_DOM_VALUES on class CL_IWP_WORK_PACKAGE has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORK_PACKAGE Call by reference Type reference (TYPE) IWP_WORK_PACKAGE Unique Identifier of a work package 20071106

Method LOAD on class CL_IWP_WORK_PACKAGE has no exception.

Method LOAD_DOMAIN Signature

Method LOAD_DOMAIN on class CL_IWP_WORK_PACKAGE has no parameter.
Method LOAD_DOMAIN on class CL_IWP_WORK_PACKAGE has no exception.

Method LOAD_RELATION Signature

Method LOAD_RELATION on class CL_IWP_WORK_PACKAGE has no parameter.
Method LOAD_RELATION on class CL_IWP_WORK_PACKAGE has no exception.

Method LOAD_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SET_F Call by reference Type reference (TYPE) IWP_T_SET_F Table type of iwp_s_set_f 20080312
2 Exporting ET_SET_S Call by reference Type reference (TYPE) IWP_T_SET_S Table type of iwp_s_set_s 20080312
3 Importing IV_WORK_PACKAGE Call by reference Type reference (TYPE) IWP_WORK_PACKAGE Unique Identifier of a work package 20080312

Method LOAD_SETS on class CL_IWP_WORK_PACKAGE has no exception.

Method LOAD_SETS_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SET_F Call by reference Type reference (TYPE) IWP_T_SET_F Table type of iwp_s_set_f 20081217
2 Exporting ET_SET_S Call by reference Type reference (TYPE) IWP_T_SET_S Table type of iwp_s_set_s 20081217
3 Importing IV_WORK_PACKAGE Call by reference Type reference (TYPE) IWP_WORK_PACKAGE Unique Identifier of a work package 20081217

Method LOAD_SETS_NEW on class CL_IWP_WORK_PACKAGE has no exception.

Method LOAD_SETS_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SET_F Call by reference Type reference (TYPE) IWP_T_SET_F Table type of iwp_s_set_f 20081217
2 Exporting ET_SET_S Call by reference Type reference (TYPE) IWP_T_SET_S Table type of iwp_s_set_s 20081217
3 Importing IV_WORK_PACKAGE Call by reference Type reference (TYPE) IWP_WORK_PACKAGE Unique Identifier of a work package 20081217

Method LOAD_SETS_OLD on class CL_IWP_WORK_PACKAGE has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20071128
# Exception Resumable Description Created on
1 NO_AUTHORITY no Authority 20071119

Method SAVE_JOB_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_WP_JOB_CREATE Call by reference Type reference (TYPE) IWP_S_JOB_CREATE For creation of a job 20071123
2 Importing IV_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT Job ID 20071123

Method SAVE_JOB_DATA on class CL_IWP_WORK_PACKAGE has no exception.

Method SAVE_LOG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT Job ID 20071127
2 Importing I_JOBNAME Call by reference Type reference (TYPE) BTCJOB Background job name 20071127
3 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20071127
4 Importing I_LOG_TYPE Call by reference Type reference (TYPE) IWP_LOG_TYPE Type of a Log 20071127

Method SAVE_LOG_DATA on class CL_IWP_WORK_PACKAGE has no exception.

Method SAVE_RELANAMES Signature

Method SAVE_RELANAMES on class CL_IWP_WORK_PACKAGE has no parameter.
Method SAVE_RELANAMES on class CL_IWP_WORK_PACKAGE has no exception.

Method SET_ASSIGNED_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_WP_AREA Call by reference Type reference (TYPE) IWP_T_WP_AREA Tabletype for IWP_T_WP_AREA 20080311

Method SET_ASSIGNED_AREAS on class CL_IWP_WORK_PACKAGE has no exception.

Method SET_MARKFLAG_4_ASSIGNED_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NEW_AREAS Call by reference Type reference (TYPE) IWP_T_WP_AREA Tabletype for IWP_T_WP_AREA 20080311

Method SET_MARKFLAG_4_ASSIGNED_AREAS on class CL_IWP_WORK_PACKAGE has no exception.

Method SET_RELATION_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RELANAMES Call by reference Type reference (TYPE) IWP_T_RELANAMES List of relation names 20071126

Method SET_RELATION_NAMES on class CL_IWP_WORK_PACKAGE has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SAVE_IMMEDIATELY_FLG Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20080125
2 Importing IV_STATUS Call by reference Type reference (TYPE) IWP_STATUS Status 20071107

Method SET_STATUS on class CL_IWP_WORK_PACKAGE has no exception.

Method SET_STATUS_ACCOR_BI_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NEW_STATUS Call by reference Type reference (TYPE) IWP_STATUS Status 20080110
2 Importing IV_CONT_DEL_ERROR Call by reference Type reference (TYPE) FLAG General Flag 20100216

Method SET_STATUS_ACCOR_BI_DB on class CL_IWP_WORK_PACKAGE has no exception.

Method SET_VIEW_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) IWP_LOAD_STAT Status 20090206
2 Importing IV_VIEW Call by reference Type reference (TYPE) IWP_STRUC Structure 20090206

Method SET_VIEW_STATUS on class CL_IWP_WORK_PACKAGE has no exception.

Method UPD_JOB_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOB_TYPE Call by reference Type reference (TYPE) IWP_JOB_TYPE Type of Job 20080117
2 Returning RV_TRANSFER_FROM_UI Value transfer Type reference (TYPE) XFELD Checkbox 20080131

Method UPD_JOB_DATA on class CL_IWP_WORK_PACKAGE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711