SAP ABAP Class CL_OO_CLASS_BUILDER (Class Builder)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-CLA (Application Component) Class Builder
     SEOE (Package) ABAP Objects Class Builder
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_OO_ABSTRACT_CLASS_TOOL Abstract Class Tool 20051025
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WB_PROGRAM Workbench: Program 19981211
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WB_TOOL Workbench: Tool 19981211
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WB_TOOL_LAYOUT Tool Callback for Defining Layout of a Request 20000609
Properties
Class CL_OO_CLASS_BUILDER  
Short Description Class Builder    
Super Class CL_OO_ABSTRACT_CLASS_TOOL Abstract Class Tool 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class OO    
Program status     
Category 0   
Package SEOE   ABAP Objects Class Builder 
Created 19981211   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OO_CLASSNAME_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_OO_INCLUDE_NAMING Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 SANA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SEDI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SEOD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 SEOX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WB_PROGRAM Workbench: Program 19981211
2 IF_WB_TOOL Workbench: Tool 19981211
3 IF_WB_TOOL_LAYOUT Tool Callback for Defining Layout of a Request 20000609
Friends
# Friend Modeled only Created on Description
1 CL_OO_ABSTRACT_CLASS_TOOL 20060407 Abstract Class Tool
2 IF_OO_CLIF_OBSERVER 20000920 Interface for Local Class CLIF_OBSERVER
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 INITIAL_SCREEN Instance attribute Private Type reference (TYPE) SEOX_BOOLEAN SEOX_FALSE 19990310
2 NO_OBJECT Constant Private Type reference (TYPE) SEU_OBJKEY IS INITIAL 19991007
3 WBM Instance attribute Public Attribute reference (LIKE) 19981215
4 WB_PROGRAM_PRESENTATION Instance attribute Private Attribute reference (LIKE) 20050906
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_COMPONENT_ON_POPUP Instance method Protected Method 20050905
2 CHECK_CLASS Instance method Public Method 20010306
3 CHECK_CLASS_ADDON Instance method Public Method 20010306
4 CHECK_INTERFACE Instance method Public Method 20010306
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010110
6 CONVERT_OBJECTIVE_TO_REQUEST Static method Public Method Internes Format in Request konvertieren 19990305
7 CONVERT_REQUEST_TO_OBJECTIVE Static method Public Method Request in internes Format konvertieren 19990211
8 CREATE_CB_INSTANCE Static method Public Method 20100630
9 CREATE_CHECKLIST_NAVIG_REQUEST Instance method Private Method 19990312
10 CREATE_CLIF_OBSERVER_INSTANCE Instance method Private Method 19991119
11 CREATE_COMPONENT_ON_POPUP Instance method Protected Method 20050905
12 DISPLAY_COMPONENT_ON_POPUP Instance method Protected Method 20050905
13 EXECUTE_ABAP_DOC_CHECK Instance method Private Method 20121025
14 EXECUTE_PACKAGE_CHECK Instance method Private Method 20120320
15 GET_CIFKEY Instance method Public Method Holen Objekttypname 19990305
16 GET_CURRENT_WB_OBJECT_STATE Instance method Private Method 20050906
17 GET_ENQUEUE_OBJECT Instance method Private Method 20050906
18 GET_OBJECT_STATE Instance method Public Method Holen Zustand Objekt 19990305
19 GET_PROGRAM_STATE Instance method Public Method Holen Zustand Class Builder 19990305
20 GET_REQUEST_FROM_TOOL_ACCESS Instance method Private Method 20050906
21 GET_RESTORE_WB_PROGRAM_STATE Instance method Private Method 20050906
22 GET_RESTORE_WB_REQUEST Instance method Private Method 20050906
23 GET_TOOL_LAYOUT Instance method Private Method 20050906
24 ON_SECTION_SAVED Static method Public Method Behandler für SECTION_SAVED von CL_WB_CLEDITOR 19990331
25 PREPARE_FOR_REINVOCATION Instance method Private Method 20050906
26 PREPARE_FOR_TERMINATION Instance method Private Method 20050906
27 PROCESS_OP_CHECK Instance method Private Method 19991007
28 PROCESS_OP_CHECK_GENLIMITS Instance method Private Method Operation Generierungs-Limits prüfen 19991216
29 PROCESS_OP_COPY Instance method Private Method Operation Kopieren 19991111
30 PROCESS_OP_CREATE Instance method Private Method 19991007
31 PROCESS_OP_DISP_OR_EDIT Instance method Private Method 19991119
32 PROCESS_OP_GENERATE_TESTCL Instance method Private Method 20050808
33 PROCESS_OP_INITIAL_SCREEN Instance method Private Method 19991007
34 PROCESS_OP_REALIZE Instance method Private Method Operation : Realisieren von modellierten Klassen 20020305
35 PROCESS_OP_REDEFINE_METHOD Instance method Private Method Redefinieren einer Methode 20000912
36 PROCESS_OP_RENAME Instance method Private Method Operation Umbenennen 20000721
37 PROCESS_OP_UNDO_REDEFINITION Instance method Private Method Zurücknehmen einer Redefinition 20041217
38 PROCESS_WB_REQUEST Instance method Private Method 20050906
39 SET_CIFKEY Instance method Public Method Setzen Objekttypname (wird auf dem Einstiegsbild benötigt) 20031031
40 SPLIT_FILENAME Instance method Private Method 19990311
Events
Class CL_OO_CLASS_BUILDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ERROR_MESSAGES Private See coding 20120402 tt_error_messages type standard table of ty_error_message
2 TY_ERROR_MESSAGE Private See coding 20120402 begin of ty_error_message, " copy of cl_spak_package_check=>ty_wb_package_check_result in order to have no static dependencies. object_type type trobjtype, object_name type sobj_name, subobject_type type pak_object_type, subobject_name type c length 80, package_name type devclass, is_package_error type abap_bool, is_ehp_comp_check_error type abap_bool, t100_message type symsg, message_text type string, additional_message_text type string, error_severity type errsevrty, deprecation_severity type errsevrty, include_name type progname, row_number type i, column_number type i, dynpro_number type sydynnr, field_name type c length 100, end of ty_error_message
Method Signatures

Method CHANGE_COMPONENT_ON_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20050905
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler aufgetreten 20050905
2 NO_ACCESS keine Änderungsberechtigung 20050905
3 OPERATION_NOT_SUPPORTED Operation wird nicht unterstützt 20050905

Method CHECK_CLASS Signature

Method CHECK_CLASS on class CL_OO_CLASS_BUILDER has no parameter.
Method CHECK_CLASS on class CL_OO_CLASS_BUILDER has no exception.

Method CHECK_CLASS_ADDON Signature

Method CHECK_CLASS_ADDON on class CL_OO_CLASS_BUILDER has no parameter.
Method CHECK_CLASS_ADDON on class CL_OO_CLASS_BUILDER has no exception.

Method CHECK_INTERFACE Signature

Method CHECK_INTERFACE on class CL_OO_CLASS_BUILDER has no parameter.
Method CHECK_INTERFACE on class CL_OO_CLASS_BUILDER has no exception.

Method CONSTRUCTOR Signature

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

Method CONVERT_OBJECTIVE_TO_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIFKEY Call by reference Type reference (TYPE) SEOCLSKEY Objekttyp 19990305
2 Importing CMPNAME Call by reference Type reference (TYPE) SEOCPDNAME Komponente 19990305
3 Importing OBJECTIVE Call by reference Type reference (TYPE) SEOD_OBJECTIVE Zielort 19990305
4 Exporting OBJECT_NAME Call by reference Type reference (TYPE) SEU_OBJKEY Zielobjekt 19990305
5 Importing OBJECT_STATE Value transfer Object reference (TYPE REF TO) CL_OO_OBJECT_STATE Zustand Zielobjekt 19990305
6 Exporting OBJECT_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP Zielobjekttyp 19990305
7 Importing PROGRAM_STATE Value transfer Object reference (TYPE REF TO) CL_OO_PROGRAM_STATE Zustand Class Builder 19990305
8 Importing SCONAME Call by reference Type reference (TYPE) SEOSCONAME Signaturelement 19990305
# Exception Resumable Description Created on
1 OPERATION_NOT_SUPPORTED Aktion nicht unterstützt 19990305

Method CONVERT_REQUEST_TO_OBJECTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CIFKEY Call by reference Type reference (TYPE) SEOCLSKEY Objekttyp 19990211
2 Exporting CMPNAME Call by reference Type reference (TYPE) SEOCPDNAME Komponente 19990211
3 Exporting OBJECTIVE Call by reference Type reference (TYPE) SEOD_OBJECTIVE Zielort 19990211
4 Importing PROGRAM_STATE Value transfer Object reference (TYPE REF TO) CL_OO_PROGRAM_STATE Tool-Zustand 19990309
5 Importing REQUEST Value transfer Object reference (TYPE REF TO) CL_WB_REQUEST Request 19990211
6 Exporting SCONAME Call by reference Type reference (TYPE) SEOSCONAME Signaturelement 19990211
# Exception Resumable Description Created on
1 OPERATION_NOT_SUPPORTED Aktion nicht unterstützt 19990211

Method CREATE_CB_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIFKEY Call by reference Type reference (TYPE) SEOCLSKEY 20100630
2 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_OO_CLASS_BUILDER 20100630

Method CREATE_CB_INSTANCE on class CL_OO_CLASS_BUILDER has no exception.

Method CREATE_CHECKLIST_NAVIG_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHANGE_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Navigations-Request Ändern 19990312
2 Exporting CORRECTION_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Navigations-Request Korrektur 20010124
3 Importing CORRECTION_TABLE Call by reference Type reference (TYPE) SEDI_CORRECTION_TABLE 20010124
4 Importing ERROR Call by reference Type reference (TYPE) RSLINLMSG Fehlermeldung 19990312
5 Exporting SHOW_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Navigations-Request Anzeigen 19990312

Method CREATE_CHECKLIST_NAVIG_REQUEST on class CL_OO_CLASS_BUILDER has no exception.

Method CREATE_CLIF_OBSERVER_INSTANCE Signature

Method CREATE_CLIF_OBSERVER_INSTANCE on class CL_OO_CLASS_BUILDER has no parameter.
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler bei der Instanzerzeugung 19991119
2 NOT_EXISTING Objekttyp existiert nicht 19991119
3 NOT_SUPPORTED Aktion nicht unterstützt 19991119

Method CREATE_COMPONENT_ON_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20050905
# Exception Resumable Description Created on
1 ACTION_CANCELLED Aktion wurde abgebrochen 20050905
2 ERROR_OCCURED Fehler aufgetreten 20050905
3 OPERATION_NOT_SUPPORTED Operation wird nicht unterstützt 20050905

Method DISPLAY_COMPONENT_ON_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20050905
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler aufgetreten 20050905
2 OPERATION_NOT_SUPPORTED Operation wird nicht unterstützt 20050905

Method EXECUTE_ABAP_DOC_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CHECK_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20121025

Method EXECUTE_ABAP_DOC_CHECK on class CL_OO_CLASS_BUILDER has no exception.

Method EXECUTE_PACKAGE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CHECK_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20120320

Method EXECUTE_PACKAGE_CHECK on class CL_OO_CLASS_BUILDER has no exception.

Method GET_CIFKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CIFKEY Value transfer Type reference (TYPE) SEOCLSKEY Objekttypname 19990305

Method GET_CIFKEY on class CL_OO_CLASS_BUILDER has no exception.

Method GET_CURRENT_WB_OBJECT_STATE Signature

Method GET_CURRENT_WB_OBJECT_STATE on class CL_OO_CLASS_BUILDER has no parameter.
Method GET_CURRENT_WB_OBJECT_STATE on class CL_OO_CLASS_BUILDER has no exception.

Method GET_ENQUEUE_OBJECT Signature

Method GET_ENQUEUE_OBJECT on class CL_OO_CLASS_BUILDER has no parameter.
Method GET_ENQUEUE_OBJECT on class CL_OO_CLASS_BUILDER has no exception.

Method GET_OBJECT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OBJECT_STATE Value transfer Object reference (TYPE REF TO) CL_OO_OBJECT_STATE Zustand Objekt 19990305

Method GET_OBJECT_STATE on class CL_OO_CLASS_BUILDER has no exception.

Method GET_PROGRAM_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROGRAM_STATE Value transfer Object reference (TYPE REF TO) CL_OO_PROGRAM_STATE Zustand Class Builder 19990305

Method GET_PROGRAM_STATE on class CL_OO_CLASS_BUILDER has no exception.

Method GET_REQUEST_FROM_TOOL_ACCESS Signature

Method GET_REQUEST_FROM_TOOL_ACCESS on class CL_OO_CLASS_BUILDER has no parameter.
Method GET_REQUEST_FROM_TOOL_ACCESS on class CL_OO_CLASS_BUILDER has no exception.

Method GET_RESTORE_WB_PROGRAM_STATE Signature

Method GET_RESTORE_WB_PROGRAM_STATE on class CL_OO_CLASS_BUILDER has no parameter.
Method GET_RESTORE_WB_PROGRAM_STATE on class CL_OO_CLASS_BUILDER has no exception.

Method GET_RESTORE_WB_REQUEST Signature

Method GET_RESTORE_WB_REQUEST on class CL_OO_CLASS_BUILDER has no parameter.
Method GET_RESTORE_WB_REQUEST on class CL_OO_CLASS_BUILDER has no exception.

Method GET_TOOL_LAYOUT Signature

Method GET_TOOL_LAYOUT on class CL_OO_CLASS_BUILDER has no parameter.
Method GET_TOOL_LAYOUT on class CL_OO_CLASS_BUILDER has no exception.

Method ON_SECTION_SAVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLSKEY Call by reference Type reference (TYPE) SEOCLSKEY 19990331
2 Importing SECTION_LIMU Call by reference Type reference (TYPE) TROBJTYPE 19990331
3 Importing SOURCE Call by reference Type reference (TYPE) RSWSOURCET 20100810
# Exception Resumable Description Created on
1 CX_OO_CLIF_SCAN_ERROR 20100810

Method PREPARE_FOR_REINVOCATION Signature

Method PREPARE_FOR_REINVOCATION on class CL_OO_CLASS_BUILDER has no parameter.
Method PREPARE_FOR_REINVOCATION on class CL_OO_CLASS_BUILDER has no exception.

Method PREPARE_FOR_TERMINATION Signature

Method PREPARE_FOR_TERMINATION on class CL_OO_CLASS_BUILDER has no parameter.
Method PREPARE_FOR_TERMINATION on class CL_OO_CLASS_BUILDER has no exception.

Method PROCESS_OP_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Request 19991007
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND Objekt wurde nicht gefunden 19991007
2 OPERATION_NOT_SUPPORTED Operation für den angegeben Objekttyp nicht unterstützt 19991007

Method PROCESS_OP_CHECK_GENLIMITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Request 19991216

Method PROCESS_OP_CHECK_GENLIMITS on class CL_OO_CLASS_BUILDER has no exception.

Method PROCESS_OP_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WB_DATA_CONTAINER Datencontainer zur Wertübergabe 20000721
2 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Request 19991111
# Exception Resumable Description Created on
1 ACTION_CANCELLED 20010112
2 ERROR_OCCURED Interner Fehler während der Verarbeitung 19991111
3 OBJECT_NOT_FOUND Objekttyp existiert nicht 19991223
4 OPERATION_NOT_SUPPORTED Operation vom angegebenen Objekttyp nicht unterstützt 19991111

Method PROCESS_OP_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WB_DATA_CONTAINER Datencontainer zur Wertübergabe 20001115
2 Importing EDIT Call by reference Type reference (TYPE) SEOX_BOOLEAN SEOX_TRUE Editieren nach Anlegen 19991227
3 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Request 19991007
# Exception Resumable Description Created on
1 ACTION_CANCELLED Aktion wurde abgebrochen 20000912
2 ERROR_OCCURED Interner Fehler während der Verarbeitung 19991007
3 OPERATION_NOT_SUPPORTED Operation vom angegebenen Objekttyp nicht unterstützt 19991007
4 PERMISSION_FAILURE keine Berechtigung 20000717

Method PROCESS_OP_DISP_OR_EDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Request 19991119
# Exception Resumable Description Created on
1 ERROR_OCCURED Interner Fehler bei der Verarbeitung 19991119
2 OBJECT_NOT_FOUND Objekt existiert nicht 19991119
3 OPERATION_NOT_SUPPORTED Operation für angegebenen Objekttyp nicht unterstützt 19991119

Method PROCESS_OP_GENERATE_TESTCL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20060713
# Exception Resumable Description Created on
1 ERROR_OCCURED 20060724
2 OPERATION_NOT_SUPPORTED 20060724

Method PROCESS_OP_INITIAL_SCREEN Signature

Method PROCESS_OP_INITIAL_SCREEN on class CL_OO_CLASS_BUILDER has no parameter.
Method PROCESS_OP_INITIAL_SCREEN on class CL_OO_CLASS_BUILDER has no exception.

Method PROCESS_OP_REALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WB_DATA_CONTAINER Datencontainer zur Wertübergabe 20020305
2 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20020305
3 Importing SUPPRESS_DIALOG Value transfer Type reference (TYPE) SEOX_BOOLEAN 20020305
# Exception Resumable Description Created on
1 ACTION_CANCELLED Aktion abgebrochen 20020305
2 ERROR_OCCURED 20020305
3 OBJECT_NOT_FOUND Objekt existiert nicht 20020305
4 PERMISSION_FAILURE Fehler in Berechtigungsprüfung 20020305

Method PROCESS_OP_REDEFINE_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20000912
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler aufgetreten 20000912
2 OBJECT_NOT_FOUND 20010116
3 OPERATION_NOT_SUPPORTED Operation wird nicht unterstützt 20000912

Method PROCESS_OP_RENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WB_DATA_CONTAINER Datencontainer zur Wertübergabe 20000721
2 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Request 20000721
# Exception Resumable Description Created on
1 ACTION_CANCELLED Operation abgebrochen 20000721
2 ERROR_OCCURED Interner Fehler während der Verarbeitung 20000721
3 OBJECT_NOT_FOUND Objekttyp existiert nicht 20000721
4 OPERATION_NOT_SUPPORTED Operation vom angegebenen Objekttyp nicht unterstützt 20000721
5 PERMISSION_FAILURE Berechtigungsfehler 20000721

Method PROCESS_OP_UNDO_REDEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20041217
# Exception Resumable Description Created on
1 ERROR_OCCURED 20041217
2 OPERATION_NOT_SUPPORTED 20041217

Method PROCESS_WB_REQUEST Signature

Method PROCESS_WB_REQUEST on class CL_OO_CLASS_BUILDER has no parameter.
Method PROCESS_WB_REQUEST on class CL_OO_CLASS_BUILDER has no exception.

Method SET_CIFKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIFKEY Value transfer Type reference (TYPE) SEOCLSKEY Objekttypname 20031031

Method SET_CIFKEY on class CL_OO_CLASS_BUILDER has no exception.

Method SPLIT_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CIFKEY Call by reference Type reference (TYPE) SEOCLSKEY Objekttyp 19990311
2 Exporting EXTENSION Call by reference Type reference (TYPE) C Extension 19990311
3 Importing FILENAME Call by reference Type reference (TYPE) PROGRAMM Include-Name 19990311

Method SPLIT_FILENAME on class CL_OO_CLASS_BUILDER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in