RPUCL100 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to upgrade Incentive Wages from Release 2...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 RPUCL100 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: SELCLIEN = Client
Selection Text: SELPABRJ = Year
Selection Text: SELPABRP = Period
Selection Text: SELPERNR = Personnel number
Selection Text: TEST = Test
Title: Convert Cluster L1 (PCL1)
INCLUDE RPCLST00.
No SAP DATABASE tables are accessed within this REPORT code!
APPEND_PROTOCOL call function 'APPEND_PROTOCOL' exporting accept_not_init = 'X' tables xmsg = mess_tab exceptions * table_empty = 01 * prot_not_initialized = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUCL100 - Convert Cluster L1 (PCL1) RPUCL100 - Convert Cluster L1 (PCL1) RPUCIVP0 - HR-PT: Update infotype I0002/I0021 : Name conversion for 4.0C RPUCIVP0 - HR-PT: Update infotype I0002/I0021 : Name conversion for 4.0C RPUCIPB0_S01 - Include for selection screen of report RPUCIPB0 RPUCIPB0_F01 - Include for form routines of report RPUCIPB0