RPUCG100 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 RPUCG100 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: SELGRUNR = Group number
Selection Text: SELPABRJ = Year
Selection Text: SELPABRP = Period
Selection Text: TEST = Test
Title: Convert Cluster G1 (PCL1)
INCLUDE RPCLST00.
INCLUDE RPUOG101_A. "PH9K019019
INCLUDE RPUOG100.
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 "P40K028074 * prot_not_initialized = 02. "P40K028074
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUCG100 - Convert Cluster G1 (PCL1) RPUCG100 - Convert Cluster G1 (PCL1) RPUCFGU4 - Report to configure fields for CPDF dynamic file RPUCFGU4 - Report to configure fields for CPDF dynamic file RPUCFGU3 - Report to configure fields of status CPDF file RPUCFGU3 - Report to configure fields of status CPDF file