SAP Reports / Programs | Personnel Time Management | Time Data Recording and Administration | Personnel Time Events(PT-RC-TE) SAP PT

RPTCOREMAIL SAP ABAP Report - Clock-In/Out Corrections: E-Mails to Involved Persons







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


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 RPTCOREMAIL. "Basic submit
SUBMIT RPTCOREMAIL AND RETURN. "Return to original report after report execution complete
SUBMIT RPTCOREMAIL 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: 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





Text Symbol: 003 = Your clock-in/out correction has been processed
Text Symbol: 004 = Your worklist contains clock-in/out corrections
Text Symbol: 005 = Your worklist contains clock-in/out corrections (to be processed)
Text Symbol: 006 = Your clock-in/clock-out correc. has been approved
Text Symbol: 007 = Your clock-in/clock-out correc. has been rejected
Text Symbol: 100 = Role
Text Symbol: 105 = E-Mail
Text Symbol: 106 = E-Mail Address
Text Symbol: 107 = Language
Text Symbol: A01 = Corrections for Approval:
Text Symbol: A02 = Corrections Not Requiring Approval:
Text Symbol: ADM = Language for Administrator:
Text Symbol: DEL = Cancellation:
Text Symbol: H01 = Log for Sending E-Mails
Text Symbol: H02 = Number of E-Mails to Enterer
Text Symbol: H03 = Number of E-Mails to Approver ("Sent" Status and Info E-Mails):
Text Symbol: H04 = Number of E-Mails to Personnel Administrator ("With Errors):
Text Symbol: INS = Request:
Text Symbol: K01 = Elapsed Period:
Text Symbol: K02 = -
Text Symbol: K03 = Days
Text Symbol: K04 = Do Not Update as 'Last Run'
Text Symbol: L01 = Entered by
Text Symbol: L02 = Approver
Text Symbol: L03 = Personnel Administrator
Text Symbol: L04 = Approver (Substitution)
Text Symbol: LAA = of Approver
Text Symbol: LAM = Master Language
Text Symbol: NOT = Note:
Text Symbol: P01 = Corrections with Errors:
Text Symbol: P04 = History of Changes:
Text Symbol: R01 = Approved Corrections:
Text Symbol: R02 = Rejected Corrections
Text Symbol: S01 = From Doc. Date
Text Symbol: S03 = Since Last Run
Text Symbol: S04 = E-Mail Text for Requester


INCLUDES used within this REPORT RPTCOREMAIL

INCLUDE RPTREQ_CONST.
INCLUDE RPTCOR_CONST.
INCLUDE RPTREQ_SCHEDULING_INFO.





INCLUDE RPTREQ_EMAIL_DATA.
INCLUDE RPTREQEMAIL_SELSCREEN.
INCLUDE RPTREQ_MAIL.
INCLUDE RPTREQEMAIL_PROTOCOLL.


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:

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.



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