How to get the no of records using select statement?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vijay
data: t_t001 type table of t001.
select * into table t_t001 from t001.
write: no.of records sy-dbcnt.
Is This Answer Correct ? | 6 Yes | 0 No |
In Dialog Programming Table Control,how to make only one row editable?
in reports how to use the table control tabstrips . what is its procedure.
what is RFC?types of RFCs?please any one can give me the interfaces in sap abap with example?
how to use binary search in internal table?what is the use of indexes and secondary indexes?
How many sessions will be opened using bdc_open_group?
where can u use secondary index in program please tell me? is there any tool to test in development client?is there any performance tool is thre pleaseeee tell me?
with out using chain and end chain how you will do validations
Difference Between ATPF and AT user command?
What is sap luw or update transaction?
How many main windows are allowed in sapscript?
what is the use of SLIS type pool in alv reports?
Can we use same DATA ELEMENT for more than one field?
7 Answers HCL, Unilogic Software,