SAP ABAP Class CL_WB_STRU_STATE (Status Description for Structures)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-ED (Application Component) Dictionary Maintenance
     SEDD (Package) DDIC Editor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WB_DDIC_OBJECT_STATE General Parts of the Object Status (DDIC Objects) 19990120
Properties
Class CL_WB_STRU_STATE  
Short Description Status Description for Structures    
Super Class CL_WB_DDIC_OBJECT_STATE General Parts of the Object Status (DDIC Objects) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEDD   DDIC Editor 
Created 19981012   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WB_STRU_STATE has no forward declaration.
Interfaces
Class CL_WB_STRU_STATE has no interface implemented.
Friends
Class CL_WB_STRU_STATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPNAME Instance attribute Public Type reference (TYPE) TABNAME Name Appending Object (Cretae Append Structure) 19990428
2 DD05MTAB Instance attribute Public Type reference (TYPE) DD05MTTYP Create Append 19990504
3 DD08VTAB Instance attribute Public Type reference (TYPE) DD08VTTYP Create Append 19990504
4 DD35VTAB Instance attribute Public Type reference (TYPE) DD35VTTYP Create Append 19990504
5 DD36MTAB Instance attribute Public Type reference (TYPE) DD36MTTYP Create Append 19990504
6 ENH_CATEGORY Instance attribute Public Type reference (TYPE) DDRANKING Enhancement Category 20060922
7 FCODE Instance attribute Public Type reference (TYPE) SYUCOMM Function Code for Restarting Transaction 20040714
8 FIELDS_TAB Instance attribute Public Type reference (TYPE) DD03TTYP Fields for Automatic Creation 19990111
9 HEADER Instance attribute Public Type reference (TYPE) DD02V Create Append 19990504
10 MAIN_OBJECT Instance attribute Private Type reference (TYPE) TROBJTYPE Main Object Type 20080619
11 MAIN_OBJNAME Instance attribute Private Type reference (TYPE) DDOBJNAME Name of Main Object 20080619
12 OBJ_SAVED Instance attribute Public Type reference (TYPE) DDBOOL_D Parameter P_SPDD_SAVED 20000706
13 SPDD_OPERATION Instance attribute Public Type reference (TYPE) CHAR1 'A' Parameter FCT for FB RS_DD_FIEL_MODIFY 20000704
14 VIEW Instance attribute Public Type reference (TYPE) CHAR4 Which Tab Title 19981012
15 VIEW_DEF Constant Public Type reference (TYPE) CHAR4 'DEF' View on Field List 19981013
16 VIEW_F4V Constant Public Type reference (TYPE) CHAR4 'F4V' View on Input Helps/Checks 19981013
17 VIEW_HEAD Constant Public Type reference (TYPE) CHAR4 'HEAD' View on General Data 19981013
18 VIEW_REFF Constant Public Type reference (TYPE) CHAR4 'REFF' View on Currency/Unit Fields 19981013
19 WITH_ACTIVATE Instance attribute Public Type reference (TYPE) DDBOOL_D 'X' Parameter P_WITH_ACTIVATE 20000706
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Create STRU_STATE 19981012
2 GET_MAIN_OBJECT Instance method Public Method Read Main Object 20080619
3 SET_FCODE Instance method Public Method Set OK Code (for Initialization) 20040715
4 SET_MAIN_OBJECT Instance method Public Method Set Main Object 20080619
5 SET_VIEW Instance method Public Method Set Active Tab Title 19981012
Events
Class CL_WB_STRU_STATE has no event.
Types
Class CL_WB_STRU_STATE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_APPNAME Call by reference Type reference (TYPE) TABNAME Name der Appendierenden/Referenz (Anlegen Append/Struktur) 19990428
2 Importing P_CURSOR Call by reference Type reference (TYPE) CURSORPOS Cursorposition 19990120
3 Importing P_DD05M_TAB Call by reference Type reference (TYPE) DD05MTTYP Append anlegen 19990504
4 Importing P_DD08V_TAB Call by reference Type reference (TYPE) DD08VTTYP Append anlegen 19990504
5 Importing P_DD35V_TAB Call by reference Type reference (TYPE) DD35VTTYP Append anlegen 19990504
6 Importing P_DD36M_TAB Call by reference Type reference (TYPE) DD36MTTYP Append anlegen 19990504
7 Importing P_ENH_CATEGORY Call by reference Type reference (TYPE) DDRANKING '0' Erweiterungskategorie 20060922
8 Importing P_FCODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode zum wiederaufsetzen der Transaktion 20040714
9 Importing P_FIELDS_TAB Call by reference Type reference (TYPE) DD03TTYP Felder zum Übernehmen beim Anlegen 19990111
10 Importing P_HEADER Call by reference Type reference (TYPE) DD02V Append anlegen 19990504
11 Importing P_OBJ_SAVED Call by reference Type reference (TYPE) DDBOOL_D Parameter SAVED für SPDD 20000706
12 Importing P_SPDD_OPERATION Call by reference Type reference (TYPE) CHAR1 'A' Parameter FCT für FB RS_DD_FIEL_MODIFY 20000704
13 Importing P_VIEW Call by reference Type reference (TYPE) CHAR4 view_def Aktiver Tabreiter 19981012
14 Importing P_WITH_ACTIVATE Call by reference Type reference (TYPE) DDBOOL_D 'X' Parameter WITH_ACTIVATE für SPDD in FB RS_DD_STRU_APPEND_ADD 20000706
# Exception Resumable Description Created on
1 ILLEGAL_VIEW Unbekannte Sicht (Tabreiter) 19981012

Method GET_MAIN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJECT Call by reference Type reference (TYPE) TROBJTYPE Hauptobjekttyp 20080619
2 Exporting E_OBJNAME Call by reference Type reference (TYPE) DDOBJNAME Name des Hauptobjektes 20080619

Method GET_MAIN_OBJECT on class CL_WB_STRU_STATE has no exception.

Method SET_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_FCODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode 20040715

Method SET_FCODE on class CL_WB_STRU_STATE has no exception.

Method SET_MAIN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Type reference (TYPE) TROBJTYPE Hauptobjekttyp 20080619
2 Importing I_OBJNAME Call by reference Type reference (TYPE) DDOBJNAME Name des Hauptobjektes 20080619

Method SET_MAIN_OBJECT on class CL_WB_STRU_STATE has no exception.

Method SET_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_VIEW Call by reference Type reference (TYPE) CHAR4 Neuer aktiver Tabreiter 19981012
# Exception Resumable Description Created on
1 ILLEGAL_VIEW Unbekannte Sicht 19981012
History
Last changed by/on SAP  20090618 
SAP Release Created in