Application Development 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: 

Syntax error for BYPASSING BUFFER

0 Kudos

Hi all,

We have created a program in which we are using following abap query

SELECT (outdata_itab-line) FROM (fromClauseString) INTO @<datarow> BYPASSING BUFFER UP TO @ROWCOUNT ROWS WHERE (whereClauseString).

When TR for this program is imported into other system, it is giving syntax error saying @ROWCOUNT can be converted. Data type of ROWCOUNT is

SOID-ACCNT.

We observed only one difference in both systems. Sytem on which error is coming while importing the TR has lower version of basis and abap component. We are confused why we are getting this error. Please assist.

3 REPLIES 3

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Tip: Read the documentation in both systems.

Check for strict modes of the syntax check in Open SQL.

Since you don't tell your releases one can't say more.

0 Kudos

Hi Horst,

I am attaching screenshot of system status for your reference. Please go through them. Can you please elaborate more about how I can check strict modes of the syntax check?

Awaiting your valued reply.

2018-04-19-17h05-26.png

Regards,

Ameen Tendolkar