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

Accenture SAP MM (Material Management) Interview Questions
Questions Answers Views Company eMail

What are the steps involved in creating a pricing procedure?

10 40887

How do you create movement types? What are the steps involved? When will you recommend a new movement type?

3 33309

What is the difference between a contract and a scheduling agreement?

3 31805

What is a reference purchase organization? When can it be used?

6 29525

What are the configuration are client specific in mm ?

3 17229

Can anyone discribe the batch management process?

5 20730

How is a shelf-life item managed in SAP? What is the full cycle?

4 41688

What is meant by a credit memo?

4 19673

I have complited my training course in SAP MM, but company are asking for real time experience, can you tell me who give realtime exp. at bangalore. i want to switch over SAP line and i got 15 years of exp. in domain knowledge, please give your Suggestion. emai to smshanmugam@yahoo.com, ph: 0-9880761979

3 16483

What is the difference between BSX and BSA

7 44004

1)wht is the diff between partner function and partner type? 2)wht is the use of account modifier in automatic account determination? 3)in stock detrmination.wht is header table and item table? 4)whr in inforecord you can see the quantum price?

2 13357

I have two plants one is in india and another one is uk,both plants are have same vendor,and same purchase organisation.you can maintain different caleculation schema for both plants?

6 17728

In release procedure in purchase requisation,i have two strategies in p.r, SRATEGY 1:P.R value is 0-10000, STRTEGY 2:P.R value is 9000-20000. if your P.R value is 9500 which srategy is taken in P.R.

7 16234

What are the phases in implmentation and in which phases you have don for testig

1 10357

What is Batch management

1 17233

Post New Accenture SAP MM (Material Management) Interview Questions


Accenture SAP MM (Material Management) Interview Questions


Un-Answered Questions

Tell me what steps would you take to increase revenue for this company?

734


Is there a case wherein other qualifiers in multiple resources take precedence over locale?

616


What is a ctid?

621


How to work togather like sov,limit switch,proxy switch and booster in xv

3909


Explain about the Decision Tree rule?

277






What is sem_post?

603


How many types of linked lists are there?

571


Which Namespace is used to to achieve MultiThreading in .NET?

716


How can we load the time dimension?

845


7. (a) How do you implement internal controls in IT systems? (b) How to design internal controls over financial reporting, when financial reporting is performed totally from the software application? Explain briefly the major points. (c) What are the additional controls needed, when the software interfaces are webbased? Explain the materiality of the payroll processing functions to be performed by webinterfaces from the control perspective.

2068


How do I start sql server 2016?

661


test scenarios for downloading a file

1788


my diploma certificate in my higher education college

1334


How does an xsd work?

584


> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

1733