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 pooled tables?
can anyone give me notes on bdc direct input method
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
what is the meaning of SCREEN-INPUT = '0/1', SCREEN-ACTIVE = '0/1'. in event AT SELECTION-SCREEN OUTPUT
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
if i want to insert 10 laks MM records and for inserting one record it takes 1 min by using call transaction or session method . so here is there any alternative
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
How to call transaction in session method without recording?
Can a filed occur in several field groups?
What is lock object ? : abap data dictionary
how will u write a report for performance point of view ?
Which configuration we have to make first before we want to start Business Workflow with our SAP R/3