This Blog is mainly on SAP Exam Questions and Selected "How-to" SAP processes
Thursday, May 29, 2008
Tuesday, May 27, 2008
Question no : 64 MM Master Data missing Vendor data
When a particular vendor cannot be used for creating a manual purchase order, it can be due to which of the following:
I) The plant parameter was set to require a source list but the vendor was not included in the source list.
II) The material master's purchasing view for that plant was set to require a source list but the vendor was not included in the source list.
III) The material status was set to dis-allow procurement.
IV) The vendor master was not created yet with the relevant purchasing organization view.
V) The vendor master was not assigned to the purchasing organization in the enterprise structure.
A) I, II, III, IV, V
B) I, II, III, IV
C) II, III, V
D) I, II, III,, IV
E) II, III, IV, V
.
I) The plant parameter was set to require a source list but the vendor was not included in the source list.
II) The material master's purchasing view for that plant was set to require a source list but the vendor was not included in the source list.
III) The material status was set to dis-allow procurement.
IV) The vendor master was not created yet with the relevant purchasing organization view.
V) The vendor master was not assigned to the purchasing organization in the enterprise structure.
A) I, II, III, IV, V
B) I, II, III, IV
C) II, III, V
D) I, II, III,, IV
E) II, III, IV, V
.
Sunday, May 25, 2008
Question no : 63 LE WMS Storage types
In SAP WMS, Storage type keys that starts with "9" series (eg: 901, 916) are:
A) temporary storage types.
B) in-transit storage types.
C) interim storage types.
D) GR-blocked stocks storage types.
E) cross-docking storage types.
.
A) temporary storage types.
B) in-transit storage types.
C) interim storage types.
D) GR-blocked stocks storage types.
E) cross-docking storage types.
.
Friday, May 16, 2008
Question no : 62 LE WMS Organization Structure
Which of the following is not true about organization structure in WMS ?
I) A storage location can be assigned to more then one warehouse.
II) multiple storage location can be assigned to one warehouse.
III) Storage section is a mandatory structure element for a warehouse.
IV) Every goods movement that affects both WM and IM is processed using an interim storage area.
V) A warehouse can be assigned to storage locations from plants that belongs to different companies.
A) I, III, IV, V
B) II, III, IV, V
C) I, IV, V
D) II, V
E) II, IV, V
.
I) A storage location can be assigned to more then one warehouse.
II) multiple storage location can be assigned to one warehouse.
III) Storage section is a mandatory structure element for a warehouse.
IV) Every goods movement that affects both WM and IM is processed using an interim storage area.
V) A warehouse can be assigned to storage locations from plants that belongs to different companies.
A) I, III, IV, V
B) II, III, IV, V
C) I, IV, V
D) II, V
E) II, IV, V
.
Thursday, May 15, 2008
Question no : 61 LDM OD syntax concept
In SAP LDM, The following syntax is what type of object dependency ?
$SET_DEFAULT($SELF, brand, 'MAX')
if
Package = 'LUXURY".
A) Procedure.
B) Action.
C) Constraint.
D) Constraint Net.
E) Default condition.
.
$SET_DEFAULT($SELF, brand, 'MAX')
if
Package = 'LUXURY".
A) Procedure.
B) Action.
C) Constraint.
D) Constraint Net.
E) Default condition.
.
Wednesday, May 14, 2008
Quenstion no : 60 LDM OD types
In SAP LDM, Equations are Formulas are best written using which object dependency type ?
A) Action.
B) Procedure.
C) Selection condition.
D) Pre-condition.
E) Constraint.
.
A) Action.
B) Procedure.
C) Selection condition.
D) Pre-condition.
E) Constraint.
.
Tuesday, May 13, 2008
Question no : 59 LDM OD Syntax
In SAP LDM, Which of the following Object Dependency does not have syntax error ?
(assume class and characteristics objects are all correct).
A) Constraint #1.
OBJECTS:
(300)PC where HD = HARD_DISK;
OS = OPERATING_SYSTEM,
(300)PRINTER where PR = PRINTER_OS.
CONDITIONS:
HD specified.
RESTRICTION:
OS = PR.
B) Constraint #2.
OBJECTS:
(300)PC where HD = HARD_DISK;
(300)PC where OS = OPERATING_SYSTEM,
(300)PRINTER where PR = PRINTER_OS.
CONDITION:
HD specified.
RESTRICTIONS:
OS = PR.
C) Constraint #3.
OBJECTS:
(300)PC where HD = HARD_DISK,
OS = OPERATING_SYSTEM;
(300)PRINTER where PR = PRINTER_OS;
end.
CONDITION:
HD specified.
RESTRICTIONS:
OS = PR.
D) Constraint #4.
OBJECTS:
(300)PC where HD = HARD_DISK;
OS = OPERATING_SYSTEM,
(300)PRINTER where PR = PRINTER_OS.
CONDITION:
HD specified.
RESTRICTIONS:
OS = PR.
E) Constraint #5.
OBJECT:
(300)PC when HD = HARD_DISK;
OS = OPERATING_SYSTEM,
(300)PRINTER when PR = PRINTER_OS.
CONDITION:
HD specified.
RESTRICTION:
OS = PR.
.
(assume class and characteristics objects are all correct).
A) Constraint #1.
OBJECTS:
(300)PC where HD = HARD_DISK;
OS = OPERATING_SYSTEM,
(300)PRINTER where PR = PRINTER_OS.
CONDITIONS:
HD specified.
RESTRICTION:
OS = PR.
B) Constraint #2.
OBJECTS:
(300)PC where HD = HARD_DISK;
(300)PC where OS = OPERATING_SYSTEM,
(300)PRINTER where PR = PRINTER_OS.
CONDITION:
HD specified.
RESTRICTIONS:
OS = PR.
C) Constraint #3.
OBJECTS:
(300)PC where HD = HARD_DISK,
OS = OPERATING_SYSTEM;
(300)PRINTER where PR = PRINTER_OS;
end.
CONDITION:
HD specified.
RESTRICTIONS:
OS = PR.
D) Constraint #4.
OBJECTS:
(300)PC where HD = HARD_DISK;
OS = OPERATING_SYSTEM,
(300)PRINTER where PR = PRINTER_OS.
CONDITION:
HD specified.
RESTRICTIONS:
OS = PR.
E) Constraint #5.
OBJECT:
(300)PC when HD = HARD_DISK;
OS = OPERATING_SYSTEM,
(300)PRINTER when PR = PRINTER_OS.
CONDITION:
HD specified.
RESTRICTION:
OS = PR.
.
Monday, May 12, 2008
Question no : 58 LDM OD Syntax
In SAP LDM, Which of the following is the correct syntax to use to refer to a characteristic name like "EXT-COLOR" within an object dependency ?
A) SKEY 'EXT-COLOR'.
B) SKEY "EXT-COLOR'.
C) SKEY (EXT-COLOR).
D) SKEY EXT-COLOR.
E) SKEY #EXT-COLOR#.
.
A) SKEY 'EXT-COLOR'.
B) SKEY "EXT-COLOR'.
C) SKEY (EXT-COLOR).
D) SKEY EXT-COLOR.
E) SKEY #EXT-COLOR#.
.
Sunday, May 11, 2008
Question no : 57 PP Master data BOM item category
Which item category you cannot use in the Standard material BOM in PP ?
A) L.
B) N.
C) K.
D) D.
E) R.
.
A) L.
B) N.
C) K.
D) D.
E) R.
.
Wednesday, May 7, 2008
Question no : 56 PP/LDM Class type usage
In SAP LDM, What class type is used for the purpose to collect and manage the characteristics for specifying a precise component in the BOM ?
A) 001.
B) 200.
C) 300.
D) 019.
E) 008.
.
A) 001.
B) 200.
C) 300.
D) 019.
E) 008.
.
Tuesday, May 6, 2008
Question no : 55 MM Purchasing use of collective number
"Collective number" is most appropriately used for:
A) List display of Purchase requisition.
B) Auto Purchase order generation.
C) Tracking the Purchase requisition status.
D) As a filter for RFQ/Quotation in the Stocks Requirements List.
E) RFQ/Quotation comparison.
.
A) List display of Purchase requisition.
B) Auto Purchase order generation.
C) Tracking the Purchase requisition status.
D) As a filter for RFQ/Quotation in the Stocks Requirements List.
E) RFQ/Quotation comparison.
.
Monday, May 5, 2008
Question no : 54 MM Purchasing Manufacturing Part Number
Which of the following material type you use to derive Manufacturing Part Number in the standard SAP solution ?
A) ROH.
B) MPN.
C) MGPN.
D) HERS.
E) HES.
.
A) ROH.
B) MPN.
C) MGPN.
D) HERS.
E) HES.
.
Sunday, May 4, 2008
Question no : 53 MM Inventory Non-Valuated Stock Types
The following stock types are not valuated except or can be designed to be non- valuated, EXCEPT ?
A) GR-blocked stocks.
B) Consignment stocks.
C) Subcontracting stocks.
D) Stocks with Qty update but not Value update.
E) Returnable Transport Packaging.
.
A) GR-blocked stocks.
B) Consignment stocks.
C) Subcontracting stocks.
D) Stocks with Qty update but not Value update.
E) Returnable Transport Packaging.
.
Question no : 52 MM Inventory B1 B2 error
The "B1" and "B2" error message check is designed for which scenario ?
A) Early goods receipts.
B) Late goods receipts.
C) Upper and Lower Tolerance.
D) Order Price Quantity variance.
E) MAP and Info record variance.
.
A) Early goods receipts.
B) Late goods receipts.
C) Upper and Lower Tolerance.
D) Order Price Quantity variance.
E) MAP and Info record variance.
.
Saturday, May 3, 2008
Question no : 51 PP Master Data BOM and Routing integration to Order
When there is no BOM component assignment to operations in the Routing, what happens when both master data objects are read into the Production Order during its creation ?
A) The BOM is excluded in the process while the Routing is included in the order.
B) User will be requested to enter the requirement dates before the order is saved correctly.
C) The BOM components dates will follow the Production finish date.
D) The BOM components will be assigned to the first operation in the order.
E) In-consistencies occur and the process is terminated by SAP.
.
A) The BOM is excluded in the process while the Routing is included in the order.
B) User will be requested to enter the requirement dates before the order is saved correctly.
C) The BOM components dates will follow the Production finish date.
D) The BOM components will be assigned to the first operation in the order.
E) In-consistencies occur and the process is terminated by SAP.
.
Question no: 50 MM Inventory Reservation Management Program
The function of reservation management program is to :
I) delete overdue reservations.
II) flag reservations for movement allowed.
III) perform mass availability check.
IV) extend requirement dates of selected reservations.
V) back order processing for un-issued reservations.
A) I, II, III, V
B) II, III, IV, V
C) I, II
D) I, II, III
E) II, III, V
.
I) delete overdue reservations.
II) flag reservations for movement allowed.
III) perform mass availability check.
IV) extend requirement dates of selected reservations.
V) back order processing for un-issued reservations.
A) I, II, III, V
B) II, III, IV, V
C) I, II
D) I, II, III
E) II, III, V
.
Friday, May 2, 2008
Question no: 49 MM Inventory Negative Stock setup
Which of the following is not true about "Negative Stocks" in SAP ?
A) It is only allowed for "MAP" price control and not for "Standard Price".
B) You can decided which "Special Stock" types are also managed by "Negative Stocks".
C) There will be a warning message when goods issue scenario resulting in Negative Stock situation.
D) The material master Plant/Storage view requires a "Negative Stocks" setting to activate its use.
E) Specific Plant storage locations can be selected for "Negative Stocks" management.
.
A) It is only allowed for "MAP" price control and not for "Standard Price".
B) You can decided which "Special Stock" types are also managed by "Negative Stocks".
C) There will be a warning message when goods issue scenario resulting in Negative Stock situation.
D) The material master Plant/Storage view requires a "Negative Stocks" setting to activate its use.
E) Specific Plant storage locations can be selected for "Negative Stocks" management.
.
Thursday, May 1, 2008
Question no: 48 PP Planning Strategy 11
Strategy group 11 contains which of the following characteristics ?
I) Stocks are not included in MRP run.
II) Only quality inspection stock and block stock are not included in MRP run.
III) Sales orders are not included in the MRP run.
IV) Planned independent requirements are allowed for the material.
V) Setting individual/collective indicator "1" may not be relevant for the material's components.
A) I, III, V
B) II, III, V
C) I, III, IV, V
D) II, V
E) I, V
.
I) Stocks are not included in MRP run.
II) Only quality inspection stock and block stock are not included in MRP run.
III) Sales orders are not included in the MRP run.
IV) Planned independent requirements are allowed for the material.
V) Setting individual/collective indicator "1" may not be relevant for the material's components.
A) I, III, V
B) II, III, V
C) I, III, IV, V
D) II, V
E) I, V
.
Subscribe to:
Posts (Atom)