Problem with output format

Hi ,
Whle submitting AP prepayment balance report able to get the output in XML format.
But, if for the same report when the output format is changed to PDF or Text not able to get the report.
Anybody pls suggest any changes to be done in setup to resolve the problem.
Thank you in advance.
Raj

Are there any errors recorded in the log file of the concurrent request ?
HTH
Srini

Similar Messages

  • Problem with output formatting.

    Hi all,
    I have an output as shown below.
    R1             R2                            R3                            R4           R5           R6            R7
    20000001      27.02.2007     3326          180080     D4          
    20000001     27.02.2007     3326          180080     D2          
    20000001     27.02.2007     3326          180080     D3          
    20000001     27.02.2007     3326          180080          D8H     
    20000001     27.02.2007     3326          180080               TT4
    my problem is that, i am not able to get my values in fields R6 and R7 in the first row. Can any one suggest me a method to get the values of R6 and R7 in to the first row it self.

    loop at t_plant.
         clear : p_test,x,y.
         call function 'CONVERSION_EXIT_ATINN_INPUT'
           exporting
             input  = 'HCC_MM_MAT_EQP'
           importing
             output = p_test.
         clear t_ausp1.
         refresh t_ausp1.
         select  objek
                 atinn
                 atzhl
                 atwrt
                 from ausp
                 into table t_ausp3
                 where objek = t_plant-matnr and
                       atinn = p_test.
         loop at t_ausp3.
           y = y + 1.
           t_ausp3-atwrt1 = t_ausp3-atwrt.
           modify t_ausp3.
           clear t_ausp3.
         endloop.
         clear : p_test.
         call function 'CONVERSION_EXIT_ATINN_INPUT'
           exporting
             input  = 'HCC_MM_MAT_MMO'
           importing
             output = p_test.
         clear t_ausp1.
         refresh t_ausp1.
         select  objek
                 atinn
                 atzhl
                 atwrt
                 from ausp
                 into table t_ausp2
                 where objek = t_plant-matnr and
                       atinn = p_test.
         loop at t_ausp2." where atzhl = t_ausp3-atzhl.
           x = x + 1.
           t_ausp2-atwrt = t_ausp2-atwrt.
           modify t_ausp2.
           clear t_ausp2.
         endloop.
         if ( ( x < y ) or ( x = y ) ).
           loop at t_ausp3." where atzhl = t_ausp2-atzhl.
             read table t_ausp2 with key objek = t_ausp3-objek.
                                        atzhl = t_ausp3-atzhl.
             move t_ausp2-atwrt to t_ausp3-atwrt2.
             modify t_ausp3.
             clear t_ausp3.
           endloop.
         elseif x > y.
           loop at t_ausp2." where atzhl = t_ausp3-atzhl.
             read table t_ausp2 with key objek = t_ausp3-objek.
                                        atzhl = t_ausp3-atzhl.
             move t_ausp2-atwrt to t_ausp3-atwrt2.
             append t_ausp3.
             clear t_ausp3.
           endloop.
         endif.
         clear : p_test.
         call function 'CONVERSION_EXIT_ATINN_INPUT'
           exporting
             input  = 'HCC_MM_MAT_OEM'
           importing
             output = p_test.
         clear t_ausp1.
         refresh t_ausp1.
         select  objek
                 atinn
                 atzhl
                 atwrt
                 from ausp
                 into table t_ausp1
                 where objek = t_plant-matnr and
                       atinn = p_test.
         loop at t_ausp3." where atzhl = t_ausp3-atzhl.
           read table t_ausp1 with key objek = t_ausp3-objek.
           move t_ausp1-atwrt to t_ausp3-atwrt3.
           modify t_ausp3.
           clear t_ausp3.
         endloop.
         if t_ausp1-atwrt is not initial.
           loop at t_ausp3." where objek = t_plant1-matnr.
             move-corresponding : t_plant to t_plant1.
             move : t_ausp3-atwrt1 to t_plant1-atwrt1.
             move : t_ausp3-atwrt2 to t_plant1-atwrt2.
             move : t_ausp3-atwrt3 to t_plant1-atwrt3.
             append t_plant1.
             clear t_plant1.
           endloop.
         else.
           move-corresponding : t_plant to t_plant1.
           append t_plant1.
           clear t_plant1.
         endif.
       endloop.
    this is the logic i wrote. whats happening is records are being appended

  • Error in REST Web Service with Output Format as Text

    Hi All,
    I am referencing a REST web service, and can successfully connect to it and retrieve results with the Output Format set to XML.
    I don't need the individual node values, I just want to capture the entire XML as a string, and populate a table column with it.
    When I create a new Rest web service reference, with Output Format set to Text, and then create a form/report to run it, I get the following error when I click 'Submit':
    ORA-06550: line 1, column 63: PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: ( - + case mod new not null others avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp interval date pipe
         Error      Error sending request.
    There are control characters in the XML, but surely this is handled by Apex, so I'm not sure what the problem is here.
    Any ideas most welcome.
    Thanks,
    Rhodri

    Rhodri:
    Application Express expects text response to actually be text response, delimited by other characters denoting a new value, and a new record set. You should leave the response as XML. The XML document will be stored in the xmltype01 column of the collection you specify. You can then convert that xmltype01 column to a clob if you like using .toClobVal().
    Regards,
    Jason

  • Problem with date format when ask prompt web-intelligence

    Bo XIR2 with 5 SP. Instaled on Windows 2003 with support Russian.
    Inside BO every labels, buttons - use russian. But when invoke web-report and Prompt appear there is problem with date format.
    Looks like korean format of date 'jj.nn.aaa H:mm:ss'.  I see system settings of date in Win .. everything right
    What i have to do?
    Where i can change format date for bo?

    GK, try this...
    decode(instr(packagename.functionname(param1 ,param2),'2400'), 0, to_date(to_char(to_date(rtrim(packagename.functionname(param1 ,param2),'(PT)'), 'Month dd, yyyy "at" hh24mi'),'mm/dd/yyyy hh24mi'),'mm/dd/yyyy hh24mi'),
                                                                      to_date(to_char(to_date(rtrim(packagename.functionname(param1 ,param2),'(PT)'), 'Month dd, yyyy "at" "2400"')+1,'mm/dd/yyyy "0000"'),'mm/dd/yyyy "0000"'))-Marilyn

  • Problem with Date format

    Got one more problem Merilyn and Radhakrishnan...
    Regarding the soln y provided me earler with the thread "Problem with date format"...
    What is happening is....I am able to change the 2400 to 0000 but when it is changed from 2400 on jan 1st to 0000 the hour is changing but not the date....the date still remains as jan 1st instead of jan 2nd....
    Eg: Jan 1st 2400 -- changed to -- jan1st 0000
    instead of jan 2nd 0000
    Could you please help me in this issue...
    Thanks,
    GK

    GK, try this...
    decode(instr(packagename.functionname(param1 ,param2),'2400'), 0, to_date(to_char(to_date(rtrim(packagename.functionname(param1 ,param2),'(PT)'), 'Month dd, yyyy "at" hh24mi'),'mm/dd/yyyy hh24mi'),'mm/dd/yyyy hh24mi'),
                                                                      to_date(to_char(to_date(rtrim(packagename.functionname(param1 ,param2),'(PT)'), 'Month dd, yyyy "at" "2400"')+1,'mm/dd/yyyy "0000"'),'mm/dd/yyyy "0000"'))-Marilyn

  • Problem with date format dd/mm/yyyy. But I need to convert yyyy-mm-dd.

    Dear friends,
    I have the problem with date format. I receiving the date with the format dd/mm/yyyy. But I can upload to MySQL only in the format of yyyy-mm-dd.
    how should I handle this situation, for this I've created these code lines.But I have some problem with these line. please help me to solve this problem.
    String pattern = "yyyy-mm-dd";
    SimpleDateFormat format = new SimpleDateFormat(pattern);
    try {
    Date date = format.parse("2006-02-12");
    System.out.println(date);
    } catch (ParseException e) {
    e.printStackTrace();
    System.out.println(format.format(new Date()));
    this out put gives me Tue Apr 03 00:00:00 IST 2007
    But I need the date format in yyyy-mm-dd.
    regards,
    maza
    thanks in advance.

    Thanks Dear BalusC,
    I tried with this,
    rs.getString("DATA_SCAD1")// where the source from .xls files
    String pattern = "yyyy-MM-dd";
    SimpleDateFormat format = new SimpleDateFormat(pattern);
    try {
    Date date = format.parse("DATA_SCAD1");
    System.out.println(date);
    } catch (ParseException e) {
    e.printStackTrace();
    System.out.println(format.format(new Date()));
    this out put gives me Tue Apr 03 00:00:00 IST 2007
    But I want to display the date format in yyyy-mm-dd.
    regards,
    maza

  • Error while opening pdf in reader in windows 8:Can't open this file. There's a problem with file format

    I have a problem with a pdf file which does not open with reader in windows 8 but it opens properly with adobe pdf reader. All other pdf can be opened in reader.But when i open a pdf(see this link for pdf for which i got error http://incometaxsoft.com/temp/Form.pdf)
    it gives error as "Can't open this file. There's a problem with file format".
    The same file opens properly in adobe pdf reader.You can check the pdf file which i have mentioned in the link above.But the reader which comes with windows 8 can open some other pdf in the same PC.What may be the error causing this??

    This has turned out to be an enormous issue for me as I sell PDF files as ebooks. I have done a fair amount of investigating this for my system.
    My files have to be compatible not just across readers but across operating systems.
    To date, I have over 200 PDFs that have functioned flawlessly across Mac, PC (Windows 7 and below), Android, iPhone/iPad, Linux.
    I personally test my PDFs using a variety of readers and PDF editors including
    PDF XChange (my favorite)
    Foxit (runner up for me and I recommend for most people)
    Adobe (the bloated monster)
    Nitro 9 (great for moving graphical elements around)
    ABBYY
    And the Nuance PDF Create toolsets
    Those are off the top of my head. There are a bunch on Android that I test with too.
    I am running the Windows 10 Pro Tech Preview and I have this same problem so I know it isn't fixed yet in any kind of pre-release way (-sigh-)
    Here is what I've learned for my situation
    The PDFs I created using NUANCE'S PDF CREATE PROFESSIONAL VERSION 8
    all fail using the built-in Windows 8/10 PDF reader.
    When I look at the PDF properties for these Nuance created files, the underlying engine used to write them is called "ImageToPDF". Using ABBYY it indicates their own engine as does everyone else that I've tried. It is easy for you to check to see
    what created your PDF by doing a "Control D" (look at the document properties). Perhaps there's a common engine causing issues.
    If I use the exact same source files to create a PDF using any of my other tools I have no issues. I checked the PDF versions made by the tools and they are all set to 1.5.
    A customer mentioned being able to convert them in a way they worked by saving them without having to do any kind of extraction, but I have not been able to duplicate that. Perhaps he did a "print" which seems like it could work.
    In summary, the workaround everyone is talking about, using an alternate reader, of course works. But not everyone wants to change.
     The culprit I have found is my Nuance PDF Creation tools that are using the ImageToPDF engine.
    I hope it gets FIXED as I really don't want to have to regenerate all of my PDF files.

  • A Problem with Region Format Settings

    Hi!
    I have a peculiar problem with Region Format settings on my iPod touch (Settings > General > International > Region Format). It appears that iPod touch can support more region formats than it is stated on that list. Once I registered my iPod, I selected my location, Lithuania, and it automatically set (I think because of this action, and not another, like my PC settings) Region Format to Lithuanian. Although it is nonexistent on the menu list! Good news!
    However, the problem is that while I explored my iPod I accidentally checked another region, and there is no "cancel" option. So my region switched to another. And now I am not able to switch it back to Lithuanian again because there is no such selection (reset or restore didn't help).
    Has anybody any suggestions how could I return to my preferred region format (Lithuanian)? Thanks!

    thats interesting. I think the ipod took those settings from your computer/mac.
    anyway, shouldn't there be something near you that has the same region format settings? maybe you can just use something that's exactly the same.
    and btw: some of the regions have arrows next to them which brings you to subregions of that region. maybe you should check that out?
    otherwise ... well ... I think only a restore would bring back the original settings.

  • Problem with output string to command

    hey i have no idea why this aint working
    its a simple output string to command.
    what it is supposed to do is make a new directory given by the input string
    e.g. mkdir /home/luke/dep
    thanks for the help
    //methods input save files
         saveFile = JOptionPane.showInputDialog("Save Files To : ");
         //method command for saving files
         //Stream to write file
         FileOutputStream fout;          
         try { Process myProcess = Runtime.getRuntime().exec("mkdir" + saveFile );
          InputStreamReader myIStreamReader = new InputStreamReader(myProcess.getInputStream());
          fout = new FileOutputStream ("file.txt");
          while ((ch = myIStreamReader.read()) != -1) { new PrintStream(fout).print((char)ch); } }
              catch (IOException anIOException) { System.out.println(anIOException); }

    What you fail to understand is that "aint working" and "Problem with output string to command" tells us absolutely squat about what your problem is. This is the same as saying to the doctor "I'm sick" and expecting him to cure you. As mentioned by Enceph you need to provide details. Do you get error messages? If so post the entire error and indicate the line of code it occurs on. Do you get incorrect output? Then post what output you get, what output you expect. The more effort you put into your question the more effort others will put in their replies. So until you can manage to execute a little common sense then the only responses you will get will be flames. Now is your tiny little brain able to comprehend that?

  • Problem with background formatting in pivot table

    Hello,
    I have a problem with background formatting in pivot table. I can't change background (light blue rectangular in upper left corner). Do you have any idea how to do it?
    Here is the link to the picture of the pivot table:
    http://img163.imageshack.us/img163/110/unledfyq.png
    I would be grateful for any help.
    Regards,

    Hey,
    Check this link once, you will need java script to acheive this:
    http://everythingoracle.com/obieehdom.htm
    scroll down to this topic: Parsing using HTML DOM
    Please award points if helpful.
    Thanks,
    -Amith.

  • Problems with output using html2fo function

    Hello,
    I have a problem with output when using html2fo function.
    My sample xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <RTECODE>
    <![CDATA[
    <table border="1">
    <tr>
    <td>row 1, cell 1</td>
    <td>row 1, cell 2</td>
    </tr>
    <tr>
    <td>row 2, cell 1</td>
    <td>row 2, cell 2</td>
    </tr>
    </table>
    ]]>
    </RTECODE>
    Can anybody explain why the rtf template output is different in pdf, rtf, excel ? It looks ok only in pdf.
    Thanks in advance.

    Check these
    http://docs.oracle.com/cd/E23943_01/bi.1111/e22254/create_rtf_tmpl.htm#CHDCEEIJ
    https://blogs.oracle.com/xmlpublisher/entry/html_in_xml_support
    If helps mark
    Edited by: Srini VEERAVALLI on Feb 25, 2013 10:04 AM

  • Problem with date format from Oracle DB

    Hi,
    I am facing a problem with date fields from Oracle DB sources. The date format of the field in DB table is 'Date base type is DATE and DDIC type is DATS'.
    I mapped the date fields to Date characters in BI. Now the data that comes to PSA is in weird format. It shows like -0.PR.09-A
    I have changing the field settings in DataSource  to internal and external and also i have tried mapping these date fields to text fields with out luck. All delivers the same format.
    I have also tried using conversion routines like, CONVERSION_EXIT_IDATE_INPUT to change format. It also delivers me the same old result.
    If anybody of you have any suggestions or if anybody have you experienced such probelms, Please share your experience with me.
    Thanks in advance.
    Regards
    Varada

    Thanks for all your reply. I can only the solutions creating view in database. I want some solution to be done in BI. I appreciate if some of you have idea in it.
    The issue again in detail
    I am facing an issue with date fields from oracle data. The data that is sent from Oracle is in the format is -0.AR.04-M. I am able to convert this date in BI with conversion routine in BI into format 04-MAR-0.
    The problem is,  I am getting data of length 10 (Output format) in the format -0.AR.04-M where the month is not in numericals. Since it is in text it is taking one character spacing more.
    I have tried in different ways to convert and increased the length in BI, the result is same. I am wondering if we can change the date format in database.
    I am in puzzle with the this date format. I have checked other Oracle DB connections data for date fields in BI, they get data in the format 20.081.031 which will allow to convert this in BI. Only from the system i am trying creating a problem.
    Regards
    Varada

  • Dunning as PDF - Problem with output

    Hi experts,
    I have a problem with the dunning as email.
    Everything works fine here with the dífferent threads (BTE 1040) - but the output is not in PDF-format. When I look at SOST, the attachment ist in *.EXT format...
    Does anybody know what's the problem?
    Thanks
    Michael
    Additional information: The file is an .pdf file - when I save it as .pdf, I can open it normally...

    Hi,
    In transaction SCOT, check the format for Sapscript/Smartforms. Double click on the node for email. e.g .SMTP. In the pop-up window there is a section for supported address types. Beside 'Internet', click on the button SET. In here select PDF as the output format for Sapscript/Smartforms and for ABAP lists.
    Also in SCOT, check Setttings -> Device types for Format Conversion, ensure that PDF is the target format.
    Regards,
    Aidan

  • Problems with Open Format Timeline

    HEllo to everybody.
    I have a little problem with the open format timeline editing.
    I'll try to explain it as clearly as I can.
    I'm editing a project which will output as PAL 25 Uncompressed 8-bit, letterboxed, through an Aja LH to IMX tape
    I'm editing different formats, PAL 25 and HDV 720p.
    I'm now doing the online editing. I used media manager to create an offline project and I'm recapturing my media at high quality.
    My timeline settings are PAL 25 Uncompressed 8-bit. I'm recapturing my PAL 25 footage Uncompressed 8-bit and my HD footage via component through the Aja with the setting 720p 50 Uncompressed 8-bit.
    On the timeline though, my HD footage shows cropped on both sides. Meanwhile when I open the master clip from the browser it is in his 16:9 aspect ratio.
    When I re-edit the clips in the timeline they are no longer cropped but show in their 16:9 aspect ratio.
    My question:
    is there a way to recapture the clips from my timeline in a way that they already show in their original 16:9 aspect ratio?
    Or the only thing to do is to swap all the clips on the timeline with their corresponding master clips in the Browser? The project is an hour and 20 minutes, and the second option is quite time consuming and greatly boring.
    I would greatly welcome any suggestion
    thank you
    nicola

    Thanks Tom.
    I suspected it might be as I heard it flowing glibly off the narrator's tongue.
    Incidentally, your fame is spreading over here.
    Last night at our club meeting we were visited by a neighbouring society. One woman happened to mention to someone that she was having problems with FCE 4, so she was directed to me.
    I mentioned the ADFs and your name, to which she responded, "I'm working through his book at the moment!"

  • Problem with date format mask 'D'

    I am experiencing an extremely thorny problem with the date format mask ‘D’. I am trying to use it to check whether today is a Monday. The variable v_temp_day is set to sysdate. For the last 4 weeks the code has behaved erratically – giving a different result at 02:00 than at 10:30 even though it is only taking account of the date. In desperation I inserted a debug statement formatting the date in a variety of ways – with interesting results. Oracle is somehow managing to tell us that today is simultaneously Monday and Tuesday depending on which format mask you choose. Anyone got any thoughts or suggestions?
    PROC_ID TO_CHAR(STAMP_TIM
    EVENT_SQLERRM
    RRHKP010 17092007 02:00:00
    TO_NUMBER( TO_CHAR( v_temp_day, D ) ) = 2. TO_CHAR( v_temp_day, D ) = 2. TO_CHAR( v_temp_day, DY ) = MON. TO_CHAR( v_temp_day, DAY )
    = MONDAY . TO_CHAR( v_temp_day, Day DD-MON-YYYY HH24MISS ) = Monday 17-SEP-2007 020000. TO_CHAR( v_temp_day, D ) = 2.
    SQL> select to_char( sysdate, 'D' ) from dual ;
    T
    1

    My book says the trunc(d,'iw') will return "same day of the week as Jan 1st of that year"It's bad book.
    Please read about [url http://oraclesvca2.oracle.com/docs/cd/B10501_01/server.920/a96540/functions176a.htm#80159]TRUNC & 'IW' Format Model and [url http://oraclesvca2.oracle.com/docs/cd/B10501_01/server.920/a96529/ch3.htm#50331]Database Globalization Support Guide: First Calendar Week of the Year in the manual.

Maybe you are looking for

  • MBP crashed with below error - any ideas?

    Interval Since Last Panic Report:  1336731 sec Panics Since Last Report:          2 Anonymous UUID:                    D48C1A81-817C-435A-A7C1-7483622923B3 Mon Apr 30 07:57:27 2012 panic(cpu 4 caller 0xffffff80002c266d): Kernel trap at 0xffffff7f8193

  • How do I make middle click open a link in a new tab?

    Previously, when I clicked a link using the wheel click on my mouse, it opened the link in a new tab. I recently updated firefox, and now if I middle click (wheel click) on a link in Firefox, nothing happens. I just want this feature back. I tried lo

  • PDF Tags Exported By InDesign Seem to be Corrupt

    There seems to be a huge difference between tags created by Acrobat's "Add Tags to Document" and the tags that are exported by InDesign   All of the InDesign tags seem to be missing the "Structure Tag" property after export, and if I try to move them

  • Best option for more HD space?

    Greetings everyone. My Macbook Pro's 120 GB drive just isn't cutting it anymore, especially when it's split between OSX and XP. My XP side isn't enough for even a fraction of my games to be installed, and OSX is feeling the pain of less and less memo

  • BRTOOLS

    hi all, can any body let me know how to use br*tools n in wat cases v have tto use these tools?my db is oracle 8i n os is unix. i want to know is there any other options other than br*tools? points will b rewarded 4 helpful answers plz help me out th