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 error in sap standrad program

Former Member
0 Likes
476

Hello

we are using 4.6c version and trying to apply servicepacks through oss notes

i found that there is an extended progarm check error in the program SAPLV61A in include RV64A640

there is a statement DATA: wa_/rex/r_sd_icat02 LIKE /rex/r_sd_icat02.

and i am getting extended syntax check error saying that '/ ' is no longal valid

i know that i can ignore this

is there any oss note available to modify this?

i have checked but not found

Edited by: tummala swapna on Jul 1, 2009 5:38 PM

1 ACCEPTED SOLUTION
Read only

robert_altenstraer
Active Participant
0 Likes
440

Hi

you get also this warning by using '-' in the declarations...

more Info see: 902006

bestreg

Robert

2 REPLIES 2
Read only

former_member209217
Active Contributor
0 Likes
440

Hi Swapna,

I have checked the program in ECC6.0. In this version the include which u have mentioned is not present.

I didnot chk it in 4.6c system as its not available.

In ECC6.0 all data declarations are done in one top include named lv61atop.The include which u have mentioned might be replaced by this include in upcoming versions.i have searched for SAP Notes but did not get any relevant notes.

I'll post once i found any solution for this problem.

regards,

Lakshman.

Read only

robert_altenstraer
Active Participant
0 Likes
441

Hi

you get also this warning by using '-' in the declarations...

more Info see: 902006

bestreg

Robert