Change work status from Excel interfase directly

Hi,
Anyone knows if there is a way to change the work status directly from the Excel interfase? I mean, with vba code or some function instead of using the web interfase?
Thanks.
Regards

Hi.
I have the same need in MS. I would like to change work status directly from Excel but don´t know how to do it.
Can you please clarify about the program UJW_WS_TEST? I don´t know what is this (it probably is different in BPC MS 7.5?)
Thanks.

Similar Messages

  • Work status from the BPC for Excel interface

    Hello everyone !
    I got an issue on version 7.0M of BPC with WorkStatus. When i try to access to the work status from BPC the page won't load but i can access to it by the Web. Do you have any clue about that ? 
    It it the BPC server configuration ? The web site is with ASP2.0 is it an issue ?
    Best regards,
    Damien

    The problem seems to be related to how you configured the BPC application and web server.
    Just check table tblapsetinfo and tblserverinfo from database appserver to see if you have right configuration.
    I mean if you have the same name (FQDN or IP) for both application server and web server.
    Osoft virtual directory must work using .Net 1.1 no t2.0.
    Regards
    Sorin Radulescu

  • Error changing work status in EPM Addin

        Hi all,
        I'm trying to change the working status for a category and a specific period.
        However in doing so the system is generating error
        Failed in checking status in control
        Failed or unexecuted control sets exist in your data region
        I'm doing this from Excel client, option EPM tab, save data, change work status.
        Working state has already configured in the Web Administrator
        That I can do to fix this error?
        Thank you for your help
        Regards,
        Guillermo

    Hi all,
    According to what the 1795953 note says and thread sent by Dinesh,
    the problem is some of the Entity members are not part of the Group selection on Ownership settings. This is the configuration that I have for the entity
        I'm trying to change the work status for the item Org_so, who is the parent of the other.
        I have another question, what is the relationship between the controls and work status,
        if controls have not been executed you can not change work status?
        Best regards,
        Guillermo

  • Is it possible to change the status from Bid Rejected to Bid submitted?

    Hi there.
    We are working in SRM 4.0.
    One user rejected a bid, but it was a mistake. Is it possible to change the status from Bid Rejected to Bid submitted?
    We would like to modify the status from Bid Rejected to Bid submitted or Awaiting Approval to Bid submitted in order to solve errors.
    Thanks and regards.
    Raúl Moncada.

    Hi ,
    Use Function Module : BBP_PD_BID_STATUS_CHANGE
    Supply Activity = 'QOSU' .
    Regards,
    Sachin S M

  • Change Build Status From PL/SQL

    Apex 3.2
    Please see my previous thread
    Change Build Status From PL/SQL
    We tried this code
    CREATE OR REPLACE procedure APEX_030200.pr_sup_unfreeze_apex
    as
    begin
      for l_app in (select id
                          ,security_group_id
                    from APEX_030200.wwv_flows
      loop
        wwv_flow_api.set_security_group_id(l_app.security_group_id);
        wwv_flow_api.set_flow_status (p_flow_id     => l_app.id
                                     ,p_flow_status => 'AVAILABLE'
      end loop;
      commit;
    exception when others then
      dbms_output.put_line (sqlcode);
      dbms_output.put_line (substr(sqlerrm,1,250));
      dbms_output.put_line (substr(sqlerrm,250,250));
      rollback;
      raise;
    end;but recieved error
    BEGIN APEX_030200.pr_sup_freeze_apex; END;
    Error at line 1
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "APEX_030200.PR_SUP_FREEZE_APEX", line 51
    ORA-06512: at line 1
    Any ideas ?
    If I just run
    select id,security_group_id
    from APEX_030200.wwv_flows
    ID SECURITY_GROUP_ID
    4000 10
    4050 10
    4155 10
    4300 10
    4350 10
    4400 10
    4411 10
    4500 10
    4550 10
    4700 10
    125 1.07701203277056E15
    1000 1.08971536719791E15
    1010 1.08971536719791E15
    114 1.41432144152464E15
    123 1.43440509319107E15
    160 2.25192481868561E15
    190 2.41432896355852E15
    100 3.93632559648557E15
    103 3.93632559648557E15
    130 5.9543257997941E15
    140 5.95501879180405E15
    Edited by: Gus C on Nov 8, 2012 5:43 AM
    Edited by: Gus C on Nov 8, 2012 5:50 AM

    Hi Gus,
    as Rod already mentioned, wwv_flow_api.set_flow_status would be the way to go. It's no officially documented or supported API but it will do what you want. Just be prepared that it might be removed in the future. The API is defined as following:
    procedure set_flow_status (
        p_flow_id                   in number,
        p_flow_status               in varchar2,
        p_flow_status_message       in varchar2 default null,
        p_restrict_to_user_list     in varchar2 default null )Example code to make all applications unavailable (has to be executed as APEX_040200).
    begin
        for l_app in ( select id,
                              security_group_id
                         from wwv_flows )
        loop
            wwv_flow_api.set_security_group_id(l_app.security_group_id);
            wwv_flow_api.set_flow_status (
                p_flow_id     => l_app.id,
                p_flow_status => 'UNAVAILABLE' );
        end loop;
        commit;
    end;Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Cannot Change Item Status from Active to Inactive

    Dear All
    Cannot Change Item Status from Active to Inactive on Item master screen. can any one provide the steps.
    Best Regards
    Arifuddin

    Check on below link under "Defining Item Status Codes"
    http://docs.oracle.com/cd/E18727_01/doc.121/e13450/T291651T291798.htm#I_t_ditstatus
    thanks

  • Sharepoint Designer - Two step List Workflow task item is not changing the status from not started to Complete

    Hi 
    Using SPD i am creating list workflow.
    Scenario: Employee submits a request . Task assign to manager. Manager can either approve/ reject. If approve then change the state column to "done". If rejected the state column to "Rejected".
    Problem is "Assign a to do item" is assigning the task to manager. But after manager approves the status in the task list not changed to "Completed". Still it is showing "Not started". I dont want to manually complete the task.
    Please help me for automatic process. 
    What i should do to change the status to "Complete" automatically after manager approval
    Regards
    Jhanani
    Janani.R

    Hi Janani,
    From your description, you would like to create an approval workflow for a list. When an employee submit a request to the list, an approval task should be assigned to manager, then manager could approve or reject the request. From the request list,
    we should be able to see the Approval task’s status.
    Not understand the reason of designing the workflow to two steps, an approval action should be enough from my understanding. For producing, I create a list named Request list, then customize it in InfoPath form to add a Request field for stating request
    content. Then add a workflow to list named Approval task, add the action of Start an approval process with administrator and make the workflow automatically start when item is added.
    The image below shows the status of Adding items, Approving and Rejecting. Please check if it could meet your requirement.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Change Report Status from "completed / passed" to "Completed"?

    With Captivate 5, is it possible to change the Report Status from "completed / passed" to "Completed"? The "completed / passed" given is causing issues with my LMS thus need "Completed" only. Is this possible with version 5 or even version 6?
    Thank you in advance for any help!

    Hi There,
    Thank you for reaching Adobe Community.
    You can select the below settings from Edit > Preferences >  Quiz > Reporting panel. You can change the Status representation to Incomplete > Complete.
    Here is the screen shot frm ScormCloud LMS:
    Thanks!

  • CS5.5 crashes when I change work space from editing to color correction

    When I change my work space from editing to color correction CS5.5 crashes.
    Can get it to change from editing to audio work space without crashing, but when I want to change back from audio to editing it crashes then too.
    Any help appreciated.

    In my quick search (check me out there), THIS DRIVER appears to be the latest. I would install and test with it. I find it a good idea to do a System Restore Point for before a driver install, and to also keep a few older drivers available, just in case one needs to roll-back.
    Good luck,
    Hunt

  • Changing Work Status using data package or script logic

    Is it possible to set Work Status using Script logic, or an SSIS package.
    I know status is kept is an SQL table, is it possible to just update the locking table with a new record, or is there more to changing the work status.
    Thanks for you help

    Thanks for your reply. This would be a nice enhancement.
    Although the work status does help with the audit trail of who and what locks the data, doing it automatically will allow the system to automatically unlock the period when it is opened before auto-loading the current closing balances. It will need to be carefully used in order to maintain proper audit trail of the data. When done automatically, the system userid would be used in the lock table witha  timestamp.
    I am needing to know if there are anyother steps involved in locking data other than writing to the SQL lock table. Is usppose this is especailly relevant when locking a parent and pushing the status to the children.

  • Change work status behavior

    Hello,
    I would like to change the work status behavior of my application to Top Down.
    Does someone know how I can change this ?
    Thanks,
    Mathieu

    Hi Mathieu,
    You need to set a parameter named TOPDOWN.
    This defines how to handle approval of work status. If TopDown, work status is approved no matter if sub-work status is approved or not. If BottomUp, work status can be approved only if all sub-work statues are approved.
    Note: When you change the value of this parameter, existing work status information is removed.
    The valid value for this parameter is Yes/No.
    Hope this helps.
    Regards,
    Badrish

  • MIGO : CHANGE FIELD STATUS FROM DISPLAY TO EDIT FOR BATCH

    DEAR GURU
    I HAVE CONFIGURED SHELF LIFE FOR OUR PLANTS. WHEN A PLANT USER CREATING RESERVATION FOR SHELF LIFE ITEM , SYSTEM IS ASKING FOR BATCH NUMBER & THEY ARE SELECTING ANY  BATCH FROM F4 LIST.
    AFTER THAT WHEN STORE USER IS CREATING ISSUE SLIP  AGAINST THAT RESERVATION, BATCH NO IS SHOWING IN DISPLAY MODE . COULD WE CHANGE THIS FIELD FROM DISPLAY TO EDIT MODE, SO THAT IF PLANT USER ENTERED WRONG BATCH ,STORE USER CAN CHANGE IT DURING ISSUE SLIP.
    REGARDS
    RAJ

    hi..
    Please check.
    MSC2N or MSC5N....

  • Form Change it status from Query to others without any reason

    Hello,
    I have two forms(develper 10g R2) first one works fine if I call that form via menu and want to exit without any modification or insertion it will not ask for saving or cancelation but the second form ask every time for saving and cencellation when I call that form, without any modification/insertion the problematic form have three blocks first block is Control block(database block =NO) and when I called form the cursor moves directly in to the Control block and if I want to exit without touching anything it ask for saving/cancelling,
    on exit I wrote code like this
    IF :SYSTEM.FORM_STATUS <> 'QUERY' THEN
    ELSE
    exit_form(no_validate, full_rollback);
    end if;
    some one have idea why.
    Thanks and Regards, Khawar.

    Hi SIS,
    I ran form in debug mode and continuesly monitor form status, it start with Status of NEW(is it normal??), since the status is new it ask for saving/cancel, I have another form(which behave normal) I did same with it, it also start with NEW status but when I assign a value to an item resides in Control block in WHEN NEW BLOCK INSTANCE trigger the form status changes to QUERY, so I applied same here and assign dummy value to dummy item, and it works fine.
    Thanks, Khawar

  • Change system status from PDLV to DLV

    Hi All
    Please help me with this error. Already tick the delivery compeleted in Goods Receipt Tab but then system status won't change from PDLV to DLV. Is there any other way wherein I could change it?
    Thank you
    Jesielle

    Hi Jesielle,
    We're facing the same issue with you. The status remains at PDLV even though we had set the "Delivery Completed" indicator. This only happens to Production Orders that having multiple Items.
    Please share on how you resolved this issue?
    Thanks.
    Regards,
    Hooi Chia

  • Need to change MRP status from Reserved to Fixed - AFS

    Hi,
    I need to change the MRP (allocation) Status (J_3ASTAT) from reserved (R) to Fixed (F).
    transaction  - j4ab
    table - J_3ABDBS (AFS Requirement - Stock assignment) or any other table for this to be updated?
    Do any one have any idea about the Function module or any other procedure to achieve this?
    Thanks,
    Nilanjana

    Hi Nilanjana,
    Yes. You could do this using J4AB.Allocation->Release.
    In the j_3abdbs table, J_3ASTAT field would get changed from "R" to "F".
    The include is /AFS/ARUN_MANAGEMENTTOOL_FCO0Q.
    Best Regards,
    Anitha.

Maybe you are looking for

  • Helpful hints for new Creative Zen MP3 2/4/8/16/32 GB (flash) Users On

    Summary of helpful hints (from this forum and me) for new Creative Zen MP3 2/4/8/6/32 GB (flash) Users Only! Rev.. Date: 4/28/2008 Author: ZenAndy Creative terminology: MP3 Player Recovery Tool - A program that resolves the majority of player problem

  • Removing keyword from multiple images at the same time

    None of the documented methods seem to work for me. 1     Select all the images. Go to Metadata > Remove Keyword [my keyword] - the keyword is only removed from the image that is selected in the batch - i.e the one that has the yellow border round it

  • PDF with flash files

    i am trying to convert PPT files that have embedded flash videos to PDF format with ACROBAT 9 PRO -- but i'm running in to problems. ideally i would like to just open the PPT file in POWERPOINT, and use the "convert to Adobe PDF" menu command.  howev

  • IPhoto after the installation is not working at all

    Every time I tried to execute iPhoto I received the same message: "*In order to open iPhoto, you need to update to the latest version*. +Please run Software Update to install it now+". The big problem is that is not an update is a new installation of

  • Data Type Enhancements:   ECC - SRM Scenario

    Hello, Can anyone tell us how to use the Data Type Enhancement. and what all Software component dependencies we need to define for that. This is with Context for ECC-SRM Integration -- we have installed the add on component LOCINSUS -- this is requir