Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Run time error when copying program for Payroll driver

Former Member
0 Likes
330

Hi all,

I am trying to make some modifications in the program for Payroll driver PC00_M40_CALC_SIMU.

The name of sap standard report in se38 is HINDALC0. i have copied it into a program that i have made called ZHINDALCO.However when i execute this program , I am getting runtime error. The details are as follows:

program: CL_HRPY_INFTY_READER_FACTORY==CP

include : CL_HRPY_INFTY_READER_FACTORY==CM002

row :17

module name : initialize factory.

why am i getting this run time error when i have just copied the code of the standard prog(HINDALCO) into my program ZHINDALCO without making any changes? Please help....

Thanks in advance,

S.choudhury.

1 REPLY 1
Read only

GauthamV
Active Contributor
0 Likes
287

Hi,

copy the program using SE80 transaction so that you dont

miss any includes of that program.