We have standard info objects given in sap why you created zinfo objects can u tell me the business scenario
1548We have standard info cubes given in sap why you created zinfo cubes can u tell me the business scenario
1511In keyfigure what is meant by cumulative value, non cumulative value change and non cumulative value in and out flow.
1582I have 3 cubes for that I created multiprovider and I created a report for that but I didn’t get data in that report what happen?
2 3386what is meant by safety upper limit and safety lower limit in all the deltas tell me one by one for time stamp, calender day and numberic pointer?
1579I created process chain 1st day it taking 10 min after that 1st week it taking 1 hour after that next time it taking 1 day with a same loads what happen how can u reduce the time of loading
1 2255Post New Rockwell SAP BW (Business Warehouse) Interview Questions
What are access specifiers?
what is advantages and disadvantages of CAT5,CAT5e,CAT6,CAT7,COAXIAL CABLE,FIBER-OPTIC
Differentiate between iterator and listiterator.
Why overriding is called runtime polymorphism?
A 50Hz,4-pole,3-phase,star-connected synchronous motor has a synchronous reactance of 12ohmsper phase and negligible armature resistances.the excitation is such as to give an open-circuit voltage of 13.2kilovolt.the motor is connected to 115kilovolt, 50hertz supplying. what maximum load can be the motor torque,line current and power factor?
why we use -48V in nokia BTS
Why you are leaving present job?
How to Test the mainframe application?
How can you determine the space left in a file system?
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
What is amazon redshift odbc?
How can you impliment Data Fragment cache ? What is VaryByParam ?
Which class is called when we create a SO/PO?
How can a vfs layer allow multiple file systems support?
public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }