SAP ABAP Class CL_AKB_SCRIPT_OPERATION (AKB Scripting - Operation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-PAK (Application Component) Package Tools
     SPAK_AKB (Package) Downward Compatible Development
Properties
Class CL_AKB_SCRIPT_OPERATION  
Short Description AKB Scripting - Operation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPAK_AKB   Downward Compatible Development 
Created 20040907   SAP 
Last change 20040930   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AKB_SCRIPT_OPERATION has no forward declaration.
Interfaces
Class CL_AKB_SCRIPT_OPERATION has no interface implemented.
Friends
Class CL_AKB_SCRIPT_OPERATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OP Instance attribute Private Type reference (TYPE) AKB_SCR_OP Operation 20040907
2 OPERATIONS Static Attribute Private Type reference (TYPE) OPLIST 20040907
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Test Script 20040907
2 CLASS_CONSTRUCTOR Static method Public Constructor 20040907
3 CONSTRUCTOR Instance method Public Constructor 20040907
4 DELETE Instance method Public Method 20040907
5 DOCUMENTATION_EXISTS Instance method Public Method 20040907
6 EXISTS Instance method Public Method 20040907
7 GET_ICON Instance method Public Method 20040907
8 GET_NAME Instance method Public Method 20040907
9 GET_OPERATION_LIST Static method Public Method 20040907
10 GET_PARAMETERS Instance method Public Method Determine Parameters of an Operation 20040907
11 GET_SHORTTEXT Instance method Public Method 20040907
12 GET_SORTED_OPERATION_LIST Static method Public Method 20040907
13 PERSIST Instance method Public Method 20040907
14 SET_ICON Instance method Public Method 20040907
15 TRANSPORT Instance method Public Method 20040907
Events
Class CL_AKB_SCRIPT_OPERATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OPLIST Public See coding 20040907 oplist TYPE HASHED TABLE OF akb_scr_op with unique key name
2 OPLIST_SORTED Public See coding 20040907 OPLIST_SORTED type sorted table of akb_scr_op with unique key table_line
3 PARAMETERLIST Public See coding TABLE OF RSPARAMS 20040907 parameterlist TYPE TABLE OF rsparams
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERROR Call by reference Type reference (TYPE) AKB_SCR_ERROR Meldung 20040907
2 Exporting PARAMETERLIST Call by reference Type reference (TYPE) CL_AKB_SCRIPT_OPERATION=>PARAMETERLIST TABLE OF RSPARAMS 20040907
3 Exporting REPORT_DESCR Call by reference Type reference (TYPE) REPTI Report-Titel 20040907

Method CHECK on class CL_AKB_SCRIPT_OPERATION has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) C Ikone in Textfeldern (Ersatzdarstellung, Alias) 20040907
2 Importing NAME Call by reference Type reference (TYPE) C Operation 20040907

Method CONSTRUCTOR on class CL_AKB_SCRIPT_OPERATION has no exception.

Method DELETE Signature

Method DELETE on class CL_AKB_SCRIPT_OPERATION has no parameter.
# Exception Resumable Description Created on
1 OPERATION_NOT_PERSISTED 20040907

Method DOCUMENTATION_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) FLAG allgemeines flag 20040907

Method DOCUMENTATION_EXISTS on class CL_AKB_SCRIPT_OPERATION has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) FLAG allgemeines flag 20040907

Method EXISTS on class CL_AKB_SCRIPT_OPERATION has no exception.

Method GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ICON Value transfer Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20040907

Method GET_ICON on class CL_AKB_SCRIPT_OPERATION has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) SOBJ_NAME Reportname 20040907

Method GET_NAME on class CL_AKB_SCRIPT_OPERATION has no exception.

Method GET_OPERATION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OPLIST Value transfer Type reference (TYPE) OPLIST 20040907

Method GET_OPERATION_LIST on class CL_AKB_SCRIPT_OPERATION has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULTS Call by reference Type reference (TYPE) PARAMETERLIST TABLE OF RSPARAMS 20040907
2 Exporting PARAMETERLIST Call by reference Type reference (TYPE) PARAMETERLIST TABLE OF RSPARAMS 20040907
# Exception Resumable Description Created on
1 REPORT_UNKNOWN 20040907

Method GET_SHORTTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20040907
2 Returning SHORTTEXT Value transfer Type reference (TYPE) TRDIRT Titeltexte zu Programmen in TRDIR 20040907

Method GET_SHORTTEXT on class CL_AKB_SCRIPT_OPERATION has no exception.

Method GET_SORTED_OPERATION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OPLIST Value transfer Type reference (TYPE) OPLIST_SORTED 20040907

Method GET_SORTED_OPERATION_LIST on class CL_AKB_SCRIPT_OPERATION has no exception.

Method PERSIST Signature

Method PERSIST on class CL_AKB_SCRIPT_OPERATION has no parameter.
# Exception Resumable Description Created on
1 OPERATION_HAS_ERRORS 20040907

Method SET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20040907

Method SET_ICON on class CL_AKB_SCRIPT_OPERATION has no exception.

Method TRANSPORT Signature

Method TRANSPORT on class CL_AKB_SCRIPT_OPERATION has no parameter.
# Exception Resumable Description Created on
1 TRANSPORT_NOT_POSSIBLE 20040907
History
Last changed by/on SAP  20040930 
SAP Release Created in 700