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 are advantages and disadvantages of logical data base
How can the standard tables of sap be modified?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What are pooled tables?
how 2 create the normal form by using functional module
What are the prerequisites for creating foreign key relationship?
Rp_provide_from_last contains how many parameters ? : abap hr
What is lock object ? : abap data dictionary
What is the difference between refresh and free statements?
What are subroutines? : abap modularization
What are the differences between table controls and step loops?
When was the sap abap being created?
What is the transaction code to display the payroll results ? : abap hr
Explain about interactive report?
What is the difference between field-group header and other field groups? : abap modularization