SAP /DSD/CL_EMSE_BADI_HELPER_HH OO Class - Helper class for internal BAdI for Handheld
/DSD/CL_EMSE_BADI_HELPER_HH 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 /DSD/CL_EMSE_BADI_HELPER_HH 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 /DSD/CL_EMSE_BADI_HELPER_HH 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 |
| ADJUST_BUILD_HEADER_CTR | Adust build-up data in /DSD/RTACC_BUILD_HEADER_CTR | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>ADJUST_BUILD_HEADER_CTR...more details | ||
| ADJUST_PROCSTA_UPL_FINISH | Adust processing status of tour in Upload Finish | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>ADJUST_PROCSTA_UPL_FINISH...more details | ||
| CALL_CONTROL_IDOC_OUTBOUND | Call function module /DSD/HH_CONTROL_IDOC_OUTBOUND | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CALL_CONTROL_IDOC_OUTBOUND...more details | ||
| CALL_RTACC_DB_PREPARE_MAINT | Call function module /DSD/RTACC_DB_PREPARE_MAINTAIN | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CALL_RTACC_DB_PREPARE_MAINT...more details | ||
| CHECK_DELTA_DOWNLOAD | Check for delta download | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CHECK_DELTA_DOWNLOAD...more details | ||
| CHECK_PARTNER_IN_USE | DPP check, if partner is in use | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CHECK_PARTNER_IN_USE...more details | ||
|
| ||
| CHECK_RELEVANCE_DWNL | Check if download of data is relevant | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CHECK_RELEVANCE_DWNL...more details | ||
| CHECK_TOUR_HD_READ_REQ | Check if call of fm /DSD/RTACC_CTDIST0_READ necessary | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CHECK_TOUR_HD_READ_REQ...more details | ||
| CREATE_E1WXX1_CONTROL | Create customer segment in Control IDoc | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CREATE_E1WXX1_CONTROL...more details | ||
| CREATE_E1WXX1_ITINERARY | Create customer segment in IDoc for Route Itinerary | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CREATE_E1WXX1_ITINERARY...more details | ||
| CREATE_IDOC | Call DSD function module to create IDoc | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>CREATE_IDOC...more details | ||
| DECRYPT_RAEC | Decrypt additional reiceipts/expenditures data | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>DECRYPT_RAEC...more details | ||
| ENCRYPT_RAEC | Encrypt additional reiceipts/expenditures data | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>ENCRYPT_RAEC...more details | ||
| EXECUTE | Execute | Private |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>EXECUTE...more details | ||
| GET_BADI | Get BAdI instance for Handheld | Private |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>GET_BADI...more details | ||
| IMPL_EXECUTED | Check if implementation of internal BADI has been processed | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>IMPL_EXECUTED...more details | ||
| IS_DELTA_DOWNLOAD | Get attribute value for delta download flag | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>IS_DELTA_DOWNLOAD...more details | ||
| IS_SUP_PROCESS | Check if tour is assigned to SUP | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>IS_SUP_PROCESS...more details | ||
| MAP_TO_ST_TOUR_ID | Determine ST Tour ID | Private |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>MAP_TO_ST_TOUR_ID...more details | ||
| MODIFY_SCREEN_RA_DELETE | Make EMSE fields invisible if add-on not installed | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>MODIFY_SCREEN_RA_DELETE...more details | ||
| MOVE_EXTENSION_CCTRDT0 | Move extensions for RA General Control Data | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>MOVE_EXTENSION_CCTRDT0...more details | ||
| MOVE_EXTENSION_CCUSVI0 | Move extensions for RA Create Customer Visit Data | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>MOVE_EXTENSION_CCUSVI0...more details | ||
| PROCESS_APPL_LOG | Use EMSE application log | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>PROCESS_APPL_LOG...more details | ||
| RA_DELETE | Delete EMSE specific data records from RA | Public |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>RA_DELETE...more details | ||
| SET_REFERENCES | Set bindings | Private |
| CALL METHOD /dsd/cl_emse_badi_helper_hh=>SET_REFERENCES...more details | ||
/DSD/CL_EMSE_BADI_HELPER_HH 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 |
| SS_MESSAGE | Static Attribute | Return Parameter | LIKE BAPIRET2 | Public | |
| SV_BADI_ACTIVE | Static Attribute | BAdI implemented | SPACE | LIKE ABAP_BOOL | Public |
| SV_ERROR_CODE | Static Attribute | Return Code | LIKE SYSUBRC | Public | |
| SV_RETURN_VALUE | Static Attribute | Return value | LIKE STRING | Public |
Links to Related Class(s)
/DSD/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects