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


Please Help Members By Posting Answers For Below Questions

what is difference between object oriented programming structure and object oriented programming system?

1438


what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct

1676


how pseudo column works?

1717


is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...

1571


Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?

604






difference between mantis and other tools?

1616


what are all the ant command options

1504


i am exeprienced person what is selection process

1127


Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

1539


What is WEB 3.0? What are the features their in WEB3.0

1576


how to check single or double byte in struts

1551


In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..

989


1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?

1916


how do you generate source code for the automatic generation for receipt number

3817


could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks

1625