H99U_CONVERSION_CA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to convert data of the payroll directory (RGDIR) for archived payroll results...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 H99U_CONVERSION_CA 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: PA_MANDT = D Client
Selection Text: SO_PERNR = D Personnel Number
Selection Text: TEST = Test
Title: Converting Cluster CA for Archived Payroll Results
Text Symbol: 001 = Data selctn
INCLUDE H99U_CONVERSION_CA_TOP . " GLOBAL DATA
INCLUDE H99U_CONVERSION_CA_F01 . " FORM-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
H99U_CONVERSION_CA - Converting Cluster CA for Archived Payroll Results H99U_CONVERSION_CA - Converting Cluster CA for Archived Payroll Results H99U_CONVERSION_46C - H99UCONVERSION46C H99U_CONVERSION_46C - H99UCONVERSION46C H99U_ABKRS_CONV_SCHEDULER_TOP - H99UABKRSCONVSCHEDULERTOP H99U_ABKRS_CONV_SCHEDULER_F01 - H99UABKRSCONVSCHEDULERF01