SAP ABAP Class CL_DB6_ACTION_SCRIPT_EDITOR (DB6: CLP Script Editor)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_JOB (Package) DBA Cockpit: Jobs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DBA_ACTION_CONTROLLER DBA Cockpit: Abstract Action Controller 20110706
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_CHG DBA Cockpit: Administration Basics 20090324
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_QUAC DBA Cockpit: Controller I/F for Quick Activities 20091102
Properties
Class CL_DB6_ACTION_SCRIPT_EDITOR  
Short Description DB6: CLP Script Editor    
Super Class CL_DBA_ACTION_CONTROLLER DBA Cockpit: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_JOB   DBA Cockpit: Jobs 
Created 20050112   SAP 
Last change 20130531   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 DB6CC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DBA_ACTION_CONTROLLER_CHG DBA Cockpit: Administration Basics 20090324
2 IF_DBA_ACTION_CONTROLLER_QUAC DBA Cockpit: Controller I/F for Quick Activities 20091102
Friends
Class CL_DB6_ACTION_SCRIPT_EDITOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CMD_EXEC_SYSTEM Constant Public Type reference (TYPE) SYUCOMM 'EXEC_SYSTEM' Function Code that Triggered PAI 20091105
2 CMD_SCRIPT_NAME Constant Public Type reference (TYPE) SYUCOMM 'SCRIPT_NAME' Function Code that Triggered PAI 20091105
3 CTRL Instance attribute Private Attribute reference (LIKE) 20050112
4 EDITOR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20050113
5 EDITOR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20050113
6 NAV_REF Instance attribute Private Attribute reference (LIKE) 20050112
7 SCRIPT_REF Instance attribute Private Object reference (TYPE REF TO) CL_DB6_SCRIPT DB6: Script Handler 20050112
8 SYSLOG_WRITTEN Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080304
9 VIEW_DATA Instance attribute Private Type reference (TYPE) DB6_VIEW_SCRIPT_DETAIL DB6: View Data of Script 20050113
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_SYSTEM Instance method Private Method 20091105
2 CHECK_SCRIPT_NAME Instance method Public Method check if script name is valid 20050117
3 EXECUTE_SCRIPT Instance method Private Method execute script 20050113
4 READ_SCRIPT Instance method Private Method read CLP script from database 20050113
5 SAVE_SCRIPT Instance method Private Method write CLP script to database 20050113
Events
Class CL_DB6_ACTION_SCRIPT_EDITOR has no event.
Types
Class CL_DB6_ACTION_SCRIPT_EDITOR has no local type.
Method Signatures

Method CHANGE_SYSTEM Signature

Method CHANGE_SYSTEM on class CL_DB6_ACTION_SCRIPT_EDITOR has no parameter.
Method CHANGE_SYSTEM on class CL_DB6_ACTION_SCRIPT_EDITOR has no exception.

Method CHECK_SCRIPT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCRIPT_NAME Call by reference Type reference (TYPE) DB6SCRIPTNAME DB6: Script Name 20091105
2 Returning VALID Value transfer Type reference (TYPE) ABAP_BOOL 20050118

Method CHECK_SCRIPT_NAME on class CL_DB6_ACTION_SCRIPT_EDITOR has no exception.

Method EXECUTE_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXEC_SYSID Call by reference Type reference (TYPE) SYSYSID Name des SAP-Systems 20050118

Method EXECUTE_SCRIPT on class CL_DB6_ACTION_SCRIPT_EDITOR has no exception.

Method READ_SCRIPT Signature

Method READ_SCRIPT on class CL_DB6_ACTION_SCRIPT_EDITOR has no parameter.
Method READ_SCRIPT on class CL_DB6_ACTION_SCRIPT_EDITOR has no exception.

Method SAVE_SCRIPT Signature

Method SAVE_SCRIPT on class CL_DB6_ACTION_SCRIPT_EDITOR has no parameter.
Method SAVE_SCRIPT on class CL_DB6_ACTION_SCRIPT_EDITOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700