Event Driven Quantity Assignment with Backorder Process

Hi,
I have Configured EDQA for Activity Change Stock Data.
This Activity will "trigger" Backorder Process.
I have defined sales order characteristics that shoulb be used in a filter.
I'd like to include in Workflow for EDQA (see SWU3 and SWETYPV transaction) one more step.
This step would be Delivery Process after Backorder process.
Is it possible?
Regards
Edited by: Adrian  Abate on Apr 15, 2009 5:33 PM

Hi,
there is only the following general information mentioned:
■You have made the standard settings for the SAP Business Workflow.
For more information, see Customizing for SAP SCM under  SAP NetWeaver  Application Server  Business Management  SAP Business Workflow  Maintain Standard Settings .
But this information is not detailed enough.
Have a nice weekend,
Michael

Similar Messages

  • ATP allocation impact on Backorder processing

    HI All,
    We have implemented Product allocation for one of our project. When we were trying to run back order processing we are not getting the desired result.
    We  have created allocation plan for one of the customer and maintined allocation qty as 50 pcs.
    Then we created a sales order for the same customer with 100 pcs. At the time sales order creation the stock was zero in that plant.
    Then we posted 100 pcs of that material in to stock. When we run back order processing as per the functionality only 50pcs of the stock should get assigned to that particualr sales order since we have maintined 50 pcs as the allocation.
    But when we run the actual BOP using V_V2 not even a single piece is getting assigned the that order.
    then we tried to make below changes and  executed BOP.
    1.We changed the sales order qty to 50 insted of 100. Then executed the BOP then 50 pcs are getting confirmed to sales order. 
    Can any one tell why it is not confirming when the order qty was more than allocation qty?
    Thanks in advance.
    Regards,Babs

    sai and Tibor,
    Thank you both very much for your prompt replies.  It does seem logical to me that backorder processing should execute the same rules-based ATP processes as the original check when creating the sales order.  Unfortunately it's not working as we expect during our testing.
    I have two issues...
    First, if a sales order has no quantity confirmed, then backorder processing does not see that sales order at all.  The "Backorder Processing Worklist" transaction shows the sales order but when executing "Batch Backorder Processing" the sales order is not included in the output.  I've turned on the ATP Application Log and I see this error in the log...
    Item IJv{EkpP06m000002Wfr8G (status I) was not found in the items
    Message no. /SAPAPO/ATPLOG_BOP025
    The item number corresponds to values that I see in the ATP Tree Structure after the BOP run.  Has anyone seen this type of problem before?
    The second issue is related to sales orders that DO have confirmed quantity.  Backorder processing will handle those orders but only seems to run basic ATP checks.  It does not appear to execute the rules-based ATP check, even with the Rules Eval (Again) flag set.  For example, we have a rule set up for location determination that substitutes plants in the event of a shortage.  When we execute the backorder processing, the ATP Application Log shows that it's finding the correct rule but it doesn't seem that the rule is actually being executed.  The only stock that is confirmed is the stock in the ordering plant.  The system doesn't confirm any of the available stock in the other plants to the sales order in backorder processing.
    Has anyone seen this behavior?  Do we need to have a second set of check instructions for business event BO (backorder processing)?  Can you suggest any other configuration that we might need to check?
    Thanks again for your thoughtful responses.
    Regards,
    David Eady
    Application Delivery Team Lead
    Propex, Inc

  • Prioritized Messages in combination with Event-Driven Message Processing

    Hi,
    our Scenario (EO): Sender A sends large IDocs to Receivers X and Y (> Split)
    1.
    What we did first:
    Prioritized Message Processing
    Sender A sends large Messages, therefore we prioritzied Messages in the IE with EO_MSG_SIZE_LIMIT > 4000.
    This works fine: Messages are queued in XBTL and XBTM and afterwards they are send to Receiver X and Y.
    2.
    What we did next:
    Event-Driven Message Processing
    Now we want to send the Message from Sender A to Receiver X directly and to Receiver Y at night time.
    We add Event-Driven Message Processing, Sender- and ReceiverID for A and Y,Job and so on...
    On it's own (without Prioritized Message Processing), this works fine: The messages are send at night time.
    But in combination (Event-Driven + Prioritized Message Processing) the messages only passes the Prioritized Message Processing and the Event-Driven is ignored.
    Our "Hop-List" for Split A to Y was:
    1. XBTL
    2. XBTJ2008...
    3. XBTM
    But actually all Messages passes:
    1.XBTL
    2.XBTM
    Why are the messages not filtered for the Event-Driven Message Processing (in combination with the Prioritized Message Processing)?

    It was an error in the SourceCode and is now corrected by SAP:
    Hinweis 1295746 - XI Runtime: Fehler in Ereignisgesteuerte Messageverarbeitung
    Olaf

  • New LabHSM Toolkit - Agile development of complex event-driven maintainable LabVIEW applications with active objects / actors based on a universal Hierarchical State Machine / statechart template.

    Dear Fellow LabVIEW programmers:
    Most of the systems you deal with are reactive. It means that their
    primary function is constant interaction with their environment by
    sending and receiving events. But most likely, they can have something
    happening inside them too, even when they are not processing messages
    received from outside. So, such systems have to continuosly react to
    external and internal stimuli. Right? Moreover, most likely, they
    consist of subsystems that are reactive too and, in turn, can have
    their own "life", to an extent independent from other parts (with
    which they still communicate, of course). Reactive (event-driven)
    systems are more naturally modeled with active objects. So, why then
    should we try to model and code them with GOOP and its passive
    ("dead"!) objects?
    "Flat" State Machines have been known for decades to have severe
    limitations. It's been more than 20 years since Dr. Harel invented
    Hierarchical State Machines (statecharts) to fight those limitations.
    Then why does NI still tout the same old good Moore FSM as the
    ultimate tool for event-driven programming in LabVIEW in its $995
    State Diagram KIt?
    The LabHSM toolkit we are happy to present, makes it possible to
    easily create and then maintain complex event-driven applications in
    LabVIEW as a collection of HSM-driven active object VIs using a higher
    level of abstraction and agile software development methodologies.
    These active object VIs are created based on a universal Hierarchical
    State Machine ( HSM or statechart ) template. So. all your code looks
    similar regardless of its functionality!
    We all love just jump to code, right? However, to be good boys, we
    need to do design first. Then implement it in code. If the logic is
    modified we need to redo the design first and then redo the code. When
    using LabHSM where behavior information is abstracted into a separate
    HSM data file editable with a supplied editor, there is no need for
    coding separate from design any more. The modified behavior becomes
    code automatically as soon as the HSM file is saved. Design is code!
    The implementation basically follows Dr. Samek's Quantum Programming
    paradigm. (see http://www.quantum-leaps.com). However, as already
    mentioned, LabHSM stores the behavior information in a file separate
    from the code itself. It also adds state dependent priorities to
    events, a separate queue for public events/messages, and, of course,
    some LabVIEW specific code like capturing front panel user events and
    putting them into the private Events queue. Communication and
    instantiation functions are also rather specific for LabVIEW.
    It is available for UNLIMITED PERIOD trial. Please visit
    http://www.labhsm.com for details and download. The site also contains
    references which you may want to check to learn more about
    hierarchical state machines and active object computing.
    Since this is our debut we will appreciate any comments and
    suggestions. Our contact information is available on our site, of
    course.
    Have a G'day!

    Symtx is currently hiring the following position. Please contact me if interested.
    Amy Cable
    Symtx, HR
    [email protected]
    Symtx, the leading supplier of functional test equipment, hires the brightest & most talented engineering professionals to design & manufacture complex custom electronic systems for advanced technology leaders in the defense, aerospace, communications, medical, transportation & semiconductor industries. Symtx’ challenging & dynamic work environment seeks to fill openings with highly qualified electronic engineering design professionals.The ideal candidate will be responsible for defining the requirements, software design and code development, and integration of test control software for custom functional test systems. Candidate should be familiar with data acquisition concepts, instrument control, complex test, measurement and calibration algorithm development and definition and implementation of control interfaces to hardware. Prefer familiarity with instrument control via GPIB, VXI, MXI, RS-232 desirable. Requires BS/MSEE and 3 -7+ yrs of experience in one or several of the following test applications in a Windows NT/2000/XP environment using Labwindows CVI, TestStand, Labview, Visual Basic, C++ and knowledge of RF systems is a plus. Job responsibilities will include software design, development, integration, team leadership, and interfacing with customers( includes PDR’s & CDR’s).

  • IDoc Packaging on Event Driven Message Processing Message Filter

    Hi Experts,
    I am testing IDoc Packaging on Event Driven Message Processing and I got struck at scheduling the job.
    My scenario is IDoc to File. I have created sender and receiver id with coresponding interfaces. While creating the message filter I have selected outbound channel --> IDoc Packaging Option n I have took 10 as Package Size in Messages. In SM 36 I have created JOB and in the step I have selected SXMS_START_JOBS.
    Now my problem is while creating the JOB in SM36 what condition should I select? How do I test this event driven message processing with IDoc packaging??
    Please guide me...
    Regards
    SAPTOTAL

    in the event, you should also have a job for RSEOUT00 scheduled so that the IDocs are send out as a package

  • Event Driven Message Processing in AAE

    Hi SDNers,
    I wanted to know if PI 7.1 EhP1 supports event driven message processing on AAE, means can I bypass ABAP engine by configuring the scenario with ICo (Integrated Configation) and still use the event driven message processing of PI?
    Regards,
    Gautam Purohit

    Hi Gautam Purohit,
    "Event-Driven Message Processing" is concept related to Integration Engine. So if your are using AAE (skipping IE), you cannot use it. [Link1|http://help.sap.com/saphelp_nwpi711/helpdata/en/7a/00143f011f4b2ee10000000a114084/frameset.htm]
    I think "Event-Driven Message Processing" and ccBPM are not related.
    Regards,
    Raghu_Vamsee

  • Event Driven Kanban Process

    Hi,
    I tried to follow the process mentioned from other threads on this subject but with no success.
    Scenario:
    Header Mtrl: A
    Assembly: B [E-D KANBAN]
    Assembly: C
    There is a requirement for A=100 ea. There must be dep.req generated for B = 100 ea??? as per the event  [correct me if I am wrong].
    How to exectute the above scenario?
    Can anyone guide with the work flow and TCode for the E-D Kanaban.
    Thanks in advance.
    Cheers
    Ramesh

    Q: Well, if the scenario which I mentioned is not ED what exactly it is - Please ellobrate?
    This scenario is not ED, this can be addressed by Kanban with MRP controller, in case of inhouse production it will be with
      the replinshment type 4 .
    Q 1/ If we need to manually create the ED signal in PK23 what advantage does we have compared to the MRP run?
    It is not any advantage, this is how it can be done.
    Q 2/ There is a order for A=100 ea. How the person responsible in the supply area will know that there is a req. for B (ED KANBAN) material?. How the person responsible for the supply area track these requirements?
    In case if you are working with kanban + MRP , you can use the program SAPMMPKC which can be scheduled in the BG to 
    Q 3/ I appreciate, if you could throw more light in - how automatically the ED is triggered once it receive the order/req.?
    Apart from all, i think you need to read more about the kanban and how it works.
    Generally kanban are used where there is continious flow between 2 workcentres.
    ie ) a constant demand and supply .
    10 containes flows between 2 workcentres in which one workcentre is supply and  another one is demand then kanban is used.
    during such situation if you are planing to increase one container just for 1 weeek to meet your increased demand ( like christmas, new year) then Event driven kanban can be used.
    Hope most of your querries are answered . you can also check about kanban here
    http://sap-pphelp.blogspot.com/2010/01/kanban-inhouse-production.html
    Reg
    Dsk

  • HELP Event-driven Process Chain

    HelloCommunity,
    I aim to develop a tool for modelling Business process using EPC (Event-driven Process Chain)
    I have just discovered Sirius, followed some tuturial....But when I started to
    design my own project I got stuck.. My metamodel still complicated and I couldn't deal with some cases and some specific relationship.
    Could you please share with me some links or ressources for project similar to mine?
    Thank you in advance
    Regards,

    Hi Han, Le 28/07/2015 15:56, han sirius a écrit :
    > HelloCommunity,
    >
    > I aim to develop a tool for modelling Business process using EPC
    > (Event-driven Process Chain)
    >
    > I have just discovered Sirius, followed some tuturial....But when I
    > started to
    > design my own project I got stuck.. My metamodel still complicated and I
    > couldn't deal with some cases and some specific relationship.
    >
    > Could you please share with me some links or ressources for project
    > similar to mine?
    Did you try the tutorial [1] ?
    You might discover concrete examples of modeling tools created with
    Sirius for various use-cases in the gallery [2] and lab [3].
    You will also find the documentation in [4].
    >
    > Thank you in advance
    >
    > Regards,
    >
    >
    Regards
    Maxime - Obeo
    Need professional services for Sirius?
    http://www.obeodesigner.com/sirius
    [1] https://www.eclipse.org/sirius/getstarted.html
    [2] https://www.eclipse.org/sirius/gallery.html
    [3] https://www.eclipse.org/sirius/lab.html
    [4] https://www.eclipse.org/sirius/doc/

  • The *.icc file is associated with PS process after assigning profile for a picture of CMYK mode ?

    Hi everyone, I have a curious problem for your help 
    My OS is Windows 7. Start PS and open an image, choose "Edit" -> "Assign Profile...", in the pop-up dialog there is a drop-down list showing many system profiles, and I find all of these *.icc files are stored in folder "C:\Windows\System32\spool\drivers\color". Just choose any profile to assign, then go to folder "C:\Windows\System32\spool\drivers\color" and find the related icc file, for example, JapanColor2001Coated.icc is for profile "Japan Color 2001 Coated". Now you can still rename the icc file, that is, the icc file is not taken by photoshop process. Our company has a software to generate icc files, however, when assign these profiles, the icc file is associated with PS process, which means I can't rename or delete the related icc file, even after assigning another profile, unless close the image documents, that is unwanted. So I'd like to know the reason, in fact I'm not very clear about the ICC file structure. I want to make the local disk file not associated with the process so I can do other operations.
    Any suggestion will be appreciated.

    I made a quick try and I can change the name of various custom profiles I've created using Photoshop but it appears that the name of the profile can't be changed if Photoshop was started with the profile in question selected as a soft proofing profile in View > Proof Setup. You have to quit Photoshop, just changing the soft proofing profile to another is not enough.

  • Creating Event driven process chain

    Hi all,
    In my scenario there are two chains in which
    1. First chain is normal chain, which we are using to
    load business data.
    2. Second chain will contain start variant and one ABAP
    program that will call first chain and this second
    chain is event driven.
    So can anybody send me relevant documents or
    information regarding how to create event? How to
    schedule process chain using event? and also how to call
    process chain using ABAP program?
    Thanks & Regards
    Ajinkya Deodhar

    Hi,
    Look into the following links:
    http://help.sap.com/saphelp_sem40bw/helpdata/EN/86/6ff03b166c8d66e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_sem40bw/helpdata/EN/86/6ff03b166c8d66e10000000a11402f/frameset.htm
    Event collector:
    http://help.sap.com/saphelp_sem40bw/helpdata/EN/86/6ff03b166c8d66e10000000a11402f/frameset.htm
    Creation of Event:
    http://help.sap.com/saphelp_sem40bw/helpdata/EN/86/6ff03b166c8d66e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_sem40bw/helpdata/EN/86/6ff03b166c8d66e10000000a11402f/frameset.htm
    Hope it hepls you

  • Packaging required for event-driven message processing

    Hi,
    Could you pls. let me know whether message packaging is required for using event-driven message processing in Integration Server (PI).
    Also can we use event-driven message processing in Integration Server (PI) for outbound HTTP adapter interface.
    Thanks.
    Best Regards,
    Gajendra.

    What is your scenario and why exactly your are looking for event-based message processing?
    Normally those are background jobs which triggers the services(inbuilt ) and makes the process designed by us to run.
    In case ofR/3 its possible to do so i.e to trigger messages based on event like incase of proxt to PI can be done through Event-based
    Rajesh

  • Periodic reading data with event driven programming

    Hi all
    I want to read data from a device periodically, for example every 2 seconds.
    but I want to use event driven programming in order to response user events.
    now I don't know how to do this......!!
    maybe I should use timed loop or timed sequence structure
    if I use this structures, should I use then inside the while loop or outside the while loop( I mean the while loop that contains the event cases)?
    please help me and accept my thanks....

    You ned to run these in two separate loops. Look at the Producer/Consumer template. Put a two second time-out on the Dequeue Element and you have a loop that will run every two seconds. The loop should also handle information from the event structure.
    Separate loops is the best way of handling this.
    Rob

  • GATP Product allocation status report and backorder processing

    Dear Experts,
    We are using product allocation as the first and only step in GATP check.
    The scenario is like this:
    Sales order total quantity = 200
    Planned allocation quantity=150
    Thus
    Confirmed sales order quantity=150
    Questions:
    1.Now how can see the confirmed/unconfirmed situation for all sales orders.
    Is there any standard report.
    I understand that this report need to show the planned allocation quantity,total sales order quantity and the confirmed sales order quantity may be bucket wise.Also this report can show the details of all sales orders in the bucket.
    The GATP planning book only shows confirmed sales orders in the "sales order" keyfigure until you have introduced another order series key figure for sales order(not related to GATP) which has sales order/scheduling agreement category group assigned to it.
    2.Can I do backorder processing of sales orders assuming that after the above report is run,I have changed the planned allocation quantity from 150 to 200 and I need that the sales order can be confirmed now by this program rather than by going into ECC and triggering the GATP check again.
    Note that the stock availability situation may remain the same.
    Request you to kindly suggest if this is possible in backorder processing.If yes,then what are the settings and the transactions to execute this.
    Thanks,
    Chandan

    Thanks so much Michael for a prompt reply.
    Couple of points.
    1./sapapo/ac42-This report is helpful but this has 2 issues.
                                                 It has to be run at individual CVC level.Thus it is not a comprehensive report.
                                                 It does not provide sales order original quantity.It just provides the planned allocation quantity,confirmed sales order quantity and the remaining quantity.This is normally already available in interactive planning of GATP planning area.
    What we need is a report which must say what is the original sales order quantity and how much has been confirmed and how much is the bucket planned allocation quantity.
    2.Running ATP in product view or interactive backorder processing view may not help as they seem to be working with ATP group and not with check mode.Note that product allocation gets triggered when check mode comes into play.
    Do you know if we can make it work with check mode.
    3.The batch backorder processing is working when I am using the "update changes" option.I am still evaluating the results as I don't understand many settings here.It will be nice if you can elaborate on some of the settings used in this transaction please.
    Thanks again.
    Regards,
    Chandan

  • Interactive Backorder Processing on Replenishment Purchase Orders

    Hi Team,
             Can you please let me know if Interactive Backorder Processing be performed on Replenishment POs as per the standard SAP design?
    When I try to perform BOPI on a Replenishment PO it gives me a dump. The dump resulted because the "First Sales Order" field was missing.
    Please let me know what this "First Sales Order" means with respect to a Replenishment PO.
    Thanks in advance for the help and for your time.
    Thanks & Regards,
    Srikanth.

    Hi Babu Kilari,
                Thanks for the help.
    Yes. Replenishment POs means STO documents. I checked the SAP Service Marketplace for this. But, couldn't get a solution.
    There is a SAP note(1294888) released for a dump that occurred when changing the quantity of STO. But, this is a different case as that of my scenario.
    If there is any SAP note BOPI on Replenishment POs kindly let me know.
    Thanks & Regards,
    Srikanth.

  • Problem in Backorder Processing

    I am facing a problem in backorder processing
    Let me explain the scenario
    System shows available quantity as 100 quantity for some ‘x’ material, now I place order for 100 quantity for that material but the system confirms only 70 quantity when check the availability overview in co09 there was an open order for 30 quantity dated 2 years ago when I tried to do the backorder processing thru co06, the system doesn’t allow me to select that particular line it shows the error “please select the line that can be changed.”
    I checked that order in va02 in that status for that material is showing completed that has been delivered and billed completely. I don’t know what to do now kindly guide me to solve this issue

    If it is showing as open order qty of 30 that means that it is assigned to an order but the order is not completely delivered i.e. goods issue is not done or some other thing.
    If you want to cancel that order, so that 30 value comes into your stocks, you have to delete that order. For that first you have to delete the delivery using VL02n and then the order using VA02, once that order is deleted you will get that stocks for your use........
    Regards,
    Noopur

Maybe you are looking for

  • Retriving of data

    how to retrive data lost while updation the i phone Please help special contacts

  • Playlist order on Nano

    I notice that I can set a playlist order in Itunes in various ways (using the arrows at the top of the columns). Howeverm the order in Itunes does not transfer to the Nano. Anyone know how to do this? p.s. I think the order is governed my the Music f

  • Java Scipt Calling Java Applet

    how could i call java applet in my java script code as i'm going to build an applet for internet application server but i'm going to check user input validation in java script !?!?!!?

  • Viewer Window Doesn't Zoom Out

    I want to crop down an iPhone footage, because it was shot vertical.  Using the crop tool I've reframed shot, but once I hit the done button.  It zooms in close to the shot.  It's baffling why it would do that.  I was unable to find a zoom out key...

  • I can't install any new applications..... error no mountable files

    every time I attempt to install a download I get an error that says there are no mountable files...... what do i do??????????