SAP Reports / Programs | Payroll | Italy(PY-IT) SAP PY

RPCLULI0 SAP ABAP Report - Single Book







RPCLULI0 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 RPCLULI0 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_M15_RPCLULI0 - Output of Single Book of Work


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 RPCLULI0. "Basic submit
SUBMIT RPCLULI0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLULI0 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: R_NUMBER = Numbering
Selection Text: P_SSFORM = Smart Form
Selection Text: P_SMART = Generate Smart Form in Spool
Selection Text: P_REJECT = Sel. Cond. LUL
Selection Text: P_PDF = Generate PDF File
Selection Text: P_FREEZE = Freeze Data
Selection Text: P_FORM = UR Form
Selection Text: PEXECTXT = Path to save PDF
Selection Text: G_YEAR = Year
Selection Text: G_MONTH = Mnth
Title: Single Book
Text Symbol: 015 = Specify dataset name
Text Symbol: 014 = Generate PDF
Text Symbol: 013 = Generate SmartForm
Text Symbol: 012 = General Message List
Text Symbol: 011 = Message List for Employee
Text Symbol: 010 = Employee List with Frozen Data
Text Symbol: 009 = Processed Employee List
Text Symbol: 008 = Company List
Text Symbol: 007 = Data for Background Running
Text Symbol: 006 = DoYouWantToConf. Action"Freeze Data"?
Text Symbol: 005 = Beg. of sel. period (MM-YYYY)
Text Symbol: 004 = Form
Text Symbol: 003 = Form
Text Symbol: 001 = Cluster LU


INCLUDES used within this REPORT RPCLULI0

INCLUDE RPCLULI1. "DATA AND SELECTION SCREEN
INCLUDE RPCLULI3. "LUL EVENT FORM ADDITIONS


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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING
logical_filename = gc_logical_file including_dir = 'X' IMPORTING file_name = pexectxt EXCEPTIONS FILE_NOT_FOUND = 1 OTHERS = 2 .

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_file CHANGING physical_filename = pexectxt EXCEPTIONS OTHERS = 1.



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