How do you define an internal using types?
Answer Posted / vijay
We can define internal tables in different ways. One way is
by using types.
ex:
DATA: ITAB TYPE STANDARD TABLE OF KNA1.
Instead of standard table , we can use hashed table, sorted
table also.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Normally how many and what files get created when a transaction program is written?
What is sap locking?
What is abap?
What are the types of the programming language used in the sap abap software?
What is the difference between call transaction and session method? : abap bdc
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What is meant by a schema? : sap abap hr
How to copy table across clients?
What is the function of a domain?
What is buffering in abap?
What are aggregated objects : abap data dictionary
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What will happen when we use fully buffered in abap?
How to create any functions? How to go about it?