Passing data entered in report to form of workflow

How to send data from Report SE38 to workflow? I want to send employee details filled in form generated after execution of report to local administrator for taking decision. i want to send data entered in report to form of workflow. Can anybody give any suggestions?

i am giving screen shot of the event for my object
Overview
Parameter                      Obj. Type     First Release
modify_wa                      ZBUS1000    700
pernr                             ZBUS1000     700
and the code is
swc_create_container emp.
emp-element = 'pernr'.
emp-value = '1001'.
emp-TAB_INDEX = 1.
emp-type = 'C'.
emp-elemlength = 18.
append emp.
*swc_set_element Emp 'PERNR' 1111.
KEY = '1000'.
CALL FUNCTION 'SWE_EVENT_CREATE'
EXPORTING
objtype = 'ZBUS1000'
objkey = KEY
event = 'HIRED'
CREATOR = w_creater
TAKE_WORKITEM_REQUESTER = ' '
START_WITH_DELAY = ' '
START_RECFB_SYNCHRON = 'X'
NO_COMMIT_FOR_QUEUE = ' '
DEBUG_FLAG = ' '
NO_LOGGING = ' '
IDENT =
IMPORTING
EVENT_ID =
TABLES
EVENT_CONTAINER = emp
EXCEPTIONS
OBJTYPE_NOT_FOUND = 1
OTHERS = 2
still it is not working can you correct me please.

Similar Messages

  • PASSING PARAMETERS TO CRYSTAL REPORTS THRU FORMS!

    Hi! all,
    Is there someone who passed parameters to crystal reports from
    forms 5.0?
    The problem is when I call the report executable from the form,
    its giving a login prompt again which is not desirable as @ this
    stage the user has already logged in once. So is there a way to
    pass this as a parameter to crystal or may be any better way???
    Thanx for the solution,
    Hima
    null

    First make sure you are on SP 3:
    https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    SP 3 msi     
    https://smpdl.sap-ag.de/~sapidp/012002523100007123592010E/cr2008sp3_redist.zip
    SP 3 msm     
    https://smpdl.sap-ag.de/~sapidp/012002523100007123582010E/cr2008sp3_mm.zip
    Have a look at [Crystal Reports for Visual Studio 2005 Walkthroughs|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2081b4d9-6864-2b10-f49d-918baefc7a23]
    (The above does apply to your version of CR also)
    Have a look at the samples:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    And look at the Developer Help file:
    http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm
    And don't forget to use the search box at the top right corner of this web page. It will bring up KBases, blogs, wikis, articles and more. Searching these forums is also a good idea.
    - Ludek

  • Pass data parameter from URL to Forms

    Hi
    Is it possible to pass a data parameter from asp to Forms?.
    In my asp I have a url to call a form (eg. http://servername:port/forms90/f90servlet/form=testform.fmx). In my testform.fmx I accept 'account no' as a parameter for querying the records. Since I am calling this form from asp, I already have the account no in my asp. I would like to pass this account no to the form automatically.
    Is it possible to pass this data parameter from url to forms?.
    If possible, what changes to be made in the form. Please help.
    sreekumar

    Create a parameter in your form, there's a node for it in the Navigator window. Imagine it is called myParam.
    Pass it on the URL like this:
    http://host/forms90/f90servlet?config=myApp&otherParams=myParam=somevalue
    Regards,
    Robin Zimmermann
    Forms Product Management

  • PASS DATA TO A REPORT BEING SCHEDULED AS A BACKGROUND JOB

    Moderator message: please do not use ALL CAPITALS in your subject
    Hi All,
    I need to pass some data to a Zreport_submit which I would be calling using SUBMIT statement from another Zreport_main. The report being called through the SUBMIT statement i.e. Zreport_submit will be scheduled as a backgroung job i.e. using addition VIA JOBNAME xx JOBNUMBER yy.
    How can I pass data from Zreport_main to Zreport_submit. There are 2 values that are required to be passed.
    Thanks-
    Harmeet,
    Edited by: Matt on Dec 16, 2008 11:26 AM

    Hi Harmeet,
    What I get from your question is
    is that u need to call a program using SUBMIT statement in the background and u need to feed some values into the program may be into the selection-acreen so u can use
    SUBMIT <prog name>
    with parameter1 = value1 .
    where parameter1 is the part of selection-acreen of the prog which was calld.
    Thnks
    Sahil

  • Pass date value back from called form

    I have a form that allows the user to select a date from a calendar canvas. I can call this form from another from and now want to pass the selected date on the called form back to the calling form. I'm new to multi-form applications so I'm looking for some guidence here. I am thinking a parameter list would be better than a global variable since globals only support char values. I've never done this before so any advice or examples would be helpful.
    Thanks in advance,
    Jeff

    Chander,
    Thanks for your reply. I think this is the .olb I am using. I created my calendar form using it or a similar .olb. The form runs OK, just lacks the means to pass the "date picked" to the calling form. This is where my inexperience is making things difficult. Assuming we are talking about the same olb, how do I pass the date back?
    Jeff

  • Pass query to the report through form

    Hello everybody...
    I m using forms and reports 6i.
    I create query through form depends on user selection.
    Means user select specified columns from specific table. And finally i create complete query.
    Now i wanna pass that query to report builder and wants to generate automatic report depends on that query.
    Can anybody have idea how to do this?
    How to pass query from form and generate report.
    If any1 knows then please help me

    You should pass all columns but with separator character i.e.:
    supl_cd||';'|| supl_name ||';' city ||';'|| add1 ||';'|| add2 ||';'|| pincode ||';'|| country my_column
    You should also pass column names if you want and get them back using the same procedure.
    Procedure for retrieving should use instr,loop and srw.do_sql, if you don't know what is SRW built in package, then take a look in report's help. That's a pity that there is nothing similar in forms. You can use dynamic select to pass values exactly to the report's variables:
    for i in 1..10 loop
    srw.do_sql('select '||i||' into :cp_'||i||' from dual');
    end loop;
    Jakub Flejmer

  • How to use the input entered in report parameters form & use it in a field in a report parameter.

    Hi, I'am creating a new report, which is a combination of 'form_letter & tabular' style.
    I have also created a Report Parameter with 2 inputs, that is 'to_date' & 'from_date'.
    The value that will be entered in 'to_date' & 'from_date' in the parameter_form, must get displayed in the report.
    So for this, I created a field for 'to_date' & added code for it in pl/sql editor.
    code is as below:
    function F_TO_DATEFormatTrigger return boolean is
      f_to_date date;
    begin
      f_to_date := :PF_P_TO_DATE;  // ASSIGNING VALUE TO FIELD ( f_to_date) FROM INPUT OF REPORT PARAMETER (PF_P_TO_DATE) .
      return (f_to_date);
    end;
    BUT I'M GETTING ERROR " REP-0730 THE FOLLOWING BIND VARIABLE IS NOT DEFINED: PF_P_TO_DATE.
    I tried to decode the error, but I think the problem is different. (The above code works only if "PF_P_TO_DATE" was a part of query statement, that is one of the columns in database, but PF_P_TO_DATE is a parameter). So can anybody please help me with how can I take the value from parameter input & display it on the field of the report?
    Thank You.

    Hi Vijetha,
    Create a formula column and return the date you need and asign the formula column to a field in paper layout.
    here is the example query
    function CF_to_dateFormula return Date is
    begin
       return (:to_date); -------:to_date is that you get as a parameter
    end;
    Hope this will help
    Regards
    su.gi

  • Pass data from z report to smartforms

    Hi expert,
    i have a zreport for display internal order. in this zreport, i create a table(ATAB) contain data of internal order header from coas t003p and other table.
    now i want to pass this ATAB to smartforms. i got example smartforms and zreport with similar to mine's case but no instruction or advice from my boss. so, i try to read many previous thread about this for advise.  but still confuse with many thing.
    anyone can explain to me.
        what is function of each tab in "form interface" , "global definition" .
        what is "types" tab in global definition (in example zreport i receive also has declare type to what is relation of this ).
        what i must create and declare in form interface , global definition.  
        what is difference and meaning of "type" , "type table of" , "like" in Type assignment
    Regards.
    Kittisak.

    Hi,
    In global defination 'types' tab is used to define all structures that u want to use in your smartform.
    in 'initialization declare' all internal tables , work area , select queries and constants which u are using.
    in 'global data define' the data which u want to use throughout the smartform.
    if u are using ny field symbol then declare it in 'field symbols' tab.
    in 'form routine' all forms are used that  u declared in initialization.
    all currency and quantity related field names come into tab 'currency/quant. fields'.
    form interface is basically used when u are using a driver program associated to ur smartform.
    for seeing difference b/w type, type table of and like use F1 help.
    hope this will help.
    regards
    saurabh

  • How to pass date in SQL Report

    Hi All,
    I am trying to create a SQL report which contains the following in the where clause:
    and A.RESP_DATE >= to_date('01/01/2010','MM/DD/YYYY')
    BIP does not seem to like this and is not processing the report. If I remove this clause the report is running but I want to limit the number of records that are being returned.
    I wanted to find out which date format should be used to pass the SQL query.
    TIA,
    Ramkumar

    Hi ,
    where clause with date will wrk in bip.
    Check the same query in sql..if it is wrking means it will wrk here also.
    (A.RESP_DATE) whats ur actuall format of this column.
    Thanks,
    Ananth

  • Problem in passing date through hyperlink reports in Linux version(CRS2008)

    Hi,
    How to pass value of a date paramater through hyperlink(open doc) from main report to target report(clicking on hyperlink )
    thanks in ADVANCE

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Passing disablemail = yes to Reports from Forms

    I am using Forms 4.5 and Reports 2.5 on windows nt 4. Basically, I would like to disable the menu button in the previewer. I read on Metalink that if I pass "disablemail ='Yes' that it would disable the button. Could someone look at my code and let me know what I am doing wrong. My parameter list passes all the other parameters correctly except the "disablemail" parameter. Both the button and the menu item are still enabled.
    DECLARE
              REP_LIST PARAMLIST;
              LNAME VARCHAR2(20):='AGENCY';     
              WHERE_SQL VARCHAR2(1000):='';
              FROM_SQL VARCHAR2(500):='';
              AL_ID ALERT;
              AL_BUTTON NUMBER;
              SITE_ID VARCHAR2(10) := '';
              ACODE VARCHAR2(20) := '';
    Code where I add disablemail to the parameter list
    ADD_PARAMETER(REP_LIST,'Disablemail',TEXT_PARAMETER,'Yes');
    RUN_PRODUCT(REPORTS,'agency',SYNCHRONOUS,RUNTIME,FILESYSTEM,REP_LIST,NULL);
    Any help is appreciated

    I think the metalink note specified Reports 3.0. Can you tell me if this is possible in Reports 2.5? Your help is appreciated.
    Thomas Boon

  • Pass data from Main report to Subreport

    I have client name in Main Report. I need to display the same name into Subreport. How can I pass the value from MainReport to SubReport.

    Hi Mahendra,
    Drag the subreport control from toolbox,
    Go to the subreport properties by right click on the subreport.
    In General property add the child report.
    In parameter property , add parameter,in Name dropdown will show the parameters already created in the child report.
    In Value column which is fron of Name, you can give values which are avilable in Main report.
    You can see below screen for better understanding.
    Thanks
    Prasad

  • Pass 2 parameter to report from form-URGENT!!

    I want to sene 2 parameter
    1st parameter will send the p_where_clause
    and
    2nd one will send one text the a certain text item in report.
    My 1st parameter is P_where_clause
    and 2nd Parameter is p_amount.
    Please help me.
    regards,
    shalauddin

    USE THE COMMANDS IN FORMS6I.
         pl_id:= Get_parameter_list('tmpdata');
         if not id_null(pl_id) then
         Destroy_parameter_list('tmpdata');
         end if;
         pl_id:= Create_Parameter_List('tmpdata');
    Add_parameter(pl_id, 'EMP', TEXT_PARAMETER, TO_CHAR(:CODIGOEMPLEADO));
         Run_Product(Reports, 'YOUR_REPORT',ASYNCHRONOUS,runtime,filesystem,pl_id,NULL);

  • Passing parameter list to Report  from form

    Hi all
    How can I assign values that are written in a form, and haven't save to the database, into variables?
    The form layout style is tabular, and it has two fields: parameter_name and parameter_value.
    I want to assign the value the user wrote in the filed parameter_value for each row.
    thanks

    Hi,
    if you built the tabular layout in a control block, then you can loop thorugh it using next_record; built-in. The value to read this is
    variable_name := controlblock.parameter_name;
    variable_value := controlblock.parameter_value;
    Frank

  • Reports for Form and workflows

    Hi,
    I need to create a report to show the total number of forms and/or workflows that are currently stored in the system along with the timestamp. I am not sure if it is possible to do or not, could any one know how please advise.
    Thanks in advance,
    Han Dao

    Hi,
    I need to create a report to show the total number of forms and/or workflows that are currently stored in the system along with the timestamp. I am not sure if it is possible to do or not, could any one know how please advise.
    Thanks in advance,
    Han Dao

Maybe you are looking for