Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

SAP Labs Interview Questions
Questions Answers Views Company eMail

Why bapi you have used in rfc?

2 7693

what kind of certification should i go for and from where for doing erp- sap in sd module.

2266

Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3

1 6738

how do we debug an idoc ? please help me?

10 49216

What are problems generally faced while posting result to FICO ?

2 7257

What are the components in VIRSA tool and GRC?

12 43816

How many max. conditions can b written under the WHERE clause? Like select * from [tabnam] WHERE (cond1...or..cond2....or...cond3...and.....so on.....??? (upto how much extent))?????

3 9212

What is the different architecture between SAP 4.7EE & ECC5.0

3070

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.

11 18363

What are all the things an interviewer is looking in a SAP-SD consultant with over three years of experience in SAP-SD and over two years of experience in sales for a Implementation project or a Support project?

2 18422

Basic configuration/ settings after installation of SAP Web AS in standalone SAP-CRM system for web client.

2 6776

How to deactivate IPC in standalone CRM.

3077

How to add target fields in ELM ?

3715

What is a BAdi? How to implement a BAdi?

5 19674

What is the table & field to identify the no of items (bottles) stored in one case?

2499

Post New SAP Labs Interview Questions


SAP Labs Interview Questions


Un-Answered Questions

What is branch coverage?

1042


What are the different rules of SORT operation?

1202


How to throw an error in vbscript?

1201


What are the Difference between asp.net and asp ?

1233


Describe android Activities in brief.

1648


How are the concepts of chromosome, chromatin and chromatids related? In which phase of the cell cycle does dna duplicate?

940


Hi, I am new in oracle(SQL), could anyone help me in writing a correct SQL. Below is the table structure. Table: Subsc Fields: 1. Sub_no (this field will hold values of subscriber nos, for e.g. S111111, S222222, S333333, S444444, etc.) 2. s_status (this field will hold values for different status of subscriber, for e.g. 'A', 'S', 'C', etc.) 3. cus_id (this field will hold values of bill nos for e.g. 11111111, 22222222, 33333333, 44444444, etc.) Table: Bill Fields: 1. Bill_no this field will hold values of bill nos for e.g. 11111111, 22222222, 33333333, 44444444, etc.) 2. b_status = (this field will hold values for different status of bill for e.g. 'O', 'C', 'S', etc.) Note: 1. The Sub_no is a Primary key of Subsc table. 2. The cus_id is a foreign in Subsc table (referred from Bill_no field of Bill table) 3. The Bill_no field is the Primary key of Bill table. Query A --> I wrote a query to select cus_id/Bill_no which is in status open (b_status = 'O') and having more than two active subscriber (i.e. S_status = 'A') in it ( i.e. more the two subscribers in same bill). select s.cus_id from subsc s where exists (select 1 from bill where bill_no = s.cus_id and b_status = 'O') and s_status = 'A' group by s.cus_id having count(sub_no) = 2 Problem : The above query will give the cus_id (or rather bill_no) which are in open status (b_status ='O) and which are having TWO ACTIVE Subscribers (s_status ='A') in it. However, this query will also lists the cus_id/bill_no which are having more than TWO subscribers in it (but only two subscriber will be in Active status (s_status = 'A') and the others will be in s_status = 'C' or s_status = 'S'. Help needed: I want to write a query which will fetch ONLY the cus_id/bill_no which are in open status (b_status ='O') and which are having ONLY TWO ACTIVE subscribers (s_status ='A') in it. B--> If I include the sub_no in the above query then NO row are returned. select s.cus_id, s.sub_no from subsc s where exists (select 1 from bill where bill_no = s.cus_id and b_status = 'O') and s_status = 'A' group by s.cus_id, s.sub_no having count(sub_no) = 2 Help needed: I want to modify the above query which will fetch ONLY the cus_id/bill_no which are in open status (b_status ='O') and which are having ONLY TWO ACTIVE subscribers (s_status ='A') in it ALONG with the sub_no. Thanks a lot in advance. Regards, Nitin

2406


How forward () method is different from send redirect () method?

1026


What happens if an array goes out-of-bounds?

1125


How do you expand a sort in excel?

620


Up to how much weight can be rounded off while weighing a bakery item in a bakery?

2047


Are spark dataframes immutable?

343


How many schemas we have? how many you have used?

2113


What is the physical storage length of the data types: date, time, timestamp in the db2 database?

1218


Do I need web plugins for vlc?

1092