Broadcast schedule with Data change to InfoProvider EHP1

Hi all,
We are working in an EHP1 environment and are currently trying to schedule a Broadcast from a Process Chain.
The thing is that when we try to create the broadcast setting, under scheduling options we only get the "Direct Scheduling in the Background Processing"
Is there a way to schedule a setting with Data Change to InfoProvider under EHP1 ? Is the option still available ?
Waiting for your comments,
Santiago J. Reig

Solved.
To be able to select the specific option in the schedule of a broadcaster setting you first need to add the Process Chain step, run the chain once, and only then the option will be available.
Regards !

Similar Messages

  • Can not see the option Execution with Data Change in the infoprovider?

    Hi team,
    i am using query designer 3.x, when i go into my bex brodcaster settings and schedule my report
    i can not see the option "Execution with Data Change in the infoprovider",
    i can only see 2 options
    Direct scheduling in background process
    create new scheduling
    periodic,
    is there any setting which i would be able to see the option "Execution with Data Change in the infoprovider"?
    kindly assist

    Hi Blusky ,
    check the below given link.
    http://help.sap.com/saphelp_nw04/Helpdata/EN/ec/0d0e405c538f5ce10000000a155106/frameset.htm
    Regards,
    Rohit Garg

  • Re: Check Schedule Line Date Change

    Hi,
    I need to prevent the user from manually changing the schedule line date, but still allow
    BAPI_SALESDOCUMENT_CHANGE to do the same when required.
    I have tried checking the SL date change in user-exits USEREXIT_MOVE_FIELD_TO_VBEP,
    USEREXIT_SAVE_DOCUMENT_PREPARE and USEREXIT_SAVE_DOCUMENT, but have been unsuccessful.
    Any pointers appreciated.
    Thanks,
    GShankar

    Hello Girija,
    I  have used similar concept for something else in Sales order and i know it will work for schedule line as well. I propose two solutions;
    1. While saving the sales order let the User-Exit grey out the 'schedule line' feild and create a table with key 'approver' and User ID feild and let User-Exit Validate this 'Approver's User ID which will be seperately fed into the system (these User Id can be of those who are allowed to change the Schedule line).
    2. Instead of Creating Table for 'Approver - User ID' you could Use Status Management. In this case you could allow system to grey the 'Schedule Line' Feild in some stauts and the user may be allowed to Change in some other User Status. Eg:Status-'Schedule line Change' May allow system to Change the Feild in this case you table will have to be maintained only once or can be hardcoded to check the status and behave accordingly.
    I hope I was Clear in explaining the logic. Good luck

  • Schedule Line Date Changed By Standard Code After User Exit

    We've implemented USEREXIT_MOVE_FIELD_TO_VBEP to conditionally change the schedule line date (it changes VBEP-EDATU) when sales orders are being created.  This functions correctly when VA01 or EDI is used.  However, when the order is created using BAPI_SALESORDER_CREATEFROMDAT2, standard code executing after the user exit changes the schedule line date to an incorrect value. 
    The user exit correctly changes the schedule line date; then later on in the execution subroutine VBEP_FUELLEN_VBEPKOM in include FV45EFEP_VBEP_FUELLEN_VBEPKOM is executed which changes the date on line 37 using the value in US_VBEPKOM-EDATU.  US_VBEPKOM-EDATU is in scope in the user exit, but earlier in subroutine VBEP_FUELLEN_VBEPKOM (line 12 to be exact) this variable is updated with the value in US_VBEPKOM1-EDATU, which is not in scope during the user exit.  So, USEREXIT_MOVE_FIELD_TO_VBEP doesn't have access to US_VBEPKOM1-EDATU and can not ensure that the correct value is used later on in subroutine VBEP_FUELLEN_VBEPKOM.
    I noticed at the end of subroutine VBEP_FUELLEN_VBEPKOM it calls USEREXIT_MOVE_FIELD_TO_VBEPKOM.  I could update VBEP-EDATU here to correct the error whenever the order is created using the BAPI, but it would be nice to have a solution that could be implemented only in USEREXIT_MOVE_FIELD_TO_VBEP without also having to implement USEREXIT_MOVE_FIELD_TO_VBEPKOM.
    So my question: is there a way to update the schedule line date in USEREXIT_MOVE_FIELD_TO_VBEP where it won't be changed later in subroutine VBEP_FUELLEN_VBEPKOM when the order is created using the BAPI?

    Hi Caetano,
    thanks for your suggestion
    Yes, we use firm zone for few of the vendors. there the system don't change the schedule lines.
    Also for the stock transfer PR's there is no firm zone and the lead time is one day. in this case it changes everyday after the MRP run.
    the stock transfer PR's leads to the creation of Schedule lines from the source plant. Since this PR gets changed everyday. the alerts coming out of MD07 gets changed and we really did not know if this order is delayed or not.  In the source plant we use the firm zone to avoid moving the schedule line. But then the alerts are always not correct.
    is there any setting which helps in not moving the PR everyday without using " start in the past"
    thanks
    Nagendra Kumar

  • Schedule line data change in Sales order

    Hi,
    Is there any FM to update the confirmed quantity BMENG (Confirmed qunatity filed in Schedule line data) of a Sales order?
    I have checked BAPI "BAPI_SALESORDER_CHANGE" but couldnt find a field for confirmed quantity.
    Thanks,
    Manoj

    Hi manoj,
    You can do it in userexit_move_field_to_vbep..
    Remeber to change both xvbep as well as vbep field values..
    also modify structure xvbep for the cureent loop pass..
    it should work..
    For eg:
    LOOP AT XVBep.
        xvbep-field1 = value
              MODIFY XVBep  TRANSPORTING field1.
        ENDLOOP.
    vbep-field1 = value
    Can u check this..
    Best Regards,
    navin fernandes.

  • Dropship PO schedule line date changes and impact in SO

    Hi,
    Please suggest where senario; Drop ship PO created and Changed Schedule delivery date on Purchase order and automaticaly changes in Sales order schedule line level.
    SO- PR - PO
    Senario1;
    When Vendor not confirms requested delivery quantity on date, he confirms partially qty and later confirmes remaining quanity. When we split in Purchase order delivery schedule directly it will not update at sales order it confirms and changes initially qty only on SO schedule line level. how can i copy back to sales order schedule qty partial split done on PO.
    Senario2;
    When SO created and PR - PO generated later when we Add new line item in SO or Directly add PO line item how can i make sync between the two documents automatically.
    SO Schedule delivery date and PO schedule delivery date how can i see the link b/w to document back to back updates automatically when we change any one doc.
    Thanks in advance
    JACK

    Hi Caetano,
    thanks for your suggestion
    Yes, we use firm zone for few of the vendors. there the system don't change the schedule lines.
    Also for the stock transfer PR's there is no firm zone and the lead time is one day. in this case it changes everyday after the MRP run.
    the stock transfer PR's leads to the creation of Schedule lines from the source plant. Since this PR gets changed everyday. the alerts coming out of MD07 gets changed and we really did not know if this order is delayed or not.  In the source plant we use the firm zone to avoid moving the schedule line. But then the alerts are always not correct.
    is there any setting which helps in not moving the PR everyday without using " start in the past"
    thanks
    Nagendra Kumar

  • Schedule line date change in VA01/VA02

    Hi,
    My requirement is to update the schedule line date taking the lead time from purchasing info record.
    As per SAP standard it takes the factory days into consideration while generating the confirmed delivery date.
    But we have to update the date taking the working days into conideration.
    The material has multiple vendors.
    The actual vendor proposed by the sstem and the corresponding info record details are not available at the time of saving the sales order.
    I am populating this details from exit EXIT_SAPLMEQR_001 inside FM ME_SEARCH_SOURCE_OF_SUPPLY which is triggered before creating the purchase requisition.
    USEREXIT_MOVE_FIELD_TO_VBEP cannot be used because this is triggered at the very early stage before the FM is triggered.
    Can some one please guide me who has worked on the similar situation to solve this problem.
    Many Thanks.
    Regards,
    Babul.

    Use the form routine "USEREXIT_SAVE_DOCUMENT_PREPARE" in 'MV45AFZZ".  Modify the field "edatu" in strucutre "xvbep"
    Regards
    Vinod

  • Schedule line date change

    Hello Gurus,
    I want to change Schedule line delivery Date and time when shipping type (vbkd-vsart) = 'Z5'(one of the shipping method). I tried :userexit_move_field_to_vbep, userexit_move_field_to_vbkd. No luck. Any ideas will be appriciated.
    Thanks
    Sam

    I tried with userexit_move_field_vbep but no luck.
    Bala: i can use the save_document user exit but if i go and see the schedule line it will show the old date and time. I think that is usefull when saving the application.
    Sorry, i forgot to mention one more thing.. i.e., user can change the date and time using 'fast change of' option in menu bar.
    Please let me know which field do i need to change to change the date. I tried VBEP-EDATU and VBEP-EZEIT.
    Thanks in advance
    Sam

  • Schedule line date changes after each MRP run

    Dear Experts,
    Clarification needed on how the system plans the MM schedule lines.
    Setting: Start in the past not allowed.
                  3 days for processing of order
    The issue is after each MRP run the system is moving the schedule line to the current date + 3 days for processing + the planned delivery time.
    If the schedule line is not firmed, after each MRP run ( which happens everyday) the system is moving the schedule line and then giving an alert saying the " order has to be rescheduled to the previous day"
    on the second day after the mrp run the system moves the schedule line again by one more day and gives the rescheduling date as " -2 days from today"
    this change is happening every day after the planning run. - because of this there are really no backorders ( schedule line in the past ) in the system. we were not able to know if the vendor is actually delayed in this case.
    can you kindly suggest what went wrong here ??
    we are using strategy 10 for the planning of procured parts. Let me know if more info is needed.
    Note: we are also using stock transfer process for some procured parts. there too the PR date gets changed after each MRP run. There there is no lead time in this case. the order is placed on the same day as the requirement as both plants are nearby. There the PR date is changing everyday to the current date.
    your advice would be of great help
    thanks
    Nagendra Kumar

    Hi Caetano,
    thanks for your suggestion
    Yes, we use firm zone for few of the vendors. there the system don't change the schedule lines.
    Also for the stock transfer PR's there is no firm zone and the lead time is one day. in this case it changes everyday after the MRP run.
    the stock transfer PR's leads to the creation of Schedule lines from the source plant. Since this PR gets changed everyday. the alerts coming out of MD07 gets changed and we really did not know if this order is delayed or not.  In the source plant we use the firm zone to avoid moving the schedule line. But then the alerts are always not correct.
    is there any setting which helps in not moving the PR everyday without using " start in the past"
    thanks
    Nagendra Kumar

  • Notification Copy with date change

    Dear Experts,
    While creating a notification by copying an old notification (Reference Notification field), there found a difficulty that the Notification date is copied from the Reference Notification and is not editable.
    Can someone suggest the solution so that the notification date could be edited to the present date.
    Thank you & regards
    Jogeswara Rao

    IW21 Screen
    -Fill Notification Type.  Fill the Reference Notification field with the Notification number you want to copy the details to your new Notiification.
    Press Enter.
    Your new Notification is filled with all information you wanted. You would make changes wherever you want.
    But the problem is the Notification date of the 'Responsibilities' screen Area is also being copied from the Reference Notification and is Greyed out (i.e. not editable).
    So if you save this notification, the notification date of your New Notification would be that of the reference Notification, which is generally not acceptable.
    I hope you've followed.
    Regards
    Jogeswara Rao

  • EM Job scheduling with Data Guard Database

    Hi there,
    I have an "Issue" on efficient scheduling Enterprise Manager (12.1.0.3) Jobs again databases which are protected with Oracle Data Guard.
    What I want:
    A Job should be run against the database, which has the "Primary Database Role" from Data Guard point of view.
    When I'm scheduling the job with the Database System as job target, where the Primary and Standby Databases are exisitng in, the Job is executed against all databases.
    I can put check-step as first step in the job to check the role by sql, but when I let 2 of 3 job executions ( 2 standby 1, primary ) fail, I will have o mange these failed jobs all time.
    Creating an dynamic group also isn't helping, as the property of database role can't be used for defining the group membership.
    I have taken a look at emcli but also there I dont find a possibility tho check for database role.
    Any one a idea on this topic?
    br
    Jörg

    These notes just show duplicating dbs without datagurd, i am looking for Creating a Data Guard DB with RMAN in 10 &11g.

  • Broadcasting when data change

    hi,
    I have added the Process Trigger Event Data Change (for Broadcaster) in the process chain. In the broadcast settings I have given the authorizer as ALEMASTER.
    I have scheduled the process chain with the help of an event and the process is getting failed with an error mesage (Alemaster does not have authorization to execute the broadcast setting)
    I have changed the authorizer to my ID in the broadcast setting  and executed the process chain and i am getting an error message SDAPIYK01_BROADCAST_01: User Z57324 cannot be used for background processing.
    I have checked the authorization objects S-RS_ADMWB and S_RS_BCS and they are assigned to me with all the access and not for ALEMASTER.
    I am not sure how to schedule it in the process chain.
    Please help me in this regard.
    Raghu Reddy

    Hi Raghavendra,
    You would need the following authorizations.
    Authorization object - S_RS_BCS
    Field name - RS_EVTYPE
    Value - DC(Execution with data change in infoprovider).
    Activity - *(Full authorization).
    Authorization object - S_RS_ADMWB
    Filed name - RSADMWBOBJ
    Value - BR_SETTING
    Activity - *.
    If you are sending mails to recipients through broadcast settings, you need authorization
    Authorization object - S_OC_SEND
    Filed - COMM_MODE
    Value - INT.
    Lastly,S_BTCH_NAM u2013 User specific processing. Allows a user to specify other users for runtime authorization for a job. However, i think you are missing only the first one.
    Hope it helps,
    Regards,
    Sunmit.

  • Pre-fill the OLAP cache for a query on Data change event  of infoprovider

    Hi Gurus,
    I have to pre-fill the OLAP cache for a query,which has bad performance.
    I read a doc 'Periodic Jobs and Tasks in SAP BW'
    which suggested sum steps to do this
    i hav created the setting for Bex broadcasting for scheduling job Execution with data change in info provider
    thereafter doc says  "an event has to be raised in the process chain which loads the data to this InfoProvider.When the process chain executes the process u201CTrigger Event Data Change (for Broadcaster)u201D, an event is raised to inform the Broadcaster that the query can be filled in the OLAP cache."
    how can this b done please provide with sum proper steps
    Answers are always appreciated.
    Thanks.

    Hi
    U need to create a process chain or use the existing process chain which you are using to load your current solution, just add event change process type in the process chian  and inside it add the info provider which are going to be affected.
    Once you are done with this go to the broadcaster  and  create new setting for that query...you will see the option for event data chainge in infoprovider just choose that  and create the settings.
    hope it helps

  • Data change Event for Information Broadcasting

    Hello Forum
    This is regarding problem with "Data change Event for Information Broadcasting".
    We have integrated the evening in a separate chain which is scheduled after the transaction data load.
    In the settings for the event we have mentioned the infoprovider name based on which the reports are to be distributed.
    Now, when the process chain is executed it does not distributes any reports though the data is changed in the infoprovider.
    However when executed again its distributing it,any ideas what the problem is ?
    Regards
    Ashish

    Hi,
    Check out the t.code  RSRD_LOG.
    have a check at the below link for monitoring via email
    http://help.sap.com/saphelp_nw04/helpdata/en/44/5b2341144ba52fe10000000a155106/frameset.htm

  • Data Change in the Infoprovider-Process Chain

    Hello Friends,
                       I want to broadcast the Queries and Workbooks periodically.I want to automate the process.For this i came to know that we have to  select the EXECUTION WITH DATA CHANGE IN THE INFOPROVIDER TRIGGERED BY A PROCESS button.Can u please guide me how to do it successfully.
    Thanks
    Mohan Chand Reddy A

    Hi Mohan,
    You can achieve this using process type in Process chain creation.
    In the below links you will find step by step procedure to create this in process chain
    http://help.sap.com/saphelp_nw70/helpdata/en/ec/0d0e405c538f5ce10000000a155106/frameset.htm
    http://www.tli-usa.com/download/Taking_Charge_of_Information_Broadcasting_in_BI_7%5B1%5D.0_for_improved_report_and_data_distribution.pdf
    Regards,
    Venkatesh

Maybe you are looking for