3. After running a BDC program in background, next
day morning when you see the results, few records
are not updated(error records). What will you do
then?
i have one gridview contains edititemtemplate(which
contains update and cancel buttons) and i have one item
template (contains edit button)
i want the code for update and cancelbuttons in edit item
template and i want the code for edit button in
itemtemplate. please help me
If I need to maintain a PP module in SAP from the
information received from another system, Can i use a table
to create the data required for creating the PP
63
How is Siebel 7.x data model is different from Siebel 6.0
data model?
How does your preferred work style work with the ideal
test-manager role that you just described? What is different
between the way you work and the role you described?
27
What command would you use to create a backup control file?
68
How to Set break on exception in Delphi 4?
49
how can you improve the performance of a query, If it is
excuting very slowly?
i am a begnner so am learning
Error handling :tried using Recovery manager didnt work
i want to be able to handle errors , e.g.
if while running the test the folwoing does not show up
then how can i use the If then else and goto next step in
the test, as in many scenarios it does not show up
Browser("The Shopping Channel -").Page("The Shopping
Channel -_8").Image("easy pay").Click
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is
sorted and A[n+1] ... A[n+m] is
sorted. Design a linear time algorithm to obtain A[1...n+m]
sorted using only O(1) extra space.
Time Complexity of your algorithm should be O(n) and Space
Complexity O(1).
17
Can we do sorting in XSL ? how do you deal sorting columns
dynamically in XML.