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

B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.

2712


Explain lsmw?

826


Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.

1814


Explain what is the significance of hide?

747


what is bapi,badi,bdc,ale idocs?

1831


Name a few data dictionary objects?

837


when does a list get sent to the screen on the presentation layer?

1613


What are the differences between table controls and step loops?

769


What are the basic objects of the data dictionary?

757


What is the table & field to identify the no of items (bottles) stored in one case?

2179


What is the use of the statement leave to list-processing?

776


What are the attributes of the data in data dictionary? : abap data dictionary

814


Differentiate between abap memory and sap memory?

842


How can cluster table be created?

836


What is difference between dependent and independent data?

768