what is the difference between "types" and "data" in abap.
Answer Posted / chetan
We can not assign value to a variable which is created as TYPE.
TYPES: a1 TYPE i .
DATA: a2 TYPE a1 .
is correct. But,
data : a3 TYPE a2.
is wrong.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
How will you prove that java swing is multithreaded?
Have you used callsymputx? what points need to be kept in mind when using it?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
what is the work of 1tier,2tier,&ntier? Plz Explain it!
What are the Short cut Keys of Tally ERP?
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Can any one give an example (Source Code) on virtual function implemetation in Java?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
hoe to data grid use in sql server 2000?
Explain polymorphism. Provide an example.
in IBM PC -AT.WAT AT REFERS TO?
what is the difference between Windows application and Unix application?