What is the client concept in SAP? What is the meaning of
client independent?
Answer Posted / sanjay raghvani
SAP Client Means User master data,Application master data &
Customize master data is known as Client.
Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
When we use Windows authentication mode
how many types of bytes are there???
What is the difference between COM and CORBA?
How do i find out the number of parameters passed into function?
Differevce between arrays and array builders?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
what is d main diff between the java and .net framework
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
Can we write a method in JSP.If so how?
How do you initialize a static member of a class with return value of some function?
In project we have Documentation phase also,in that what is micro and macro designing?
Which method protects back button to retrieve old value from previous page in Struts.
How to call dll API sub routine in VB Form.
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)