How do you define an internal using types?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sivakumar kasa
types:begin of itab,
a type i,
b type c,
end of itab.
data:itab1 type table of itab with header line.
Is This Answer Correct ? | 0 Yes | 2 No |
What are Tickets in Realtime ?
How to compare the two tables between the two systems? what is the process if anyone tell me please give me the answer?
What are the different types of luws. What are they?
How do you execute the payroll
in the event at selection-screen output we use loop screen,what is screen intenal table,structure or DB table?
How is conversion of data types done between abap/4 & external level?
what is the process of creating quotation using BAPIs.
we will create functionmodules in real time or reusing exsiting one's in abap and webdynpro abap?
What is the first thing you do after vendor setup is complete?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
How to process the session dynamically?
What is the different between template and a table?