1) What is the difference between TYPE and LIKE ?
Answers were Sorted based on User's Feedback
Answer / bharath
TYPE: represents the data types.
LIKE: represents the data objects
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / yarru sreenivasa rao
type wont take any memory
like -allocate memory
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sivaramakrishna
in old versions we use as below to create wa,itab
data : itab like line of dbtable.
data : wa like dbtable. " to create explicit wa
but in new versions
data : itab type table of dbtabl.
data : wa type dbtable.
Is This Answer Correct ? | 0 Yes | 0 No |
How to transport from one client data to another in realtime, what is the transaction code for transport, where the maintain table maintenance generator in realtime,
what is ASAP methodology? How many phases are there? what is the percentage of each phase?
Can you create an internal table dynamically?(at run time)
How to process the session dynamically?
Which dialog programming section is used to initialize a screen's field values?
What is the difference between field-group header and other field groups?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is the difference between sy-tabix and sy-index? Where it is used?
How can you call a page explicitly in smart forms?
difference between TYPE and LIKE ?
what is the use of protect / end protect control command in the scripts?
what is data class?