RPTCOREMAIL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to send notifications via e-mail to the persons involved in the process of clock-in/out corrections...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPTCOREMAIL into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: A_SEND = Send E-Mail
Selection Text: A_SENT = Only for Status 'Sent'
Selection Text: A_TEXT = E-Mail Text for Approver
Selection Text: FROMLAST = Since Last Run
Selection Text: LANG_M = Master Language
Selection Text: LANG_TAB = Additional Languages
Selection Text: LA_A = of Approver
Selection Text: LA_M = Master Language
Selection Text: PROTLIST = Display
Selection Text: P_SEND = Send E-Mail
Selection Text: P_TEXT = E-Mail Text for HR Admin.
Selection Text: R_SEND = Send E-Mail
Selection Text: R_TEXT = E-Mail Text for Enterer
Selection Text: SENSITIV = E-Mail Type
Selection Text: UPDATE = Test Run
Selection Text: MAX_UPD = D .
Title: Clock-In/Out Corrections: E-Mails to Involved Persons
Text Symbol: S05 = E-Mail Text for Approver
Text Symbol: S06 = E-Mail Text for HR Admin.
Text Symbol: S07 = Language Controls
Text Symbol: SA1 = With General Notification
Text Symbol: SA2 = With All Documents
Text Symbol: SA3 = With Versions of Documents
Text Symbol: SA4 = Separate Mails for Approved and Rejected Corrections
Text Symbol: T10 = Database
Text Symbol: T20 = With This Text:
Text Symbol: T30 = Period
Text Symbol: T40 = Log
Text Symbol: T50 = E-Mail Settings
Text Symbol: U00 = Mails in Two Languages:
Text Symbol: U10 = Employee Language Only
Text Symbol: U20 = Employee/Master Language
Text Symbol: U30 = Master/Employee Language
Text Symbol: U40 = Master Language
Text Symbol: U50 = Using Personnel Number
Text Symbol: U51 = Using User
Text Symbol: U52 = No Language Control
Text Symbol: 002 = SAPoffice
INCLUDE RPTREQ_CONST.
INCLUDE RPTCOR_CONST.
INCLUDE RPTREQ_SCHEDULING_INFO.
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'RETYP' value = local_value langu = language texts_only = 'X' IMPORTING dd07v_wa = dd07v_wa EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
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 RPTCOREMAIL or its description.
RPTCOREMAIL - Clock-In/Out Corrections: E-Mails to Involved Persons RPTCOREMAIL - Clock-In/Out Corrections: E-Mails to Involved Persons RPTCORDBVIEW_USERCOMMAND - RPTCORDBVIEWUSERCOMMAND RPTCORDBVIEW_SQL - RPTCORDBVIEWSQL RPTCORDBVIEW_POSITDET - RPTCORDBVIEWPOSITDET RPTCORDBVIEW_DETAILSCR - RPTCORDBVIEWDETAILSCR