SAP Reports / Programs | Personnel Management | Personnel Administration | Canada(PA-PA-CA) SAP PA

RPLEEAKT SAP ABAP Report - EEA TemSe file handling







RPLEEAKT 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 RPLEEAKT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M07_SEET - Emplmt.Equity Assessment 07


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 RPLEEAKT. "Basic submit
SUBMIT RPLEEAKT AND RETURN. "Return to original report after report execution complete
SUBMIT RPLEEAKT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: EEA TemSe file handling
Text Symbol: H01 = Year
Text Symbol: H02 = TemSe file
Text Symbol: H03 = Run date
Text Symbol: H04 = Date expr.
Text Symbol: H05 = Size
Text Symbol: H06 = Run time
Text Symbol: H07 = File type
Text Symbol: I01 = Delete all selected files?
Text Symbol: I02 = Please select an entry
Text Symbol: I03 = Please download one file at a time
Text Symbol: I04 = Error reading TemSe file
Text Symbol: T01 = Employee
Text Symbol: T02 = Promotion
Text Symbol: T03 = Temp.Term
Text Symbol: T04 = Error
Text Symbol: W01 = No EEA TemSe files were found
Text Symbol: W02 = Error when deleting


INCLUDES used within this REPORT RPLEEAKT

INCLUDE RPLEEAKD.


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:

RSTS_REMOVE_OBJECT CALL FUNCTION 'RSTS_REMOVE_OBJECT' EXPORTING authority = 'TEMS' client = sy-mandt commit = ' ' force = ' ' name = temse_file-dname EXCEPTIONS fb_error = 01 fb_rsts_other = 02 no_object = 03 no_permission = 04.

RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING tsobj = temse_file-dname empfg = 'RPLEEAK0' IMPORTING objin = tsheader.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = 0 TABLES datatab = employee_file.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = 0 TABLES datatab = promo_file.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = 0 TABLES datatab = term_file.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = 0 TABLES datatab = rejected_ee.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 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 RPLEEAKT or its description.