SAP Reports / Programs

RPU40ACA SAP ABAP Report - Conversion of Cluster CD to CU for Release 4.0







RPU40ACA 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 RPU40ACA 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 RPU40ACA. "Basic submit
SUBMIT RPU40ACA AND RETURN. "Return to original report after report execution complete
SUBMIT RPU40ACA 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: CLIENT = Only for client
Selection Text: CNTGROUP = Only for country grouping
Selection Text: EMPLOYEE = Personnel Number
Selection Text: TEST = Test run
Title: Conversion of Cluster CD to CU for Release 4.0
Text Symbol: 001 = Country grouping
Text Symbol: 002 = Personnel Number
Text Symbol: 003 = Data selection
Text Symbol: 004 = Client
Text Symbol: 005 = Options
Text Symbol: 006 = Test run


INCLUDES used within this REPORT RPU40ACA

INCLUDE RPC2CD00.
INCLUDE: RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE: RPPPXM00.


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:

STRUCPACK_RELEASE_GET CALL FUNCTION 'STRUCPACK_RELEASE_GET' EXPORTING i_name_extension = 'SAP_HR' IMPORTING e_release = l_dummy_for_saprl_ca EXCEPTIONS OTHERS = 0.

IMPORT_PCLX_TO_BUFFER CALL FUNCTION 'IMPORT_PCLX_TO_BUFFER' EXPORTING number_of_pcl = 2 TABLES ipclx = ipcl2 buffer = tbuff buffer_directory = buffer_dir EXCEPTIONS OTHERS = 0.

CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = new_rgdir_ca IMPORTING calcd = new_rgdir_ca-calcd.

EXPORT_PCLX_FROM_BUFFER CALL FUNCTION 'EXPORT_PCLX_FROM_BUFFER' EXPORTING test = test * test = space TABLES buffer = tbuff buffer_directory = buffer_dir EXCEPTIONS insert_error = 1 delete_error = 2 OTHERS = 3.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = messages EXCEPTIONS OTHERS = 1.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 0.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = messages EXCEPTIONS OTHERS = 1.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.



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