I am new to SAP MM/WM, can someone describe a typical day working as MM/WM functional consultant , what team have you worked on, and specifically what were you in charged off within SAP team, and what were you doing?
1 9026what is the difference between Excise duty and Custom duty? and direct cost and Indirect cost with examples?
3 10949class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....
3 5748why open circuit test is conducted on hv side and short circuit test is conducted on lv side of a transformer ?what is the reason for it ?
3 48859Post New HCL Interview Questions
What are different types of constants?
What structure can you implement for the database to speed up table reads?
What is cairnghorm in flex? How do we use it? Have you worked with cairnghorn in flex? : adobe flex action script
in the multi org structure, at what level does gl operate?
What is mainframe database?
What is the use of jms?
How is ip carried on a network?
What is difference between Enum and Struct?
Write a program to show the addition and removing of the package.
What is the use of change log table?
what are the concerns of OLTP and DSS systems?
what kind of quetions will ask in BHEL in interview? Plz help me?
What is a composer?
Explain what are the assumptions made on conservation equation?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread