what is the difference between "types" and "data" in abap.
Answer Posted / nimesh kumar
The main difference between DATA and TYPE in ABAP is that
DATA occupy memory space while TYPE does not occupy memory
space.
| Is This Answer Correct ? | 57 Yes | 2 No |
Post New Answer View All Answers
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
Any real time example of O2C process from taking order till creating invoice.
Write a program to find factorial of a number using functions
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
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
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
How to call a C++ function which is compiled with C++ compiler in C code?
where is available in this mantis toturials?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
1) How can u create the table?
what is throws keyword
what is the difference between Windows application and Unix application?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END