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

Need help!!Urgent

Former Member
0 Likes
435

hi friends,

afer executing SQVi query, i get the output containing n number of lines.How can i know how many lines have been populated over there??

Thanks,

Gaurav

hi friends,

afer executing SQVi query, i get the output containing n number of lines.How can i know how many lines have been populated over there??

Thanks,

Gaurav

2 REPLIES 2
Read only

Former Member
0 Likes
413

hi Gaurav,

check this,

In SQVI under the Infosets use /SAPQUERY/FIBR, it has all the fields you require. Assign yourself in a user group and then assign the Infoset to the user group. After that you can create a new query once these fields are available. If you need to add more fields make a Z of the infoset and add it to the Field Group to make it available in the query.

cheers,

hema.

Read only

Former Member
0 Likes
413

Hi,

data: fill type i.

DESCRIBE TABLE itab LINES fill.

Fill will contain no of lines in itab.

Reward points,

Regards,

Nishant