difference between type and like in detail way
Answer Posted / ravuri sudheer kumar
"TYPE" is used to define the data objects using predefined
data types or user defined data types(which are created
using 'TYPES' statement)
"LIKE" is used to define data objects with the properties of
already existing data objects(which are created using the
'DATA' statement not the 'TYPES' statement') not of the
predefined data type
| Is This Answer Correct ? | 50 Yes | 5 No |
Post New Answer View All Answers
How do you process errors in session method ? : abap bdc
What is table pool?
How do you populate data into a multiple line field?
What are the modes in lock objects? : sap abap data dictionary
How do you do bdc for a table control? : abap bdc
Name a few data dictionary objects?
did u done enhancement framework?how u implemented?
What is a data class? : abap data dictionary
Describe data classes? : abap hr
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
How do you connect to the remote server if you are working from the office for the client in remote place?
How can we use multiple transactions by using bdc_insert? : abap bdc
What are the fields in the memory table ‘screen’?
What is append structure?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?