SAP CL_WD_CONFIG_MODEL_TEXTS OO Class - Texts for Configuration
CL_WD_CONFIG_MODEL_TEXTS is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_WD_CONFIG_MODEL_TEXTS including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_WD_CONFIG_MODEL_TEXTS is CL_WD_COMPONENT_ASSISTANCEMethod list of CL_WD_CONFIG_MODEL_TEXTS SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| BUILD_APPLICATION_URL | Private | |
| CALL METHOD cl_wd_config_model_texts=>BUILD_APPLICATION_URL...more details | ||
| GET_TEXT | Private | |
| CALL METHOD cl_wd_config_model_texts=>GET_TEXT...more details | ||
CL_WD_CONFIG_MODEL_TEXTS attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| ALSO | Constant | you can also | '013' | LIKE WDR_TEXT_KEY | Public |
| APPL | Constant | Application | '010' | LIKE WDR_TEXT_KEY | Public |
| APPL_CONFIG | Constant | Application Configuration | '008' | LIKE WDR_TEXT_KEY | Public |
| APPL_HEAD | Constant | application head caption | '026' | LIKE WDR_TEXT_KEY | Public |
| ASK_SAVE | Constant | Backup Issue | '006' | LIKE WDR_TEXT_KEY | Public |
| CHANGE | Constant | change | '015' | LIKE WDR_TEXT_KEY | Public |
| CHANGED_CONFIGS | Constant | changed configs | '024' | LIKE WDR_TEXT_KEY | Public |
| COMP | Constant | Component | '011' | LIKE WDR_TEXT_KEY | Public |
| COMP_CONFIG | Constant | Component Configuration | '009' | LIKE WDR_TEXT_KEY | Public |
| COMP_HEAD | Constant | component head caption | '027' | LIKE WDR_TEXT_KEY | Public |
| COMP_IMPL | Constant | implemention for component | '031' | LIKE WDR_TEXT_KEY | Public |
| CONF_DELETED | Constant | config deleted | '029' | LIKE WDR_TEXT_KEY | Public |
| CONF_ROOT | Constant | Root Component Configuration | '030' | LIKE WDR_TEXT_KEY | Public |
| COPY | Constant | Copy | '018' | LIKE WDR_TEXT_KEY | Public |
| CREATE | Constant | Create | '016' | LIKE WDR_TEXT_KEY | Public |
| DELETE | Constant | delete | '017' | LIKE WDR_TEXT_KEY | Public |
| DESCRIPTION | Constant | Description | '034' | LIKE WDR_TEXT_KEY | Public |
| FUNCTION | Constant | functions | '012' | LIKE WDR_TEXT_KEY | Public |
| NAV | Constant | navigation list | '025' | LIKE WDR_TEXT_KEY | Public |
| OVS_CONFIGURATIONS | Constant | Configurations | '004' | LIKE WDR_TEXT_KEY | Public |
| OVS_IMPLEMENTATIONS | Constant | Implementations | '003' | LIKE WDR_TEXT_KEY | Public |
| OVS_TITLE | Constant | OVS Title | '001' | LIKE WDR_TEXT_KEY | Public |
| PARSE_ERROR | Constant | Parse Error | '007' | LIKE WDR_TEXT_KEY | Public |
| POPUP_SAVE | Constant | Update Prompt | '005' | LIKE WDR_TEXT_KEY | Public |
| SAVE_OK | Constant | Backup OK | '002' | LIKE WDR_TEXT_KEY | Public |
| SEARCH_IMPL | Constant | search for implementations | '032' | LIKE WDR_TEXT_KEY | Public |
| SHOW | Constant | Show | '014' | LIKE WDR_TEXT_KEY | Public |
| SWITCH | Constant | create switch config | '021' | LIKE WDR_TEXT_KEY | Public |
| TITLE_APP_CHANGE | Constant | Change Application Configuration | '039' | LIKE WDR_TEXT_KEY | Public |
| TITLE_APP_SHOW | Constant | Display Application Configuration | '037' | LIKE WDR_TEXT_KEY | Public |
| TITLE_COMP_CHANGE | Constant | Change Component Configuration | '040' | LIKE WDR_TEXT_KEY | Public |
| TITLE_COMP_SHOW | Constant | Display Component Configuration | '038' | LIKE WDR_TEXT_KEY | Public |
| TITLE_DEFAULT | Constant | Default Header | '041' | LIKE WDR_TEXT_KEY | Public |
| TRANSPORT | Constant | Transport | '033' | LIKE WDR_TEXT_KEY | Public |
| TRANSPORTS | Constant | Transports | '036' | LIKE WDR_TEXT_KEY | Public |
| TRANSP_FOR_USER | Constant | Transports for User | '035' | LIKE WDR_TEXT_KEY | Public |
| USAGE_CONF | Constant | usage config | '028' | LIKE WDR_TEXT_KEY | Public |
| VARIANT | Constant | create variant | '020' | LIKE WDR_TEXT_KEY | Public |
| VIEW_APPL | Constant | goto appl config | '022' | LIKE WDR_TEXT_KEY | Public |
| VIEW_COMP | Constant | goto comp_config | '023' | LIKE WDR_TEXT_KEY | Public |
Links to Related Class(s)
CL_WD_CO...Full list of available SAP object classes
Search for further information about these or an SAP related objects