How to use a specific number occurs statement?

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


Please Help Members By Posting Answers For Below Questions

Is a logical database a requirement/must to write an abap/4 query?

590


Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.

1973


What are system fields for secondary lists?

615


How can we decide weather we can enhance the standard infotype or not ? : abap hr

579


What is the step-by-step process to create a table in data dictionary? : abap data dictionary

700






How would you suppress the display of a parameter on the selection screen?

571


what is difference between set screen and call screen ?

562


Did you create primary index?

548


How to find the return code of a statement in abap programs?

609


What are the events used in interactive reports?

617


What are the events used in abap in the order of execution?

561


what precautions or prerequisites do you follow to update a record into database table and how

5255


Is it possible to pass data to and from include programs explicitly? : abap modularization

749


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

8508


What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?

2244