difference between type and like in detail way
Answer Posted / abap guru
TYPE: REFER THE DATA TYPE.(NO MEMORY CREATED)
LIKE: COPY THE DATA TYPE.(ITS OWN MEMORY WILL BE CREATED)
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What is Group by in Select statement?
Explain what are the events in screen programming?
What is the modification assistant?
What is step-loop? Explain all the steps?
How do you do bdc for a table control? : abap bdc
How can we set the tablespaces and extent sizes ?
In a loop of an internal table, what is the use of at first & at last statements?
Example of table cluster and cluster tables.
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
how to see the tables of 200 in client 100?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
Explain pai and pbo.
What are uses of foreign key?
How the transaction that are programmed by the user can be protected?
Can you print decimals in type n? What is difference between float and packed data type?