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 |
if i login in english then top-of page will display in english.if i login in german then it will display in german as on .. abap report how.........
For what purpose Chain Endchain statement is used?
what is 'X' parameter in BAPI?
in the event at selection-screen output we use loop screen,what is screen intenal table,structure or DB table?
How to modify the tables at Data base level?
If i have locked a program using Locking and iam in bangalore.How can i give authorization to other user to use my program who is another place say Pune?is it possible?
What is a transaction variant and why are they used?
In Sapscript , For example : I want to define font in Arial? And that font is not available in my system ? how can i get this font into my sapscript?
What are the tables using in diff modules like SD, PM, MM, QM AND FICO? give me some example names ? Do we need to use the existing tables in R/3 most of the time?
A window is missing while copying a sapscript from one client to another client. What should be done?
How to Reprocess an Idoc ?
What is roll area?