Query on Planning WorkFlow Process

Hi Guys,
I have a query on Planning WorkFlow Process i.e Two Business Units are willing to do their Budgeting & Forecasting Process in different periods.
I would like to bring first one process for this and I would like to grant access for these two business units accordingly.
Will it be any problem doing like this? If not please suggest me what is the best approach for this.
Thanks,
Suresh.

Hello Suvin,
You can try to check the value for your return sales order with T-code MB51
Go to MB51  Enter Movement type 651 execute..
Next screen Press Ctrl + Shift + F12 . It will take you to next screen..
In this screen use Ctrl + F8, you will get field Column selection Popup..
in that Choose " Amount in LC" & Sales Value.
With this you will get the value. If the value is Zero then it means that the return stock from customer is non valuated.
Note:
T.Code MB52 : Display Warehouse stock of Material in Hand.
App:lication
You use this report to display the total stock of a material (quantity and value) at plant and storage location level. If transit stocks or stock transfer stocks exist at plant level, the system totals these stocks and displays them in the column In Stock Transfer in a stock line without a storage location.
Note that in this report, the stock value of the warehouse stock is calculated using the following simplified formula:
Stock value = quantity x value/valuated stock
Therefore the stock value specified here only has informal characters and does not represent the actual stock value.
Br,
Tushar
Edited by: Tushar Patankar on Jan 11, 2011 6:28 PM

Similar Messages

  • Using in the workflow process the element of Scenario dimension which conta

    Good day All
    In the Scenario dimension has been created element which include as children the some store elements of the Scenario dimension (Plan, Fact ...).
    This element has been assigned as scenario element for Planning Unit Hierarchy.
    When we start the workflow process the children of its elements (Plan, Fact ...) still available for edit on work form for all users.
    Question. Work form contains several elements of Scenario. As in the workflow process close all of these elements, creating only one Planning Unit Hierarchy and run the process only once (in fact, one Scenario).
    thanks

    The total video bit rate is determined by audio & video. Depending on what rate your video file was encoded at will determine how much room is left for audio. PCM(aiff/wav) audio requires a bigger piece of the pie. Video bit rate too high means your overall(video+audio) rate is going above 9Mbps which the format won't allow. The only way to use aiff would be to lower your video file's data rate. The length of your program is also a factor in all of this.
    I had some problems in the past with using aiff instead ac3. Although there shouldn't be any issue I experienced playback issues on some players that couldn't be explained but were cleared up by ac3.  I have been using the same specs as Dave's suggestion for almost nine years and have not had any issues with mix, quality, or levels.

  • Using in workflow process the element of Account dimension with subordinate

    Good day All
    In the dimension Account has been created element, which contains several shared elements. This element has been added as a Parent member when creating a Planning Unit Hierarchy. When we run the workflow process the child shared elements still open for editing for all users.
    May be we can’t using shared members in this case?
    Thanks

    Are you the one who commented out the code you're looking for ?//String desc = StringFactory.getString(attributes.getValue("desc"));You just have to modify you AttributeObject class to hold a new field : String description. And then, it's up to you to create a new constructor or a new setter method.
    Btw, this is not a Swing related question.

  • Can a workflow process continue from form trigger?

    in my workflow project i have launched a workflow process from a form.in the process there is a notification from which i can open a form for further modification of data .currently i am continuing this particular process by pressing an 'updated' button in the notification after updating the data from form. if not updated it'll send that notification back again.can i do the same functionality through a button say 'updated' in the form called from the notification?
    ie i want to continue my process from my custom form called from notification,not by responding the notification's button itself .
    anyway i have completed the project succesfully.if anybody needs any help related to the functionalities noted above ( like 1.launching workflow from form or concurrent program
    2.opening(querying a custom form with particular data) a custom form from notification.
    3.submitting concurrent program from a workflow process ) can contact me at [email protected]

    When we consider that email is simply a communications protocol being leveraged by the workflow, it becomes clear that the problem most likely lies in the email enablement of your Archive list.  If your Archive list is indeed identical to the Requests
    list, then I would take a look at configuration for email on that list as it probably isn't configured correctly.  Additionally, you may wish to double check the email alias you're using in the workflow.  Sending email to the wrong email address
    is just a slip of the keyboard but can result in many hours of debugging.  Ultimately, I would recommend tracking the email through Exchange logs to see if it's received and sent correctly.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Custom Workflow Process

    Hi All,
    I am trying to integrate the custom UI with human workflow process. Once the human task is initiated in BPEL, the workflow reference links in the email generated should point to custom UI links.
    I have developed the UI application where the user can approve or reject the any transaction. Once the user approves the task the control should be sent back to BPEL process with the outcome.
    If the above case is possible, could anyone please provide me some pointers or documentation.
    Thanks
    Ramana.

    Hey,
    Thanks for the reply. I guess I didn't put my question clearly. What I am trying to achieve is different.
    Here is my question:
    Usually for the Human Task activity the owner can approve the task going to URL (http://host:port//integration/worklistapp), but in my case I want to use custom UI instead of standard worklist app url.
    In the custom UI user can approve and the approval information is sent back to BPEL human task and I will proceed further with other activities after the approval. I am planning to use portal applications for custom UI.
    Thanks,
    Ramana.

  • Workflow process does not complete for 3500 but works for about 10 records

    Hi Gurus,
    I am a novice in workflow. Pls bear if the questions are very basic.
    We have a old custom workflow process which is inistaed by a PL/SQL procedure
    WF_ENGINE.CreateProcess ---
    WF_ENGINE.StartProcess ---
    COMMIT; ---
    Now this process has run for over 6-7 years but has always processed max upto 8 or 10 records at a time. Now we had about 4000 records in a table and the process was running for more than 4 days now and it has been termiinated.
    I could not see any new item_keys. Is it because we have a commit only at the end.
    This process has 3 sub processes. they are connected by 'AND' and then we have an 'End' node.
    The first sub-process is simple and we can see a record in wf_items .
    Howver no records are there in wf_items for the 2nd and 3rd sub processes.
    How can we check the point where it has hanged. Querying Status monitor just gives the first sub-process that has completed. How to debug for these cases.
    This has always worked for small volumes. Now we have about 4000 records and we face this problem
    The process actually checks data from the table and based on some conditions , it send 5 different notifications to 5 different mail groups. So we expect about 4000*5 mails to be sent.
    Any help is welcome.
    Thanks,
    L
    Edited by: 901929 on 20-Jul-2012 01:38
    Edited by: 901929 on 20-Jul-2012 01:39

    L,
    Please check the following:
    1. Since this is pure PLSQL you can have a SQL script where you enable a database event to get a trace and then run tkprof on the output to spot any performance problem. You can use something like:
    alter session set tracefile_identifier='Background' max_dump_file_size='unlimited' events '10046 trace name context forever, level 12';
    begin
    wf_engine.CreateProcess(...);
    wf_engine.StartProcess(...);
    end;
    commit;
    alter session set events '10046 trace name context off';
    select fnd_debug_util.get_trace_file_name() tracefile from dual;
    2. Do you happen to know if WF runtime tables are being purged regularly? If this is not done you can expect serious performance problems. If this is WF Apps embedded you need to clean data using the concurrent request Purge Obsolete Workflow runtime data, if not then you can use the APIs in package WF_PURGE.
    3. You will only find one record in WF_ITEMS for this process if those sub-processes belong to the same item type
    4. About the notifications, make sure you are not running into this design problem: https://blogs.oracle.com/oracleworkflow/entry/looping_within_a_workflow_process
    Regards,
    Alejandro

  • Track history in a Workflow process.

    Hi
    I have to track the action taken on a particular task and insert them into the application table. Is there a way to do this from the BPEL process. I tried the onMessage callback events for the Task service. None of them are triggered when an action is taken on the task.
    Thanks
    Soumya

    Perry,
    Concerning your first question - "How do you get the current participant's name in a workflow process?"
    You will need to edit the WorkOnTask.asp located in ( ..\WebAccess\Web ) which is responsible for the merging\rendering of form\data. Add the following line around line 28, just after the destruction of the rs.
    xmlData.SetField("WF_CURRENTLOGON", theUserName);
    Now, on the XFA template add a field called "WF_CURRENTLOGON" and youre done. Note: This field will populate with the current wf particpant that has rendered the form ( great when using SWL ).
    On your second question - "Get a list of all users who have access to the current user's worklist."
    Building off of the last entry, within an ASP you can query the WorklistShares Table using the EPSDK, this should return a list of users per SWL. This could be called from either the Process or Form Template.
    Enjoy.

  • Color workflow process status

    Hello,
    i want adding some color to the workflow process status.
    I find a link (http://www.orahyplabs.com/2010/08/customize-workflow-in-hyperion-planning.html) ...that explains how to do this...and so I'm wondering how access to two tables HSP_PM_ACTIONS
    and
    HSP_PM_STATES
    Cheers,

    in SQL Server I executed the code:
    update HSP_PM_STATES set COLOR = 'BLUE'
    where name = 'First Pass'
    update HSP_PM_STATES set COLOR = 'ORANGE'
    where name = 'Under Review'
    update HSP_PM_STATES set COLOR = 'GREEN'
    where name = 'Approved'
    update HSP_PM_STATES set COLOR = 'PURPLE'
    where name = 'Signed Off'
    update HSP_PM_STATES set COLOR = 'RED'
    where name = 'Not Signed Off'
    there's the color of the status 'First Pass' is changed to 'Blue'. the color of other statutes not.
    I verified the syntax of the names of various statutes ... it's okay
    why the other colors are not displayed
    i use Version 11.1.1.3
    cheers,

  • Cannot execute workflow process definition

    Hi,
    I am new to Siebel. We are researching on Siebel Public Sector Case screens.
    I have installed Siebel Client & Tools and defined the Debug configurations in the Tools. When I hit F5 in Tools, the Client loads. However, when I click on the Eligibility button on the Case screen I am rendered the error: *"cannot execute workflow process definition 'PUB Eligibility Determination Workflow'. (SBL-BPR-00158)"*.
    Browsing through the Administration - Business Process -> Workflow Monitor, I noticed that none of the Workflows (available in the Tools) are getting displayed. Please let me know if there is any configuration that I might have missed out.
    Thanks in advance.

    Hi,
    In case this is a new installation of Siebel, by default Workflow processes are not activated on the Server. As a result you will face the mentioned error.
    In this case just go to the Administration - Business Process -> Workflow Deployment -> Repository Workflow Processes and in the top applet query for the Workflow causing the error. Also query for the same in the lower applet as well. If there is no record in the lower applet or if the Repository Version in the lower applet is not matching to that on the upper applet, you need to click on the Activate button on the Top applet to enable the latest version on the server.
    By Check In process it means that you check-out i.e. lock a particular object for exclusive modification and then checking it in i.e. publishing the changes onto the server for all the other developers.
    With Regards,
    Tanmay Jain

  • Not able to find Workflow processes

    Hi all,
    I need to check Sales order line workflow for a stuck sales order. I have Workflow administrator, when I log in through that and click on Find Processes, The Find processes window opens; but the Item Type dropdown has only "All" value. No other workflow names are availble. Please help.
    Thanks,
    Sudip

    I need to check Sales order line workflow for a stuck sales order. I have Workflow administrator, when I log in through that and click on Find Processes, The Find processes window opens; but the Item Type dropdown has only "All" value. No other workflow names are availble. Please help.If SYSADMIN is the workflow administrator then you need to login as that user to see all workflow items.
    User is Able to Query Only the Workflow Items They Own in Status Monitor [ID 755223.1]
    Unable To Login As Workflow Administrator As Sysadmin [ID 396821.1]
    Thanks,
    Hussein

  • Help- Unblock a Workflow Process

    a WorkFlow newbie.
    I have a workflow process which executes a external java functions and waits in a BLOCK state until get a success reposonse from java.
    Unblocking Plan:
    Middleware services updates a table which triggers a PL/SQL call which should unblock the BLOCK state.
    How do I unblock a "BLOCK"ed process using a PL/SQL?
    Any idea?
    Thanks

    http://java.sun.com/docs/books/tutorial/essential/thre
    ads/clock.html
    this might look like a "u do it 4 me" situation
    but....i didnt understand very well how to assign a
    new thred to somefing...
    clockThread = new Thread(this, "Clock");
    this means its name is clock and its going to exec
    exactly wat?
    if i want it do this method wat do i have to do?
    private static int randomName(String wtf){
    sorry if this looks like basic stuff but java isnt
    very clear to me yet...B(((.....That's why you need to read through and do the exercises in the tutorial. After doing so, if you still have questions, please ask. Otherwise, you need to learn a bit, and you've been given several excellent references to start. This forum is not conducive to tutoring. Threads are not an entry-level subject. You may want to consider starting at a more basic level before jumping into multithreading with Java.

  • User Role - Hyperion Planning Workflow

    Hey,
    I have Provisioned a user as 'Interactive User' in my Planning application. However, in the Workflow process, this user gets the option to Promote and Approve as well.
    I do not want this user to have the right to Approve. Any suggestions.
    Would appreciate a swift response.
    Thanks & Cheers,
    Sahil

    Dear All,
    I have raised a couple of bugs against it.
    I think now all other products are moving way ahead ......Our Hyperion is still have lots of limitations .....
    The following are the points i have noticed.
    1- There is no secure workflow .... Without any one promoting it or reviewing it ....with one click final approver can approve the budget.
    So what is the use of promotional path if that is not followed in hyperion.
    2- Bug with Delegate in work flow.
    3- Budget initiator will see Originate option & Budget approver will seee Promote.
    ( Why why r they seeing ?????)
    So be carefull and test the system before you demonstrate to the client.
    Regards
    Praveen Krishna

  • Not Receiving Email Notifications via Hyperion Workflow Process

    Hi All,
    Configuring SMTP for workflow process in Hyperion planning.
    I did the following steps for the above process.
    1--> I checked whether SMTP server is running or not using Telnet command in the machine where the application is running-->*[Its working fine]*
    2-->Then I logged in to planning application with admin credentials and set the Email server details as follows
    2.a) *[Planning-->Administration-->Application-->Settings-->I entered the Email server details]*
    2.b) *[Planning-->File-->Preferences-->Planning-->I mentioned the Email address for administrator]*
    3--> I created several users using shared services console and I set the security Access type as Descendents Inclusive for each and every dimensions.
    4--> I set the Email address for every users which are created in the above step *[Planning-->File-->Preferences-->Planning]*
    5--> I created a Planning unit Hierarchy.
    6-->I logged as a Planner and I entered the budget in the Data form .
    7-->I promoted this budget to the Higher official for verification process.
    8-->But I didn't get the status mail for the above process.
    Kindly guide me whether I am following the right procedure to config SMTP in my application.
    How to get the status of the notification mail through relational tables.
    Kindly mention the location of log files regarding this issue.
    Please guide me to overcome this issue.
    Thanks and regards
    Sai

    Hi John,
    Thanks for your reply. I couldn't get you from the below quote
    Does you SMTP server accept anonymous connections?
    Anonymous in the sense that you mean like Unauthenticated connection. Yes my mail server is unauthenticated server, hence it doesn't require any username and password.
    Regards,
    Sai

  • Hyperion Planning Workflow

    Hi,
    Can I change format of Email which I get during workflow process?
    Please let me know if anybody know whether we can change or not.
    Thanks in Advance.

    Hi, actually i'm not sure what you mean by format.
    For translation from english into russian i have changed HyperionPlanning.ear
    (my path D:\ORCL\MW\EPMSystem11R1\products\Planning\AppServer\InstallableApps\Common)
    There you can find HspCustomMsgs_en.properties and HspCustomMsgs_en.template and do Ctrl+F with "email"
    f.e. MSG_PM_EMAIL_NOTIFY_TITLE=... etc
    Unfortunately i forgot either you need change both or one of the files. You can try it youself.
    And be sure you are restarting Planning after that
    Hope it will help

  • How I can auto approve pending workflow process, once month end proces

    I have created workflow process for timesheet approval.
    I want to auto approve all pending timesheet (i.e (default notification timeout is 7 days) notification send to approver, but still not approved) in Oracle workflow Process, when Month end process started
    Month end process will initiate a flag in pending timesheet header table with process started

    I am not sure if I understand your requirements completely.
    1) If your requirement is that all the pending timsheets have to be approved by month-end (not really when month-end process starts) then set the Timeout of the notification to Absolute Time of end of that month... so that by the end of the month the background engine will pick it up.
    You may design the approval notification within a Sub-process with RESULT attribute of Approve / Reject. Design a Timeout transition for the Notification Activity within the sub-process that will go to an END activity that has Approve result. Thus once the notification times out, the sub-process will complete with result APPROVED.
    2) One other way is to respond to OPEN notifications using APIs.
    WF_NOTIFICATION.SetAttrText(nid, 'RESPOND', 'APPROVED');
    WF_NOTIFICATION.Respond(nid);
    You should have queried up all OPEN notifications for Timesheet approval and do this in a loop... which could be time-consuming sometimes.
    Thanks

Maybe you are looking for

  • How to install Windows 7?

    After having problems with Parallels I am giving Boot Camp a try. However, the assistant only mentions Windows Vista and XP. So which instructions should I follow? Or are there some updated ones for Windows 7. Also, could you give me any suggestions

  • A lot of time to multiply two arrays

    Hello! I want to multiply two arrays. The size of the two arrays is 1568x1568. I use to do it a AxB.vi block....but it spends a huge time, almost 17 seconds, when a operation like this have to be done it less than in a second. I 've attached an examp

  • IWeb to Dreamweaver

    I agreed to host a website for a friend who's new to web design. She designed the site in iWeb. When she had trouble publishing it, I downloaded her site to my computer, then published it with Dreamweaver - and it blew up in my face. Actually, the si

  • Can anybody tell me the exact use of "SQVI" T-Code in SAP

    Hi, Can anybody help me the exact purpose of "SQVI" t-code with one example of scenario to understand. Regards, Prasad.

  • Why did finder change some modification dates when making a copy?

    I just copied a very large number of files using Finder and I discovered that some modification dates were changed.  For me this wasn't a problem, but it's strange and I don't understand why it happened.  I wonder if anyone else has seen a similar be