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 |
IN Smart Form how many windows are there explain them each? Upto how many main windows we can place in Smartform?
how to upload logo in the smart forms
What are the dynapro keywords?
What is design pattern? Provide example .Why are we using it?
What are the sequences of event block?
To avoid page skipping and to write the contents in the same page itself in SAP script, command used is
what is the transaction transaction for setting parameters rdisp/buffermode
why we use matchcode object?without using match codes how we use search helps?
visibility of a field string declared using tables statement? true/false.
How to handle table control in BDC?
What is the Difference between At Line selection and At user-command?
Smartform : how to print a smartform with portrait style and landscape style at the same time?