SAP Reports / Programs | Cross-Application Components | General Application Functions | Schedule Manager(CA-GTF-SCM) SAP CA

SCMA_DEL_DATA SAP ABAP Report - Program SCMA_DEL_DATA







SCMA_DEL_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SCMA_DEL_DATA into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SCMA_DEL_DATA. "Basic submit
SUBMIT SCMA_DEL_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT SCMA_DEL_DATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: CH_TEST = Test run
Selection Text: P_STEP = Increment in days
Selection Text: S_EDAT = Start date to
Selection Text: S_SDAT = Start date from
Title: Program SCMA_DEL_DATA
Text Symbol: WLS = Dependent worklists found
Text Symbol: TER = Test run, data was not deleted!
Text Symbol: TAG = SCMA_CONT_ELEMS
Text Symbol: TAF = SCMA_CONT
Text Symbol: TAE = SMRL
Text Symbol: TAD = SMSCMAID
Text Symbol: TAC = SMWF
Text Symbol: TA9 = SMEXT
Text Symbol: TA8 = SMSPOOL
Text Symbol: TA7 = SMSTATUS
Text Symbol: TA6 = SMCOOM
Text Symbol: TA5 = SMMESSAGE
Text Symbol: TA4 = SMPARAM
Text Symbol: TA3 = SMSELKRIT
Text Symbol: TA2 = SMBATCH
Text Symbol: TA1 = SMMAIN
Text Symbol: TA0 = Table
Text Symbol: RER = Update run, data was deleted!
Text Symbol: OTH = Other found:
Text Symbol: MES = Saved messages found
Text Symbol: LOE = Delete task:
Text Symbol: LOA = Delete dependent Data
Text Symbol: DTO = Date to :
Text Symbol: DFR = Date from:
Text Symbol: DEL = Data found:
Text Symbol: BTC = Dependant batch data found


INCLUDES used within this REPORT SCMA_DEL_DATA

INCLUDE LMOF7F01.
INCLUDE LMOF7F02.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

MONI_SELECT_COMBINED call function 'MONI_SELECT_COMBINED' tables lt_appl = lt_appl lt_where_sel = lt_where_sel lt_where_apl = lt_where_apl lt_smmain = lt_smmain.

MONI_CHANGE_WF_JOBS call function 'MONI_CHANGE_WF_JOBS' tables lt_smmain = lt_smmain et_smwf = lt_smwf.

SWP_WF_DEFINITION_KEY_GET call function 'SWP_WF_DEFINITION_KEY_GET' exporting wf_id = ls_wiheader-wi_id importing wf_def_key = ls_wfdkey exceptions workflow_not_found = 1 others = 2 .

SWD_PROFILE_API_FI_DELETE call function 'SWD_PROFILE_API_FI_DELETE' exporting in_wi_id = ld_wf_id exceptions others = 1.

KPEP_ARCHIVE_MONI_DATA call function 'KPEP_ARCHIVE_MONI_DATA' exporting * I_DELETE_ALL = ' ' i_testrun = ld_testrun tables lt_smmain = lt_smmain.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SCMA_DEL_DATA or its description.