what is the difference between "types" and "data" in abap.
Answer Posted / deepika rao
types are defiend with veribal (we has allready asine a
veriable and we want a another variable like that veriable
then we use type. as ew has acct is a nummeric veriable and
we also want a numeric veriable bal. there we can use type.)
when we defined a veriable first time then we use data for
given that type ( int, char, float,etc.).
| Is This Answer Correct ? | 12 Yes | 11 No |
Post New Answer View All Answers
Diff between IF and where ?
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
kindly send interview materials
how many types of operating system are avaliable?
In project we have Documentation phase also,in that what is micro and macro designing?
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
Tell me the jobs for the MCA Fresher in delhi, Noida..
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
what are stubs related to foxpro?
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)