FIND_DOWNGRADES SAP Method find downgratding objects









Below is documentation, parameters and attributes of ABAP Method FIND_DOWNGRADES within SAP class CTS_DEPENDENCIES_UTILS. 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 CTS_DEPENDENCIES_UTILS 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 FIND_DOWNGRADES can also be found below:

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


Parameters of Method FIND_DOWNGRADES

.

NameTypeData TypeDescriptionDefault Value
EXPORTED_AFTERImportingTYPE
CHAR32
Character field, length 32
IMPORTED_TRKORRSImportingTYPE
TRKORRS
Table of Request Numbers
SELECTED_REQUESTSImportingTYPE
STRHI_REQUESTS_WD
Selected Requests



Exceptions of Method FIND_DOWNGRADES

This method does not have any exceptions

Example ABAP coding


DATA: lv_EXPORTED_AFTER TYPE CHAR32,
lv_IMPORTED_TRKORRS TYPE TRKORRS,
lv_SELECTED_REQUESTS TYPE STRHI_REQUESTS_WD,
lv_other TYPE c.

CALL METHOD CTS_DEPENDENCIES_UTILS=>FIND_DOWNGRADES(
EXPORTING
EXPORTED_AFTER = lv_EXPORTED_AFTER
IMPORTED_TRKORRS = lv_IMPORTED_TRKORRS
SELECTED_REQUESTS = lv_SELECTED_REQUESTS ).

Links to Related Class(s)

CTS_DEPE...
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!