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
What two statements are required in an abap program to output an icon using a write statement?
Can matchcode object contain ids with different update types? : abap data dictionary
What is the relationship existing between the various data elements? : abap data dictionary
How do you use tab sets in layout sets?
What are logical databases?
Explain what are the events in screen programming?
How to create a button in selection screen ?
What are the types of table fields in the sap abap?
Explain what are the events used for logical database?
What is the different type of projects? : sap abap hr
when does a list get sent to the screen on the presentation layer?
How do you find if a logical database exists for your program requirements?
What is the difference between synchronous and asynchronous update? : abap bdc
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
What is open sql?