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
How do you initialize a static member of a class with return value of some function?
How can we develop a multi-tier application in Java?
what does mean and stack mean in genral programming?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
I am work in it aompenei
what is web service in java? have u use before.
What is ur porject Architecture? If anyone ask what i have to specify here..
Delta 5 weight scale not connect with oracle application what i can do?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
What are two of your strengths that you will bring to our QA/testing team?
what is meaning of MDM in sap?let me know that meaning
can we extend a class having only one parameterised constructor.Suggest the process to do it.
hoe to data grid use in sql server 2000?