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

I need some information regarding Vcentric Test pattern ? with questions.

1685


What is the function of the transport system and workbench organiser? : abap data dictionary

614


What is partner selection?

612


How many types of data classes are there in sap?

578


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

563






Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button

1769


What are the abap/4 commands that link to a layout set?

860


What are the uses of the information in the data dictionary? : abap data dictionary

726


What are the major steps will you use for tuning?

593


What is hotspot?

925


Are you familiar with all steps for setting up a workflow?

1673


How to find the return code of an stmt in abap programs?

623


What are logical databases? What are the advantages of logical databases?

522


Explain the disadvantages of different types of bdc's?

513


Can I execute user exits? If yes, how?

592