CALL_RTACC_DB_PREPARE_MAINT SAP Method Call function module /DSD/RTACC_DB_PREPARE_MAINTAIN









Below is documentation, parameters and attributes of ABAP Method CALL_RTACC_DB_PREPARE_MAINT within SAP class /DSD/CL_EMSE_BADI_HELPER_HH. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /DSD/CL_EMSE_BADI_HELPER_HH into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method CALL_RTACC_DB_PREPARE_MAINT can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method CALL_RTACC_DB_PREPARE_MAINT

.

NameTypeData TypeDescriptionDefault Value
IS_DB_TABLE_LISTImportingTYPE
/DSD/HH_RA_ACCESS_LIST
Route Accounting DB - Access List
IT_TOUR_DISTANCEImportingTYPE
/DSD/HH_RADS_S_TT
IV_DB_ACCESS_IN_UPDATE_TASKImportingTYPE
/DSD/HH_CHECKBOX
Checkbox



Exceptions of Method CALL_RTACC_DB_PREPARE_MAINT

DB_ACCESS_ERROR -

Example ABAP coding


DATA: lv_IS_DB_TABLE_LIST TYPE /DSD/HH_RA_ACCESS_LIST,
lv_IT_TOUR_DISTANCE TYPE /DSD/HH_RADS_S_TT,
lv_IV_DB_ACCESS_IN_UPDATE_TASK TYPE /DSD/HH_CHECKBOX,
lv_other TYPE c.

CALL METHOD /DSD/CL_EMSE_BADI_HELPER_HH=>CALL_RTACC_DB_PREPARE_MAINT(
EXPORTING
IS_DB_TABLE_LIST = lv_IS_DB_TABLE_LIST
IT_TOUR_DISTANCE = lv_IT_TOUR_DISTANCE
IV_DB_ACCESS_IN_UPDATE_TASK = lv_IV_DB_ACCESS_IN_UPDATE_TASK ).

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!