How to get the no of records using select statement?
Answer Posted / goutam
Data: IT_EKKO type table of EKKO.
Data: LD_LINES Type I.
Select * from EKKO into Table IT_EKKO where EBELN
= '<Condition>'.
Describe Table IT_EKKO Lines LD_LINES.
Write :/'No. of Lines-', LD_LINES.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between field-group header and other field groups? : abap modularization
What are the buffering types?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
Explain what is an rdbms?
Explain read dataset in sap abap?
What is the collect statement? How is it different from append?
SAP query how to use end users?
How can we achieve MVC ?
Explain what are standard layouts sets in the sap script?
What is the maximum number of match code id's that can be defined for one match code object ?
How to upload data using catt ? : abap hr
What are the types of indexes in abap?
What are internal tables? : abap hr
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Can we make use of flow logic control key words in abap/4 and vice-versa?