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
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.
Explain lsmw?
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.
Explain what is the significance of hide?
what is bapi,badi,bdc,ale idocs?
Name a few data dictionary objects?
when does a list get sent to the screen on the presentation layer?
What are the differences between table controls and step loops?
What are the basic objects of the data dictionary?
What is the table & field to identify the no of items (bottles) stored in one case?
What is the use of the statement leave to list-processing?
What are the attributes of the data in data dictionary? : abap data dictionary
Differentiate between abap memory and sap memory?
How can cluster table be created?
What is difference between dependent and independent data?