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

SLIN For 'Z' Program

Former Member
0 Likes
699

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

5 REPLIES 5
Read only

former_member196280
Active Contributor
0 Likes
631

I also copied and used this program sometime back, I did not get any errors. Try to copy once again and recheck.

Regards,

SaiRam

Read only

Former Member
0 Likes
631

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

Read only

Former Member
0 Likes
631

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

Read only

0 Likes
631

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

Read only

Former Member
0 Likes
631

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^