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 NameDescriptionVisability
ADJUST_BUILD_HEADER_CTRAdust build-up data in /DSD/RTACC_BUILD_HEADER_CTRPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>ADJUST_BUILD_HEADER_CTR...more details

ADJUST_PROCSTA_UPL_FINISHAdust processing status of tour in Upload FinishPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>ADJUST_PROCSTA_UPL_FINISH...more details

CALL_CONTROL_IDOC_OUTBOUNDCall function module /DSD/HH_CONTROL_IDOC_OUTBOUNDPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CALL_CONTROL_IDOC_OUTBOUND...more details

CALL_RTACC_DB_PREPARE_MAINTCall function module /DSD/RTACC_DB_PREPARE_MAINTAINPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CALL_RTACC_DB_PREPARE_MAINT...more details

CHECK_DELTA_DOWNLOADCheck for delta downloadPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CHECK_DELTA_DOWNLOAD...more details

CHECK_PARTNER_IN_USEDPP check, if partner is in usePublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CHECK_PARTNER_IN_USE...more details

CHECK_RELEVANCE_DWNLCheck if download of data is relevantPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CHECK_RELEVANCE_DWNL...more details

CHECK_TOUR_HD_READ_REQCheck if call of fm /DSD/RTACC_CTDIST0_READ necessaryPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CHECK_TOUR_HD_READ_REQ...more details

CREATE_E1WXX1_CONTROLCreate customer segment in Control IDocPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CREATE_E1WXX1_CONTROL...more details

CREATE_E1WXX1_ITINERARYCreate customer segment in IDoc for Route ItineraryPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CREATE_E1WXX1_ITINERARY...more details

CREATE_IDOCCall DSD function module to create IDocPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>CREATE_IDOC...more details

DECRYPT_RAECDecrypt additional reiceipts/expenditures dataPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>DECRYPT_RAEC...more details

ENCRYPT_RAECEncrypt additional reiceipts/expenditures dataPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>ENCRYPT_RAEC...more details

EXECUTEExecutePrivate
CALL METHOD /dsd/cl_emse_badi_helper_hh=>EXECUTE...more details

GET_BADIGet BAdI instance for HandheldPrivate
CALL METHOD /dsd/cl_emse_badi_helper_hh=>GET_BADI...more details

IMPL_EXECUTEDCheck if implementation of internal BADI has been processedPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>IMPL_EXECUTED...more details

IS_DELTA_DOWNLOADGet attribute value for delta download flagPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>IS_DELTA_DOWNLOAD...more details

IS_SUP_PROCESSCheck if tour is assigned to SUPPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>IS_SUP_PROCESS...more details

MAP_TO_ST_TOUR_IDDetermine ST Tour IDPrivate
CALL METHOD /dsd/cl_emse_badi_helper_hh=>MAP_TO_ST_TOUR_ID...more details

MODIFY_SCREEN_RA_DELETEMake EMSE fields invisible if add-on not installedPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>MODIFY_SCREEN_RA_DELETE...more details

MOVE_EXTENSION_CCTRDT0Move extensions for RA General Control DataPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>MOVE_EXTENSION_CCTRDT0...more details

MOVE_EXTENSION_CCUSVI0Move extensions for RA Create Customer Visit DataPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>MOVE_EXTENSION_CCUSVI0...more details

PROCESS_APPL_LOGUse EMSE application logPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>PROCESS_APPL_LOG...more details

RA_DELETEDelete EMSE specific data records from RAPublic
CALL METHOD /dsd/cl_emse_badi_helper_hh=>RA_DELETE...more details

SET_REFERENCESSet bindingsPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
SS_MESSAGEStatic AttributeReturn ParameterLIKE
BAPIRET2
Public
SV_BADI_ACTIVEStatic AttributeBAdI implementedSPACELIKE
ABAP_BOOL
Public
SV_ERROR_CODEStatic AttributeReturn CodeLIKE
SYSUBRC
Public
SV_RETURN_VALUEStatic AttributeReturn valueLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!