Workflow from form

I am trying to initiate a workflow from a form. I have seen several posts in the forums and confusing. I have a form called example user form. In that form I have placed a button. I want as soon as I press the button; test workflow should initiate. Workflow should open another form 'Empty Form'
Now as per forums I have created the workflow 'Test Workflow' with these 2 activities as below -
<!--  MemberObjectGroups="#ID#Top" createDate="Mon Jun 12 12:17:38 CDT 2006" id="#ID#7544524B68A1C1D9:4789E350:10BB9306919:-7FE9" name="Test Workflow" visibility="runschedule"-->
<TaskDefinition id='#ID#7544524B68A1C1D9:4789E350:10BB9306919:-7FE9' name='Test Workflow' creator='Configurator' createDate='1150132658734' lastModifier='Configurator' lastModDate='1150731476953' lastMod='79' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' suspendable='true' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='runschedule' progressInterval='0'>
  <Form objectLocationID='isBegin=true&objectID=%23ID%237544524B68A1C1D9%3A4789E350%3A10BB9306919%3A-7FE9&objectPath=10&objectType=TaskDefinition'>
    <Include>
      <ObjectRef type='UserForm' name='Example Form'/>
    </Include>
    <FormRef name='Example Form'/>
  </Form>
  <Extension>
    <WFProcess name='Test Workflow' maxSteps='0'>
      <Activity id='0' name='activity1'>
        <ManualAction id='0' name='Form Start' syncExec='true'>
          <FormRef>
            <ObjectRef type='UserForm' id='#ID#UserForm:ExampleViewForm' name='Example Form'/>
          </FormRef>
        </ManualAction>
        <Transition to='activity2'/>
        <WorkflowEditor x='168' y='161'/>
      </Activity>
      <Activity id='1' name='start'>
        <Transition to='activity1'/>
        <WorkflowEditor x='122' y='36'/>
      </Activity>
      <Activity id='2' name='activity2'>
        <ManualAction id='0' syncExec='true'>
          <FormRef>
            <ObjectRef type='UserForm' id='#ID#Form:EmptyForm' name='Empty Form'/>
          </FormRef>
        </ManualAction>
        <Transition to='end'/>
        <WorkflowEditor x='324' y='161'/>
      </Activity>
      <Activity id='3' name='end'>
        <WorkflowEditor x='324' y='315'/>
      </Activity>
    </WFProcess>
  </Extension>
  <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
  </MemberObjectGroups>
  <Properties>
    <Property name='editorOriginalName' value='Test Workflow'/>
  </Properties>
</TaskDefinition>--------------------------------------------------------------
Now in the exapmple form how do I specify that upon pressing the button; this workflow should be initiated. Below is the button definition in 'example Form' -
<Field name='New wf link'>
  <Display class='Button' action='true'/>
  <Expansion>
    <s>'Test Workflow'</s>
  </Expansion>
</Field>---------------------------
Not sure what am I missing or how to configure this ?

Hello Ketan,
thanks again so much for your response.
I wasn't sure if you preferred that I reply you on the Forum, or via email, since you wrote down your email address.
In response to your question..........I am not really sure how the Form is mapped. I customized the Form basically for one thing only : to CREATE USER.
What I did was : I copied the original IDM "Create User" form, modified it the way I wanted it, and imported it back into the Repository.
So, now, I have a fully-functional, customized form, for creating Users.
This form contains the original "Buttons" at the end : SAVE, CANCEL, TEST, etc.
I have no idea if it should be mapped anywhere. And, if it should, I don't know how to do this.
When the Form is completed, and I press SAVE, everything happens at it should. The Form is saved, the new User is created.
However, I want other things to happen, too. This is why I am so stuck on creating Workflows.
Let me give you an example :
For instance, the following simple script is part of my User Form (selection from a dropdown menu) :
<Field name='orderlunch'>
<Display class='Select' action='true'>
<Property name='title' value='Order Lunch'/>
<Property name='allowedValues'>
<List>
<String>- Please Select -</String>
<String>Yes</String>
<String>No</String>
</List>
</Property>
</Display>
</Field>
A small XML code, to indicate an order for lunch.
Naturally, if the user selects "No", then nothing happens.
But, if he selects "Yes", then I would like the Form to send an Email Notification to the appropriate person, notifying him that lunch has been ordered. (of course, I would need to indicate such things as WHO ordered the lunch, WHEN, etc, etc. But, I will get into that later)
In other words, if I choose "YES" for that particular variable, and then I press SAVE, to save and submit the form, then I want the Workflow to send an email notification.
I am guessing that, the code in the Workflow will be something like the following (Please, correct me if I am wrong)
*<eq>*
*<ref>orderlunch</ref>*
*<s>YES<s>*
*</eq>*
----- Create a new activity ----
*<Action id='0' application='com.waveset.provision.WorkflowServices'>*
*<Argument name='op' value='notify'/>*
*<Argument name='template' value='Name of Email Template'/>*
*<Argument name='toAddress' value='toaddress'/>*
*<Argument name='smtpHost'>*
*<ref>SMTPhost</ref>*
*</Argument>*
*<Argument name='from'>*
*<ref>from address</ref>*
*</Argument>*
*</Action>*
Is this correct?
Please, help me out here.
Thanks again

Similar Messages

  • Starting a workflow from form manager

    Hi,
    I am trying to kick off a workflow by submitting a form present in the form manager repository. In my workflow, I am unable to set a workflow variable with any of my form fields data. The XPath Exression does not seem to work for me.
    However, when I submit the same form from outside the form manager and try to fetch a form field data (using the same XPath Expression) I am able to fetch.
    What may be the reason for this? Any help would be much appreciated. I can send you my form and the workflow file if required.
    Thanks and regards,
    Shivajiv.

    Thanks for your help Jennifer. I got this sorted out. When a workflow is triggered from FM the xpath expression is a bit different -
    It is like this - /process_data/[MyForm Variable Name]/form-data/data/xdp/datasets/data/fields/[my subform name]/NumericField1
    instead of - /process_data/[MyForm Variable Name]/form-data/data/xdp/datasets/data/form1/[my subform name]/NumericField1 i.e. if there is no schema bound to the form that defines the structure of the data top level form node will be renamed to "fields"
    Thanks and regards,
    Shivajiv.

  • 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

  • Triggering SRM workflow from a  web-based form (HTML)

    I am a beginner in SAP, please bear with me.
    I have created an online data entry form using html to populate a table in a non-SAP database. I am able to call this form in SAP EP using URL iView.
    I want some help on triggering an SRM workflow from this form.
    Thanks.

    Hi Vadim,
    I would like to explain the scenario:
    1.The form would reside in the SAP Enterprise portal
    2.When the form is completed and the "submit" button is  clicked, I expect a workflow in SAP SRM to be triggered.
    3.The workflow is a developed three-step approval workflow. It was developed using the Hierarchical Approval workflow wizard.
    Questions:
    1. How can the workflow be triggered when the submit button is clicked?
    2. How can the data from the Form be integrated into the workflow and vice versa?

  • Calling workflow from rule or form

    I have had this question occupied me since a long time.
    Is there no one knows how to trigger a workflow from a rule or a form?

    Hi
    have you been able to solve this problem regarding the "User Form --- Workflow" relationship?
    I am having the same problem at the moment; I've posted it here on the Forum, but have not received any replies yet.
    I have created and customized user forms. But now, I am trying to create Workflows, which will act as a "continuation" of the entire process.
    In other words, I am trying to find out exactly how the relationship between the Forms and the Workflows should be created?
    What code should be written in the Forms themselves, so that once the form is Saved and Submitted, the process will move on straight to the Workflow, and execute whatever activities are coded there?
    How can this be done?
    Thanks

  • Triggering Workflow from Adobe Form in ERP

    Hello,
    With SAP ERP 2005 version, Adobe Interactive forms can be created within SAP environment. Is there a way to link the SAP Adobe forms to a SAP Workflow instead of using the Adobe Workflow Designer?
    Can we trigger the approval process using SAP WOrkflow from Interactive Adobe form?
    Thanks.

    Hi Anjali,
      Interactive Forms is integrated in other environments that use workflow and make it easier to set it up:
    Guided Procedures (in NetWeaver 2004s): Fully Java-based, GP is the process component of the Composite Application Framework (CAF), and thus largely model- and not development-based. You can use an interactive PDF form in a GP for offline steps.
    Refer the link for more info on  CAF
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/devguide2004s -> Fundamentals -> Creating Composite Applications">CAF</a>
    The general integration into Web Dynpro, which allows you to build a workflow from scratch (requiring full workflow knowledge) and integrate the forms as steps in the workflow. Using this method, you could also integrate PDF forms into lower-release backends.
    Hope this helps
    Regards,
    Sharadha

  • Trigger custom workflow from a custom form

    Hi all,
    I have to trigger a custom workflow from a custom form.
    I am working on 11.5.10 using forms 6i.
    Please suggest how to trigger a custom workflow from a custom form and what are the pre requisites and additional settings to be done for this.

    Hi,
    Please follow the below mentioned steps in order to achieve the desired solution:
    1. Create the custom workflow and compile it in data base.
    2. Customize the form to trigger the custom workflow using 'WF_ENGINE.CREATEPROCESS' API.
    3. Pass parameters as 'ITEMTYPE', 'ITEMKEY', 'PROCESS NAME' AND 'USER KEY'. Though user kay is not mandatory, it helps to identify the workflow if searched using status monitor.
    4. After calling create process, set the required workflow attributes and call API 'WF_ENGINE.STARTPROCESS' to start the workflow.
    5. Make sure you commit the activity after successful call.
    Let me know if you need any additional information.
    Regards,
    pP.

  • Trigger workflow from adobe form

    Hi.. can anyone outline me with the basic steps required to trigger workflow from abobe. Java Wd and ECC 5.0. Thanks!

    Hi Pankaj,
    have a look at the ISR Cook book and Developing PCR (Personal Change Requests) <a href="https://websmp202.sap-ag.de/mss">Manager Self Service</a> You will gwet more links if you do a quick search or just go to sdn.sap.com/interactive forms
    <a href="https://forums.sdn.sap.com/click.jspa?searchID=2077779&messageID=2451183">https://forums.sdn.sap.com/click.jspa?searchID=2077779&messageID=2451183</a>
    Do update, if you find any more issues
    Thanks and Regards,
    Anto

  • SAP HCM P&F - Update an infotype field which is NOT passed from Form

    Dear Experts,
    I have a requirement to update the Infotype with the entries in the HCM form (input by Employee in ESS) upon Manager's approval in MSS.
    We are achieving this functionality using HCM P&F (FPM) with an Workflow associated.  In this Workflow Standard Task (TS17900108) is used to Save the form data into the Database.
    But there is one field (APPROVED_DATE) in the Infotype whose value is not from the FORM but should be updated in the Infotype.
    Please help me with your inputs.
    Regards,
    Shankar

    Dear Christopher,
    I am extremely thankful to you for all the replies.  But, unfortunately, we are messed up with this requirement and we couldn't achieve it.
    In this regard, could you please give us the step-by-step procedure to achieve this functionality?
    Requirement in brief again:
    We have designed Overtime HCM form (FPM) using which employee requests for the Overtime.  This form is sent for the Manager for approval.  We have achieved this functionality.  With the Manager Approval, the database is also updated perfectly.
    Then we have added one more field in the infotype to track the Approved Date.  This field is to be updated along with the other fields (sent from FORM) upon the approval of the manager.
    And now though the other fields are updated correctly into the infotype, the approved date is not updated.
    Thanks a ton in advance for your guidance as this is very critical and urgent requirement for us.
    Regards,
    Shankar.

  • How to Trigger a Workflow from ABAP Webdynpro

    Hi All Gurus,
    I have the following urgent requirement, my client is implementing HR and there is a requirement, where is a ABAP Webdynpro component in which we have integrated a Adobe Interactive Form. When the user calls this from through Portal and fills out the relevant data and submits it, a Workflow in the backend ECC system should lauch,
    I am not familiar with, this concept although I have worked in Workflow this is the first time I am interfacind with ABAP Webdynpro and Adobe Interactive From.
    Can you please let me know in steps what needs to be done to make the workflow trigger for my scenario and also the specific settings to be done in the bacckend.
    Regards,
    Pratima Jain

    Hi,
    If you are using HCM Processes and Forms, the Workflow and form are not directly related, thats true.
    But the method in the task calls the corresponding webdynpro application which responds to the action triggered by the user in turn to trigger the workflow and update the data in the HR Master Data.
    There are 3 layers  1. UI (webdynpro which launches Adobe Interactive form based on ISR Framework)
    2. Workflow
    3. Backend framework (used for retrieving F4 helps, default values, save data in the infotypes).
    for more documentation, please refer it on help.sap.com.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/82/b6b94278560c31e10000000a1550b0/content.htm
    hope this helps.
    Best Regards,
    Saujanya.

  • Trigger a workflow from ABAP Webdynpro

    My Scenario:
    Step 1: When a user hits the SAVE button on the webdynpro form, check if that data is consistent only and trigger a message(I have a BAPI to handle this check).
    Step 2: If the data is consistent, then trigger a workflow to send an alert to an agent along with the data user entered on the form.
    Step 3: AGENT shall review the data(Same form from step 1 should appear here) and will have the option to SUBMIT / POST or REJECT. If SUBMITTED, data will be posted to R/3(I have a 2nd BAPI to handle this). If REJECTED, send an alert back to the USER who entered data in step 1.
    I checked lots of threads from the forum, none gave me a complete idea. Can any one give me a good documentation to trigger workflow from webdynpro to handle my requirement.
    I am new to webdynpro.
    I checked this blogs & articles also...
    /people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/using%20web%20dynpro%20java%20and%20web%20dynpro%20abap%20applications%20in%20universal%20work%20list.pdf
    Thanks a lot in advance.
    Best Regards,
    Kiran

    Hello Kiran,
    I slightly misunderstood you requirement earlier. But if I am not wrong this time, here is what you need to do:
    1) The Web dynpro form that you are creating is only for data entry purpose. But the agent who is going to review the data will need an access to this form. So this means that you need to save the content of this form to the database and provide a URL in the workflow workitem which the agent can use to open the web dynpro application with the form data on it.
    2) To access the correct form, you need to save the form data in a Z-table with a GUID attached to it. Generate this GUID using GUID_CREATE function module. In the window controller of the Web dynpro component, there will be a handleDefault method where you can read the parameter'GUID' from the incoming request and use it to read the form data from the database to display the form.
    3) You can use Object Oriented programming approach for creating Workflow. Check the following article to learn how to do that:
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0409e6c-d213-2d10-3cb6-c12d417626c1?quicklink=index&overridelayout=true]
    4) Create a Z-class and use this class as object type in your workflow (instead of BOR object).
    5) In the constructor of this class, pass a parameter GUID, which would be passed when you create an object of this class in the Web Dynpro forms "OnActionSave" method.
    6) Create a method in this class which will do the task of calling the BAPI to save the Acct Document. This method will be used in a Background task in a workflow step (after the agent approves the workitem).
    7) Create a method in the class which generates the URL to the webdynpro application with the GUID passed as parameter.
    (for eg: http://urltoserver/appname?GUID='guidoftheform').
    8) In your save method of WD application, call the method to raise event that triggers the workflow (using OO)
    lv_guid    = '04AE4546EED7101DE10000000A424026'. "use GUID_CREATE
           lv_objtype = 'ZWFCLASS'. " create a Z-class of your own
       TRY.
          CALL METHOD cl_swf_evt_event=>raise
            EXPORTING
              im_objcateg = 'CL'
              im_objtype  = lv_objtype
              im_event    = 'FORM_APPROVE' " this event needs to be defined in ZWFCLASS
              im_objkey   = lv_guid.
        CATCH: cx_swf_evt_exception.
      ENDTRY.
    Please read through the workflow using Object Oriented document in the URL that I have mentioned above before you read through these instructions.
    There would be a way to do this using BOR objects, but this is the way that I have tried and tested to use trigger workflows from Web dynpro applications.
    Best Regards,
    Gaurav
    Edited by: Gaurav Salkar on Apr 6, 2010 6:13 PM

  • How to set LocaleId for DateTimeControl on workflow initiation form

    I am using a workflow initiation form to request a startdate and  expirationdate as initation parameters from the user that starts the workflow. The SharePoint sitecollection is in dutch and so my user is expecting dutch culture settings for the
    date format.
    The workflow initiation form somehow shows a english date format.
    I have tried to set the LocaleId property on every SharePoint:DateTimeControl in the aspx form by using SharePoint designer. This worked for the client side datepicker, but the selected value was no longer stored in the workflow param.
    I hope someone can help me!  

    Hi ,
    From your description, my understanding is that the date picker displayed English format in a workflow initiation form when the language of your site collection was Dutch.
    I did a test: the language of my site collection was English, and I set the site’s locale is Chinese. Then I created a initiation form parameter using Date & Time type, after I published the workflow and started it on an item, the data picker displayed
    Chinese format.
    So, for your issue, please go to your site collection, and click Site Actions->Site Settings->Regional settings, change your Locale to Dutch.
    Best Regards,
    Wendy
    Forum Support
    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]
    Wendy Li
    TechNet Community Support

  • SP2013 Customize Workflow Task Form with InfoPath 2013 - Unknown error occurred

    Hi everyone,
    After creating "Collect data from user" workflow using SharePoint designer, I need to customize the task form. But when I open the .xsn file (SharePoint generated), without editing anything (for testing purpose), and publish it, I got the message
    box: "An unknown error has occurred. The form template has been published to the server but it can only be opened in InfoPath Filler". I test the same scenario in SharePoint 2010, and it worked. It really annoys me.
    No exception in the log file, and no solution after much searching around.
    Please help.

    Hi john_d
     I got the solution to customize the Workflow task form. We cannot customize the workflow task form from InfoPath 2013, and if some how you are able to publish the task form it then when you publish your workflow then it your workflow will overwrite
    the default task form to your customized one.
    So the solution for it is that whatever fields you want to add to the task form you can just in "TASK FORM FIELDS" and it will display in your task form when you publish your workflow.

  • Calling report from form. Need PDF output

    I am calling a report from a form using RUN_PRODUCT. I need to display the form in PDF format. When the user clicks the button in the form to run the report, acrobat reader should open up and the report displayed there. Please help.
    Thanks

    Thanks for the response. The first part worked. I am able to get the output in PDF format. In the 2nd part where I want to open acrobat and display the output, I am having some trouble with the code. When I compile, it says
    win_api_environment.read_registry must be declared. Is there some package I need to attach?
    Also, in the After reports trigger, how do I pass vFile (I am assuming this is the PDF file name)?
    Thanks
    The first thing you'll want to do is pass parameters to the report IE DESTYPE, DESNAME and DESFORMAT where these could be FILE, 'c:\temp\report' and PDF.
    Then, you can try this piece of code I wrote (with some help from other people at Metalink and here) sometime back. Now, I call it from forms, but in your case, you'd have to run it in the after report trigger. Since with RUN_PRODUCT you don't know when the report is finished, if you did it from the form, it wouldn't work correctly.
    PROCEDURE OPEN_PDF(vFile IN VARCHAR2)
    IS
    vcServerApp varchar2(40);
    vcServerTag varchar2(600);
    vcCommand varchar2(2000);
    iArgPos pls_integer;
    dummy NUMBER;
    BEGIN
    -- 1 get the Server App for .PDF files
    vcServerApp := win_api_environment.read_registry('HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\.PDF','',true);
    -- 2 get the executable
    vcServerTag := 'HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\'||
    vcServerApp||'\SHELL\OPEN\COMMAND';
    vcCommand:= win_api_environment.read_registry(vcServerTag,'',true);
    -- 3 Sort out how to specify the Filename
    iArgPos:= instr(vcCommand,'%1');
    if iArgPos = 0 then --no substitution Var on the command line
    vcCommand := vcCommand||' '||vFile;
    else
    vcCommand := substr(vcCommand,1,(iArgPos-1))||
    vFile||substr(vcCommand,(iArgPos+2));
    end if;
    -- 4 Run using Winexec (or Host if preferred).
    win_api_shell.winexec(vcCommand);
    EXCEPTION
    when no_data_found then
    abortt('Acrobat Reader was not found! Please consult with your help desk to install it and try again.','N');
    END;
    Chad
    I am calling a report from a form using RUN_PRODUCT. I need to display the form in PDF format. When the user clicks the button in the form to run the report, acrobat reader should open up and the report displayed there. Please help.
    Thanks

  • Print a report to a specific printer from Forms

    I have a form from where i want to print a report to a specific printer (not the default printer). Is there any way to do this from Forms 9i. Im using the Orarrp but it pops up the printer dialog and shows the default printer. Is there any way to harcod the printer name. the printer is on the network..

    If i go to my control pannel and see the list of printers i take the printer name from there. should i put the path of the printer? i kno the port of the printer .it come like ip_192.1.11.1_p1 ..how do i define the printer name? if i dnt give the printer name shouldnt if fire to the default printer ..my code is as follows
    declare
    REPID REPORT_OBJECT;
    V_REP VARCHAR2(100);
    REP_STATUS VARCHAR2(20);
    BEGIN
    REPID := FIND_REPORT_OBJECT('CUS_PRINT');
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_DESTYPE,PRINTER);
         SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_SERVER,'test');
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_OTHER,'P_CUSREF='||:CTRL01.CUSREF||' PARAMFORM=NO');
         MESSAGE('SET REPORT PROP');
    V_REP := RUN_REPORT_OBJECT(REPID);
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    MESSAGE('RAN REPORT');
    WHILE REP_STATUS IN ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
         REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    END LOOP;
         IF REP_STATUS = 'FINISHED' THEN
              IF NVL('TEST',' ') <> ' ' THEN
              GEN_ALERT('NULL_ALERT','TEST');
              END IF;
              ELSE
         GEN_ALERT('NULL_ALERT','Error when running report');
         END IF;
    END;
    what should the desformat of the report should be..when im trying to run this it gives me 'no data found' error...why???

Maybe you are looking for

  • HP Officejet Pro 8100 ePrinter - N811a/N811d

    While in properties, test print comes out in color, when i try to print a document, it wont print in color.  I have appied grayscale to Off, output to black/color and still does not print in color.  What am i doing wrong? This question was solved. Vi

  • Sort photos

    Can someone tell me how to resort photos in an album on iPad air? Tried to drop and drag but that doesn't work.  Any way to name each photo? Thanks. The photos are all screenshots taken on the iPad.

  • Shrinking pictures

    Ok, so I want to put wings on a girl I took a picture of. I cant figure out how to shrink her when I bring her to another picture. So this is what I did so far. I brought two pictures into PS cs6 One of my friend and one of the wings I randomly found

  • Please explain to me!!

    Hi, I have 2 big question on JSF. First is how to resolve this issue: http://forum.java.sun.com/thread.jspa?forumID=427&threadID=791340 I can't put all in session... Then I just had another problem: I used setPropertyActionListener in a command link

  • PI2.0 and Nexus 7004

    Hi, I´ve added two Nexus 7004 chassis (SUP2) to PI2.0, but they`re shown as unsupported devices. I´ve checked the supported device list and in fact there is no support for the 7004 chassis, but all the other chassis (7009, 7010, 7018) are on the list