SAP LCL_RSD_MAPPING_CLIENT OO Class -
LCL_RSD_MAPPING_CLIENT 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 LCL_RSD_MAPPING_CLIENT including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
SAP LCL_RSD_MAPPING_CLIENT OO Class - Test class (do not use)
LCL_RSD_MAPPING_CLIENT 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 LCL_RSD_MAPPING_CLIENT including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of LCL_RSD_MAPPING_CLIENT 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 |
| GET_FLD_DESCRIPTION | Field Description | Private |
| CALL METHOD lcl_rsd_mapping_client=>GET_FLD_DESCRIPTION...more details | ||
| SHOW | Display | Private |
| CALL METHOD lcl_rsd_mapping_client=>SHOW...more details | ||
| TEST_BASIC | Test: Basic assignments | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_BASIC...more details | ||
| TEST_DDIC_DFIES | Test: Uses ABAP Dictionary - DFIES | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_DDIC_DFIES...more details | ||
| TEST_DS | Test: DataSource | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_DS...more details | ||
| TEST_IOBJ_CREATE | Creation of new InfoObjects | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_IOBJ_CREATE...more details | ||
|
| ||
| TEST_ISRC | Test: InfoSource | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_ISRC...more details | ||
| TEST_RSDS | Test: DataSource | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_RSDS...more details | ||
| TEST_SHMP | Test: DataSource | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_SHMP...more details | ||
| TEST_TEXTS_DFIES | Test: Texts using DFIES | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DFIES...more details | ||
| TEST_TEXTS_DFIES_TREX_ALL | Test: Texts using DFIES, TREX | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DFIES_TREX_ALL...more details | ||
| TEST_TEXTS_DFIES_TREX_EXACT | Test: Texts using DFIES, TREX exact | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DFIES_TREX_EXACT...more details | ||
| TEST_TEXTS_DFIES_TREX_FUZZY | Test: Texts using DFIES, TREX fuzzy | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DFIES_TREX_FUZZY...more details | ||
| TEST_TEXTS_DFIES_TREX_FUZZY_X | Test: Texts using DFIES, TREX fuzzy extended | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DFIES_TREX_FUZZY_X...more details | ||
| TEST_TEXTS_DFIES_TREX_LINGUIST | Test: Texts using DFIES, TREX linguistic | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DFIES_TREX_LINGUIST...more details | ||
| TEST_TEXTS_DFIES_TREX_SIMILAR | Test: Texts using DFIES, TREX similar | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DFIES_TREX_SIMILAR...more details | ||
| TEST_TEXTS_DFIES_TREX_TAXONOMY | Test: Texts using DFIES, TREX taxonomy | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DFIES_TREX_TAXONOMY...more details | ||
| TEST_TEXTS_DS | Test: Texts using Datasource | Public |
| CALL METHOD lcl_rsd_mapping_client=>TEST_TEXTS_DS...more details | ||
| _DFIES_GET_FLD_DESCR | Field Description - DFIES | Private |
| CALL METHOD lcl_rsd_mapping_client=>_DFIES_GET_FLD_DESCR...more details | ||
| _DS_GET_FLD_DESCR | Field Description - DataSource | Private |
| CALL METHOD lcl_rsd_mapping_client=>_DS_GET_FLD_DESCR...more details | ||
Links to Related Class(s)
LCL_RSD_...Full list of available SAP object classes
Search for further information about these or an SAP related objects