NPI Create Combination
NPI Create Combination
NPI Create Combination
Check given item is existing in the T_ep_item, if item is not existing then add this item to the NPI as below and Save-
User: t_sharma/welcome123
Step 2)
Run shipment and booking collection for the future one week (Means we are not loading history and all, downloading item
only)
Step4: Check the item in the Demantra Staging table.
Run the WF XX IFFCO Update Prod Sub Group -ITEM TMPL ----WF---2198 -- no need to take denorm
back up
Step5: Run the below procedure to publish the item in demantra or trigger 2336 workflow which has 2 steps.
Step1-Replace Apostrophe procedure,
Step 2 – EP_LOAD_ITEMS Procedure.
OR
Exec Ep_load_items;
Update Unit of Measure of the item checking it in EBS Inventory. (Physical Attributes)
)
group by item_name,unit_weight
) b
on
(
a.item=b.item_name
)
when matched then update
set a.ebsuom117=b.unit_weight, --UNIT_WEIGHT
a.ebsuom128=(b.unit_weight/1000); -- UNIT_WEIGHT/1000
commit;
Combination Creation
Step1:
Demand Planner Tool -> Member Management.
Step4:
And click on the “Link to Location Button.
Step5:
Now Location hierarchy will appear at the left window. Now click left most hierarchy
like ‘general Location attribute 8’ ,’Organization’, ’site’, ’sales channel’. ‘Terrirtory’ and
‘Territory Retailer’. Now click on ‘Filter’.
Step6
In the Filter , since we need to create the combination at the Operating Unit , Choose
operating Unit and double click on it. All the operating Unit will be listed in the bottom
window. Now choose the target and push to Right. And then Click OK , you’ll be
returned to previous window.
Step7:
Now click on the ‘Show Members’ button and all the hierarchy will be pushed to left
window. Now select all the check box of these 6 hierarchies.
Step8:
Now you are ready to create the combination. Now click on Create Combination button.
Confirm it. Depending on the number of combinations it will take some time.
Step9:
Once ‘Create Combination is completed, now click on ‘Insert Values’.
Step10:
Confirm and after some time it will be completed.