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
Can matchcode object contain ids with different update types? : abap data dictionary
What is the last entry in all bdc tables? : abap bdc
Define dispatcher?
What are the features of abap/4 dictionary? : abap data dictionary
What is hotspot?
What is a fall back class?
What is the collect statement?
Program lines for the radio button selection and unabling some input variables in section screen
Persistent class
What is singleton pattern in OOPS?
What is a report?
How can we use / display table in a screen?
stock transfer from one plant to another plant ? i want the total description.
What are the events used in interactive reports?
Can you create a table with fields not referring to data elements? : abap data dictionary