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 to convert infix expression to prefix expression?
which worker is involved in all the phases of SDLC?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
what is the last ant version you worked?how to get it
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
EXPLAIN UNARY OPEARATORS
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?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Where do we need Operator overloading?
when we use mantis? how learn mantis?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
1.what is the vesition managment.
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
Code for display the images from drive using vb 6.0?
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.