SAP ABAP Class CL_PAK_WB_OBJECT (Implementation of Workbench-related behaviour)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SPAK_WB_FOUNDATION (Package) Framework for integrating the APIs with the ABAP Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PAK_WB_OBJECT Groups common properties of Workbench-related objects 20050414
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PAK_WB_OBJECT_INTERNAL Interface for internal access to an IF_PAK_WB_OBJECT 20050509
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CLS_ATTRIBUTE Attribute 20050421
2 Inheritance (c INHERITING FROM c_ref)  CL_CLS_ATTR_VALUE_ASSIGNMENT 20050531
3 Inheritance (c INHERITING FROM c_ref)  CL_CLS_OBJECT_TYPE_GROUP Object type groups 20050419
4 Inheritance (c INHERITING FROM c_ref)  CL_CLS_REPORT_DEF Definition of classificationsreport 20050830
Properties
Class CL_PAK_WB_OBJECT  
Short Description Implementation of Workbench-related behaviour    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPAK_WB_FOUNDATION   Framework for integrating the APIs with the ABAP Workbench 
Created 20050414   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_PAK_STATE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_PAK_WB_DOMAINS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_PAK_WB_OBJECT Groups common properties of Workbench-related objects 20050414
2 IF_PAK_WB_OBJECT_INTERNAL Interface for internal access to an IF_PAK_WB_OBJECT 20050509
Friends
Class CL_PAK_WB_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVATION_STATE Instance attribute Protected Type reference (TYPE) PAK_ACTIVATION_STATE Activation state for package data 20050414
2 CONTAINING_PACKAGE Instance attribute Protected Type reference (TYPE) TY_CONTAINING_PACKAGE Info about the containing package 20060104
3 IS_LANGUAGE_DEPENDENT Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE if lanugage handling is unnecessary 20061102
4 KORRNUM Instance attribute Protected Type reference (TYPE) TRKORR Default transport request to which the object is assigned 20050419
5 NEED_TADIR_ENTRY Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE if TADIR entry must exist for the object 20060410
6 ORIGINAL_TADIR_DATA Instance attribute Private Type reference (TYPE) TADIR The original TADIR entry 20050615
7 STATE Instance attribute Protected Object reference (TYPE REF TO) CL_PAK_STATE Manages the state of a package API object 20050414
8 STATE_TEXT_LIST Static Attribute Protected Type reference (TYPE) TY_STATE_TEXT_LIST 20050414
9 TADIR_DATA Instance attribute Protected Type reference (TYPE) TADIR The object's TADIR entry 20050512
10 TADIR_DATA_VALID Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE if (ORIGINAL_)TADIR_DATA field contains valid data 20051228
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_ON_DB Instance method Protected Method (Dlgt) Writes inactive version as active on the DB 20050420
2 ADD_TO_TRANSPORT_REQUEST Instance method Protected Method Adds the object to a transport request 20050512
3 CHECK_CONSISTENCY_DETAIL Instance method Protected Method (Dlgt) Checks the consistency of the object 20050419
4 CHECK_EDIT_PERMISSION Instance method Protected Method Checks if the caller is allowed to modify/inspect the object 20061010
5 CHECK_IF_DELETABLE Instance method Protected Method (Dlgt) Checks whether the object can be deleted 20050420
6 CHECK_TADIR_INFO_AVAILABLE Instance method Protected Method Raises an exception if there's no TADIR info available 20051228
7 CLASS_CONSTRUCTOR Static method Public Constructor 20050414
8 CLEAR_DEPENDENT_DATA Instance method Protected Method (Dlgt) Clears data that is not handled by READ_FROM_DB 20050420
9 CONSIDER_AS_NEW_FOR_CTS Instance method Protected Method For transport system interaction: consider object as new? 20050801
10 CONSTRUCTOR Instance method Public Constructor 20050414
11 COPY_ACTIVE_DATA_TO_INACTIVE Instance method Protected Method (Dlgt) Copies the active version into an inactive 20050414
12 DELETE_FROM_DB Instance method Protected Method (Dlgt) Deletes the object's data from the DB 20050419
13 DELETE_FROM_TADIR Instance method Protected Method Deletes TADIR entry of non-transportable objects 20050527
14 DELETE_INACTIVE_FROM_DB Instance method Protected Method (Dlgt) Deletes the object's inactive version from the DB 20050810
15 FILTER_API_OBJECT_LIST Static method Public Method Extracts entries from a PAK_API_OBJECT_LIST 20050504
16 GET_VERSION_TO_BE_LOADED Instance method Private Method Gets concrete version if "automatic" version is requested 20060130
17 HANDLE_LOCK_FAILURE Instance method Protected Method Raises appropriate exception if ENQUEUE_... call failed 20060103
18 INFORM_ABOUT_CREATION Instance method Protected Method (Dlgt) Informs clients that the object was created on the DB 20060529
19 INFORM_ABOUT_DELETION Instance method Protected Method (Dlgt) Informs clients that the object has been deleted 20050414
20 INITIALIZE Instance method Protected Method Initializes the instance (on exception: state may have chgd) 20050415
21 INITIALIZE_EXISTING Instance method Protected Method (Dlgt) Initializes the instance when loading exist. object 20050415
22 INITIALIZE_NEW Instance method Protected Method (Dlgt) Initializes the instance when creating a new object 20050415
23 INITIALIZE_TADIR_DATA Instance method Protected Method Initializes TADIR entry for a newly created object 20060807
24 INSERT_TO_DB Instance method Protected Method (Dlgt) Stores the first time data of a new object to the DB 20050419
25 LOAD_CONTAINING_PACKAGE Instance method Protected Method Reads info about the package containing the object 20060104
26 LOAD_TADIR_DATA Instance method Protected Method Reads the TADIR entry of the object 20050512
27 LOCK_AND_REFRESH Instance method Protected Method Internal LOCK_AND_REFRESH (without permission checks) 20051202
28 LOCK_OBJECT Instance method Protected Method (Dlgt) Obtains enqueue locks for the object 20050419
29 ON_STATE_CHANGED Instance method Private Event handling method 20050414
30 READ_FROM_DB Instance method Protected Method (Dlgt) Reads the object's data from the DB 20050419
31 REFRESH Instance method Private Method Internal REFRESH (without state update etc.) 20060811
32 UNLOCK_OBJECT Instance method Protected Method (Dlgt) Releases enqueue locks for the object 20050419
33 UPDATE_INACTIVE_OBJECTS_LIST Instance method Protected Method Inserts or removes objects from the worklist 20050512
34 UPDATE_OBJECT_NAVIGATOR_TREE Instance method Protected Method Updates the object navigator tree (SE80) 20050512
35 UPDATE_ON_DB Instance method Protected Method (Dlgt) Updates the object's data on the DB 20050419
36 UPDATE_TADIR_ENTRY Instance method Protected Method Updates the object's TADIR entry 20050615
Events
Class CL_PAK_WB_OBJECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CONTAINING_PACKAGE Protected See coding 20060104 BEGIN OF ty_containing_package, is_valid TYPE abap_bool, END OF ty_containing_package
2 TY_STATE_TEXT Protected See coding 20050414 BEGIN OF ty_state_text, state TYPE cl_pak_wb_domains=>ty_state, activation_state TYPE pak_activation_state, text TYPE string, END OF ty_state_text
3 TY_STATE_TEXT_LIST Protected See coding 20050414 ty_state_text_list TYPE STANDARD TABLE OF ty_state_text WITH DEFAULT KEY
Method Signatures

Method ACTIVATE_ON_DB Signature

Method ACTIVATE_ON_DB on class CL_PAK_WB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050420
2 CX_PAK_NOT_AUTHORIZED User does not have the right privileges 20050420

Method ADD_TO_TRANSPORT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR SPACE Transport request for non-interactive use of API 20050613
2 Importing IM_ALLOW_POPUPS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE to suppress popups 20060511
# Exception Resumable Description Created on
1 CX_PAK_ACTION_CANCELLED Error situation where the user cancelled an operation 20060601
2 CX_PAK_INVALID_DATA Invalid data 20050512
3 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20060418

Method CHECK_CONSISTENCY_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ERROR_OCCURRED Call by reference Type reference (TYPE) ABAP_BOOL Set to ABAP_TRUE if error occurred 20060522
2 Importing IM_CHECK_MODE Call by reference Type reference (TYPE) CL_PAK_WB_DOMAINS=>TY_CHECK_MODE CL_PAK_WB_DOMAINS=>CO_CHECK_MODE-SET 20050419
3 Importing IM_RAISE_MESSAGES_OF_TYPE Call by reference Type reference (TYPE) PAK_MESSAGE_TYPE Specifies whether a message is a warning or an info 20060522
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050419
2 CX_PAK_INVALID_STATE Method can not be executed at present object state 20050419

Method CHECK_EDIT_PERMISSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ERROR_OCCURRED Call by reference Type reference (TYPE) ABAP_BOOL Set to ABAP_TRUE if error message was raised 20061010
2 Importing IM_GENERATOR_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package of invoking program 20061010
3 Importing IM_IS_ONLY_INSPECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE for modify access 20061010
4 Importing IM_RAISE_MESSAGES_OF_TYPE Call by reference Type reference (TYPE) PAK_MESSAGE_TYPE CL_PAK_WB_DOMAINS=>CO_MESSAGE_TYPE-ERROR Whether also warning or even info messages should be raised 20061010
# Exception Resumable Description Created on
1 CX_PAK_GENERATION Invalid data 20061010

Method CHECK_IF_DELETABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ERROR_OCCURRED Call by reference Type reference (TYPE) ABAP_BOOL Set to ABAP_TRUE if an error message was raised 20060808
2 Importing IM_RAISE_MESSAGES_OF_TYPE Call by reference Type reference (TYPE) PAK_MESSAGE_TYPE Whether also warnings or even info messages should be raised 20060808
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050420
2 CX_PAK_NOT_AUTHORIZED User does not have the right privileges 20050420

Method CHECK_TADIR_INFO_AVAILABLE Signature

Method CHECK_TADIR_INFO_AVAILABLE on class CL_PAK_WB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_OBJECT Operation can't be executed in present object state 20060601

Method CLASS_CONSTRUCTOR Signature

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

Method CLEAR_DEPENDENT_DATA Signature

Method CLEAR_DEPENDENT_DATA on class CL_PAK_WB_OBJECT has no parameter.
Method CLEAR_DEPENDENT_DATA on class CL_PAK_WB_OBJECT has no exception.

Method CONSIDER_AS_NEW_FOR_CTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONSIDER_AS_NEW_FOR_CTS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE to tell the CTS that the object is new 20050801

Method CONSIDER_AS_NEW_FOR_CTS on class CL_PAK_WB_OBJECT has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_PAK_WB_OBJECT has no parameter.
Method CONSTRUCTOR on class CL_PAK_WB_OBJECT has no exception.

Method COPY_ACTIVE_DATA_TO_INACTIVE Signature

Method COPY_ACTIVE_DATA_TO_INACTIVE on class CL_PAK_WB_OBJECT has no parameter.
Method COPY_ACTIVE_DATA_TO_INACTIVE on class CL_PAK_WB_OBJECT has no exception.

Method DELETE_FROM_DB Signature

Method DELETE_FROM_DB on class CL_PAK_WB_OBJECT has no parameter.
Method DELETE_FROM_DB on class CL_PAK_WB_OBJECT has no exception.

Method DELETE_FROM_TADIR Signature

Method DELETE_FROM_TADIR on class CL_PAK_WB_OBJECT has no parameter.
Method DELETE_FROM_TADIR on class CL_PAK_WB_OBJECT has no exception.

Method DELETE_INACTIVE_FROM_DB Signature

Method DELETE_INACTIVE_FROM_DB on class CL_PAK_WB_OBJECT has no parameter.
Method DELETE_INACTIVE_FROM_DB on class CL_PAK_WB_OBJECT has no exception.

Method FILTER_API_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FILTERED_LIST Call by reference Type reference (TYPE) PAK_API_OBJECT_LIST The extract 20050504
2 Importing IM_COMPLETE_LIST Call by reference Type reference (TYPE) PAK_API_OBJECT_LIST The complete list from which to extract the result 20050504
3 Importing IM_SELECTION_MODE Call by reference Type reference (TYPE) PAK_SELECTION_MODE Selection mode for api-objects 20050504

Method FILTER_API_OBJECT_LIST on class CL_PAK_WB_OBJECT has no exception.

Method GET_VERSION_TO_BE_LOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVATION_STATE Call by reference Type reference (TYPE) PAK_ACTIVATION_STATE Original activation state 20060130
2 Returning RE_ACTIVATION_STATE Value transfer Type reference (TYPE) PAK_ACTIVATION_STATE Concrete activation state, either inactive or active 20060130
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20060130

Method HANDLE_LOCK_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return code of ENQUEUE_... call 20060103
# Exception Resumable Description Created on
1 CX_PAK_WB_OBJECT_LOCKED Operation can't be executed in present object state 20060601

Method INFORM_ABOUT_CREATION Signature

Method INFORM_ABOUT_CREATION on class CL_PAK_WB_OBJECT has no parameter.
Method INFORM_ABOUT_CREATION on class CL_PAK_WB_OBJECT has no exception.

Method INFORM_ABOUT_DELETION Signature

Method INFORM_ABOUT_DELETION on class CL_PAK_WB_OBJECT has no parameter.
Method INFORM_ABOUT_DELETION on class CL_PAK_WB_OBJECT has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVATION_STATE Value transfer Type reference (TYPE) PAK_ACTIVATION_STATE CL_PAK_WB_DOMAINS=>CO_ACTIVATION_STATE-INACTIVE Only needed when loading existing object 20050415
2 Importing IM_ALLOW_POPUPS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE ABAP_FALSE to suppress popups during INITIALIZE 20070319
3 Importing IM_IS_LANGUAGE_DEPENDENT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE ABAP_FALSE if objects never have translation-relevant texts 20061102
4 Importing IM_NEED_OBJECT_DIRECTORY_ENTRY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE ABAP_TRUE to cancel if object directory entry is missing 20051229
5 Importing IM_NESTING_DEPTH Value transfer Type reference (TYPE) I 0 Number of calls between API caller and caller of this method 20061010
6 Importing IM_NEW Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE:creating object, ABAP_FALSE: loading existing 20050415
7 Importing IM_PACKAGE Call by reference Type reference (TYPE) DEVCLASS SPACE Only needed when creating new object 20050527
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050415
2 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050530
3 CX_PAK_NOT_AUTHORIZED User does not have the right privileges 20050415
4 CX_PAK_WB_OBJECT_LOCKED Error situation: enqueue locks hold by other instance 20060601

Method INITIALIZE_EXISTING Signature

Method INITIALIZE_EXISTING on class CL_PAK_WB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050415
2 CX_PAK_NOT_AUTHORIZED User does not have the right privileges 20050415

Method INITIALIZE_NEW Signature

Method INITIALIZE_NEW on class CL_PAK_WB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050415
2 CX_PAK_NOT_AUTHORIZED User does not have the right privileges 20050415

Method INITIALIZE_TADIR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20060807

Method INITIALIZE_TADIR_DATA on class CL_PAK_WB_OBJECT has no exception.

Method INSERT_TO_DB Signature

Method INSERT_TO_DB on class CL_PAK_WB_OBJECT has no parameter.
Method INSERT_TO_DB on class CL_PAK_WB_OBJECT has no exception.

Method LOAD_CONTAINING_PACKAGE Signature

Method LOAD_CONTAINING_PACKAGE on class CL_PAK_WB_OBJECT has no parameter.
Method LOAD_CONTAINING_PACKAGE on class CL_PAK_WB_OBJECT has no exception.

Method LOAD_TADIR_DATA Signature

Method LOAD_TADIR_DATA on class CL_PAK_WB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Method can not be executed at present object state 20060410

Method LOCK_AND_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ALLOW_POPUPS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE to suppress popups 20060511
2 Importing IM_RAISE_MESSAGES_OF_TYPE Call by reference Type reference (TYPE) PAK_MESSAGE_TYPE Whether also warnings or even info messages should be raised 20060824
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20051202
2 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20051202
3 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20051202
4 CX_PAK_WB_OBJECT_LOCKED Error situation: enqueue locks hold by other instance 20060601

Method LOCK_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOCK_MODE Call by reference Type reference (TYPE) CL_PAK_WB_DOMAINS=>TY_LOCK_MODE Specifies for which operation the lock is required 20050510
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050420
2 CX_PAK_INVALID_STATE Method can not be executed at present object state 20050509
3 CX_PAK_NOT_AUTHORIZED User does not have the right privileges 20050420
4 CX_PAK_WB_OBJECT_LOCKED Error situation: enqueue locks hold by other instance 20060601

Method ON_STATE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EX_EVENT Value transfer Attribute reference (LIKE) 20050414
2 Importing EX_PREVIOUS_STATE Value transfer Attribute reference (LIKE) 20050414
3 Importing EX_STATE Value transfer Attribute reference (LIKE) 20050414

Method ON_STATE_CHANGED on class CL_PAK_WB_OBJECT has no exception.

Method READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVATION_STATE Call by reference Type reference (TYPE) PAK_ACTIVATION_STATE The version of the data to read 20050419
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050419

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PRIMARY_ACTIVATION_STATE Call by reference Type reference (TYPE) PAK_ACTIVATION_STATE Activation state to try first 20060811
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20060811

Method UNLOCK_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WAIT_UNTIL_UNLOCKED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE to unlock asynchronously 20051019

Method UNLOCK_OBJECT on class CL_PAK_WB_OBJECT has no exception.

Method UPDATE_INACTIVE_OBJECTS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WORKLIST_MODE Call by reference Type reference (TYPE) CL_PAK_WB_DOMAINS=>TY_WORKLIST_MODE Whether the object should be inserted or deleted 20050512
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050512

Method UPDATE_OBJECT_NAVIGATOR_TREE Signature

Method UPDATE_OBJECT_NAVIGATOR_TREE on class CL_PAK_WB_OBJECT has no parameter.
Method UPDATE_OBJECT_NAVIGATOR_TREE on class CL_PAK_WB_OBJECT has no exception.

Method UPDATE_ON_DB Signature

Method UPDATE_ON_DB on class CL_PAK_WB_OBJECT has no parameter.
Method UPDATE_ON_DB on class CL_PAK_WB_OBJECT has no exception.

Method UPDATE_TADIR_ENTRY Signature

Method UPDATE_TADIR_ENTRY on class CL_PAK_WB_OBJECT has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050615
History
Last changed by/on SAP  20110908 
SAP Release Created in 710