Answer Posted / 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 |
Post New Answer View All Answers
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What should be the approach for writing a bdc program? : abap bdc
The max number of calling modes stacked at one time is?
How to Raise a Particular Ticket in Realtime ?
What is a table pool? : abap data dictionary
What are the uses of table pool or table cluster.
what are the critical issues u face in ur project?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
Have you set up a back ground job ? How to create a background job without a variant ?
Difference between Field groups and internal tables?
What is sequence of event triggered in report?
What are multiple use BADIS?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What is evaluation path, where do we do it and why? : sap abap hr