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: 

how to read a colum upto say 10 rows and if we get a different value we have to stop

Former Member
0 Kudos

In my recent development i am getting a problem,i have 2 tables cdhdr and cdpos,i ve select data and read in i_cdhdr and i_cdpos resp.

Now i have to select changenr from cdhdr table till we get me28 tcode in tcode colun like if we ve say 10 me28 and then me23n and then me28,we ve 2 chose only first 10 me28. and then pass to cdpos table and get value_new and again pass the changenr to cdhdr to get user details,this is for po realease.

1 REPLY 1

bastinvinoth
Contributor
0 Kudos

Hi ritika guha

Question is not clear

if you want to get data's from CDHDR table only for ME28 transaction code means,

while fetching you can do it like where tcode = 'ME28'

Note: Please don't use shortcuts like 've' 

Regards,

Bastin.G