CProjects Workflow build up.

Hi Gurus,
I have a requirement to build-up a workflow for a proposal acceptance in cProjects. The Workflow is gate-based and should create validation approvals before going on to the next phase. The difficulty stands in creating a serie of customized  tabs for data filling in each phase, and storage of data in SAP tables or structures.
i wish someone could throw some light and give any initial advise on how to start to customize such a workflow (spro menus, custo options, any dynpro designment)
thank you very much, any help will get reward points!

hi,
Check if you can use phase approval process wherein you can maintain all the data with the PDF form. You can have phases in project wherein Project enters from proposal to operation project with approval and all the data mainatained on forms rather than having additional fields at each phase level.
I am not whether the above solution is in line with what you are looking for. Please explain in detail if you are still looking for solution.
Regards,
Pramod

Similar Messages

  • Diff: Version on workflow builder and Maintain Active Plan version on SWU3

    Group,
    Can any one help me to understand the Version on workflow builder and Maintain Active Plan version on SWU3
    Thanks in advance !
    Richard A

    Dear Richard Antony,
    The Versioning in the Workflow is very important its some what simmilar to the version on any SAP Objets like Tables, Program etc.
    Here Suppose any change comes in working workflow, then in stead of directly change them you can create a version of them and them modify it. So that you can reverst back to that version if required.
    Like wise there is lots of importance of versioning Workflow.
    The Active Plan version is also important to establish at SWU3. As all the Workflow is using Organization management which is very depended on the Active Plan version. so based on which Plan version you want to use you can Provide in SWU3 to tell Workflow system to use this.
    Hope this will give you a clear picture.
    Regards,
    Chandrashekhar.

  • Error while installing oracle workflow builder 2.6.3.4

    I got an Error while installing the workflow builder
    the error was while setting the environment variable "PATH"
    can't set the environment variable value as it's more than 1023
    i made ignore to this error and continue the setup
    is that error may affect the workflwo builder to run or it dosen't affect it
    best regards
    Edited by: Miro Graphic on Jul 5, 2011 2:35 PM

    Hi;
    This forum site related wiht Oracle database installation.I suggest,close your issue here as answered than move your issue Forum Home » Database » Workflow* which you can get more quick response
    Regard
    Helios

  • Error while connecting to workflow builder after installation...first time!

    Hi,
    I have installed Oracle Workflow Builder 2.6.3 recently on my system and after installation, when I am trying to connect the workflow builder (using database username/password of that particular instance), it is throwing me the following error:
    220: Unable to set NLS_LANGUAGE.
    210: Oracle Error: ORA-01403: no data found
    . SQL text: SELECT NLS_LANGUAGE FROM WF_LANGUAGES WHERE :l IN (NLS_LANGUAGE, CODE)
    In the previous threads when I searched for the same issue, I found that if
    select value from v$nls_parameters
    where parameter='NLS_CHARACTERSET';
    returns the value other then WE8ISO8859P1 then that is what I should change my NLS_LANG entry for the builder - i.e. AMERICAN_AMERICA.<character set>.
    But I am not getting where should I change NLS_LANG, it is located where...some file? I am new to Workflow.
    Please help me. I tried a lot. Any type of help will be highly appreciated.
    Thanks,
    Sumir

    This issue (and solution) is described in ML Doc 577905.1 (Error While Connecting To Database Via Workflow Builder)
    HTH
    Srini

  • Error while connecting to workflow builder 2.6.3

    Hi,
    I have installed Oracle Workflow Builder 2.6.3 recently on my system and after installation, when I am trying to connect the workflow builder (using database username/password of that particular instance), it is throwing me the following error:
    220: Unable to set NLS_LANGUAGE.
    210: Oracle Error: ORA-01403: no data found
    . SQL text: SELECT NLS_LANGUAGE FROM WF_LANGUAGES WHERE :l IN (NLS_LANGUAGE, CODE)
    In the previous threads when I searched for the same issue, I found that if
    select value from v$nls_parameters
    where parameter='NLS_CHARACTERSET';
    returns the value other then WE8ISO8859P1 then that is what I should change my NLS_LANG entry for the builder - i.e. AMERICAN_AMERICA.<character set>.
    But I am not getting where should I change NLS_LANG, it is located where...some file? I am new to Workflow.
    Please help me. I tried a lot. Any type of help will be highly appreciated.
    Thanks,
    Sumir

    Hi;
    This forum site related wiht Oracle database installation.I suggest,close your issue here as answered than move your issue Forum Home » Database » Workflow* which you can get more quick response
    Regard
    Helios

  • Customized notification message template in Workflow Builder for iExpense

    Hi Gurus!
    I have a few requirements to change the notification format of the AME Expense Report Approval Message and one of which is to add a due date of the notification in the subject line of the email. So i have created a new message template, added in some attributes and point the notification to it. It works but in the email body it is missing some sections like the instruction text and the Previously Submitted Expenses section. The new message template has all attributes from the old message template so i'm expecting it to behave exactly the same.
    We're on Oracle r12 and i use Oracle Workflow Builder 2.6.3.5.
    Can you please help?
    Thanks in advance.

    Hi Patricia,
    For
    '358: Activity result code 'RESET' has no transition defined for it. All valid result codes must be modeled with specific transitions or a <Default> transition.',
    you may have a function step defined in your workflow which could have a result type like 'Yes/No' but you may have defined the next step for the result type 'Yes' but not for 'No'. so you have to complete the flow for all of the result type of that function step.
    for,
    '383: Notification activity must be assigned a performer when used in a process.'
    Open up the properties dialog of the notification in your process and click on the 'Node' tab, there at then end you can find a property called 'Performer' assign the following,
    Type->Item Attribute
    Value->Send to Role (or) Send to Email.
    I guess this is a late response, but i just fixed these problem for my workflow and hence found your query !!
    ~ Vivek MS

  • Information on Globalization of Workflow Builder GUI

    I am trying to determine if the Oracle Workflow builder application can display non-English characters in its menus, labels, dialogs, etc. Is there central site that describes the level of internationalization for this and other Oracle products? I have already looked in the "Products > Database > Oracle Workflow" forum and post a request there. Any point of contact would be helpful. Thank You.

    Hi Srinivas,
    Firstly when you create the container element for the task set is as an import parameter ( Double click on the container element-> Properties (Tab)-> Import(Field) ). Save the task. In SWDD select the activity. Put in the task and Click on Binding button. You will get a pop up showing all the workflow elements and the task elements. Map the workflow element to the task element here. Save and activate the workflow.
    In SWO1 open the method for the business object. Click on parameters button and add an import parameter of the same data type as the task container element. In the program add the following code:
    Data: newvariable type datatype
    swc_get_element container 'NEWVARIABLE' newvariable.
    Open the task definition and click on method binding. Map the task container element to the method input parameter.
    After these steps you should be able to use the new variable in your code.
    Regards
    Bhooma

  • Oracle Workflow Builder and Oracle 9i

    The Oracle 9i Client CD does not include the Workflow Builder and MAPI Mailer, however the Oracle 9i Server CD NT does under the Client Component option.
    Customers on other platforms need access to the builder, so patch 2053572 has been released to remedy this situation.
    Customers should not install any other version of the Oracle Workflow Builder into a 9i Oracle Home. Previous releases of the Workflow require and 8i Oracle Home.
    See Metalink Note 161304.1 for more details.

    Got around the error by not running the installer (setup.exe) that came with the workflow code tree. I ran my Oracle Installer and pointed it at the appropriate place in the workflow code tree, and that worked. The Net8 Config Assistant setup process didn't complete, but I just copied my 9i tnsnames.ora file into the workflow network\admin directory and everything worked fine.

  • Problem with oracle workflow builder 2.6.3.5

    Hello
    I have installed oracle workflow server 2.6.3 on a oracle 10G 10.2.0.1 in Red Hat linux Enterprise 4L and I have Oracle workflow builder 2.6.3.5 on Microsoft Windows XP Service pack 2
    I have the following error when i try to save or open and itemtype from the database
    1005: Language is not populated, please refers to Workflow documentation for steps on populating a language.
    How can i solve this i've alredy changed the NLS_LANG to match with the server
    In the server the language is set to American and in the NLS_LANG i have set like this AMERICAN_AMERICA.US7ASCII
    hope you can help me as soon as posible
    Andres

    Hi Matt thanks for the answer
    i've already seen the wf_languages table and i have the following:
    CODE NLS_CODESET I
    AR AR8ISO8859P6 N
    BG CL8ISO8859P5 N
    CA WE8ISO8859P1 N
    CS EE8ISO8859P2 N
    D WE8ISO8859P1 N
    DK WE8ISO8859P1 N
    E WE8ISO8859P1 N
    EG AR8ISO8859P6 N
    EL EL8ISO8859P7 N
    ESA WE8ISO8859P1 N
    F WE8ISO8859P1 N
    CODE NLS_CODESET I
    FRC WE8ISO8859P1 N
    GB WE8ISO8859P1 N
    HR EE8ISO8859P2 N
    HU EE8ISO8859P2 N
    I WE8ISO8859P1 N
    IS WE8ISO8859P1 N
    IW IW8ISO8859P8 N
    JA JA16EUC N
    KO KO16KSC5601 N
    LT NEE8ISO8859P4 N
    N WE8ISO8859P1 N
    CODE NLS_CODESET I
    NL WE8ISO8859P1 N
    PL EE8ISO8859P2 N
    PT WE8ISO8859P1 N
    PTB WE8ISO8859P1 N
    RO EE8ISO8859P2 N
    RU CL8ISO8859P5 N
    S WE8ISO8859P1 N
    SF WE8ISO8859P1 N
    SK EE8ISO8859P2 N
    SL EE8ISO8859P2 N
    TH TH8TISASCII N
    CODE NLS_CODESET I
    TR WE8ISO8859P9 N
    US US7ASCII Y
    ZHS ZHS16CGB231280 N
    ZHT ZHT16BIG5 N
    37 rows selected.
    as you can see i have installed the american_america.us7ascii
    also the nls_lang key in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_oracleas1
    is set to AMERICAN_AMERICA.US7ASCII
    I don't know wich is the problem with this
    thank you again

  • 601 SAP Business Workflow - Build and Use

    Hello,
    I am working in ABAP for last 6-7 years. Due to project need planinng to take BIT 601 SAP Business Workflow - Build and Use  class.
    Please suggest if this class is good  to get started in SAP workflow. Pre-requisite for this class is BIT 600. I am not taking that class. Can I do self study and pick it up?
    Please suggest how I can get ready for workflow.
    Thanks,
    AP

    Hi,
    Org structure needs to be setup by HR, but you can set up org structure yourself. Its not a big deal. 601 will go thorough this process. Also you can have workflows without org structure.
    Go through this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70b074ac-fa1b-2a10-1587-bd084347fc56
    On help.sap.com, there is a demo for an absence request workflow. If you go through them, it should give you an idea of all the basic tcodes including the creation of a HR org structure, workflow build etc.

  • Unable to view flow in Workflow builder

    Hi,
    I have created a process flow in OWB904 and deployed it to workflow repository. The flow runs ok from OWB and from SqlPlus. When I try to connect to workflow repository from workflow builder (2.6.1.5.2), I get the following error:
    WFLDRL_FAIL
    WFLDRLD_FAIL
    WFLDDITT_FAIL FILTER=%
    WFITTS_FAIL NAME=PKDW3
    WFITTV_FAIL OPERATION=SET NAME=PKDW3
    WFXXXV_DESC DESC=Process Flow Package
    WFSTRCK_SPACE
    I have to run the workflow script 'wfrmitt.sql' to remove the deployed item. The repository then become accessible again. OWB deployment manager reports no error: Any clues?

    Rolf,
    The issue seems to be in the description.
    We can reproduce this with a trailing space on the description of the ProcessFlow Package. Then we get the same messages you get, but you seem to be getting the raw NLS keys not the NLS'ed strings (don't know why)
    The solution is to remove any leading or trailing spaces from the description.
    you could look at the DESCRIPTION column of the WF_ITEM_TYPES_TL table of the Workflow repository to confirm the presence or lack of spaces.
    Hope this helps,
    Jean-Pierre

  • Oracle workflow consultant (with workflow builder exp)

    May 25 2004
    Our client is a major bank in Jamaica and they have a requirement for an Oracle Workflow Consultant. This is a 6 months contract and it would be 3 weeks/month in Jamaica and 1 week/month back home. All expenses including trave, accomodation (5 star) and meals would be taken care of. There would also be a per diem and a bonus at the end of contract.cllient considering US/Canada based consultants.
    ·     A Technical Consultant with expert experience with Workflow
    ·     Expert technical experience and strong functional knowledge
    ·     Experience using “Workflow Builder” as a tool
    ·     Experience with configuration, customization, and modification of pre-configured workflows with Workflow Builder to suite business applications
    ·     Customization of workflow and optional set-ups such as enabling email process
    ·     Experience with configuration/escalation/exceptions in workflow
    ·     Workflow Builder is accessed at the systems administration level so consultant has to have experience with systems administration (application system administration)
    ·     A “workflow” guru would have performed this function for at least 50% of the time – (rest of the time he/she would have done application system administration, technical design/development…
    Skills:
    Very strong technical user level of workflow
    Very strong experience with Workflow Builder
    Oracle 11i, SQL or SQL Plus
    Workflow knowledge from HR or elements of HR Module
    Please contact for more details:
    Rohini Mehtani
    IT Resource Consultant
    Bevertec
    [email protected]
    416-695-7525 ext: 229

    Could you please tell me ...........
    Whether Oracle application version 11.5.9 is compatible with OAF 11.5.10 (patch p4045639_11i_GENERIC). If yes, then why my pages are not working?
    Not even the Existing FWK Tutorial application is also not working, nothing is working!!! Do I need to modify somehting?
    Please suggest any solution I have to Develop new self service application.

  • Oracle workflow builder as standalone

    Hi
    I have installed Oracle EBS 12.1.1 (Linux) on my laptop. I understand there is no linux version for Oracle Workflow Builder. Can I install Oraclw Workflow Builder on a standalone windows PC and build workflows and later copy the files to the laptop and install them manually on the Server without a network connection between the 2 computers?
    Can you please provide details.
    Regards
    Jacob

    re**** wrote:
    Hi
    I have installed Oracle EBS 12.1.1 (Linux) on my laptop. I understand there is no linux version for Oracle Workflow Builder. Can I install Oraclw Workflow Builder on a standalone windows PC and build workflows and later copy the files to the laptop and install them manually on the Server without a network connection between the 2 computers?
    Can you please provide details.
    Regards
    JacobYes you can.
    How To Modify Objects In Workflow Builder [ID 125067.1]
    How To Obtain Oracle Workflow Builder [ID 401288.1]
    Oracle Workflow Builder On Windows XP, Microsoft Vista, OR Windows7 [ID 563350.1]
    Thanks,
    Hussein

  • Workflow builder

    oracle workflow builder save a process diagram in flate file with extension .wft;
    Ineed the bnf according to the workflow builder check the validation of process definition;
    I need it becuse I build application generate file has the same format of .wft;
    please thiis is so important ... I need it .
    please help me

    any programing language is described using bnf.
    orace wprkflow has a language ...
    I need that BNF or EBnF "extended Bnf"
    thank you very much Luiz

  • Workflow Builder: RES file editing?

    using Workflow Builder 2.0.3.8.3
    Well, a client asked for us(private company) to get him a localized for Russia copy of WFB. The representatives of ORACLE in Moscow said that WFB have never been translated into russian.
    I found some OCX files containing lots of resources. But it would take quite a time to
    dig these files. And cheating is not good :)
    Having known that our client asked us to translate the list of errors at least. Here is the problem for me - to find out where this list is. Recently I found a file in ..\wf20\res\us\ directory - WFUS.RES, containing error messages, i presume.
    Have ORACLE any resource editing tool? Maybe WFRUS.RES already exists ?
    (Sorry for my english)

    Hi Patricia,
    For
    '358: Activity result code 'RESET' has no transition defined for it. All valid result codes must be modeled with specific transitions or a <Default> transition.',
    you may have a function step defined in your workflow which could have a result type like 'Yes/No' but you may have defined the next step for the result type 'Yes' but not for 'No'. so you have to complete the flow for all of the result type of that function step.
    for,
    '383: Notification activity must be assigned a performer when used in a process.'
    Open up the properties dialog of the notification in your process and click on the 'Node' tab, there at then end you can find a property called 'Performer' assign the following,
    Type->Item Attribute
    Value->Send to Role (or) Send to Email.
    I guess this is a late response, but i just fixed these problem for my workflow and hence found your query !!
    ~ Vivek MS

Maybe you are looking for

  • How do I get photos from backup external drive on to my new hard drive?

    How do I get photos from backup external drive on to my new hard drive on my MacBook

  • Help with Crop of Imported Images - Please!

    If I crop a jpeg that I have imported from my camera, then apply a crop, the cropped image will fill the screen. However, if I import a jpeg from iPhoto or any other source (desktop, folder, etc.) and apply a crop, the cropped image will be small and

  • How much will GPU upgrade for Dual 1.25 G4 FW800 help HD rendering times

    --"Oh great, not another 'I have an ancient Mac' thread, time to join the 21st century!" Please hear me out. I don't have a lot of money. Any money I have needs to go to video/photography needs since that is my job. If I bought a proper editing stati

  • Some Flash content will not play.

    Hi all btw, here`s my problem, I play at many online casinos and there is a problem with a certain software (Vegas), here`s what happens, okay i`m playing a slot with no problems and then I hit a bonus round and the screen inside the casino window ju

  • Start Workflow from the After startup database trigger

    Hallo, I try to startup a workflow process from a database trigger : the after startup database trigger. But when I do this, he doesn't startup. When I add a commit-statement after the call to startup the workflow, my database never gets open. What d