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
What are the Various Types of internal tables?
Explain how do you use structures in the abap programs?
Explain the different types of data dictionary objects?
What are the domains and data element?
What is the syntax for ‘call transaction’?
How do you do bdc for a table control? : abap bdc
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
Give examples of transparent table?
what is field string ? & where we are using field strings?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What are local objects?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What is value table?
How to create any functions? How to go about it?
What are the components of sapscript?