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 ole?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is view? Different types of view. Explain?
What are the events in screen programming?
Are you familiar with all steps for setting up a workflow?
What is the master data necessary before you can start posting in MM?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is the differences between structure and table in data dictionary in abap?
What are dml commands in abap?
What are the different methods of bdc? : abap bdc
What are the events driven batch jobs?
From Excel to ABAP - Is batch mode possible ?
What is the use of at new statement ?