Automatic run for PRAA change

Hi,
I want to change the employee vendor name automatically through PRAA.
I have scheduled a background job for PRAA and it is just creating a session in SM35.
Could you please let me know whether I need to create a seperate job (which is given in PRAA, name of job) for running this session, or do I need to do manually?
I am able to see the name of job which is executed in SM37, but the session is not run, vendor name is not changed.
Regards
SM
Edited by: shanumonu on Jan 18, 2012 10:57 AM

Hello Sally,
I am following the same process as you have mentioned.
When i explicitly update a vendor through PRAA it is updated successfully. Changes are reflected in XK02 / XK03. But when done via a batch job changes are not reflected.
Do you have any idea as to what can be the possible cause for not updating the vendors despite everything executing successfully? Please your inputs on this.
Thanks in advance.
Regards
Deepali Bhandari

Similar Messages

  • Hi my mac book pro is having some problem with mouse , With out my actions it's automatically running for example If I open some site the arrow is automatically pressing every where if u don't mind can u suggest me what I have to do

    Hi
    I am facing some problem mouse arrow with out my actions it's automatically running for example If I open a some site the arrow mark is going every where and automatically pressing and the particular sites are opening if u don't mind can u suggest me what I have do

    If you can still access the machine and haven't wiped the drive, open the Mac App Store, log in to your Apple ID, and try to download Mavericks from there. If it works, make a bootable USB from the
    Mavericks installer (google how to do this). Then boot to the USB wipe the drive and install Mavericks clean. And since it shoudl be associated with your Apple ID at that point you shouldn't have any issues.

  • Automatic run for incoming payment

    Hi all,
    is there any possibility to run an automatic incoming payment the way F110 works for outgoing payments.
    If there is, how does it work?
    Thanks and regards
    Claudia.

    Hi,
    You can use F110 for incoming payment also. For this you have to a payment method for incoming payment and should be given in the customer master or in the  invoice line item . E.g can be Direct Debit for customer master.
    For this in the customer master, Bank details should be maintained in the payment transactions tab.
    Thanks and Regards
    Shivappriya

  • Schedule a Webi XIR2 report to run for all values of the prompt ...

    Hi there,
    Any ideea about if it's possible to schedule a Web Intelligence XIR2 report to automatically run for all  150 different prompt values in the LOV (and have 150 different instances)?
    BOXIR2, Java deployment.
    Many thanks.

    You'd be scheduling the document 150 different times, each for one value of the LOV.
    You'd use the ReportEngine (REBean) SDK to read the LOV values, then use the Enterprise SDK to schedule.
    Here's a bit of code that illustrates how to schedule a Webi doc a single time with specified prompts.  You'd do something similar, but iterate the prompt setting and scheduling:
        IInfoStore iStore  = (IInfoStore) eSession.getService("InfoStore");
        ReportEngine reportEngine =  ((ReportEngines) eSession.getService("ReportEngines"))
                                        .getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);
        IInfoObjects objs = iStore.query("Select TOP 1 * From CI_INFOOBJECTS Where "
                                          + " SI_KIND='Webi' And SI_INSTANCE=0 "
                                          + " And SI_NAME = '" + reportName + "'");
        //============================================================================
        // Open Webi document, then get and set Prompts collection
        //============================================================================
        IWebi            webi    = (IWebi) objs.get(0);
        DocumentInstance di      = reportEngine.openDocument(webi.getID());
        Prompts          prompts = di.getPrompts();
        for(int i = 0, m = prompts.getCount() ; i < m ; i++) {
            Prompt prompt = prompts.getItem(i);
            String name   = prompt.getName();
            if("Enter value(s) for State:".equals(name)) {
                Lov lov = prompt.getLOV();
                lov.refresh();
                Values values = lov.getAllValues();
                prompt.enterValues(new ValueFromLov[] { values.getValueFromLov(0),
                                                        values.getValueFromLov(1)});
            } else if ("Enter Shop Id:".equals(name)) {
                prompt.enterValues(new String[] { "261" });
        //===========================================================================
        // Copy prompts over to InfoObject
        //===========================================================================
        PromptsUtil.populateWebiPrompts(prompts, webi);
        //===========================================================================
        // Schedule Webi report to run once now
        //===========================================================================
        webi.getWebiFormatOptions().setFormat(IWebiFormatOptions.CeWebiFormat.Webi);
        ISchedulingInfo schedInfo = webi.getSchedulingInfo();
        schedInfo.setRightNow(true);
        schedInfo.setType(CeScheduleType.ONCE);
        iStore.schedule(objs);
    Sincerely,
    Ted Ueda

  • [OIM 9.1.0.2] Attestation Process scheduled is not automatically running

    Hi Gurus,
    IHAC that noticed that some attestation processes have not been triggered in the specified scheduled time, . So the Attestation tasks are not displayed into specified Reviewer's inbox (To-Do List).
    There is a group responsible for creating the attestation processes and they have created a lot of processes. It seems that for some reason the attestation scheduled task is not automatically running for some cases.
    For the attestation processes that were stopped, it is needed to run manually the scheduled task. With this action the attestation task flow runs.
    Any tip on what could I check?
    Thanks.

    Hi,
    I checked the Schedule task 'Initiate Attestation Processes'. It is Enabled, with frequency 30 min. Actual status: Inactive.
    I got the follow error on the logs:
    Something related to Memory.
    I am investigating why when I use 'Run Now' option the attestation process work. Any tip?
    <28/11/2012 03h32min51s BRST> <Info> <EJB> <BEA-010227> <EJB Exception occurred during invocation from home or business: [email protected]340a3f3 threw exception: java.lang.OutOfMemoryError: Java heap space>
    <28/11/2012 03h32min51s BRST> <Notice> <Stdout> <BEA-000000> <ERROR,28 Nov 2012 03:32:51,518,[XELLERATE.SCHEDULER.TASK],Error while resubmitting the attestation process for delegation
    Thor.API.Exceptions.tcAPIException: EJB Exception: ; nested exception is:
    java.lang.OutOfMemoryError: Java heap space
    at Thor.API.Operations.AttestationOperationsClient.updateResponses(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    <28/11/2012 03h34min57s BRST> <Notice> <Stdout> <BEA-000000> <ERROR,28 Nov 2012 03:34:57,977,[XELLERATE.SCHEDULER.TASK],Error: Thor.API.Exceptions.AttestationProcessNotFoundException
    Thor.API.Exceptions.AttestationProcessNotFoundException
    at com.thortech.xl.ejb.beansimpl.AttestationOperationsBean.initiateAttestationProcess(Unknown Source)
    at com.thortech.xl.ejb.beans.AttestationOperationsSession.initiateAttestationProcess(Unknown Source)
    at com.thortech.xl.ejb.beans.AttestationOperations_yqqnsm_EOImpl.initiateAttestationProcess(AttestationOperations_yqqnsm_EOImpl.java:1033)
    at Thor.API.Operations.AttestationOperationsClient.initiateAttestationProcess(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  • Automate Run DM package for Context changes

    Hi BPC Experts,
      When I change the context, automatically run DM package with same context changes
    Please anybody tell how it is possible?

    "When I click macro button" doesn't mean that "When I change the context, automatically run DM package"!
    You want to run DM using macro attached to the button and you want context selection to be passed to DM without user having to select values.
    Simple way - to use default values in the DM advanced script:
    PROMPT(SELECTINPUT,%TIME%,,"Select Time:","TIME",,1)
    1 at the end will result in selection of context member.
    Complex, but fully automated: How to Call a BPC Data Manager Package from VB
    Vadim

  • Is autoconfig required to be run for apps password change

    Is autoconfig required to be run for apps password change -- We are only changing APPS and APPLSYS passwords.
    How to Change Applications Passwords using Applications Schema Password Change Utility (FNDCPASS or AFPASSWD) [ID 437260.1] -- does not mention anything about autoconfig.
    Please clarify.
    Thanks

    It's mentioned in the document twice
    1. For APPLSYSPUB/GUEST as you mentioned
    2. Under "Verify the new password" which cover the apps/applsys passwords
    If you search the doc for "AutoConfig" you will find it there.
    Thanks,
    Hussein

  • Hi i have 50 infoobjects as part of my aggregates and in that 10 infoobjects have received changes in masterdata.so in my process chain the Attribute change run in running for a long time.can i kill the job and repeat the same.

    Hi i have 50 infoobjects as part of my aggregates and in that 10 infoobjects have received changes in masterdata.so in my process chain the Attribute change run in running for a long time.can i kill the job and repeat the same.

    Hi,
    I believe this would be your Prod system, so don't just cancel it but look at the job log. If it is still processing then don't kill it and wait for the change run to complete but if you can see that nothing is happening and it is stuck for a long time then you can go ahead and cancel it.
    But please be sure, as these kind of jobs can create problems if you cancel them in the middle of a job.
    Regards,
    Arminder Singh

  • Change Capture For Siebel OLTP task in DAC running for more than 10 hours

    whole etl load used to complete in 2 hours (as on now siebel data having sample data). since last Friday Change Capture For Siebel OLTP task in DAC execution plan running for more than 10 hours. I am not able to trouble shoot the problem because no log for this task
    what could be the reason for this problem? how can I fix that problem?
    Appreciate your help
    Thanks
    Jay.

    Which ETL is it that is taking the longest (is it an SDE, SIL, PLP?). I have seen someOracle vanilla ETLs coded in a way that is very ineffective. Check the DAC and Informatica logs and find out which mapping it is and where the delay is (e.g. SQL, write to DB..etc).

  • HT1918 I don't want automatic payment for Pandora. How do I change it?

    I don't want automatic payment for Pandora. How do I change it?

    There are instructions on this page for managing and stopping auto-renewing subscriptions : http://support.apple.com/kb/HT4098

  • Automatic call blocking from invalid numbers/Smart Limits for Wireless changes

    It would be nice if your call routing system could be set to AUTOMATICALLY prevent calls from invalid phone numbers from being completed. As an example, I have received calls on my cell phone with the following Caller ID numbers in the last few days: 408-189-xxxx728-727-xxxx The first number uses an invalid exchange (189); the second an inactive area code (728). These were both obviously spoofed numbers that spammers/fraudsters are using. While I get many, many more nuisance calls than these examples each week, it would relieve some of the call volume if your system blocks these calls in the first place. I also subscribe to the Smart Limits call blocking service. 30 numbers is NOT enough to cover all of the spam calls I get. Could this be increased to at least 200? I have already used up all 30 slots in my Smart Limits. I also have over 50 numbers programmed into my phone's phonebook that have been flagged as spammers. Since they can either change the numbers they transmit on a regular basis, or there's just so many of them to begin with, 30 numbers is much too low. Would it also be possible to count and record the date and time when calls have last been blocked and have this information posted with the list of my blocked numbers? It would be useful to see how many times that calls from the number have been received and when the last one was blocked. I could then delete that number from my block list and replace it with one that has had more activity.

    Hi there
    Thank you for posting your valuable feedback on our Smart Limits service!
    As with everything we offer, we rely on this feedback to provide services that our customers find useful, and to make existing products even better. I agree that adding an automatic block for such calls would be an awesome option, ad would being able to increase the blocked contact limit and see records of those blocked calls! There may be some technical limitations preventing us from adding these features at this time, but we will certainly pass your comments on to the teams that can make this happen!
    Thanks again!
    Charise
     

  • Bin determination in automatic TO creation for posting changes

    Hello guys,
    could someone provide some information or some links on how the automatic bin determination for posting changes will be processed in SAP WM?
    Actually I'm looking for some further information for automated processing during a posting with movement type 309.
    What data from the posting change will be taken into account for the automated bin determination?
    Or is it 100 % comparable to the standard putaway / stock removal strategies?
    Thanks for some hints on that.

    Hi,
    I would like to add a point here that there is possibility of transmitting a screen widow to hav the value of GR number. You can do the settings  in OMLR in the AddlData for the appropriate Mvt (eg 321)
    This will cause to have the GR number to the PCN, which is compared with the GR no in the quant existing, while creating the TO wrt PCN.
    For eg: Material           Qty              Stk catgry                Bin                      GRno
                     A                  20                    Q                      B001                  5000000102
                     A                  40                    Q                      B003                  5000000140
    Now, when transfering the stock category form Quality to unrestricted, for 20 qty, a PCN will be created bforethat a pop-up screen flows in which u'll b giving the GR no as 5000000140.
    So u have the PCN for Qty 20, with GR no 5000000140.
    When u create a TO wrt PCN, system will pick the stock from the bin B003.
    I don't know how far this may light u.
    Reg
    Prasanna

  • Change run for Compounding  infoobjects

    Hi Experts,
    I need a solution.My question is that do we have any option like attribute change run for compounded infoobjects.Ex.Componding change run??.
    Issue is that.I have Characteristic infoObject ZBOMM i.e for Bill of material.It has attributes and compounded infoobjects.The componded infoobjects are 0plant and 0material.We know these compounded objects acts as an primary key for ZBOMM infoobject.When the changes happen for attributes,because of attribute change run it over writes all attributes of ZBOMM which will be available for reporting.But when it comes to compounding infobjects (0plant and 0 material) it will retain the old data and also reflects the new changed data.this is shows double entry in reports.I want the old data not to be present as it happens for attributes.
    Is there any solution for this problem?.
    Please let me know.
    Thanks and Rgds
    ACE

    Hi!
    Run RSDDS_AGGREGATES_MAINTAIN for 0plant and 0material.
    Hope it helps!
    Adwin

  • Can we apply attribute change run for datatarget (Master data )

    hi,
    can we apply attribute change run for datatarget like masterdata where for example i am loading 0pm_order_attr to 0pm_order data target (master data). after successful loading of data, do i have to apply attribute change run for <i>info object</i> 0pm_order or apply attribute change run for 0pm_order in <i>info providers</i> because after successful loading of pm order data, i am trying to load transactional data and it is showing error "No SID value found for xxx record"
    pls advice how not to make the error repeat even after successful loading of master data.
    Thanks in advance, quick responce is greatly appreciated.

    Hi all,
    i am in production server and cannot activate the master data 0pm_order which is in info providers directly, is there any chance of activating it with any other option.
    coming to attribute change run, i understand that we can apply for master data objects which are there in info providers, am i correct?
    i ran attribute change run yesterday for the info object 0pm_order but even after doing that i tried to load transactional data but it was failure with the same error "No SID value found", why i am getting when i found master data loading successful and ran attribute change run for infoobject.

  • Attribute Change Run- For Custom InfoObject

    We have custom IO ZGN_PROD. For past few days attribute change run is not happening to this IO even though there are thousands of M version entries in P table. We have tried to use Report RSDDS_AGGREGATES_MAINTAIN for attribute change run but then also it is not going through. When we debug this report we found out that there is SQL statement in Report RSDDS_AGGREGATES_MAINTAIN which is not getting executed successfully.
    SQL Statement is
      UPDATE (<l_sx_itab>-name)
        SET  objvers = rs_c_ojbvers-active
             changed = rs_c_changed-nothing
        where objvers = rs_c_objvers-modified
          AND changed = rs_c_changed-insert.
    After execution of this SQL Sy-subrc is 4 instead of 0.
    What could be the reason.
    Can you please help me resolve this issue?
    Thanks and Regards,
    Samir

    Haven't really looked at the object types in the process chain (we're still using event chains here for the most part), but I would be inclined to leave it as, and only change it if you have a problem.
    The process chain tool drags steps into the chain by default, e.g drop and build index, attr change run.  That doesn't mean you have to keep them in the chain.  If you do not have hierarchies in your aggregates, you could remove the step.  Now of course, the burden falls on you to remember to add it if you ever create an aggregate with a hierarchy in it.
    Of course the next would be, if most of your queries use a hierarchy, you would probably want the hierarchy in the aggregate, otherwise the aggregate isn't going to be used.

Maybe you are looking for

  • How can I open a new window for a (calculated) PDF?

    Hi, I have a BSP application with MVC. The start page is a HTML/HTMLB page with some buttons. If you click on the buttons, you get a PDF document in the same browser window. I generated the PDF over smart forms from table/Cluster data. I call the con

  • Exchange Applications between differents repositories

    Hi everybody! I'm doing a test with Designer 9.0.2.95.8. I'm trying to work in one environment, builting diagrams and others, and after that export the work to other environment that means other DB with other repository instance, but it's not working

  • Screen exit in VA01

    HI gurus, I need to add some custom fields in VA01 tcode in header level Additional DATA B Tab and also in item level. i came to know in SDN we can do it using screens 8309 & 8310. I didn't implement them before ... can anyone provide step by step pr

  • Run a Stored procedure in Orchestrator Query Database

    I dont see an option where a stored procedure can run in Database query. Instead of putting a query, I would like to have a stored procedure run at different intervals and then send out the notification. If it is not in Database Query, Where do I fin

  • Error: Message Id: CoreDBScriptExecutionFailed (SQL2012 SP2)

    Hello, I met such error at [Knowledge Base Management - Discovery]. While I click the start button, I got this error: Message Id: CoreDBScriptExecutionFailed Execution of DB script 'Microsoft.Ssdqs.Core.Service.KnowledgebaseManagement.TSQL.drop_trans