How to use a specific number occurs statement?
Answer / preeti pawar
Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP. The data is stored line by line in memory, and each line has the same structure, they are dynamic data objects.
SY-DBCNT / SY-TABIX.
DATA : BEGIN OF ITAB OCCURS 19,
A1 TYPE I,
C1 TYPE C,
END OF ITAB.
Is This Answer Correct ? | 0 Yes | 0 No |
What is a distribution Model ?
if bdc session method is to be executed at some particular time without using sessions? how?
How to debugg script?
What is pseudo comment (#EC) and How it is different from normal comments(i.e. '*' and '"')
WHAT IS THE USE AND DIFF B/W INSERT, UPDATE AND MODIFY WHILE UPDATING THE DATABASE TABLES?
What is the difference between Classic badi and Kernal badi ?
what is basic diff b/w 4.7e and ecc 5.0. or 6.0?any one knows please give me exact answer?
How can we create Search Help, without using table field? for example I have two fields in one table and I required one more field in search help how?
1 Answers Accenture, Maples, Patni, TCS,
Name some system global variables you can use in abap programs?
While picking can the pick list be updated automatically?
what is a value table?
What are the data classes in abap?