Could any one tell me the steps of conversions and what kind of validations and exceptions do we use during this conversion? Please do answer in detail. what program do we write in user exit in reports?
3 18779if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
2248look into my data in sheet1- A-1,2,3,4,5,6 sheet2-2,4,7,8,9 compare the data get result like sheet2: 2-yes(present in sheet1) 4(present in sheet1) 7(not present in sheet2) 8(not present in sheet2) 9(not present in sheet2)
2325public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
7 13437Post New iGate Interview Questions
List the Basic data types of Kotlin?
what is the implemention project in sap?
What is a higher-order function in scala?
What is the difference between single charater constant and string constant?
What is the default extension of the files produced from a sqoop import using the –compress parameter?
Why do we use a multidimensional array in data structure?
What is difference between event and delegate in c#?
What does jsp mean in text?
Explain why is cannibalism an inharmonious intraspecific ecological interaction?
What is Crisil?
How do you optimize a query?
What is pivot table explain with example?
Can I cast a powerpoint presentation?
What are the ddl commands?
Static and instance variable and method with live example. Why and when to use