what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
2 14669how to create average on totals of different departments employees salary...? consider we have 3 dept and in each dept 10-15 workers i need to get the totals separately for each dept and average of there totals..help me pls
2 6338How to add additional objects or tables into the universe,and what are steps we need to follow to achieve the above task.
1 5765tell me some dimension tables names in banking domain informatica project(dont tell like depends on project, tell me names of dimension and fact table names in your project)?
3 26142recently i gave an interview, in that they ask me, in implementation project will do some configuration of organizational data in our sd based on the client request, the question is here, on what basis we are doing the configuration,its in which format, how we get this information, and how to start work in progress based on this? Pls answer me its very urgent. thanks in advance
1 5946Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
1 4094If a partner works as a dealer and distributor and have the same master data. How does the system identify if its a dealer or distributor function? Where is the differentiation done?
2 6480how can a User be able to access only for Customized roles when given pfcg, su53, su56 access?
1 5647Post New Patni Interview Questions
What is unix buffer cache?
What do you mean by channel change?
How many os can be installed in a pc?
Explain what is miniaturized satellite?
What is visual basic.net culture?
How do you calculate the unit weight of concrete?
What is a const pointer?
Explain what is the purpose of pc(program counter) in a microprocessor?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
How to write test cases from requirements, do the requirements signify the exact functionality of aut?
What is the Default bootstrap port?
Why do we need spring?
What is notching in dc machine?
Is Constructor possible in abstract class in java ?
What is the difference between ref & out parameters in c#?