SAP Reports / Programs

RPUCRTH0 SAP ABAP Report - CRT rebuilding (PCL2 conversion): H-version







RPUCRTH0 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 RPUCRTH0 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 RPUCRTH0. "Basic submit
SUBMIT RPUCRTH0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUCRTH0 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: BISJAHR = Last year (4 characters)
Selection Text: DRUCK = Print CRT?
Selection Text: INDEXNAM = ?...(INDEXNAM)
Selection Text: INDEXNM2 = ?...(INDEXNM2)
Selection Text: INDEXTYP = ?...(INDEXTYP)
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: PNPBEGDA = ?...(PNPBEGDA)
Selection Text: PNPBEGPS = ?...(PNPBEGPS)
Selection Text: PNPENDDA = ?...(PNPENDDA)
Selection Text: PNPENDPS = ?...(PNPENDPS)
Selection Text: PNPPABRJ = ?...(PNPPABRJ)
Selection Text: PNPPABRP = ?...(PNPPABRP)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPSORTF = ?...(PNPSORTF)
Selection Text: PNPSORTT = ?...(PNPSORTT)
Selection Text: PNPSTATU = ?...(PNPSTATU)
Selection Text: PNPXABKR = ?...(PNPXABKR)
Selection Text: PNPXBWBK = ?...(PNPXBWBK)
Selection Text: PNPXPGPK = ?...(PNPXPGPK)
Selection Text: TEST = Test run? (if yes: X)
Selection Text: VONJAHR = Starting year (4 characters)
Title: CRT rebuilding (PCL2 conversion): H-version
Text Symbol: W07 = at GET not in IMPORT
Text Symbol: W06 = Record with key
Text Symbol: W05 = Intern.err.
Text Symbol: W04 = as RX version of previous payroll period is wrong too
Text Symbol: BE1 = Error in determination of entry date, employee rejected:
Text Symbol: P12 = In table $, argument $, time $ there is no entry
Text Symbol: P33 = imported RG version :
Text Symbol: P34 = RX version of the actual report
Text Symbol: P36 = Table
Text Symbol: P37 = Feature
Text Symbol: U00 = File conversion statistics
Text Symbol: U01 = Counting by selection
Text Symbol: U02 = Number of physical records :
Text Symbol: U03 = Number of logical records :
Text Symbol: U04 = Number of relevant records :
Text Symbol: U05 = Number of relevant pers.numbers :





Text Symbol: U06 = Number of converted records :
Text Symbol: U08 = Number of non convertable records
Text Symbol: U09 = Number of wrong conversions :
Text Symbol: U10 = Conversion impossible due to different version
Text Symbol: U11 = General conversion or conversion
Text Symbol: U12 = of other country key necessary.
Text Symbol: U13 = Key CRT rebuilding is impossible
Text Symbol: U14 = Key CRT rebuilding performed
Text Symbol: U15 = Coding at non standard coding impossible
Text Symbol: U19 = List of records unsuccessfuly converted:
Text Symbol: U23 = No selection,START YEAR >CLOSING YR
Text Symbol: W02 = Key cumulation may be wrong
Text Symbol: W03 = Key cumulation must be wrong


INCLUDES used within this REPORT RPUCRTH0

INCLUDE RPCLST00.
INCLUDE RPC2RX00.
INCLUDE RPC2RHH0.
INCLUDE RPC2CD00.
INCLUDE RPCFVP00.
INCLUDE UP50QDAT.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPCMGR00.


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:

HR_HU_CD_SELECT_REGULAR * call function 'HR_HU_CD_SELECT_REGULAR' 20010323 * tables 20010323 * in_rgdir = tmp_rgdir 20010323 * out_rgdir = cd_table. 20010323

HR_HU_UTOLSO_BELEPES CALL FUNCTION 'HR_HU_UTOLSO_BELEPES' EXPORTING per_nr = pernr-pernr ref_date = fpend IMPORTING last_hire = last_hire massn = massn massg = massg EXCEPTIONS not_found = 1 t5h4e_error = 2 p0041_begda = 3 p0041_future = 4 p0041_sequence = 5 OTHERS = 6.



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