| Back to Questions Page |
| Question |
How do you export an output to a excel sheet?
Ex: I get my answer by using Msgbox"..." &R. How do I
displayed the result of the Msgbox (such as R) to an excel
sheet? Please let me know.Thanks |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Shaker |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
We can capture the proprty of the message box throug
getroproperty("innertext").Pass this to a variable.After
that use MID function to retrieve 'R'.After that we can
create an external excel object and pass the value to that
sheet.  |
0 | Madhavi |
| |
| |
| Answer |
I think after capturing the run time value by using command
like x=window("").something.....getroproperty("text") then
do like -
Datable.export("path where u want to see the data")
set datatable.value(x,1)
try this ,if you face any probelem then let me know.I have
another way for this also.  |
0 | Amit Kumar Srivastava |
| |
| |
| Question |
Which Programming software are use for Allen bradley PLC's? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Abid Ali Khattak |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Ladder logic.  |
0 | Oarhe Ize |
| |
| |
|
|
| |
| Answer |
micro logic  |
0 | Balakrishnan |
| |
| |
| Answer |
rs 500  |
0 | Ashish |
| |
| |
| Answer |
RS Linx is the software, which connects the RS logic Ladder
Network with the PLC(AB).  |
5 | Heamkumar |
| |
| |
| Answer |
control net  |
0 | Pitchaikannu |
| |
| |
| Answer |
RS Logixs  |
1 | Kesavulu |
| |
| |
| Answer |
RS LOGIX 5,RS LOGIX 500,RS LOGIX 5000,RS LINX CLASSIC  |
5 | Kamal Rawat |
| |
| |
| Answer |
RS LOGIX 500 and RS LOGIX 5000 is main S/Wfor Allen Bredly  |
0 | Durgesh Singh |
| |
| |
| Question |
which %age of corona losses increses if frequency is
increased to 25%. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Ritesh Gupta |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
corona loss is directly proportional to frequency so when
frequency increases and other parameters remain constant
then it changes only in proportion of frequency so increase
in corona loss by 25%  |
0 | Shekhar |
| |
| |
| Answer |
corono loss inversely proportional to square of the
frequency  |
0 | V.selvakumar |
| |
| |
| Question |
What are the three main forms of enabling debugging in a
shell script? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
set -x  |
0 | Guest |
| |
| |
| Answer |
sh -x  |
0 | Visitor |
| |
| |
| Answer |
set -vx  |
0 | Anchal |
| |
| |
| Answer |
set -x
set -v
set -n  |
0 | Learner |
| |
| |
| Answer |
set -vx
v:- verbose option(this option outputs every line of the
script onto the standard output console)
x:- this option substitutes every variable's value which is
used in the shell script.
To turn off the debugging option, use set +vx.  |
0 | Neha C |
| |
| |
| Answer |
set -x
set -v
set -f  |
0 | Arun Singh |
| |
| |
| Question |
Credit control area means? What is the relationship exists
between credit control areas and company codes? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Basha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
A Credit Control Area is an organisational unit that is
compraised of one or more company codes.A company code can
have no more than one credit control area.  |
0 | M.N.Reddy |
| |
| |
| Answer |
outstanding recievables can spoil the business process. to
control credit limits in sap system we can configure credit
control area.
one company code can hav one credit control area only
but one credit control area can hav many company codes
i.e. u can assign one credit control area to many company
codes.
the relationship is one to many  |
0 | Ramana |
| |
| |
| Answer |
all the above answers are absolutely right
In my point of view
CCA is the area where one can enter the amount.
ex: amount is 15,000
Now ,customer makes an order of 14,000 price of materials
then the order is created.
in a case customer makes an order of 16,000 price of
materials
the system will generate an error saying customer CCA is
reached.
if i am wrong please correct me.  |
0 | Srikanth |
| |
| |
| Answer |
Credit control area is an organizational unit which checks
the credit limit of the customer .One credit control area
can include more company codes .That means the relation is
one to many .
Thanks
manoj  |
0 | Manojkumarguin |
| |
| |
| Question |
Relation ship between sales organization, plants and
company codes? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Basha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
we wont assign anywhere in sap img to the sales
organization,plant and company code.
but ,
as per the plant ----- comp code
one plant can assigned to only one company code, a company
code can have more than one plant
sales organization --- plant
sales organization is assigned to the plant throught
distribution channel.(sales organization+distribution
channel= distribution chain)
we can assign multiple distribution channel to the multiple
plants
it has many to many relationship.  |
0 | Riyaj |
| |
| |
| Answer |
the relation ship between SO, Plant and Cop. Code is
Many to Many to One  |
4 | Rahul |
| |
| |
| Answer |
(1)Sales Organisation--> Plant
ANS:Sales Organisation is assigned to plant in
combination with Distribution Channel.
Relation:Many-Many.
(2)sales Organisation--> Company Code.
Ans: Many-One.
(3) Plant-->Company Code.
Ans: Many-One.  |
0 | Shiba_sap |
| |
| |
| Answer |
RELATION SHIP B/W SALESORG,PLANT AND COMPANY CODE
COMAPANY CODE------>SALES ORAGANISATION
(It is an abosultely an one-one realation)
COMAPANY CODE------>PLANT
(It is an abosultely an one-one realation)
SALES ORAGANISATION------>PLANT
(It is an vice-versa defined as many-may reation)  |
0 | Bobby |
| |
| |
| Question |
Relation ship between sales organization and plants? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Basha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
many to many  |
0 | Srini |
| |
| |
| Answer |
one sales organisation having no.of plants.  |
0 | Ganga |
| |
| |
| Answer |
1:n
THis happens because a sales organization can n n o. of
plants responsible to it for the items but a plant is
answerable to a single sales organization.  |
0 | Ravi |
| |
| |
| Question |
In purchasing what is the central organizational element? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Basha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
purchasing organisation  |
0 | Srini |
| |
| |
| Question |
What is the relation between sales organization and company
codes? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Basha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
a sales organization can assigned to only one company code
where as one company code can have more than one sales
organizations  |
0 | Riyaj |
| |
| |
| Answer |
Many to One  |
4 | Rahul |
| |
| |
| Answer |
The relation between Sales Organization and the Company
Code is Many to One Relation. The highest master data in
the Finance module is the Company Code. The Sales and
Distribution Module integrates with this Company Code thru
Sales Organization only.  |
4 | Kirti |
| |
| |
| Answer |
sales organisation is the part of the company.we ccan
assign company code to sales organisation  |
0 | Ganga |
| |
| |
| Answer |
kirti is right  |
0 | Manoj Kumar Guin |
| |
| |
| Answer |
kirti is always right  |
0 | Subhas |
| |
| |
| Question |
In order to make up a sales area which organizational
elements will help? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Basha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
sales organization
distribution channel
division  |
0 | Riyaj |
| |
| |
| Answer |
A Sales Area is compiled of the said data: Sales
Organization, Distribution Channel and Division  |
0 | Kirti |
| |
| |
|
| |
|
Back to Questions Page |