‎2007 May 10 7:57 AM
Hi,
I have created a custom Z program by copying the standard program RIMPOS00. When I executed the SLIN (Extended Program Check) for this new Z program, I find many errors, warnings and messages being displayed even though these DO NOT display when I run the SLIN for the standard program RIMPOS00.
Any inputs on why these actually show up and how could these be resolved / avoided would be of immense help.
Regards,
Ravi Krishna
‎2007 May 10 8:04 AM
I also copied and used this program sometime back, I did not get any errors. Try to copy once again and recheck.
Regards,
SaiRam
‎2007 May 10 8:24 AM
Hi Ravi,
You would have probably not copied the entire program, like the includes. You need to copy all the includes (if any) also. This should not give any errors.
Plz Reward points if helpful.
Vijay
‎2007 May 10 8:52 AM
Hi ravi
While copying plz follow as i'm saying
whenever u r trying to copy any program either standard or any Z program then u have to select all the values in the program which will displayed as a option while copying program this will solve ur problem. I think some include program or any other is missing while copying so now try to copy again with selecting all statements
rewards if helpfull
Regards
Pavan
‎2007 May 11 4:58 AM
All,
I did follow the steps (as suggested by you) before like choosing all the includes, documentation etc. for copying but I am still faced with the same issue. It certainly has come as a surprise to me that at times the code in the include gets copied but at times, it doesn't. I am working on an ECC 6.0 system.
Any thoughts on if I am missing out on any of the steps or if something additional needs to be done.
Regards,
Ravi Krishna
‎2007 May 11 5:42 AM
hi
good
there are lots of reason due to which you ll find the errors in the z* program and the same error you wont get in the standard program,when you r copying program from the standard program the process that SAP has followed to drop those errors might not be used in your program,
use #ECC at the end of the line where everything is correct but it is still giving you the error.similarly you check al code line by line and do accordingly.
thanks
mrutyun^