Workflow event for  material reservation(mb21),QA02 transaction

Hi,
  I created material reservation(mb21), but no event was triggered for the transaction.
  I checked for event in swel.(event trace is on).
  please let me know how to handle this.
  please also let me know the event of qa32.

Here you go:
MB21 ==>
1. Create a subtype of BUS2093. (Through SWO1 T.code)
2. Create an event "Created".   (Through SWU_EWCD T.code)
QA32 is a report for Inspection Lot. Hence I infer you probably want creation event for a inspection lot.
QA01 ==> Inspection lot
BUS2045    --> Inspection lot
Follow same steps of 1 & 2 above for the "Created" Event

Similar Messages

  • Implement workflow process for material reservation using tcode IW32

    Hi
    How can I implement workflow process for material reservation using tcode IW32
    - PM order.
    Thanks,
    Amos

    Hi;
    Have been able to find the solution to create the IDoc MRESCR after entering a reservation? 
    I am in the same situation and I do not see the IDoc output in the BD87. 
    It would be nice if you share the solution.
    Thanks in advance

  • Trigger workflow for material reservation via IW32 (PM order)

    Hi,
    How can I implement workflow process for material reservation using tcode IW32
    - PM order.
        Thanks,
                      Amos

    Hello,
    when there is no material in the store if the order is showing the availablity,then check the Availability Check for Material, PRTs, and Capacities node in IMG.
    In order there are two material availability check,one is over all material availability check,which will shows shortage only before release or during release once the order is relased it always shows that the material is available.
    other material availability  check is individual line item check,when you check with this it will take to the ATP quantities of the material where it will shows the availability same as the MMBE,including the Reservation,PR & PO quantity.
    So better check this.
    Regards,
    Raj.

  • Movement Types for Material Reservations

    Dear All
    I have defined New package for defining new movements types for material reservation in PM order. this activity is carried out at following path.
    SPRO> Plant Maintenance and Customer Service>Maintenance and Service Processing--> Maintenance and Service Orders >General Data>Define Movement Types for Material Reservations.
    This has been carried out as i want to take the material in using 904 movement as reversal of 261.
    Can any body tell me where can I assign tghis package to Order/order types?
    Regards

    hi
    In the standard system, movement types are preset which you must not change.
    For the components, Plant Maintenance and Customer Service, the entry with the key 'IWO1' is relevant. In addition, you only need the two entries for the goods issue (GI) of materials for maintenance orders and the accompanying reverse operation (GI cancellation).
    as of my knowledge we don't have the option to go with ordertype wise settings
    -AShok
    Edited by: Ashok Keerthipati on Nov 19, 2008 5:57 PM

  • IDoc for Material Reservations

    Hi all,
    I need to send out an IDoc (outbound) when a new material reservation is created using tcode MB21.
    -> Which IDoc message type can I use for this scenario?
    -> Does it also work in combination with an ALE distribution model?
    Does anybody have any tips? Thanks in advance for your replies!
    Regards,
    Kenny

    Hi,
    Thanks for your reply. Can you explain how to setup the ALE distribution model for this message type?
    I have included the BAPI MaterialReservation.CreateFromData in the model. However, when I post a material reservation with transaction MB21 no outbound Idoc is generated?
    Please advice.
    Regards,
    Kenny

  • How to generate Outbound idoc for Material Reservation

    Hi Experts,
    I want to send outbound IDoc when a material reservation is created with tcode MB21.
    I have been working on this issue and finding the solution in SCN for a week...
    I found some messages similar to this but I could not find out the correct way how to do that.
    At this moment, I configured BD64/WE20 referring the following topic which seems to be feasible solution but could not find any outbound IDocs created, unfortunately.
    Implement ALE_RESERVATION_CREATE
    I appreciate if someone can help me how to create outbound IDoc with MB21 or advice some possibility of missing configuration or steps.
    Best Regards,
    Kenji

    Hi;
    Have been able to find the solution to create the IDoc MRESCR after entering a reservation? 
    I am in the same situation and I do not see the IDoc output in the BD87. 
    It would be nice if you share the solution.
    Thanks in advance

  • How to find the validity date for material reservation

    Dear All,
      User created the reservation using transaction code MB21 on 2nd December 2008 and 16th Dec 2008, when he is transfering materials he is getting the error message "Document does not contain any selected items" when I check the reservation
    Goods movement for reservation allowed --> checked
    Final issue for this reservation --  compleated (checked)
    Item is deleted                       --  Checked
    Base Date is --> 02-12-2008 check againest factory calender
    in OMBN Transaction  configration setting are as below
    Goods movement for reservation allowed --> checked
    No. of days, if 'movement allowed' is set automatically --> 10
    Retention period, in days, for reservation items --> 30
    Please check and do the needful.
    Thanks & Regards,
    MK

    Hi,
    You are getting the message "Document does not contain any selected items" because, in this Reservation, there are no items available to move from the storage locations. This has happened because of the following 2 indicators:
    1.Final issue for this reservation -- compleated (checked)
    This Indicates that a reservation item is completed. Further goods movements in respect of this reservation item are not anticipated, although they are still possible.
    The indicator is set automatically for a goods movement when the total reserved quantity has been withdrawn or delivered. In the case of a partial delivery, you can manually set the indicator if no further goods movements are expected in respect of the relevant reservation item.
    2.Item is deleted -- Checked
    Specifies that the item has already been deleted and you do not expect any further movements in
    respect of this item.
    Please check if anybody, by mistake has flagged these indicators.
    Regards,
    Narayana.

  • Event for Material Change and Delete

    Experts,
      Is any Standard events available to trigger the workflow when the material is changed or deleted from the material master.

    First check any event is getting Triggered or not. If yes job done use it if not then find user Exit from which you can trigger event by writing code.
    You can make use of FM
    SAP_WAPI_CREATE_EVENT
    SWE_EVENT_CREATE
    to trigger custom event.
    You can check this code
    FUNCTION zwf_process_honorarium .
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_EMP_NUMBER) TYPE  PERNR_D
    *"     VALUE(I_EMP_NAME) TYPE  ENAME
    *"     VALUE(I_BEGIN_DATE) TYPE  BEGDA
    *"     VALUE(I_CURRENT_SAL) TYPE  ANSAL
    *"     VALUE(I_HON_SAL_GRD) TYPE  TRFGR
    *"     VALUE(I_HONORARIUM_SAL) TYPE  ANSAL
    *"     VALUE(I_JUSTIFICATION) TYPE  CHAR100
    *"     VALUE(I_PERCENT_DUTY) TYPE  INT1
    *"     VALUE(I_END_DATE) TYPE  ENDDA
      INCLUDE <cntn01> .
      DATA:i_emp_details TYPE STANDARD TABLE OF p0001,  "Employee Details
           wa_request    TYPE p0001,                    "Workarea for Employee details
           v_country_grp TYPE molga,                    "Country SubGrouping
           v_object_key  TYPE sweinstcou-objkey,        "Key for the buisness object ZWOBUSHONO
           v_request_det TYPE zwf_ms_honorarium.        "PCR data
      CONSTANTS: c_bo_hono     TYPE swo_objtyp VALUE 'ZWOBUSHONO',
                 c_event_hono  TYPE swo_event  VALUE 'HonReq',
                 c_infy_type_1 TYPE infty      VALUE '0001'.
    Event Container declaration
      swc_container i_event_cont.
      swc_create_container i_event_cont.
    Reading the INFO TYPE 0001 to obtain the
    Employee details
      CALL FUNCTION 'HR_READ_INFOTYPE'
        EXPORTING
          pernr           = i_emp_number
          infty           = c_infy_type_1
          begda           = sy-datum
          endda           = sy-datum
        TABLES
          infty_tab       = i_emp_details
        EXCEPTIONS
          infty_not_found = 1
          OTHERS          = 2.
    SY-SUBRC check is not required as the error
    handelling will be done by WorkFlow rule
    resolution.
    Filling up the PCR data in structure v_request_det
    which will be passed to event container.
      v_request_det-emp_number     = i_emp_number.
      v_request_det-name           = i_emp_name.
      v_request_det-begin_date     = i_begin_date.
      v_request_det-current_sal    = i_current_sal.
      v_request_det-hon_grade      = i_hon_sal_grd.
      v_request_det-hon_grd_sal    = i_honorarium_sal.
      v_request_det-justification  = i_justification.
      v_request_det-percent_duty   = i_percent_duty.
      v_request_det-end_date       = i_end_date.
      CLEAR wa_request.
      READ TABLE i_emp_details INTO wa_request INDEX 1.
      IF sy-subrc = 0.
      Retrieving the Country SubGrouping for the employee
        SELECT SINGLE molga
          FROM t001p
          INTO v_country_grp
         WHERE werks = wa_request-werks
           AND btrtl = wa_request-persk.
      ENDIF.
    Sending the relevant data to event container
      swc_set_element i_event_cont 'RequestData'     v_request_det.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      swc_set_element i_event_cont 'PersonalArea'    wa_request-werks.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      swc_set_element i_event_cont 'CountryGrouping' v_country_grp.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      swc_set_element i_event_cont 'EmpSubGrp'       wa_request-persk.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
    Raising the event to trigger the workflow
      v_object_key = i_emp_number.
      CALL FUNCTION 'SWE_EVENT_CREATE'
        EXPORTING
          objtype           = c_bo_hono
          objkey            = v_object_key
          event             = c_event_hono
        TABLES
          event_container   = i_event_cont
        EXCEPTIONS
          objtype_not_found = 1
          OTHERS            = 2.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      COMMIT WORK.
    Thanks
    Arghadip

  • Datasource for material reservation data from SAP R/3 (RESB & RKPF table)

    Hi,
    How can i take material reservation data stored in SAP R/3 RESB and RKPF table. I can create generic data source and full upload of data is possible but how to manage daily delta. None of these table having change date to extract daily changed record to BI. Please suggest.
    Please inform if any business content data source available for Reservation data?
    Regards,
    Manish

    Hi,
    Many times we face such situation, that we need to create a generic data source and there is no field to define delta.
    In such situations you can go for psuedo delta.
    Ask the client that at any point of time till which date will the data be changed.
    Eg. the client may say that at max we will change last three months data.
    In that case everytime you can do a full update and load only data of last three months.
    Instead of date you can consider any field as per your requirement.
    Regards,
    Mansi

  • Std Workflow events for HR Scenarios

    Hi I am looking for standard workflows for the following scenarios. Can someone tell me if there are any standard workflow events or should I go for creating a new WF event.
    1.Legal Name change---Is there a Wf that triggers some notification.
    2.Hire Action in SAP--Is there a Wf that triggers some notification to HR team and Dept mgr.
    3.Hire Action in SAP--Is there a Wf that triggers some notification to HR team and Dept mgr.
    4.Leave of Absence--Sap notifying HR team.
    5.Initial change(IT 105)--Payroll Admin sends notification to associate as well as security team.
    6.Marital Status Change.
    7.Termination(Voluntary and Involuntary)--Notification to Security team.
    8.Probation--Sap reminds the HR team that date is due for employee to return.
    I was thinking that for every scenario we have to create a new wf event. I may be wrong but is there a standard wf for the above.
    Thanks in advance.

    There are std. workflows for this, but it will depend upon your configuration. You can trace whether a workflow is getting triggered from txn: SWEL.
    The better option is to use the MAIL feature of dynamic actions. Here's the process:
    Enter the name of the feature which defines the characteristics of the mail.
    Example
    Infotype  Field  .....  Ind.    Var.function part
    0001     SACHP         M       M0001
    A mail is sent when the field SACHP is changed. The characteristics of the mail are defined in feature M0001.
    In the standard system, feature M0001 is provided as a model. The documentation on feature M0001 explains how to define the characteristics of a mail.
    Thanks
    Sankhadip
    <b>Reminder: Points should be awarded on answers</b>

  • Workflow Events for transaction FP09

    Hi All,
    The requirement is to trigger a workflow when the user posts a return lot through transaction FP09. I used the event trace but this transaction does not fire any event when we post a Return Lot. I tried to find some user exits but with no luck. Is it possible to fire an event when a field in the database table changes ? The table is a standard table(DFKKRK) and the field is STARS. When this field holds a number 5 then it depicts that the document is posted.
    Best Regards,
    Sudhi

    Hi Sudhi,
    Have you checked for a BADI? It is not possible to fire an event when a field in the database table changes if no change docs exist.
    What specific industry solution/extension are we dealing with here? Both the transaction and table are not available at my installation.
    Ramki Maley.

  • BDT event for delete role in BP transaction

    Hi,
    I have requirement where in I need to display specific fields on UI when user adds a role to a business partner in BP transactions and also need to save the user inputs into the tables. I was able display the fields and also save the inputs that was entered in UI into the table, But I have requirement were in I need to delete the data from tables when user deletes the role in BP the transaction.
    I would like to know if there is any event in BDT that would be triggered when user deletes a role from the Business partner in BP transaction.
    It would be helpful if some one can provide some inputs on this.
    Thanks
    Raghavendra

    Hi Smita,
    Thank you for response. Following are steps that are followed for deleting a role from a Business Partner in BP transaction.
    1 Select a Business Partner that has multiple role in BP transaction.
    2 Click on the Role Details button, all the Role that associated with the business partner is displayed.
    3 Select a Role from the list and then click on the delete button.
    4 After Delete Button, Click on the Enter Button.
    5 Save the Business partner. Now the role has been deleted from the business partner.
    Thanks,
    Raghavendra

  • Using Earmark Budget for Material Reservations and issues

    Hi,
    Can we reserve fund (earmark) for a stock reservation transaction and use the same reserved fund for issuing stock again that reservation (Fund and Stock).
    What settings are required in Funds Management to achive this.
    Regards
    Kuna

    Hi,
    You have to define earmakred fund type (Reservation) and then, while doing goods issue, assign the document to it in account assignment. You can make this field mandatory, so no goods issue will be done without stating earmarked fund. The availability will be checked versus the amount in the earmarked fund.
    Regards,
    Eli

  • Material Reservation Workflow(MB21)

    Hi all,
       Have anybody has implemented a workflow for Material Reservation(MB21).
    I have a problem in that.I want to know how to develop a item wise approval process for this.
    The scenario is whenever a reservation is created the goods movement shld be blocked and should be sent for approval.The approver on executing the workitem will be taken to MB22 transaction where he have to select the items for which goods movement is allowed(enable a check box) which means those items are approved.
    The problem is say if there are 5 line items in the reservation and if the approver approves only 3 then he can approve the remaining after two days or one week or he will approve only 3 items remaining he is not interested in approving .
    How to control this in workflow how come we can know that the approver is interested in only 2 times and remaning is rejected or the approver will approve the items later..
    Any idea Please let me know..
    Regards,
    sapient

    Here you go:
    MB21 ==>
    1. Create a subtype of BUS2093. (Through SWO1 T.code)
    2. Create an event "Created".   (Through SWU_EWCD T.code)
    QA32 is a report for Inspection Lot. Hence I infer you probably want creation event for a inspection lot.
    QA01 ==> Inspection lot
    BUS2045    --> Inspection lot
    Follow same steps of 1 & 2 above for the "Created" Event

  • Writing own event for Reservation creation BUS object

    I am trying to create a workflow that should get triggered when a new reservation is created for approval. I am using the BOR object for material reservation but it does not contain an event of creation. I wish to create a new event and then add code to the event so that a mail to an approver can be sent. Using the approval received I need to confirm the reservation else render it cancelled.
    I require help in creating the event and writing the event code for it.
    Thanks for taking time to go through my query
    Zankruti Parikh

    Hello Zankruti,
        Indeed, there's no such event for BUS2093. And if you try to do this to object BUS2093, you will come across error: "No change document object for business object type BUS2093".
        Given this, in your case, I am afraid that you will have to extend object BUS2093 by using delegation - then you will be able to add events CREATED or CHANGED, if necessary. Use transaction SWO1 to this, click on "settings" delegate, delegation type = ZBUS2093(for example) - you will delegate your ZBUS2093 type to BUS2093. After that, you will be able to create the events.                                                                               
    Following the idea, I believe that the easiest way to do this is thorugh enhancement MBCF0007 (Customer function exit: Updating a reservation). Click on components, and then you will see EXIT_SAPMM07R_001. Within this exit, you can call SWE_EVENT_CREATE_IN_UPD_TASK (you trigger the events you will have created above).  
    Regards,
    Andre Sousa
    Edited by: Andre Sousa on Jan 4, 2008 9:35 PM

Maybe you are looking for

  • ESS Business Package based on Web Dynpro

    Hi experts, I'd like to know which user interface has the Business Package for ESS based on Web Dynpro. The latest one. How do I see the SAP Backend content in my Portal? Like Web Dynpro applications? In other BP's for ESS in Portal you see the Backe

  • Message Waiting Signal from ONT - Digital Voice

    We use an Avaya IP office, that detects the MWI indicator that is being refreshed every 30 minutes from the ONT.  We have voicemail, completely turned off on our Digital Voice service because we prefer to use our own voicemail.  Problem is that even

  • Beg- Flash Remoting vs ???

    I own Studio 8 (MX 2004 I believe), and have not used Flash before, though I am a good C programmer, ok in Javascript. I have written a few mashup style apps in the browser with XMLHTTPRec. I want to make a very simple Flash 'widget' for people to pu

  • POP3 and IMAP daemons not starting?

    Ahoy, my mail server's been running fine for months now, but this morning it wasn't working. On closer inspection, Server Admin says that POP and IMAP are disabled. In the settings they are definatly enabled. I tried restarting the server, and I also

  • UK Customer services number?

    Does anyone know or have a UK services telephone number as I am a bit bored of unreplied to faxes and emails - i want to talk to a real person! Please help as ipod in warranty and dead and apple are not being helpful. am entering iWithdrawal.....