BAR's report.

Hi ,
Im in need of creating a BAR report with all sales order details along with the billing and delivery details.
Can anyone help in designing the selection screen and also the program logic..
As and when the BAR num entered in the selection screen it would display corresponding sales details and delivery deatils along with billing..
Thanks in advance.
Regards,
Malathi.K

Hi ,
Im in need of creating a BAR report with all sales order details along with the billing and delivery details.
Can anyone help in designing the selection screen and also the program logic..
As and when the BAR num entered in the selection screen it would display corresponding sales details and delivery deatils along with billing..
Thanks in advance.
Regards,
Malathi.K

Similar Messages

  • How to display the dataset field values in my ssrs bar chart report ?

    HI i have a Bar Chart report in that i want to display the dataset one  field values in my x-axis of my ssrs report? so how should i display those values into my bar chart report?
    consider i want to display the Every Qtrly details in my x-axis so how should i ?
    can you pls help me out for this 

    I have added the Category Group into my Report area with required field ,now i will get my required output.

  • About the bar code report in printer server

    Hi:
    I have a question about the bar code report in printer server, i can do the bar code report in my local computer ,
    but it can't be work when put it into the printer server ,
    It would be get the error message :
    REP-110: can't open the file 'null'.
    REP-1070: it have a error when it open or sqve the document.
    REP-0110: can't open the file 'null'.
    I had study the document orbr_barcode.pdf before,
    and I do something below:
    1. copy a new oraclebarcode.jar into my computer.
    2. change the regedit HKEY_LOCAL_MACHINE\SOFTWARE\ORACLEHOME1\REPORTS_CLASSPATH,
    add a new path that the oraclebarcode.jar was.
    3. import java class
    oracle.apps.barcode.util.BarCodeConstant
    oracle.apps.barcode.BarCodeMaker
    4. new PACKAGE globals IS
    bcobj ora_java.jobject;
    barcode_to_use varchar(256);
    tempdir varchar(100);
    directory_sep varchar(2);
    END;
    5.modify function BeforeReport return boolean is
    begin
    globals.barcode_to_use := BarCodeConstants.BAR_CODE_39;
    globals.bcobj := barcodemaker.new();
    return (TRUE);
    end;
    6. new Formula in the DataModel, and set to image,
    function CF_barCodeFormula return VARCHAR2 is
    myfilename varchar2(500);
    result varchar2(500);
    barcodeData VarChar2(500) := :ast_no;
    begin
    myFileName := srw.create_temporary_filename;
    barcodemaker.setBarWidthInch(globals.bcobj,0.005);
    barcodemaker.setBaseCodeData(globals.bcobj,barcodeData);
    barcodemaker.setBarCodeType(globals.bcobj,globals.barcode_to_use);
    myFileName := barcodeData;
    barcodemaker.setFullPath(globals.bcobj, myFileName);
    barcodemaker.renderBarCode(globals.bcobj);
    return(myfilename);
    end;
    It's success when I build a bar code report in local computer,
    but I copy the oraclebarcode.jar into printer server and chage the HKEY_LOCAL_MACHINE\SOFTWARE\ORACLEHOME1\REPORTS_CLASSPATH, but it get the error message ...
    Please help me , I try it so many times and it still fail,
    your sincerely ,
    Hsiu-Chen, Yeh

    Dear Ph.
    sorry ...
    I can understand your command : the engine element in the server config file.
    can you Please explain this command more detail to me, Please.
    I deeply appreciated your kindness.
    Hsiu-chen, Yeh

  • How to avoid JS Error in the status bar when report doesnt contain value.

    Hi
    Whenever the tabular report doesnt show any records for the given input parameter (parameter passed using select list item).
    We are displaying error message in APex. But at the status bar, it is showing "Error" (unspecified
    error).
    Kindly let me know how to avoid this kind of error at status bar.
    Thanks
    Vijay

    Hi Vijay,
    Your javascript is probably trying to access one or more of the items within a displayed tabular form - the "f01", "f02" etc named items.
    If your script does something like:
    var x = document.getElementsByName("f01");
    ..rest of your code for f01 items..you can test if there are any "f01" items by doing:
    var x = document.getElementsByName("f01");
    if (x){
    ..rest of your code for f01 items..
    }If there are no items, x is null, so the "..rest of your.." script will not get executed and no errors will occur.
    Andy

  • Focus vertical scroll bar in report div

    Hi everyone,
    I just want to know if the issue has been resolved by someone :
    I have a report within a div and a vertical scrolling bar to scroll the rows. When I click on a row of the report the row is highlighted. Now, if the clicked row is at the end of the report, the scrolling bar goes up, and the user has to scroll down to see the selected row. So how to focus this scrolling bar once the user clicks on the row ?
    I guess I have to compute the id of the selected row times the row height and send this value to the css parameter of the scroll bar (but AFAIK there's no such parameter in css for positioning a scroll bar) ... Someone has came up with a solution ?
    Best regards,
    Othman.

    Thanks a lot Andy,
    I didnt' know about the scrollTop attribute. So for those how are interested : Each time I click on a row, I store the scrollTop position in a Hidden field. On each body onload, I call a javascript function to position the scroll bar of the div like this :
    getElementById.("mydiv").scollTop = html_GetElement('P1_SCROLL_ID').value;
    Regards,
    Othman

  • Language conversion of text on buttons in application toll bar of report -

    Hello,
       Can you please let us know,
      How to convert the language(EN -> FR)  the text  for buttons in application tool bar of a report . I have tried  with SE63.  If SE63, pl let me know the navigation path ?
    Regards
    Badari

    Hi,
    This would happen in much the same way as text-elements and would be a straightforward language conversion.
    For your [reference|http://www.sapdev.co.uk/country/Lang_Conv_Issues.htm].
    May it helps you.
    Regards,
    DS.

  • Progress bar for report?

    Hi there,
    Does anyone have any advice on how to display a progress bar while a report is running (PDF report, web, using Reports 6, OAS)? We have the report output pop up in a new dialog browser window. The window pops up, but depending on the report, sometimes it takes a minute or so before the report output is actually displayed in the window. The users are requesting a progress bar to show them that it's working and how far they are from seeing the output.
    Any ideas? Any built-in functionality? Should I bring Forms into the mix?
    Thanks in advance
    Dave

    user-Rachna wrote:
    I created a dynamic action on 'Before page submit' and showed an alert to see if it works or not. But it doesn't work for my report as the report gets refreshed without submitting the page.
    Here is exactly what I have:
    http://apex.oracle.com/pls/apex/f?p=54687:38:109840028367746
    Thanks.
    It would seem to be an obvious step to create additional dynamic actions on the Before/After Refresh events for the report region to show/hide the plug-in loading frame.

  • Progress Bar in Report

    Hey Everyone,
    I have implemented a Progress Bar in a column in a report based on Denes Kubiceks example,
    http://htmldb.oracle.com/pls/otn/f?p=31517:183:6301951045064123::NO
    The issue im having is depending on which browser i use i get slightly different out put on the progress bar, small but anoying.
    In Firefox if the bar is at 100% it is all one colour, as it should be. However when i use IE if the bar is at 100% there is still a hint of red at the end of the progress bar, as if it is on 99%.
    What i need to know is, is this simply a browser issue? or is there somthing i could do about it?
    Thanks in Advance,
    -N.S.N.O.

    Hello,
    to me it looks like a browser issue. Apparently the IE cannot render an image with width="0" and therefor always renders it with width="1". Opera does the same.
    You could try using a background color instead for the table cell and just the green image instead of two images side by side.

  • FF 18.0.1 and Norton Tool bar -- Crash Reports

    Report ID
    Date Submitted
    bp-0f29d43b-167a-4688-9060-6b30e21301201/20/20136:48 AM<br />bp-efce222e-c3b2-4aec-aacd-f12bf21301201/20/20136:48 AM<br />bp-126882a2-b4b7-4d50-8428-2e38521301201/19/20139:08 PM<br />bp-e6c67d8e-4e02-4205-b914-fbcb221301201/19/20139:08 PM<br />bp-98bc57cd-d2c7-49df-a35c-e020421301201/19/20139:07 PM
    ''Moderator edited to insert line breaks for better readability''

    Checking the crash reports they have the crash signature coffplgn.dll@0xc7d5
    This crash signature indicates that it is Norton Confidential that is causing the crashing. Norton are aware of the bug involving Norton Confidential and are working on a fix. Mozilla are working with Norton with this and have been looking for people with the problem to assist them as they hope it will help them identify the cause of the crash and speed up releasing a fix.
    If you would like to help you can send a private message to [https://support.mozilla.org/en-US/user/633449 Tyler Downer] who works for Mozilla and is an administrator on this forum. (click on his name to see his profile which contains a link to send a PM)
    Pending a fix, as a workaround you can disable the Norton Toolbar. Your system will still be protected by Norton anti-virus and firewall if you have them, but will not have access to the extra features offered by the toolbar.

  • SSRS 2008 r2 - the Report Manager won't load unless "/Reports" is added to the DNS entry in address bar

    Need some direction, please.
    We are moving off  SSRS 2005 to a new server with SSRS 2008R2. The old installation (2005) a DNS entry was created "reports" with the ip address and port number simple. In the Configuration manager the Report Manager Virtual Directory
    is "Reports". Website is Default web site. Typing "reports" into the address bar opens up report manager. When this is done the address shows as reports/reports/pages/folder etc.
    The new installation is configured the same(?). DNS entry "reports2" with new ip address and port number. In the Configuration manager the Report manager URL virtual directory is "Reports" URLs: =
    http://servername:port/Reports. The issue is when typing "Reports2" into the address bar the report manager won't open unless "reports" is added to the dns name i.e. http://reports2/reports
    is entered.
    This thread took me to more like kind thread than my searches. Went into IIS in the default web site I added an htm file with a redirect. Then started it, it works. Maybe due to my inexperience but seems counter intuitive as I thought Reporting Services did
    away with any reliance on IIS.

    Hi Urquhart,
    According to your description, if you type "Reports2" in the browser, then you want to redirect to the report manager homepage in SSRS 2008 R2, right?
    In Reporting Services 2008 R2, it uses HTTP.SYS for HTTP access and it’s independent of Internet Information Server(IIS). The role for HTTP.sys in Reporting Services is that, HTTP.sys receive the user's request, and then send it to report server. Report
    Server handle the request(e.g. authenticate the users), and then use HTTP.sys the send HTTP responses again. In a word, HTTP.sys is just a driver, which allow us to communicate the clients(browser) with Report Server without Microsoft Internet Information
    Server(IIS).
    So, since HTTP.SYS doesn’t provide URL redirection function, we are not able to redirect "Reports2" to report manager homepage by default. If we want to use redirect function, we should add a .html file in IIS to redirect the user to the report
    manager.
    Similar thread for your reference:
    SSRS 2008 URL Redirecting
    SSRS 2008 R2 Homepage Redirection
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Summation of a field in ALV report

    Hi,
    I hv created an ALV Report. But i m not getting the summation sign in the Application Toolbar. What can be the problem? I am trying to find out the sum of the the field NETWR in table VBAK.
    Thanks,
    Mohit.

    See the ALV function module used  by  you and  me  ... the  below  program gives the summation  icon  in the  alv bar .
    *& Report  ZDEMO_ALVGRID                                               *
    *& Example of a simple ALV Grid Report                                 *
    REPORT  zdemo_alvgrid                 .
    TABLES:     ekko.
    type-pools: slis.                                 "ALV Declarations
    *Data Declaration
    TYPES: BEGIN OF t_ekko,
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
      statu TYPE ekpo-statu,
      aedat TYPE ekpo-aedat,
      matnr TYPE ekpo-matnr,
      menge TYPE ekpo-menge,
      meins TYPE ekpo-meins,
      netpr TYPE ekpo-netpr,
      peinh TYPE ekpo-peinh,
    END OF t_ekko.
    DATA: it_ekko TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,
          wa_ekko TYPE t_ekko.
    *ALV data declarations
    data: fieldcatalog type slis_t_fieldcat_alv with header line,
          gd_tab_group type slis_t_sp_group_alv,
          gd_layout    type slis_layout_alv,
          gd_repid     like sy-repid.
    *Start-of-selection.
    START-OF-SELECTION.
    perform data_retrieval.
    perform build_fieldcatalog.
    perform build_layout.
    perform display_alv_report.
    *&      Form  BUILD_FIELDCATALOG
    *       Build Fieldcatalog for ALV Report
    form build_fieldcatalog.
    * There are a number of ways to create a fieldcat.
    * For the purpose of this example i will build the fieldcatalog manualy
    * by populating the internal table fields individually and then
    * appending the rows. This method can be the most time consuming but can
    * also allow you  more control of the final product.
    * Beware though, you need to ensure that all fields required are
    * populated. When using some of functionality available via ALV, such as
    * total. You may need to provide more information than if you were
    * simply displaying the result
    *               I.e. Field type may be required in-order for
    *                    the 'TOTAL' function to work.
      fieldcatalog-fieldname   = 'EBELN'.
      fieldcatalog-seltext_m   = 'Purchase Order'.
      fieldcatalog-col_pos     = 0.
      fieldcatalog-outputlen   = 10.
      fieldcatalog-emphasize   = 'X'.
      fieldcatalog-key         = 'X'.
    *  fieldcatalog-do_sum      = 'X'.
    *  fieldcatalog-no_zero     = 'X'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'EBELP'.
      fieldcatalog-seltext_m   = 'PO Item'.
      fieldcatalog-col_pos     = 1.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'STATU'.
      fieldcatalog-seltext_m   = 'Status'.
      fieldcatalog-col_pos     = 2.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'AEDAT'.
      fieldcatalog-seltext_m   = 'Item change date'.
      fieldcatalog-col_pos     = 3.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MATNR'.
      fieldcatalog-seltext_m   = 'Material Number'.
      fieldcatalog-col_pos     = 4.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MENGE'.
      fieldcatalog-seltext_m   = 'PO quantity'.
      fieldcatalog-col_pos     = 5.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MEINS'.
      fieldcatalog-seltext_m   = 'Order Unit'.
      fieldcatalog-col_pos     = 6.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'NETPR'.
      fieldcatalog-seltext_m   = 'Net Price'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15.
      fieldcatalog-do_sum      = 'X'.        "Display column total
      fieldcatalog-datatype     = 'CURR'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'PEINH'.
      fieldcatalog-seltext_m   = 'Price Unit'.
      fieldcatalog-col_pos     = 8.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    endform.                    " BUILD_FIELDCATALOG
    *&      Form  BUILD_LAYOUT
    *       Build layout for ALV grid report
    form build_layout.
      gd_layout-no_input          = 'X'.
      gd_layout-colwidth_optimize = 'X'.
      gd_layout-totals_text       = 'Totals'(201).
    *  gd_layout-totals_only        = 'X'.
    *  gd_layout-f2code            = 'DISP'.  "Sets fcode for when double
    *                                         "click(press f2)
    *  gd_layout-zebra             = 'X'.
    *  gd_layout-group_change_edit = 'X'.
    *  gd_layout-header_text       = 'helllllo'.
    endform.                    " BUILD_LAYOUT
    *&      Form  DISPLAY_ALV_REPORT
    *       Display report using ALV grid
    form display_alv_report.
      gd_repid = sy-repid.
      call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
    *            i_callback_top_of_page   = 'TOP-OF-PAGE'  "see FORM
    *            i_callback_user_command = 'USER_COMMAND'
    *            i_grid_title           = outtext
                is_layout               = gd_layout
                it_fieldcat             = fieldcatalog[]
    *            it_special_groups       = gd_tabgroup
    *            IT_EVENTS                = GT_XEVENTS
                i_save                  = 'X'
    *            is_variant              = z_template
           tables
                t_outtab                = it_ekko
           exceptions
                program_error           = 1
                others                  = 2.
      if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.                    " DISPLAY_ALV_REPORT
    *&      Form  DATA_RETRIEVAL
    *       Retrieve data form EKPO table and populate itab it_ekko
    form data_retrieval.
    select ebeln ebelp statu aedat matnr menge meins netpr peinh
    up to 10 rows
      from ekpo
      into table it_ekko.
    endform.                    " DATA_RETRIEVAL
    reward  points if it is usefull
    Girish

  • How to change the bar chart rendering image format in SSRS

    Hello all,
    I am working with SQL Server 2008 R2 and I have a SSRS bar chart report, when the report got rendered over online or if the take Export (PDF and PPT), the image is in png format always, which is taking too much of time to execute the report in case of large
    data.
    Can, It be possible that the rendered image is in jpeg format instead of png.
    If Yes, please share the appropriate steps to follow:
    Thanks in advance
    Pankaj Kumar Yadav-

    Hi Pankaj067,
    According to your description, you want to change the bar chart rendering image format as JPEG format when previewing the report or exporting to a PDF file .
    In Reporting Services, the chart rendering image format is PNG by default. It’s a by-design behavior. And it doesn’t open any API for us to change the image type when exporting a chart to a format. So in your scenario, your requirement can’t be achieved
    in Reporting Services currently. I would recommend you submit a feature request to Microsoft at this site:
    https://connect.microsoft.com/SQLServer. So that we can try to modify and expand the product features based on your needs.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Bookmark Bar RSS Counts Broken after 5.1.4 upgrade

    Ever since upgrading to 5.1.4 none of the RSS feeds saved in my bookmarks bar are reporting the new post counts properly.
    New posts are not being shown in the bookmarks bar.
    After clicking on a feed the count shows up, and then won't be dismissed no matter how many times it is viewed.
    If I use "View All RSS Articles" for a folder it clears the bar count, but then all the individual feeds are still badged with a count that can't be dismissed.
    Is there a fix for this, or do I have to revert to an older version and hope that the next Safari update will address this?
    (and please, no alternate browser recommendations)

    Hi,
    Try troubleshooting the Safari .plist file  (preferences)
    Quit Safari.
    Go to ~/Library/Preferences
    Move the com.apple.Safari.plist file from the Preferences folder to the Desktop.
    Relaunch Safari. If that helped, move the .plist file to the Trash. If not, move it back to the Preferences folder.
    If that didn't work, go to ~/Library/Caches/com.apple.Safari/Cache.db
    Move the Cache.db file to the Trash. Quit then relaunch Safari to test.
    ~ (Tilde) character represents the Home folder.

  • Printing page numbers in an ALV report with multiple grids

    Hi,
    I have developed a report using OO ALV GRID. The output is having multiple grids navigated using a menu button appended to the standard tool bar
    (Ref report: BCALV_GRID_07). On navigation, we are able to display specific titles when each grid is displayed.
    When we print those individual pages (the grids), we are able to print the page numbers and the title for the first grid but when we display the next grid and print, we are unable to initialise the page number
    and print specific title. The page numbers continues from the last printing.
    I am looking at identifying the grid when the print event - PRINT_TOP_OF_PAGE is triggered so that a grid specific title can be printed and also page number initialised.
    Any suggestions is highly appreciated.
    Thanks.
    Mani.

    You cannot have one event for all the grids as you cannot identify for which grid the event has fired. You need to activate the event for each of the grid and handle the code independently.
    regards,
    Ravi
    Note - Please mark the helpful answers

  • How to debug a form (servlet) in the Forms and Reports Server

    Hi:
    I have a new install of an application that ran perfectly on a different host using the Forms and Reports Server.
    I have installed the FRS on the new host and it is working fine. I can run the test form.
    When I run my actual forms app, I only get a blank screen in the browser and on the status bar it reports "Applet Started'.
    Is there a way I can turn on debugging or something so I can see at what point it is failing or why the form is not opening properly?
    Any advise would be appreciated.
    Many thanks.
    Bruce

    Thanks for the reply Frank. I have looked all through the Start menu but see no "Configuration and Migration". I assume it's because I only installed the Forms and Reports option, so I only have Forms Services, Reports Services, and the Universal Installer. No big deal - I've already setup tnsnames manually. I just like to use the Net Assistant when I can.

Maybe you are looking for

  • Mac Mini as a Media Server

    I'm debating between Mac Mini and Apple TV. My wife and I are making some final decisions about which we want to go with. And she wants my decision quickly so she can pick up an Apple TV before Christmas if that's what we're deciding on. However, I'm

  • Activating 'ABAP MAPPING'

    I'm trying to register ABAP MAPPING as a new additional mapping. I've done all that sap says in his 'How to ...' pdf document. The only thing i don't know how to do is the part what says ... 'Therefore, the additional mapping type name must be regist

  • SOAP - XI- PROXY synchronous  scenario

    Hi Experts, I have a SOAP - XI - PROXY  Synchronous Scenario I have done the following things ESR and ID ESR: 1. Created DT and respective MT for Request and Response. 2. Created Service Interfaces with Synchronous mode with respective MT's. 3. Creat

  • Can't copy any file to/from iomega 1TB home media network CE other than through FTP

    Hi, since few days ago I can't copy any file to or from iomega using Windows Explorer on my PC or any file explorer ony my android phone. I can acces the drive but when I try to copy something to the drive, a 'copying'  window pops up  and shows "est

  • Hierarchy with filter

    1 question - how can I switch off all nodes, that doesn't included in hierarchy 2 question - In a report I need to use  GL hierarchy with CoCode filter. I mean, that for some hierarchy nodes I use A,B an C Company codes, and for others - D & E. Is it