I want to given respective discount to only first 50 customer. How do I configure it. (SAP SD)
6 9310My PR00 is 1000 now changed to Rs.2000.00 How system configure in such a way that it will detect Rs.2,000.00 automatically
3 7419Why business use different sales processes such as Third party, Individual Purchase Order, Make to order and Intercompany Sales.
1 5067I have 20 different customers I want to use PR00 Rs.100 for first 10 customers and Rs.20 for next 10 customers. How do u configure.
4 8905what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
1953what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
2 5782A file has both header and corresponding lines. Explain design to load this data into respective interface tables.
1 6962There are set of records to be processed from staging table into interface table. If one record fails the entire set of data should be rejected.
3 9725Post New Satyam Interview Questions
Is drupal a software?
Explain the Avro SASL Profile?
How do I start a replica set in mongodb?
Why self join is used in sql?
What is the difference between line drop and percentage line drop?
What is the Bank Ombudsman Scheme?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
What are the different types of relationship composition that exists?
What do you mean by deep learning and why has it become popular now?
What is development class? Why to create the development class?
What is XML encoding error?
What are the different template components in ember.js? Is there any similarity between them?
What is the purpose of air blow?
What are the 'Relationship behaviors' in CRM and explain each of them?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.