DELETE_DATA SAP Method Delete from Database









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

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


Parameters of Method DELETE_DATA

.

NameTypeData TypeDescriptionDefault Value
IT_RANGES_END_TSTImportingTYPE
GTY_RANGES_TST
Ranges /scmb/pfm2_tst
IT_RANGES_START_TSTImportingTYPE
GTY_RANGES_TST
Ranges /scmb/pfm2_tst
IV_ACTIVITYImportingTYPE
/SCMB/PFM2_ACTIVITY
Application Performance Monitoring: Activity
IV_APPLImportingTYPE
/SCMB/PFM2_APPL
Application
EV_MESSAGEExportingTYPE
STRING



Exceptions of Method DELETE_DATA

This method does not have any exceptions

Example ABAP coding


DATA: lv_EV_MESSAGE TYPE STRING,
lv_IT_RANGES_END_TST TYPE GTY_RANGES_TST,
lv_IT_RANGES_START_TST TYPE GTY_RANGES_TST,
lv_IV_ACTIVITY TYPE /SCMB/PFM2_ACTIVITY,
lv_IV_APPL TYPE /SCMB/PFM2_APPL,
lv_other TYPE c.

CALL METHOD /SCMB/CL_PFM2_DATA=>DELETE_DATA(
EXPORTING
IT_RANGES_END_TST = lv_IT_RANGES_END_TST
IT_RANGES_START_TST = lv_IT_RANGES_START_TST
IV_ACTIVITY = lv_IV_ACTIVITY
IV_APPL = lv_IV_APPL
IMPORTING
EV_MESSAGE = lv_EV_MESSAGE ).

Links to Related Class(s)

/SCMB/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!