Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ALV_TREE_XT | ALV Tree Enhancements/Basis Class | 20040412 |
Properties
| Class | CL_BDT_ANALYZER | |
| Short Description | BDT Analysis Function | |
| Super Class | CL_ALV_TREE_XT | ALV Tree Enhancements/Basis Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BUPA | SAP Business Partner |
| Created | 20040412 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BDT_ANALYZER has no forward declaration.
Interfaces
Class CL_BDT_ANALYZER has no interface implemented.
Friends
Class CL_BDT_ANALYZER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | UI_FUNC | 'FC_CLOSE' | Function Code: Close Control | 20040412 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TY_ABSNR_RANGE | BDT: Section | 20040412 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TY_ALV_DATA_TAB | ALV Data Sheet | 20040412 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TY_ALV_TAB_HASHED | ALV Data Sheet | 20040412 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TY_APPLI_RANGE | BDT: Application | 20040412 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TY_DYNID_RANGE | BDT: Screen | 20040412 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | BDT_ANALYZER1_TAB | Field Group Status(Required/Optional Entry, Display, Hidden) | 20040419 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | TY_FLDGR_RANGE | BDT: Field Group | 20040412 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | LVC_T_NKEY | ALV Tree Control: Node Table | 20040412 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | TY_NODE_TAB | 20040412 | ||||
| 11 | Instance attribute | Protected | Type reference (TYPE) | TY_SICHT_RANGE | BDT: View | 20040412 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | TY_TBZ3H_TAB | 20040412 | ||||
| 13 | Instance attribute | Protected | Type reference (TYPE) | TY_TBZ3I_TAB | 20040412 | ||||
| 14 | Instance attribute | Protected | Type reference (TYPE) | TY_TBZ3K_TAB | 20040412 | ||||
| 15 | Instance attribute | Protected | Type reference (TYPE) | TY_TBZ3N_TAB | 20040412 | ||||
| 16 | Instance attribute | Protected | Type reference (TYPE) | TY_TBZ3R_TAB | 20040412 | ||||
| 17 | Instance attribute | Protected | Type reference (TYPE) | TY_TBZ3S_TAB | 20040412 | ||||
| 18 | Instance attribute | Protected | Type reference (TYPE) | TY_BDT_VARI_FUNCS_TAB | Variable Functions | 20040412 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | TY_VARNR_RANGE | BDT: Screen Sequence | 20040412 | |||
| 20 | Instance attribute | Protected | Type reference (TYPE) | TY_VARTP_RANGE | BDT: Screen Sequence Category | 20040412 | |||
| 21 | Instance attribute | Protected | Type reference (TYPE) | BDT_INSTANCE_ID | ID of a BDT Instance | 20040412 | |||
| 22 | Instance attribute | Protected | Type reference (TYPE) | XFELD | Suppress Node Expansion 'X' = Yes | 20040412 | |||
| 23 | Instance attribute | Protected | Type reference (TYPE) | XFELD | Carry Out Frontend Update | 20040412 | |||
| 24 | Instance attribute | Protected | Type reference (TYPE) | TBZ0B-OBJAP | BDT: Application Object | 20040412 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CLOSE_REQUESTED | Instance Event (0) |
Public (2) |
Closing of control required | 20040412 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ABSNR_RANGE | Public | See coding | 20040412 | ty_absnr_range type range of bu_absnr
|
||
| 2 | TY_ALV_DATA_TAB | Protected | See coding | 20040412 | ty_alv_data_tab TYPE STANDARD TABLE OF bdt_analyzer
|
||
| 3 | TY_ALV_TAB_HASHED | Protected | See coding | 20040412 | ty_alv_tab_hashed TYPE HASHED TABLE OF bdt_analyzer
WITH UNIQUE KEY nkey
|
||
| 4 | TY_APPLI_RANGE | Public | See coding | 20040412 | ty_appli_range type range of bu_appli
|
||
| 5 | TY_BDT_VARI_FUNCS_TAB | Protected | See coding | 20040412 | TY_BDT_VARI_FUNCS_TAB
type standard table of bdt_vari_funcs
|
||
| 6 | TY_DYNID_RANGE | Public | See coding | 20040412 | ty_dynid_range type range of bu_dynid
|
||
| 7 | TY_FLDGR_RANGE | Public | See coding | 20040412 | ty_fldgr_range type range of bu_fldgr
|
||
| 8 | TY_NODE_LN | Protected | See coding | 20040412 | BEGIN OF ty_node_ln,
nkey TYPE lvc_nkey,
id TYPE c LENGTH 2,
vartp TYPE bu_vartp,
varnr TYPE bu_varnr,
dynid TYPE bu_dynid,
absnr TYPE bu_absnr,
sicht TYPE bu_sicht,
fldgr TYPE bu_fldgr,
fcode type bu_fcode,
END OF ty_node_ln
|
||
| 9 | TY_NODE_TAB | Protected | See coding | 20040412 | ty_node_tab TYPE HASHED TABLE OF ty_node_ln
WITH UNIQUE KEY nkey
|
||
| 10 | TY_SICHT_RANGE | Public | See coding | 20040412 | ty_sicht_range type range of bu_sicht
|
||
| 11 | TY_TBZ3H_TAB | Protected | See coding | 20040412 | ty_tbz3h_tab TYPE SORTED TABLE OF tbz3h
WITH UNIQUE KEY absnr posnr
|
||
| 12 | TY_TBZ3I_TAB | Protected | See coding | 20040412 | ty_tbz3i_tab TYPE SORTED TABLE OF tbz3i
WITH UNIQUE KEY dynid posnr
|
||
| 13 | TY_TBZ3K_TAB | Protected | See coding | 20040412 | ty_tbz3k_tab TYPE SORTED TABLE OF tbz3k
WITH UNIQUE KEY varnr posnr
|
||
| 14 | TY_TBZ3N_TAB | Protected | See coding | 20040412 | ty_tbz3n_tab TYPE SORTED TABLE OF tbz3n
WITH UNIQUE KEY varnr vartp
|
||
| 15 | TY_TBZ3R_TAB | Protected | See coding | 20040412 | ty_tbz3r_tab TYPE SORTED TABLE OF tbz3r
WITH UNIQUE KEY fldgr tabnm fldnm
|
||
| 16 | TY_TBZ3S_TAB | Protected | See coding | 20040412 | ty_tbz3s_tab TYPE SORTED TABLE OF tbz3s
WITH UNIQUE KEY sicht fldgr
|
||
| 17 | TY_VARNR_RANGE | Public | See coding | 20040412 | ty_varnr_range type range of bu_varnr
|
||
| 18 | TY_VARTP_RANGE | Public | See coding | 20040412 | ty_vartp_range type range of bu_vartp
|
Method Signatures
Method ADD_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE_DATA | Call by reference | Type reference (TYPE) | TY_NODE_LN | Node Information | 20040412 | |||
| 2 | IV_FRONTEND_UPDATE | Call by reference | Type reference (TYPE) | XFELD | 'X' | Frontend update ausfuehren 'X' = Ja | 20040412 | ||
| 3 | IV_SET_TOP_NODE | Call by reference | Type reference (TYPE) | XFELD | 'X' | mitgegebenen Knoten als top Knoten setzen 'X' = Ja | 20040412 |
Method ADD_CHILDREN on class CL_BDT_ANALYZER has no exception.
Method ADJUST_GT_TBZ3H Signature
Method ADJUST_GT_TBZ3H on class CL_BDT_ANALYZER has no parameter.
Method ADJUST_GT_TBZ3H on class CL_BDT_ANALYZER has no exception.
Method ADJUST_GT_TBZ3I Signature
Method ADJUST_GT_TBZ3I on class CL_BDT_ANALYZER has no parameter.
Method ADJUST_GT_TBZ3I on class CL_BDT_ANALYZER has no exception.
Method ADJUST_GT_TBZ3K Signature
Method ADJUST_GT_TBZ3K on class CL_BDT_ANALYZER has no parameter.
Method ADJUST_GT_TBZ3K on class CL_BDT_ANALYZER has no exception.
Method ADJUST_GT_TBZ3N Signature
Method ADJUST_GT_TBZ3N on class CL_BDT_ANALYZER has no parameter.
Method ADJUST_GT_TBZ3N on class CL_BDT_ANALYZER has no exception.
Method BUILD_ALV_DATA_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CURR_SCREENSEQ_TYPE | Call by reference | Type reference (TYPE) | BU_VARTP | BDT: Bildfolgetyp | 20040412 |
Method BUILD_ALV_DATA_TAB on class CL_BDT_ANALYZER has no exception.
Method CHANGE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLOSE_BUTTON | Call by reference | Type reference (TYPE) | XFELD | SPACE | Close Button anzeigen 'X' = Ja | 20040412 |
Method CHANGE_TOOLBAR on class CL_BDT_ANALYZER has no exception.
Method CLOSE_CONTROL Signature
Method CLOSE_CONTROL on class CL_BDT_ANALYZER has no parameter.
Method CLOSE_CONTROL on class CL_BDT_ANALYZER has no exception.
Method DISABLE_FRONTEND_UPDATE Signature
Method DISABLE_FRONTEND_UPDATE on class CL_BDT_ANALYZER has no parameter.
Method DISABLE_FRONTEND_UPDATE on class CL_BDT_ANALYZER has no exception.
Method DISABLE_TREE_EXPANSION Signature
Method DISABLE_TREE_EXPANSION on class CL_BDT_ANALYZER has no parameter.
Method DISABLE_TREE_EXPANSION on class CL_BDT_ANALYZER has no exception.
Method DISPLAY_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 |
Method DISPLAY_CUSTOMIZING on class CL_BDT_ANALYZER has no exception.
Method DISPLAY_FUNCTION_MODULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FUNCTION_NAME | Call by reference | Type reference (TYPE) | RS38L_FNAM | Name des Funktionsbausteins | 20040412 |
Method DISPLAY_FUNCTION_MODULE on class CL_BDT_ANALYZER has no exception.
Method ENABLE_FRONTEND_UPDATE Signature
Method ENABLE_FRONTEND_UPDATE on class CL_BDT_ANALYZER has no parameter.
Method ENABLE_FRONTEND_UPDATE on class CL_BDT_ANALYZER has no exception.
Method ENABLE_TREE_EXPANSION Signature
Method ENABLE_TREE_EXPANSION on class CL_BDT_ANALYZER has no parameter.
Method ENABLE_TREE_EXPANSION on class CL_BDT_ANALYZER has no exception.
Method EXPAND_FIELD_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELD_GROUP | Call by reference | Type reference (TYPE) | BU_FLDGR | BDT: Feldgruppe | 20040412 | |||
| 2 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 | |||
| 3 | RV_FIELDS_EXIST | Value transfer | Type reference (TYPE) | XFELD | Es existieren Felder zur Feldgruppe 'X' = Ja | 20040412 |
Method EXPAND_FIELD_GROUP on class CL_BDT_ANALYZER has no exception.
Method EXPAND_PUSHBUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 |
Method EXPAND_PUSHBUTTONS on class CL_BDT_ANALYZER has no exception.
Method EXPAND_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 | |||
| 2 | IV_SCREEN | Call by reference | Type reference (TYPE) | BU_DYNID | BDT: Bild | 20040412 | |||
| 3 | RV_SECTIONS_EXIST | Value transfer | Type reference (TYPE) | XFELD | Es existieren Abschnitte zum Bild 'X' = Ja | 20040412 |
Method EXPAND_SCREEN on class CL_BDT_ANALYZER has no exception.
Method EXPAND_SCREEN_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 | |||
| 2 | IV_SCREEN_SEQUENCE | Call by reference | Type reference (TYPE) | BU_VARNR | BDT: Bildfolge | 20040412 | |||
| 3 | IV_SCREEN_SEQUENCE_TYPE | Call by reference | Type reference (TYPE) | BU_VARTP | BDT: Bildfolgetyp | 20040412 | |||
| 4 | RV_SCREENS_EXIST | Value transfer | Type reference (TYPE) | XFELD | Es existieren Bilder zur Bildfolge 'X' = Ja | 20040412 |
Method EXPAND_SCREEN_SEQUENCE on class CL_BDT_ANALYZER has no exception.
Method EXPAND_SCREEN_SEQUENCE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 | |||
| 2 | IV_SCREEN_SEQUENCE_TYPE | Call by reference | Type reference (TYPE) | BU_VARTP | BDT: Bildfolgetyp | 20040412 |
Method EXPAND_SCREEN_SEQUENCE_TYPE on class CL_BDT_ANALYZER has no exception.
Method EXPAND_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 | |||
| 2 | IV_SECTION | Call by reference | Type reference (TYPE) | BU_ABSNR | BDT: Abschnitt | 20040412 | |||
| 3 | RV_VIEWS_EXIST | Value transfer | Type reference (TYPE) | XFELD | Es existieren Sichten zum Abschnitt | 20040412 |
Method EXPAND_SECTION on class CL_BDT_ANALYZER has no exception.
Method EXPAND_SELECTED_NODE Signature
Method EXPAND_SELECTED_NODE on class CL_BDT_ANALYZER has no parameter.
Method EXPAND_SELECTED_NODE on class CL_BDT_ANALYZER has no exception.
Method EXPAND_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 | |||
| 2 | IV_VIEW | Call by reference | Type reference (TYPE) | BU_SICHT | BDT: Sicht | 20040412 | |||
| 3 | RV_FIELD_GROUPS_EXIST | Value transfer | Type reference (TYPE) | XFELD | Es existieren Feldgruppen zur Sicht 'X' = Ja | 20040412 |
Method EXPAND_VIEW on class CL_BDT_ANALYZER has no exception.
Method GET_FIELDGROUPS_FOR_SECTIONS Signature
Method GET_FIELDGROUPS_FOR_SECTIONS on class CL_BDT_ANALYZER has no parameter.
Method GET_FIELDGROUPS_FOR_SECTIONS on class CL_BDT_ANALYZER has no exception.
Method GET_FIELDS_FOR_FIELDGROUPS Signature
Method GET_FIELDS_FOR_FIELDGROUPS on class CL_BDT_ANALYZER has no parameter.
Method GET_FIELDS_FOR_FIELDGROUPS on class CL_BDT_ANALYZER has no exception.
Method GET_NEW_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NODES | Value transfer | Type reference (TYPE) | LVC_T_NKEY | ALV-Tree-Control: Knotentabelle | 20040412 |
Method GET_NEW_NODES on class CL_BDT_ANALYZER has no exception.
Method GET_SCREENS_FOR_SEQUENCE Signature
Method GET_SCREENS_FOR_SEQUENCE on class CL_BDT_ANALYZER has no parameter.
Method GET_SCREENS_FOR_SEQUENCE on class CL_BDT_ANALYZER has no exception.
Method GET_SCREEN_SEQUENCE Signature
Method GET_SCREEN_SEQUENCE on class CL_BDT_ANALYZER has no parameter.
Method GET_SCREEN_SEQUENCE on class CL_BDT_ANALYZER has no exception.
Method GET_SECTIONS_FOR_SCREENS Signature
Method GET_SECTIONS_FOR_SCREENS on class CL_BDT_ANALYZER has no parameter.
Method GET_SECTIONS_FOR_SCREENS on class CL_BDT_ANALYZER has no exception.
Method GET_VIEWS_FOR_SECTIONS Signature
Method GET_VIEWS_FOR_SECTIONS on class CL_BDT_ANALYZER has no parameter.
Method GET_VIEWS_FOR_SECTIONS on class CL_BDT_ANALYZER has no exception.
Method INIT_NEW_NODES Signature
Method INIT_NEW_NODES on class CL_BDT_ANALYZER has no parameter.
Method INIT_NEW_NODES on class CL_BDT_ANALYZER has no exception.
Method SET_FUNCTION_CODES Signature
Method SET_FUNCTION_CODES on class CL_BDT_ANALYZER has no parameter.
Method SET_FUNCTION_CODES on class CL_BDT_ANALYZER has no exception.
Method SET_NEW_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | LVC_NKEY | ALV-Tree-Control: Node-key | 20040412 |
Method SET_NEW_NODE on class CL_BDT_ANALYZER has no exception.
Method SET_PUSHBUTTON_FCODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_TOP_NODE | Call by reference | Type reference (TYPE) | LVC_NKEY | Knoten ID des Top Knotens | 20040412 | |||
| 2 | IT_NODE_TAB | Call by reference | Type reference (TYPE) | TY_NODE_TAB | Knotentabelle | 20040412 |
Method SET_PUSHBUTTON_FCODES on class CL_BDT_ANALYZER has no exception.
Method START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_APPLICATION | Call by reference | Type reference (TYPE) | TY_APPLI_RANGE | BDT: Anwendung - Ranges Tabelle vom Typ BU_APPLI | 20040412 | |||
| 2 | IT_FIELDGROUP | Call by reference | Type reference (TYPE) | TY_FLDGR_RANGE | BDT: Feldgruppen - Ranges Tabelle vom Typ BU_FLDGR | 20040412 | |||
| 3 | IT_SCREEN | Call by reference | Type reference (TYPE) | TY_DYNID_RANGE | BDT: Bild - Ranges Tabelle vom Typ BU_DYNID | 20040412 | |||
| 4 | IT_SCREEN_SEQUENCE | Call by reference | Type reference (TYPE) | TY_VARNR_RANGE | BDT: Bildfolge - Ranges Tabelle vom Typ BU_VARNR | 20040412 | |||
| 5 | IT_SCREEN_SEQUENCE_TYPE | Call by reference | Type reference (TYPE) | TY_VARTP_RANGE | BDT: Bildfolgetyp - Ranges Tabelle vom Typ BU_VARTP | 20040412 | |||
| 6 | IT_SECTION | Call by reference | Type reference (TYPE) | TY_ABSNR_RANGE | BDT: Abschnitt - Ranges Tabelle vom Typ BU_ABSNR | 20040412 | |||
| 7 | IT_VIEW | Call by reference | Type reference (TYPE) | TY_SICHT_RANGE | BDT: Sichten - Ranges Tabelle vom Typ BU_SICHT | 20040412 | |||
| 8 | IV_APPLICATION_OBJECT | Call by reference | Type reference (TYPE) | BU_OBJAP | BDT: Anwendungsobjekt | 20040412 | |||
| 9 | IV_BDT_INSTANCE_ID | Call by reference | Type reference (TYPE) | BDT_INSTANCE_ID | ID einer BDT-Instanz | 20040412 | |||
| 10 | IV_CLOSE_BUTTON | Call by reference | Type reference (TYPE) | XFELD | SPACE | Close Button im Toolbar anzeigen 'X' = Ja | 20040412 | ||
| 11 | IV_CURR_SCREENSEQ_TYPE | Call by reference | Type reference (TYPE) | BU_VARTP | BDT: Bildfolgetyp | 20040412 | |||
| 12 | IV_EXPAND_IMMEDIATELY | Call by reference | Type reference (TYPE) | XFELD | SPACE | Baum sofort aufreissen 'X' = Ja | 20040412 |
Method START on class CL_BDT_ANALYZER has no exception.
Method STRIP_HYPHEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_TEXT | Call by reference | Type reference (TYPE) | CLIKE | Text | 20040412 |
Method STRIP_HYPHEN on class CL_BDT_ANALYZER has no exception.
Event Signatures
Event CLOSE_REQUESTED Signature
Event CLOSE_REQUESTED on class CL_BDT_ANALYZER has no parameter.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |