PIR's and batch management issue, can this be solved in APO ?

Hi All,
I've an issue. I honestly dont know where I can get a solution for that and thats why i will post it in mm and also pp forum.
Here is my issue.
All materials are batch managed. Each and every customer can get only certain batches and not all batches meet the requirement of a customer. Lets say I have 3 plants (plant 1, plant 2 and plant 3) and I have 3 customers ( cust1, cust2 and cust3). Lets say I get a demand for material and I create PIR's in plant 1. when I run MRP, it will generate planned orders. I convert that into purchase req and then into STO for plant 2. when plant 2 doesn't have the raw material to process into semi finished, I will create and sto from plant 2 to plant 3 to get the raw material. The reason we create sto to plant 2 initially is because it has to process something before it sends it to plant 1. so the link is from customer 1 --> plant 1 (finished goods) -- > plant 2 (semi finished) --> plant 3 (raw material).
Right from raw material it is specific to a customer. i.e. not all raw material batches from plant 3 will be accepted by customer 1.
so when the demand flows from customer 1 to plant 2, is there anywhere that I can keep track of for which customer that order is going and select raw materials based on the end customer ?
Can this be solved in APO ?

Hi sapcrs,
Your requirement is meet the solution of configuration of the following scenario.
customer 1 --> plant 1 (finished goods) -- > plant 2 (semi finished) --> plant 3 (raw material).
The conditions are
a) Raw material is batch managed
b) Keep track of order flow
Solution:- 
1) Maintain raw material as batch managed in R/3.  Suitably class and characterisitics to be developed to send the information to APO as that the RM is batch managed. 
2) The Bom of semi-fnished item at plant-2 to be maintained with raw material.  The source of supply has to be linked with plant-3.  The RM will be externally procured from plant-3 for plant-2 which is batch specific.  The Bom item will be send to APO as PPM which contain all bom and routing details.
3) Now once RM is ready at Plant-3, it will be sourced to plant-2 and at plant-2, semi-fnished item will be made with the production orders triggered from bom & routing data at plant-2
4) Now semi-finished item is ready at plant-2.  Once it is ready, it has to be sent to plant-1 for mfg FG.  This can be achieved by creating lane between plant-1 and plant-2. 
5) Through lane, semifinished item reaches plant-1 which is made at plant-2 which contains RM made at plant-3 which is batch specific.
6) Using semifinished item, Finished product can be made at plant-1
7) Now your final requirement is to track all order flow changes.  This can be achieved by mechanism in APO called pegging.  Using pegging, the order flow can be tracked right from FG to RM.
Regards
R. Senthil Mareeswaran.

Similar Messages

  • The Ultimate Guide to Resolving Profile and Device Manager Issues

    The following article also applies to issues after re-setting the severs' hostname. It also applies to situations where re-setting the Code Signing Certifictateas described by Apple has not resolved the issue.
    Hello,
    I have been plagued with Profile Manager and Device Manager issues since day one.
    I would like to share my experience and to suggest a way how to resolve issues such as device cannot be enrolled or Code Signing Certificate not accepted.
    I shall try to be as brief as possible, just giving an overview of the steps that resolved my issues. The individual steps have been described elsewhere in this forum. For users who have purchased commercial SSL certs the following may not apply.
    In my view many of these issues are caused by missing or faulty certificates. So let us first touch on the very complex matter of certificates.
    Certificates come in many flavours such as CA (Certificate Authority), Code Signing Certificate, S/MIME and Server Identification.
    (Mountain?) Lion Server creates a so-called Intermediate CA certificate (IntermediateCA_hostname_1") and Server Identification Certificate ("hostname") when it installs first. This is critical for the  operation of many server functionalities, including Open Direcory. These certs together with the private/public keys can be found in your Keychain. Profile  and Device Manager may need a Code Signing Certificate.
    The most straightforward way to resolve the Profile Manaher issues is in my view to reset the server created certicates.
    The bad news is that this procedure involves quite a few steps and at least 2 hours of your precious time because it means creating a fresh Direcory Master.
    I hope that I have not forgotten to mention an important step. Readers' comments and addenda are welcome.
    I shall outline a sensible strategy:
    1. Clone your dysfunctional server to an external harddrive (SuperDuper does a reliable job)
    2. Start the server fom the clone and shut down ALL services.
    3. It may be sensible to set up a root user access.
    4. Back-up all user data such as addess book, calendar and other data that you *may* need to set up your server.
    5. Open Workgroup Manager and export all user and workgroup accounts to the drive that you using to re-build your server (it may cause problems if you back-up to an external drive).
    6. Just in case you may also want to back-up the Profile Manager database and erase user profiles:
    In Terminal (this applies to Lion Server - paths may be diferent in Mountain Lion !)
    Backup: sudo pg_dump -U _postgres -c device_management > $HOME/device_management.sql
    Erase database:
    sudo /usr/share/devicemgr/backend/wipeDB.sh
    7. Note your Directory (diradmin) password for later if you want to re-use it.
    8. Open Open Server Admin and demote OD Master to Standalone Directory.
    9. In Terminal delete the old Certificate Authority
    sudo rm -R /var/root/Library/Application\ Support/Certificate\ Authority/
    This step is crucial because else re-building you OD Master will fail.
    9. Go back to Server Admin and promote the Standalone Directory to OD Master. You may want to use the same hostname.
    10. When the OD Master is ready click on Overview and check that the LDAP and Keberos Realm reflect your server's hostname.
    11. Go back to Workgroup Manager and re-import users and groups.
    NOTE: passwords are not being exported. I do not know how to salvage user passwords. (Maybe passwords can be recovered by re-mporting an OD archive - comments welcome! ).
    12. Go to Server App and reset passwords and (not to forget) user homefolder locations, in particular if you want to login from a network account!
    If the home directory has not been defined you cannot login from a network account.
    13. You may now want to restore Profile Manager user profiles in Terminal. Issue the following commands:
    sudo serveradmin stop devicemgr
    sudo serveradmin start postgres
    sudo psql -U _postgres -d device_management -f $HOME/device_management.sql
    sudo serveradmin start devicemgr
    14. You can now switch back on your services, including Profile Manager.
    In Profile Manager you may have to configure Device Management. This creates a correct Code Signng Certicate.
    15. Check the certificate settings in Server App -> Hadware -> Settings-> SSL Certificates.
    16. Check that Apple Push Notifications are set.(you easily check if they are working later)
    17. You may want to re-boot OS Server from the clone now.
    18. After re-boot open Server App and check that your server is running well.
    19. Delete all profiles in System Preferences -> Profiles.
    19. Login to Profile Manager. You should have all users and profiles back. In my experience devices have to be re-enrolled before profiles can be pushed and/or devices be enrolled. You may just as well delete the displayed devices now.
    20. Grab one of your (portable) Macs that you want to enrol and go to (yourhostname)/mydevices and install the server's trust profile. The profile's name  should read "Trust Profile for...) and underneath in green font "Verified".
    21. Re-enrol that device. At this stage keep your finger's crossed and take a deep breath.
    22. If the device has been successfully enrolled you may at last want to test if pushing profiles really works. Login to Profile Manager as admin, select the newly enrolled device. Check that Automatic Push is enabled (-> Profile -> General). Create a harmless management profile such as defining the dock's position on the target machine. (Do not forget to click SAVE at the end - this is easily missed here). If all is well Profile Manager will display an active task (sending) and the dock's position on the target will have changed in a few seconds if you are on a LAN (Note: If sending seems to take forever: check on the server machine and/or on your router that the proper ports are open and that incoming data is not intercepted by Little Snitch or similar software).
    Note: if you intend to enrol an Apple iPhone you may first need to install the proper Apple Configuration software.
    Now enjoy Profile and Device Manager !
    Regards,
    Twistan

    HI
    1. In Action profiles, logon to system and recheck correcion are available in action definition as well in condition configuration and the schedule condition is also maintained. but the display is not coming(i.e in the worklist this action is not getting displayed).
    You can check the schedule condition for the action and match the status values...or try recreating the action with schedule condition again....for customer specific ....copy the standard aciton with ur zname and make a schedule condition and check the same.
    2, In suppport team of incident when i give individual processor it throwing a warning that u r not the processor. but when i give org unit it is working perfectly. Could anyone guide on this.
    You need to have the empolyee role for BP ..goto BP and got here dropdown for ur bp and choose role Employee and then enter ur userid
    also make sure that u have the message processing role
    Hope it clarifies ur doubt and resolve ur prob
    Regards
    Prakhar

  • VPRS cost and batch management

    Hi Gurus,
    Is there any link between the cost and batch management? Currently users has posted a billing document and the cost is 0. The VPRS value in the SO is correctly but it is not brought to the billing document.
    We have tested and it seems that this is because the batch management checkbox is not checked in material master, so the VPRS is not generated in billing.
    Please advise. Thanks.
    Regards,
    FY

    Hi Javier,
    what do you do with the VPRS in your calculation- system ?
    If you need i, you delete the requirement 004 in your calculation -system.
    on the other hand, you can change TANN to komp-evrwr (price determination on the item category) is  'X'. Then you have to add an 100% rabate for TANN and the resukt will be free good.
    Hans

  • What is the difference between Serial numbers and Batch management.

    Hi Gurus,
    Can anyone explain the difference between Serial Number and Batch Management in breif.
    Regards
    Ravi

    Hi,
    Serial number management and batch management are different functions that can be
    used in conjunction with each other.
    A batch represents a non-reproducible subset
    of the total quantity of a material held in stock, which is managed separately from
    other subsets of the same material.
    For Example  Different production lots
    (for example, paints, wallpapers, pharmaceutical products), delivery lots or quality
    grades of a material.
    whereas a serial number is a number that you give to an individual item of material in addition
    to the material number, in order to differentiate between this individual piece and all
    other items of the material. The combination of material number and serial number
    is unique. It is not necessary to use the batch management function to use serial
    number management.
    Regards
    VIjay.

  • Training and event management issue

    Hi,
    I have issue in Training and event management. Can employee attend two programs in same day in different location?please let me What is standard process
    Regards,
    Prasath

    Is your question related to allowing the registration for two programs on the same day at different locations? If yes, it will be giving a warning message that your training registration is overlapping with already regestered program. That to only when the time of the programs is same. You need to implement custom checks if you would like to resist from registring for such programs.
    Conceptually, it is always possible for a person to attend two programs in the same day at two locations (here location definition is company dependent and how do you define different locations of your company). So it wont resist from registring or infact if possible from participating as long as the schedule is not collaiding...

  • Material maintained in split valuation and batch management

    Dear Seniors,
      I have maintained a material with both split valuation and batch management. If i check in MMBE, only batch management is getting preference. Valuation type is not coming. Why is it so ? why maintaining both is not possible in SAP ??? kindly explain me please.
    Regards,
    JanaMM

    If you  Mantain both Split valuation as well as batch mgmt for  a material, then  all stock  reports will show  "Batch "  and  Not valuation type  since  batch  is relevant to inventory  mgmt  and split valuation is relevant for account determination and valuation. ,  the only  report which  wil show you both  is BMBC(batch info cockpit).
    You  can however run MB5B  w.r.t  valuation type in the input screen.
    In such cases , The  Valuation Type  forms a part of the batch master which  you can see in MSC3N .

  • IPad 2 6.1.3 iMessage not consistently working. Has trouble sending and receiving. How can this be fixed?

    iPad 2 6.1.3 iMessage not consistently working. Has trouble sending and receiving. How can this be fixed? Have tried restarting, turning iMessage off and on, signing out and in. Please help, thanks!

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Configuration steps for Quality and Batch Management.

    Hi Friends,
    We are implementing QM along with Batch Management for testing the material like purity,pathology tests.
    I am new to Quality and Batch Management.
    Could any one guide me, how to configure material master for QM and Batch to test the material?.
    Thanks

    1) Maintain Material with Classification and Quality Management view
    2) Tick the Check box Quality key Active in QM View->QM view->Inspection Set up and activate the inspection type for which the inspection lot.(e.g insp. type 01 - GR against PO)
    3) Create Quality Info Record(QI01)
    4) In PO the stock automatically goes to Quality stock.
    5) Check MMBE stock
    6) Do Result Recording and Usage Decision(QA32)
    7) Check stock (MMBE).
    There are few steps where the PP/QM Consultant need to help you in QI01,QA32 and in Creating characteristics and class according to  Requirement(purity...etc).
    Regards,
    eswarmanu...
    Edited by: eswarmanu on Oct 21, 2008 7:09 PM

  • If I erase all content and settings on device, can this be restored thru icloud

    If I erase all content and setting on device can this b restored thru iCloud

    What Mende says is true IF you have previously decided to back up to iCloud and not iTunes on your computer.
    Selecting a backup method: http://support.apple.com/kb/HT5262
    Backing up to iCloud: http://support.apple.com/kb/PH12520
    Restoring from iCloud: http://support.apple.com/kb/ph12521
    Restoring from computer: http://support.apple.com/kb/ht1414

  • The little sticks or spokes inside my iPod charger input or port are broken. and falling off. Can this be fixed without replacing my iPod I haven't backed up my iPod in forever. My iPod is also dead.

    The spokes or sticks inside my iPod charger port or input or broken and falling off. Can this be fixed without replacing my iPod? I haven't backed up my iPod in forever. Can I get back all my photos and videos even though I havent backed up my iPod in FOREVER?

    - Contact a data recovery company if you want the data on your iPod
    - This place may be able to replace the connector without erasing the iPod.
    Simple and Affordable iPod Repair Services and parts from iResQ

  • HT4623 iPad won't shut down or restart. Apple flashes on and off. How can this be fixed?

    iPad won't shut down or restart. Apple flashes on and off. How can this be fixed?

    My ipad also does not shut down. I've tried to reboot a million times (holding down the home and power buttons simultaneously). I've tried resetting everything (after successfully backing up on iCloud). I tried the remote reboot (backing up ipad on iCloud, then on a separate computer, log on to iCloud, locate your device, clear all, reboot everything). Nothing worked. Took the ipad to the tech dept at the store, and they said its a mechanical failure of the power button, either the sensor or spring. Without the extended warranty, costs $250 to fix, because the screen is glued down to the machine. With the warranty, they would have replaced it for free. Ugh. My ipad is 1.5 years old. It would have been covered. But it shouldn't be so easy to damage! Outrageous that ipads are so glitchy at this price point. Outside techies can fix, but the machine could be damaged because of the way it's made.
    Another option the techie at apple told me about, which won't shut down the ipad but will take it to the locked home screen, is go to Settings, General, Accessibility, under physical and motor, turn on the Assistive touch. That adds a button to the screen. Select Device, then Lock, and that takes you straight to the black screen. Not a total power down but maybe it burns through the battery less.

  • TS2621 I receive emails on my Iphone while Outlook is open on my computer but they quickly disappear.  Can this be solved?

    I receive emails on my Iphone while Outlook is open on my computer but they quickly disappear.  Can this be solved?

    No. You really can't do that. Not easily at any rate. You would have to set them both up to use POP3, but even then there is no way to guarantee that the phone won't poll the server prior to your computer doing so, pulling down the message from the server.

  • STOs, PIRs and batch management problem

    Hi All,
    I've an issue. I honestly dont know where I can get a answer for this.
    Here is my scenario
    All materials are batch managed. Each and every customer can get only certain batches and not all batches meet the requirement of a customer. Lets say I have 3 plants (plant 1, plant 2 and plant 3) and I have 3 customers ( cust1, cust2 and cust3). Lets say I get a demand for material and I create PIR's in plant 1. when I run MRP, it will generate planned orders. I convert that into purchase req and then into STO for plant 2. when plant 2 doesn't have the raw material to process into semi finished, I will create and sto from plant 2 to plant 3 to get the raw material. The reason we create sto to plant 2 initially is because it has to process something before it sends it to plant 1. so the link is from customer 1 --> plant 1 (finished goods) -- > plant 2 (semi finished) --> plant 3 (raw material).  Right from raw material it is specific to a customer. i.e. not all raw material batches from plant 3 will be accepted by customer 1. So when the demand flows from customer 1 to plant 2, is there anywhere that I can keep track of for which customer that order is going and select raw materials based on the end customer
    Also even though I maintain some information in text field in STO, when I run mrp at the supplying location for other plant, it will not pick anything up in planned order. how can we make it pick up automatically
    I have no idea on VC, can I do anything with VC for this
    or is there anyway that I can link together through enhancements, custom development, z tables for this
    please

    Hi,
    My suggestions:
    1.
    Check MARC-SBDKZ on MRP 4 view of material master.
    If you are in MTO environment and you use "1" in this field (in plant2&3), then plant2&3 will procure the goods into SO special stock and customer can be seen in MD04 under supplying plants.
    2.
    MPN
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/75/ee15c655c811d189900000e8322d00/frameset.htm
    Regards,
    Csaba

  • STO PIR and Batch management

    Hi All,
    I've an issue. I honestly dont know where I can get a solution for that and thats why i will post it in mm and also pp forum.
    Here is my issue.
    All materials are batch managed. Each and every customer can get only certain batches and not all batches meet the requirement of a customer. Lets say I have 3 plants (plant 1, plant 2 and plant 3) and I have 3 customers ( cust1, cust2 and cust3). Lets say I get a demand for material and I create PIR's in plant 1. when I run MRP, it will generate planned orders. I convert that into purchase req and then into STO for plant 2. when plant 2 doesn't have the raw material to process into semi finished, I will create and sto from plant 2 to plant 3 to get the raw material. The reason we create sto to plant 2 initially is because it has to process something before it sends it to plant 1. so the link is from customer 1 --> plant 1 (finished goods) -- > plant 2 (semi finished) --> plant 3 (raw material).
    Right from raw material it is specific to a customer. i.e. not all raw material batches from plant 3 will be accepted by customer 1.
    so when the demand flows from customer 1 to plant 2, is there anywhere that I can keep track of for which customer that order is going and select raw materials based on the end customer ?
    Also even though I maintain some information in text field in STO, when I run mrp at the supplying location for other plant, it will not pick anything up in planned order. how can we make it pick up automatically ??
    I have no idea on VC, can I do anything with VC for this ?
    or is there anyway that I can link together through enhancements, custom development, z tables for this ??
    please do let me know

    Is this for discrete or process industry ?

  • How do I set up two separate iTunes accounts on one MacBook Pro in order to manage the wife's iPhone and my iPhone? Can this be done?

    How do I set up two separate iTunes accounts on one MacBook Pro in order to manage the wife's iPhone and my iPhone (with separate info on each of course) ? Can this be done? A little step by step would be greatly appreciated; just short step by step though, I can follow fairly well.
    Kindest Regards,
    Phil T.

    You would each need to use your own user account on the Mac, you can do this at system preferences > users & groups.

Maybe you are looking for