difference between latency and transaction response time
SAP SRM : In Classic Scenario , For a Shopping Cart PO is Generated in the Backend and is Not Updated in the SRM Inspite of running BBP_GET_STATUS_2 Job Manually apart from Daily Scheduled Jobs ?? What do you do in this Case??
SAP SRM : Contact Person from a Vendor did not get Updated in SRM after Replicating the Vendor ?? What do You Do ??
SAP SRM : Some Part of Materials are not Replicated from ECC to SRM and How do you Check those Materials , which are not yet Replicated ??
one of interviewer asked me this requirement please tell me anybody? Issue: the problem faced by us right now is,when there are more than 2 route codes available, users can select a wrong route code which is a longer route for the destination, the physical shipment can still go through a shorter route, but company will end up in paying more. Requirement: user maintained route list, the user will maintain a master from which route should be picked, users should be able to enable or disable a particular route. Thanks in advance
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
Which is the best place to learn Loadrunner performance testing in hyderabad ?
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
What happen if you have 3 ports in SQ and 4 ports in SQL override of SQ( provided all ports are in same order and they are connected with proper source and target)? Also what happens when I have 4 ports and will extract 3 values in SQloverride.. What will be the value in 4th port ?
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
hello there, can anyone tell me what type of question does lg soft company ask in written test especially for a quant part? Thanku
What will be happen if i load object repository at run time, but it has already associated.
SonicWALL keep on fail over after upgrade from 6.2.2.2 to 6.2.6.0.anyone have encounter this and what is the next step to solve the issue
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!