Call attempt reporting information

Hi SAP Gurus,
we are working with SAP CRM 7.0 in the Interaction Center scenario.
I have a doubt in relation to the data that are replicated to BI system for evaluation pourposes. We need to use the "CALL ATTEMPT" value in one of our report in order to evaluate the call list effectiveness but I'm not able to find it in any data source.
I have checked the datasource called 0CRM_CIC but the attribute is not there.
Do you have any suggestion?
Thanks in advance and best regards,
Fabrizio

Hi Sylvia,
Did you receive any form of order number? If so, you will be able to check this on the website.
Did you actually agree to the upgrade as the way your post reads, it seems that you wanted the information before you committed?
Kyle
=======================================
If you found my post helpful, please give Kudos on the left!
=======================================

Similar Messages

  • 10g Migration Problem: error shown when trying to call a report from form

    Dear Friends,
    I am working on migrating developer 2000 forms to 10g forms. I am using migration tool for this. Everything is going fine except calling report from a form.
    Say, in the original form I had the following:
    RUN_PRODUCT(REPORTS,’ C:\test1.rdf’,SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    After migration its has become:
    rp2rro.rp2rro_run_product(REPORTS, ’ C:\test1.rdf’,SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    Then, I have kept the report ‘test1.rdf’ in the ‘OraHomeAS\reports\samples\demo\’ location and changed the above code into:
    rp2rro.rp2rro_run_product(REPORTS,'test1.rdf',SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    Now the form runs fine on application server but it can’t call the report. While attempting to call the report, it shows the following error:
    ORA-06508
    FRM-40735
    Please note that the report ‘test1.rdf’ individually runs fine on the application server and at the time of migration I provided all the information (e.g. report server name) correctly. If I am missing any package, please tell which package I am missing and where should I paste it.
    Please help me because I am very close to the deadline!
    Rgds,
    Luther

    Hi,
    The conversion to use the rp2rrp call needs a library to resolve the call which I think is called rp2rro.pll.
    It seems that this library is not being found at run time, which is what the ora-06508 error often means.
    I guess that you have compiled the form and must therefore have the pll to compile, so it is the forms_path setting in the app server run time that might not be set.
    Look at the environment file (default.env is the original name for this, if you haven't created a custom one) for the entry FORMS_PATH. Is the location of your library specified in the path ?? If not put the directory in, then stop and restart the app server.
    rgds
    Tony

  • Creating a print button to call a Report Query and pass filters

    If i use the REPORT QUERY option in APEX 4 to create an statement that is the same one used in an interactive report, can I create a link or button to the REPORT QUERY and pass all the session and filter information from the interactive report to the report query?
    This way I can have the interactive report screen where the user can do all sorts of modifications and such and then pass those to the REPORT QUERY so I can call that from a custom link or button.
    You may ask "why does he need another print button?"
    Answer: I am using a view that has some embedded HTML tags to format the output really nicely. The HTML download version created by the interactive reports works beautifully. The customer also wants a PDF version (meh) which does not render the HTML tags and actually echos them as part of the text. I found that I can create another view that uses the CHR function to create all the breaks and such I was doing with HTML and these do render properly in PDF. So, I figured just have 2 reports: 1 Interactive and 1 using a REPORT QUERY. I just want to call the REPORT QUERY version but use the Interactive Search form to set all the parameters.
    Or, am I over thinking this and there is an easier method?
    I made a previous post where I showed how I got the APEX printing to work and i hoped that helped someone out - fixing this issue would put the whole thing to rest.
    Thanks

    Is BI Publisher desktop (MS Word add-in) a possibility? This would allow you to use MS Word to create your output template (RTF) that would result in a properly formatted PDF. Of course, you'd have to right an updated version of the query without HTML embedded. Just thinking outside of the box.

  • Problem calling XML Report Publisher from Oracle Reports

    Hi,
    I'm facing a problem in calling XML Report Publisher from Oracle Reports.
    Basically, I'm trying to customise Dunning Letter program. The program which is submitted calls another program. I have customised the second program and added a call to a stored procedure which in turn calls XML Report Publisher.I have created a template and attached it to the second program as well.
    The procedure code is as follows.
    v_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'AR'
    ,program => 'ARDLP_NON_SRS'
    ,description => 'Dunning Letter Print from Dunning Letter Generate'
    ,sub_request => FALSE
    l_status := fnd_concurrent.WAIT_FOR_REQUEST
    ( REQUEST_ID => v_request_id,
    INTERVAL => 15,
    MAX_WAIT => 180,
    PHASE => l_phase,
    STATUS => l_status_code,
    DEV_PHASE => l_dev_phase,
    DEV_STATUS => l_dev_status,
    MESSAGE => l_message );
    v_xml_req_id := FND_REQUEST.submit_request(application => 'XDO',
    program => 'XDOREPPB',
              argument1 => v_request_id,
    argument2 => 'FLS DE AR Dunning Letter Print - German',
    argument3 => 603, -- changed 665 -- was 551,
    argument4     => NULL,
    argument5 => 'N',
    argument6     => 'RTF',
              argument7     => 'PDF');
    Now, there are two problems I'm facing...
    1. when the second program('Dunning Letter Print from Dunning Letter Generate') gets called it executes this procedure ... logically the 'Dunning Letter Print from Dunning Letter Generate' should get called twice ... second time from the procedure. Its getting called multiple times .. as many as 15 - 20 times.
    2. The Xml Report Publisher program ultimately gets called but its erroring out with the following error:
    java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA, DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME, B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE (L.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE') AND L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE = :3 AND L.TERRITORY = :4 ) OR (L.LANGUAGE = :5 AND L.TERRITORY = :6) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
    I have checked from database that the XDO_LOBS/ XDO_TEMPLATES_B table has corresponding registration data.
    I don't know what's creating the problem.
    If anyone has customised the Dunning Letter program before or having any idea about this problem, please help me out ..
    Thanks

    satrajit,
    Now I am getting the same error you got, Can you please tell me the solution you found?.
    XML Report Publisher 5.0
    Updating request description
    Waiting for XML request
    Retrieving XML request information
    Preparing parameters
    Process template
    --XDOException
    java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA, DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.LOB_TYPE = :1 AND L.APPLICATION_SHORT_NAME= :2 AND L.LOB_CODE = :3 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE = :4 AND L.TERRITORY = :5 ) OR (L.LANGUAGE = :6 AND L.TERRITORY = :7) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.initStream(TemplateInputStream.java:309)
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.<init>(TemplateInputStream.java:187)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.getTemplateFile(TemplateHelper.java:776)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:1269)
         at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:807)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:148)

  • How to call a report from form in developer suite 10g

    i want to call report from a form that is developed in Builder 10g. Reprot is also built in Reports Builder 10g. I now want to run report through form.Please give me any solution.

    I am finding that this document is unhelpful also with respect to running a form which calls the report in the testing environment of Oracle Developer Suite. I have Googled for forms integration with reporting and most refer to this document, but it does not help.
    I have download and used the "run_report_object_doc" procedure they provided, along with a supporting function. And used that.
    This document indicates that if the sever is not specified then it will use the in-process server. This does not happen. When I do not specify the server I get the notorious "FRM-41211: Integration error: SSL failure running another product." I suspected that the in-process server is not getting called.
    When I look through the rwservlet.properties file I find that the servlet is configured with in=process "yes". I have since changed this file so that a server is actually named. I called it "local".
    This time a local.conf file is created, not a rep_local.conf file as indicated in the documentation. Anyhow when I try the form again I get the same FRM-41211 message.
    Alternatively, I have change the report invocation parameters to supply a server name "local". This time I no longer get the FRM-41211 message. I get the error FRM-41214: Unable to run report.
    When I use the servlet to get information, I get (can anyone see any setting that is a problem?):
    http://localhost:8889/reports/rwservlet/showenv?server=local
    OracleAS Reports Services - Servlet Environment Variables Return to Top
    KeyMapFile C:\DevSuiteHome_1\reports\conf\cgicmd.dat
    DBAUTH C:\DevSuiteHome_1\reports\templates\rwdbauth.htm
    SYSAUTH C:\DevSuiteHome_1\reports\templates\rwsysauth.htm
    server local
    DIAGNOSTIC yes
    traceopts undefined
    ERRORTEMPLATE C:\DevSuiteHome_1\reports\templates\rwerror.htm
    SERVER_IN_PROCESS yes
    COOKIEEXPIRE 30
    ENCRYPTIONKEY reports9i
    DIAGHEADTAGS undefined
    DIAGBODYTAGS undefined
    HELPURL undefined
    RELOAD_KEYMAP NO
    IMAGEURL http://localhost:8889/reports/rwservlet
    SINGLESIGNON yes
    OracleAS Reports Services - Server and Engine Environment Variables Return to Top
    PATH C:\DevSuiteHome_1\jdk\jre\bin\client;C:\DevSuiteHome_1\jlib;C:\DevSuiteHome_1\bin;C:\DevSuiteHome_1\jre\1.4.2\bin\client;C:\DevSuiteHome_1\jre\1.4.2\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\oracle\product\10.2.0\client_1\bin;C:\Program Files\CA\Dcs\DMScripting\;C:\Program Files\CA\DCS\CAWIN\;C:\CAisd\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\ZipGenius 6\;c:\Program Files\CA\SharedComponents\ScanEngine;C:\PROGRA~1\CA\ETRUST~2;C:\Program Files\CA\Unicenter Software Delivery\BIN;C:\PROGRA~1\CA\SHARED~1\CAM\bin;C:\Program Files\CA\SharedComponents\ScanEngine;C:\Program Files\CA\SharedComponents\CAUpdate\;C:\Program Files\CA\SharedComponents\ThirdParty\;C:\Program Files\CA\SharedComponents\SubscriptionLicense\;C:\Program Files\CA\eTrustITM;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program Files\Microsoft Office\Office10;C:\Program Files\CA\DSM\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\DevSuiteHome_1\jdk\jre\bin
    DISPLAY
    LD_LIBRARY_PATH
    ORACLE_HOME C:\DevSuiteHome_1
    TNS_ADMIN
    NLS_LANG AMERICAN_AMERICA.WE8MSWIN1252
    USER_NLS_LANG
    RW C:\DevSuiteHome_1\reports
    REPORTS_PATH C:\DevSuiteHome_1\repadm61\srw;C:\DevSuiteHome_1\cgenr61\admin\crretc;C:\DevSuiteHome_1\cgenr61\admin;C:\DevSuiteHome_1\reports\templates;C:\DevSuiteHome_1\reports\samples\demo;C:\DevSuiteHome_1\reports\integ;C:\DevSuiteHome_1\reports\printers;
    REPORTS_TMP C:\Temp
    REPORTS_TAGLIB_URI /WEB-INF/lib/reports_tld.jar
    java.class.path C:\DevSuiteHome_1\j2ee\home\lib\ojsp.jar;C:\DevSuiteHome_1\reports\jlib\rwrun.jar;C:\DevSuiteHome_1\jlib\zrclient.jar
    sourceDir
    tempDir
    useDataCache
    ignoreDataParameter

  • Calling a report from Form 6i

    Hi,
    I want to call a report from Form 6i at run time. And I write the following code in When Buttton Press trigger . when I press the button it will gives no response.
    declare
         x report_object;
         y varchar2(100);
    begin
         x:=find_report_object('billform');
         y:=run_report_object(x);
    end;
    for more information , path of my report is: C:\REP\billform.rdf
    please send me the solution of this problem
    E_mail: [email protected]
    Shahzad

    hi,
    now i am using the following code in when button press trigger. if u give me ur e_mail address i will send u FMB and RDF files used for Scott/tiger EMP table for the sample.
    declare
    repo_Para     ParamList;
    BEGIN
    repo_Para:=Get_Parameter_List('Report_para');
    IF not Id_null(repo_Para) THEN
         destroy_parameter_list(repo_para);
    end if;
    repo_Para:=Create_Parameter_List('Report_para');
    Add_Parameter(Repo_para,'PARAMFORM',TEXT_PARAMETER,'No');
    Add_Parameter(Repo_para,'MAXIMIZE',TEXT_PARAMETER,'Yes');
         Add_Parameter(Repo_para,'BDATE',TEXT_PARAMETER,:BLOCK3.a_dptno);
         Add_Parameter(Repo_para,'EDATE',TEXT_PARAMETER,:BLOCK3.b_dptno);
         RUN_PRODUCT(REPORTS,'c:\apu\DDATE.rep', SYNCHRONOUS,
              runtime, FILESYSTEM,Repo_para,NULL);
    end;
    BDATE & EDATE are two user parameters created in report.
    when i press the button in form pass parameters the report will be called but no data will be display but when i directly run reprot from report buider and pass same values of BDATE & EDATE it will show data.
    please give me ur e mail address or help me for this problem
    best regards,
    shahzad

  • Calling a report from an existing form

    hi all,
    i am new to this forms and reports. i have created a report which gives information about an employee. and name it as activity report. i am using reports Report Builder 10.1.2.0.2. i have also created a form. my purpose is " i will enter the employee id, a starting and ending dates as input to the form. these values r to be passed to the query of the reports and the report has to extract the records of that employee between the start and end dates." how can i achieve this. i am entirely new to this reports and forms. please give me a clear reply so that i can call my report and pass that dates and id to my report. and also please explain me how to call a report from a form and make it to run. please make me clear where to write the code whether in forms or rports.
    thank you.

    Hi,
    Check this sample Code..
    DECLARE
    pl_id ParamList;
    pl_name VARCHAR2(10) := 'repdata';
    BEGIN
    pl_id := Get_Parameter_List(pl_name);
    IF Id_Null(pl_id) THEN
    pl_id := Create_Parameter_List(pl_name);
    Add_Parameter(pl_id, 'P_STARTDATE', TEXT_PARAMETER,:BLK_CTRL.P_TODATE);     
    Add_Parameter(pl_id, 'P_ENDDATE', TEXT_PARAMETER, :BLK_CTRL.P_CURRENCY);
    Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
    ELSE
    Destroy_Parameter_List( pl_id );
    END IF
    RUN_PRODUCT(REPORTS, 'D:\MMRROLDL.RDF' ,SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id ,NULL);
    END;

  • Calling a report from designer genareted form

    i will appraciate if anyone can tell me how to create a form module that navigate to a report module in 9i designer.i tried action item but i receieved couple of different error messages.i have also tried to find information on this but i couldnt
    thanks!

    Okay, this is gonna be tricky to explain but lemme give it a shot:
    I'm assuming that your Report is a Called Module inside your Form. This allowed you to create an Action Item that calls this Report upon pressing the provided button. Now, generate your Form and open the .FMB. Try to locate these two things:
    1. The Report attached to your form, with the Designer-provided name "CG$OFG_REPORT", and
    2. A Program Unit named "CGNV$AI_(name of action item)" (e.g., I named my action item "FAX" so the prog. unit is named "CGNV$AI_FAX").
    If you dig into the Program Unit's code, you will find that it makes use of a procedure named "CGNV$INVOKE_REPORT" which resides in the standard, provided PL/SQL Library "OFGNAVL.PLL" . I looked for my Ofgnavl file and opened it up to inspect the CGNV$INVOKE_REPORT procedure. I found that it has been hard-coded to call the report "CGNV$OFG_REPORT", and not "CG$OFG_REPORT" !!! That's probably why your action item is failing.
    Inspect the procedure a little further. There are about seven lines, one after another, that all invoke the SET_REPORT_OBJECT_PROPERTY built-in procedure, and then the RUN_REPORT_OBJECT immediately after. What I did was to copy this code, go all the way back to Designer (Design Editor), and build myself a procedure under my module's Application Logic, Named Routines which calls the correct report (I even varied this slightly by specifying the report by it's filename). I even added some code to put out some feedback (i.e., Message) to tell the user when the report has finished successfully.
    To make a long story short, I wrote a procedure to invoke my report, and then I just created a button that calls the procedure when a user presses it.
    Hope this helps. Feel free to email me if you need further guidance.
    Carlos

  • Calling a report

    Dear all,
    good morning,
    i am calling a report from a form and getting error like numeric value error.
    any one can help. form is running individuallu fine and also report as well.
    when i am trying to call form form in application only the problem is coming.
    in the form the code is like for calling..
    ELSIF :AZBJ_REPORT.REPORT_NAME ='REWT' AND :AZBJ_INPUT.CHK_XLS = 'Y' THEN ---RE WISE TELE CALLING REPORT $$$$$$$$$$$$$$$$$$$
              vRepName := 'RPT_RC_RUNNER_COLLECTION_HO2';
                        --AZBJ_MESSAGE('W',1.2)                 PRINT_WEB_REPORT(vRepName,'CSV','CSV','Delimited',v_param);     
         :AZBJ_INPUT.CHK_XLS := NULL;          
                        --AZBJ_MESSAGE('W',1.3);
    and the procedure print_web_report is
    PROCEDURE print_web_report (pRepName in varchar2, pDesType in VarChar2, pFileExt in varchar2,
    pDesFormat in varchar2, pRepParam in varchar2 ) IS
    report_id report_object;
    report_timer timer;
    report_file varchar2(50);
    output_file varchar2(1255);
    output_format varchar2(12);
    file_exten varchar2(5);
    report_handle varchar2(255);
    report_status varchar2(20);
    vrep varchar2(100);
    al_btn number ;
    print_output varchar2(100);
    vRepServer varchar2(100);
    vRepDesName varchar2(255);
    vVirtualPath varchar2(255);
    vBranch varchar2(5);
    BEGIN
    -- Set printer output format
    -- Format Extension Output Extension Notes
    -- PostScript use null rrpp Printed directly by orarrp.exe
    -- PCL PCL rrpp Printed directly by orarrp.exe
    -- Delimited - rrpt Printed directly by orarrp.exe
    -- Plain Text TXT rrpt Printed directly by orarrp.exe
    -- PDF PDF rrpa Passed to Acrobat to print
    -- RTF RTF rrpr Passed to word processor to print
    -- NOTE: HTML, HTMLCSS, HTMLCSSIE and XML formats not supported by orarrp
         --azbj_message('W','PRINTING');
    output_format := pDesType;
    if output_format = 'PCL' then
    file_exten := '.rrpp';
    elsif output_format = 'PDF' then
    file_exten := '.pdf';
    elsif output_format = 'RTF' then
    file_exten := '.rrpr';
    else
    file_exten := '.'|| pFileExt;-- .xls ; .csv ; .txt
    end if;
    output_file := get_application_property(USERNAME) || to_char(sysdate, 'YYYYMMDDHHMISS');
    output_file := output_file || file_exten;
    report_id := find_report_object('Report');
    report_file := lower(pRepName) ;
    vBranch := upper(substr(get_application_property(USERNAME),1,3));
    vRepServer := 'Rep90Orarep'; --Azbj_Pk0_Reports.getRepServer  (upper(pRepName),vBranch );
    vRepDesName := 'D:\reportstemp\'; --Azbj_Pk0_Reports.getRepDesName (upper(pRepName),vBranch );
    vVirtualPath := '/rep90temp/'; --Azbj_Pk0_Reports.getVirtualPath(upper(pRepName),vBranch );
    set_report_object_property(report_id, REPORT_FILENAME, report_file);
    set_report_object_property(report_id, REPORT_EXECUTION_MODE, BATCH);
    set_report_object_property(report_id, REPORT_COMM_MODE, SYNCHRONOUS);
    set_report_object_property(report_id, REPORT_DESTYPE, FILE);
    set_report_object_property(report_id, REPORT_DESFORMAT, pDesFormat);
    set_report_object_property(report_id, REPORT_SERVER, vRepServer);
    set_report_object_property(report_id, REPORT_DESNAME, vRepDesName||output_file);
    set_report_object_property(report_id, REPORT_OTHER, 'paramform=NO '||pRepParam);
    set_application_property(CURSOR_STYLE,'BUSY');
    report_handle := run_report_object(report_id);
    print_output := output_file;
    report_status := report_object_status(report_handle);
    while report_status in ('RUNNING','OPENING_REPORT','ENQUEUED') loop
    report_status := report_object_status(report_handle);
    end loop ;
    if report_status = 'FINISHED' then
    -- Return report output file to browser for printing
    set_application_property(CURSOR_STYLE,'DEFAULT');
    web.show_document(vVirtualPath||print_output, '_BLANK');
    else
    -- Report has not worked for some reason, inform the user
    cancel_report_object(pRepName);
    set_application_property(CURSOR_STYLE,'DEFAULT');
    --azbj_message('W',print_output||' Result is :: '||report_status);
    end if;
    END;
    upto here is fine. i traced every thing upto form is ok no problem. report is also working fine indvidually.
    only the error is coming in application when i am calling the report from form.
    any can suggest where the problem is coming exactly.
    suggestion would be great.
    thanks in advance

    it was solved thanks.
    the problem is in the application we havent given the proper name when we are calling.

  • FGI0 "New GL" Receivables by Profit center- Drill down/Call-Up report

    Dear all,
    I am using S_AC0_52000887 to view receivables by profit center as we have activated New GL. FBL5N is not possible to see since we have multiple profit centers per customer and FAGLL03 which is a New GL report has no selection by customer on selection screen.
    However, S_AC0_52000887 has limited information- I want to see the line items in the report. I use FGI0 and copy a new report using 0SAPRECIEV01 and want to drill down by line items to the FAGLL03 view. So i go to Extras menu > Report Assignment and assign to FAGL_ACCOUNT_ITEMS_GL program. However, the report parameters are not being passed in.
    Can anyone assist how to pass the parameters in the main report, to the call-up report?
    Thanks in advance.
    Regards,
    Huimin

    If you are trying to view such a report through transaction code FBL1N, then I would suggest you follow the solution described in this thread below:
    Re: Add field Net Due Date at the selection field in FBL1N t.code
    Also to view profit center wise, use the dynamic selections in FBL1N to select profit center.
    Regards,
    Elias

  • Why does adding a PostUserMessage cause the call to the TestReport Callback step "Call Get Report Body" to be skipped ?

    I am trying to add steps to my process model to send progress messages to my user interface. When I add these steps (Automation Call -PostUIMessage) I receive the message and can update the UI accordingly. However, then the step "Call Get Report Body" (in the TestReport callback) will not execute (it is reported as "skipped" in the Execution Flow column) and the report generated doesn't contain the test step result information. My guess is that the step isn’t executing because the precondition is evaluating to False. Any thoughts as to why the step doesn’t execute ?

    When you add steps to your process model, make sure that results collection is turned off for the steps. Edit the step properties, select the "run options" tab, and make sure that "Record Results" is not checked.

  • Lync 2013 Call Quality Reporting Time Intervals

    Does anyone know the time interval used to report the metrics associated with the Lync 2013 call quality reports?  If so, is there documentation that confirms that?
    For example, Max Packet Loss Rate gives you a percentage.  However, I haven't found any documentation that says how long a sample period is.  Was that Max Packet Loss rate experienced for, at least, 1 second, 5 seconds, 30 seconds, 1 mintue etc?
    I haven't found any conclusive information regarding how long of a period they may have experienced that max packet loss number, nor at what point during the call.
    Thanks in advance for the help!

    Hi,
    The network health is expressed by the number of poor audio streams, where a poor stream is defined as having a packet loss rate over 1 percent and a maximum packet loss rate over 5 percent.
    You can refer to the following two links to understand it easliy:
    http://blogs.technet.com/b/jenstr/archive/2013/06/11/viewing-network-health-trends-using-qoe-data.aspx
    http://blogs.technet.com/b/nexthop/archive/2012/12/10/troubleshooting-call-quality-locally-with-snooper.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • CPI-C calling a report with long report name

    Hi there,
    we are communicating to a SAP System with CPI-C.
    My question:
    How can I call a report with CPI-C which has a name with more than 8 characters?
    (I am using SAP_CMLOGON2 of CPI-C SDK for C++)
    I want to use namespaces and 8 Characters are too short for this.
    Any Ideas?
    Thx,
    Andi

    Hi Scott,
    According to your description, you want to call the report which contains subreports in asp.net.
    Based on my research, when we call the report which contains subreports in asp.net, we should attach a handler to the SubReportProcessing event of the report. For more information, please refer to the similar thread: Running
    Reports SubReports and parameters from Asp.net. Besides, you could also refer to this
    article to render the main report and sub report in ReportViewer control.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Problem calling a report from Forms

    Hi,
    I am currently trying to upgrade our Forms and Reports from 6.0 to 10g. I created a simple form and a simple report and I called the report from the form (passing no parameters) and report was generated fine. Now I'm looking at one of our existing forms and I've complied them in 10g. This time I'm passing a parameter and the report is failing. If I run the report on its own with the same parameter it works fine. I am using the Run_report_object builtin.
    The error I get is the 41214:Unable to run report. The weird thing about this is if I pass in a bogus parameter (not valid in the database), the report will execute fine and I will get a page saying that No Data was Found (text displays when nothing was returned from the query). However, whenever I pass in a good parameter (Data should be returned), the report do not execute and I get the error. So, I updated the database to have the bogus parameter and then when I passed in the bogus parameter again, this time it failed. So it looks like that when data is coming back from the query in the report, I get the error. I'm connected to the same database that was used in the simple example stated above that returned data.
    Does anyone have any idea what could be causing this? Let me know if more information is needed.
    Thanks,
    Karen

    You can check the reports queue for error messages to see what the error actually is.
    http://server:port/reports/rwservlet/showjobs?server=repsever

  • CALL SOLAR_EVAL report directly as a Transaction

    Hi experts
    we are using solar_eval reports to deliver different status for each support desk manager.
    although , we need to call the reports and variants as transactions in se93.
    do you know if this is possible?
    regards
    Julio Cesar Aquino

    I've now viewed the HTML source in the 'customize' view of my report portlet and noted all the parameters used. I generated a URL based on all of these parameters, e.g.,
    http://myserver.com/portal/page&_dad=portal&_schema=PORTAL&_type=portlet&_providerid=904735153&_portletid=204&_backurl=http://myserver.com/pls/portal/url/PAGE/TESTPAGES/JH_FORM_REP_INTEGRATION&_mode=2&_referencepath=403765_JH_SORT_REPORT2_904735153&p_arg_names=_orderby_col_1&p_arg_values=DATE_OF_PURCHASE&p_arg_names=_orderby_ord_1&p_arg_values=DESC
    and loaded the URL.
    I get the following weird behaviour. If I launch the URL then the report does not change its output on the first attempt.
    However, clicking on the 'Customize' link shows that the orderbycol_1 and orderbtord_1 values have changed! Clicking on OK/Cancel takes me back to the page with the portlet on and the data is now updated! In fact, just hitting refresh on the main page forces the report to execute correctly.
    Is this a caching issue? What is the workaround?
    I have attempted to place all these hidden values into the report portlet (before page section) and using a custom layout, added a a javascript function that would submit the hidden form passing a value dependent on which hyperlink I clicked (the link relating to the column I am wishing to sort on and in what order). It suffers from the same issue.
    I am so close to getting this to work!! Argh!

Maybe you are looking for

  • In Flash CS6 when I embed all glyphs in a text field it corrupts the file and during a run the text

    the text no longer shows up for all texts. Is there a fix for this bug in CS6 flash or a work around?  I actually have to bust out the older machine and do my dev work on that.  I am wondering why I upgraded.  Please help.

  • Third Party SCORM Adapter 2004 with Oracle Learning Management

    Need to integrate third party SCORM 2004 3rd edition compliance vendor with Oracle Learning Management (R12.1.3). Can anyone help in providing the steps to proceed and prerequisite required from Oracle and Third vendor. regards, Arunachalam

  • Install leopard on mac with panther

    I am running Mac OS X 10.3.9 and would like to install leopard. I have 1GB memory and meet all system requirements. Do I need to do and erase/install, archive/install, or can I just do a normal install?

  • Sharing Too Many Folders With XP Pro

    So I have file sharing set up in Leopard and the only folder I have selected is a sub-folder to Documents. However, on my XP Pro computer i can see: \\computer\hard drive \\computer\my user name \\computer\Backup #time machine drive \\computer\school

  • Ora:-12801: error signaled in parellel query serverp040

    I want to order by data in with statement Using Below query I am getting an error "ora:-12801: error signaled in parellel query serverp040" select * from ( With Bk_lifephase as(select a.id,a.order_dt,VIDEOS,VETERAN,CAT from product a, profile b where