How do you define an internal using types?
Answer Posted / 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 |
Post New Answer View All Answers
Why do we use FOR ALL ENTRIES and what is the pre-requisite
How does the interection between the dynpro and the abap/4 modules takes place?
What is a predefined type in abap?
What is foreign key relationship? : abap hr
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What is the difference between getting and get late?
On which even we can validate the input fields in module progams?
What is bdc programming in sap?
Differentiate between table and template ?
What is abap work bench?
How can you distinguish between different kinds of parameters?
What is the difference of update types in call transaction method ? : abap bdc
Static and instance variable and method with live example. Why and when to use
What is an “on request field” statement?
Explain about sap fico testing and the tools used? : abap bdc