SAP Reports / Programs

WFATM_RPT_CLEAN_TEMP_TABLES SAP ABAP Report - Clean TM ESS Temporary Tables







WFATM_RPT_CLEAN_TEMP_TABLES 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 WFATM_RPT_CLEAN_TEMP_TABLES 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 WFATM_RPT_CLEAN_TEMP_TABLES. "Basic submit
SUBMIT WFATM_RPT_CLEAN_TEMP_TABLES AND RETURN. "Return to original report after report execution complete
SUBMIT WFATM_RPT_CLEAN_TEMP_TABLES 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: P_STATUS = Record Status in Table
Selection Text: P_SR_WKR = Schedule Rule - Work Rule
Selection Text: P_SR_SET = Schedule Rule - Set Shift
Selection Text: P_SR_ROT = Schedule Rule - Rotation
Selection Text: P_SR_PRF = Schedule Rule - Preference
Selection Text: P_SR_LOG = Schedule Rule - Log
Selection Text: P_SR_CTR = Schedule Rule - Contract
Selection Text: P_SR_AVA = Schedule Rule - Availability
Selection Text: P_SC_SEG = Schedule Segment
Selection Text: P_SC_LOG = Schedule Log
Selection Text: P_SC_AVA = Schedule Availability Template
Selection Text: P_ORG = Organization Unit
Selection Text: P_EE = Business Partner
Selection Text: P_DATE = Date
Title: Clean TM ESS Temporary Tables
Text Symbol: 131 = Temporary Schdule Log Table
Text Symbol: 130 = Temporary Schdule Rule Log Table
Text Symbol: 129 = have been deleted
Text Symbol: 128 = Temporary Schdule Rule Workrule Table
Text Symbol: 127 = Temporary Schdule Rule Preference Table
Text Symbol: 126 = Temporary Schdule Rule Contract Table
Text Symbol: 125 = Temporary Schdule Rule Set Shift Table
Text Symbol: 124 = Temporary Schdule Rule Rotation Table
Text Symbol: 123 = Temporary Schdule Rule Availability Table
Text Symbol: 122 = Temporary Schdule Segment Table
Text Symbol: 121 = Temporary Schdule Availability Template Table
Text Symbol: 112 = No
Text Symbol: 111 = Yes
Text Symbol: 110 = Are you sure to delete pending requiste?
Text Symbol: 102 = Tables to be cleaned
Text Symbol: 101 = Status Selection
Text Symbol: 100 = Data Selection


INCLUDES used within this REPORT WFATM_RPT_CLEAN_TEMP_TABLES

No INCLUDES are used within this REPORT code!


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'are you sure to delete pending requiste?'(110) text_button_1 = 'yes'(111) text_button_2 = 'no'(112) default_button = '2' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

WFATM_CLEAN_TEMP_TABLES CALL FUNCTION 'WFATM_CLEAN_TEMP_TABLES' EXPORTING iv_partner = p_ee iv_org = p_org iv_date = p_date iv_status = p_status iv_sc_ava = p_sc_ava iv_sc_seg = p_sc_seg iv_sr_ava = p_sr_ava iv_sr_rot = p_sr_rot iv_sr_set = p_sr_set iv_sr_ctr = p_sr_ctr iv_sr_prf = p_sr_prf iv_sr_wkr = p_sr_wkr iv_sr_log = p_sr_log.



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 WFATM_RPT_CLEAN_TEMP_TABLES or its description.