Display my report instead of standard report

Hi,
How can I display my smartform report for PO in PO transaction. Currently it shows standard report.
Also, please tell me how to develop PDF report for PO and display that in PO transaction.
Plz help.
Regards,
Sriram

this is done thru Customizing, Materials Management, Purchasing, Messages, Assign Form and Output Program for Purchase Order ([OMFE|https://forums.sdn.sap.com/search.jspa?threadID=&q=OMFEpurchaseordersmartforms+pdf&objID=&dateRange=all&numResults=15&rankBy=10001])
You should also look for [SAP Best Practices|http://help.sap.com/bestpractices]. (/SMB40/MMPO_A and /SMB40/MMPO_L)
Regards
Raymond

Similar Messages

  • How to display the report output from a standard Oracle Form

    Dear Members,
    I am calling a concurrent program (XML Report) from a standard form using form's personalization (special menu entry).
    I am able to successfully submit the concurrent program. Once it is submitted successfully user need to navigate to the Requests window to see the output.
    Instead of user navigating to the requests window to see the output, can we display it directly on the standard form itself after the completion of the report?
    Many thanks in advance.
    Best Regards,
    Arun Reddy.

    R4S,
    You might be able to Zoom to the view requests form to save your users a step.
    HTH,
    --Johnnie                                                                                                                                                                                                               

  • Custom report instead of standard standard report "EAMWRREP" from OAF

    Hi All,
    I have a requirement to fire a custom report instead of standard standard report "EAMWRREP" from OAF.
    Screen -> EAM Self Service Maintenance -> Work Orders -> Search Work Orders -> Print Work Order
    Standard page ->WorkOrderRepPG 120.2
    Standard Controller -> WorkOrderRepCO
    I have extended the standard controller to override the call
    as shown below :
    Standard WorkOrderRepCO :
    oapagecontext.putParameter("p_DataSourceCode", "EAMWRREP");
    oapagecontext.putParameter("p_DataSourceAppsShortName", "EAM");
    Extended :WorkOrderTestCO
    oapagecontext.putParameter("p_DataSourceCode", "USS_EAM_WO_OAF");
    oapagecontext.putParameter("p_DataSourceAppsShortName", "XP2P");
    The custom report gets fired with header and footer but with NO DATA.
    The custom report is a simple RDF+XML report (RDF data model + XML template)
    with just query SELECT wip_entity_name from wip_entities where wip_entity_id = : WipEntityId
    Can some one please let me know how to pass parameters to a report likne mine??
    Regards,
    Ambika Ramachandran

    Try the OA Framework Forum

  • IE11 - Crystal Reports - PrintMode ActiveX now displaying PDF prompt (instead of printer prompt)

    I asked this question over at stackoverflow and am now taking it here: http://stackoverflow.com/questions/20672254/ie11-crystal-reports-printmode-activex-now-displaying-pdf-prompt-instead-of
    It's a simple straight-forward question.  IE11 is breaking the ActiveX plug-in used for printing from the Crystal Report Viewer.  All the pretty pictures are in the link I provided.  But the jist is that for my ActiveX Print Mode reports, the PDF dialog is presented now instead of the normal Printer dialog (unless I use Compatibility Mode)
    Other details:
    I am using the Crystal Reports that comes with Microsoft Visual Studio 2008.  For the life of me I can't remember how this got installed on one of my browser's (maybe an install from Visual Studio?) ... but I've been deploying the Crystal Print Control 10.5 (32-bit; version: 10.5.1.2285).
    And as mentioned in the stackoverflow post I have all ActiveX settings enabled and ActiveX Filtering off.

    Hi William,
    Moved your post to the .NET SDK forum.
    CR for VS 2008 was included in the installer of Visual Studio, you can remove it from Add/Remove Programs.
    Unfortunately the CR Basic that comes with VS 2008 only had one patch released and that's it. IE 11 was not released when it came out so we could not support it.
    Currently there are no versions of CR or our SDK packages that do support it.
    Crystal Reports Developer for Visual Studio SP 9 will support IE 11. You can get it from the Overview Tab and then on the left side. But it requires VS 2010 or above and SP 9 will support VS 2013 and IE 11.
    In VS you could select either ActiveX or PDF:
    I don't have IE 11 but to change the PDF go into the Add-ins menu:
    See this link for supported OS's and VS's:
    http://wiki.sdn.sap.com/wiki/x/b4JiAw
    Also, IE 11 is likely on Windows 2008 Server or possibly Window 8.x.
    Best thing to do is upgrade VS and then download the CR installer into VS so it supports current OS's and Browsers.
    Don

  • Displaying leading spaces in a Standard Report Column

    Is there a way to display leading spaces in a standard report column in APEX?
    I am using the following hierarchy query to left pad the metric title with spaces to indent subordinate records. The problem is that the APEX report truncates the leading spaces when the data is displayed.
    I have replaced the spaces with an underscore, however the end users prefers white spaces for readability.
    Any help is greatly appreciated.
    SELECT
    t.group_id,
    t.metric_id,
    LPAD(' ',(LEVEL - 2)*5,' ') || d.metric_title metric_title,
    d.business_unit,
    get_name(d.data_owner) data_owner,
    d.metric_status,
    t.group_sort
    FROM tbl_health_metric_groupings t JOIN tbl_health_metric_definition d ON t.metric_id = d.metric_id
    WHERE t.group_id != 0
    START WITH t.group_id = 0
    CONNECT BY t.parent_group_id = PRIOR t.group_id
    ORDER SIBLINGS BY t.group_sort, d.metric_title

    Thanks Tony your comment got me pointed in the right direction.
    LPAD only pads a single character to the left so doing something like LPAD(' ',(LEVEL -2)*5,' ') does not produce the expected results however placing LPAD inside a replace function does...
    The following works as expected and places leading spaces at the begining of the metric title based on the hierarchy:
    SELECT
    t.group_id,
    t.metric_id,
    replace(LPAD(' ',(LEVEL - 2)*5,' '),' ',' ') || d.metric_title metric_title,
    d.business_unit,
    get_name(d.data_owner) data_owner,
    d.metric_status,
    t.group_sort
    FROM tbl_health_metric_groupings t JOIN tbl_health_metric_definition d ON t.metric_id = d.metric_id
    WHERE t.group_id != 0
    START WITH t.group_id = 0
    CONNECT BY t.parent_group_id = PRIOR t.group_id
    ORDER SIBLINGS BY t.group_sort, d.metric_title

  • Displaying a report in Java instead of using DHTML or ActiveX

    Post Author: karene
    CA Forum: General
    Greetings-
    We have Crystal Reports XI release 2, and BusinessObjects XI release 2
    We were using ActiveX to display our reports, and have switched to DHTML, which displays a more modern looking menu.  (There are probably other reasons, too).  But the ActiveX display behaves better: the menu at the top continues to display even when scrolling down the report, and the spacing matches what it looks like when printed.  Our customer is complaining about the DHTML report viewer, because the text is more squished together, and then there is a lot of white space.  The reports when printed look fine, but they often just view the report on the screen.  (And the menu scrolls off the screen when going to the bottom of the report.)
    We're calling the reports using a URL that includes the OpenDocument.aspx and the document number from BusinessObjects.
    I checked into the Java viewer, and it has the more modern menu, but it stays on the screen, and it also has the same spacing as the ActiveX viewer.  We think it should make the customer happy.  We've looked at the documentation, and it says to call the report using OpenDocument.jsp in the url. 
    It won't work.  It tells us the report can't be found or the request completed (another guy did that part -- I'll ask him for the details if necessary). 
    When we're in BusinessObjects, and displaying the report (whether by ActiveX, DHTML, or Java), the url at the bottom of the screen includes 'report_view.aspx'.  So we're wondering if there's something in BusinessObjects itself that we need to change in order to use the Java viewer.
    I've googled and not found any references to this problem (which doesn't mean they aren't there, just that I haven't found them).  It seems odd that no-one would complain about the differences in display between the ActiveX and DHTML.  And it doesn't appear that anyone else is having problems using Java.  Can anyone give us some guidance?  Thank you.
    -karene

    From what I remember, there are just too many runtime dependencies (handling callbacks, asynchrony, etc) to use a web service control outside of a container.
    As far as using clientgen within a project, I usually just have a separate build script to run clientgen when I need to, but you are correct, it certainly can be a pain.
    There are in fact plans to make clientgen much easier from eclipse. I'm not at a level to speak to any details, schedules, etc., but if you have suggestions for how you'd like things to work, etc, please post them here.
    -jacobd

  • Text data is not displaying at Report level for an Infoobject Item name

    Hi All,
    Texts data is maintained at Info object level but text information is not displaying at Report level for an object.  I have set the property at query level as "Text", but at report level it is displaying key values of the object, not displaying texts information.  This problem occured in QA(Quality) system but not replicated in Production system.  I have checked all properties at backend and query level and compared the same between QA and Production system didn't find any difference.
    Please suggest what might be the cause: at report level it is displaying key values instead of the textual information even text data is mainintained at backend.  In production it is displaying textal data for the IO.
    Thanks in advance.

    Hi All,
    Thanks for your valuable information.  I have changed the setting under Advanced tab as "Master data" for Access type for results values, but didn't solved the problem still it showing key information for the IO.
    In Production system the report displaying texts information for the IO, but in QA its displaying key information. The problem exits only in QA, its working fine in DEv and Production.
    As per my understanding might be the issue with Patches will be checking with Basis team on the same.
    Please suggest if you have any alternatives to fix the issue.

  • Can not display BI report in Web ui

    I created reporting profile with both bi and interactive reporting active and assigned to the business role functional profile
    I gave the BI connection client in the report that I wanted. When I select the report in webu ui, it's taking me to a sign on pad. I assume this for BI sign on pad and When i enter sign on, it's not taking me any where.
    This just a standard report in CRM My top 5 quotations. All necessary steps in basic bi connection, basic sales analytics are done too
    How does the the connection between BI and crm works?
    Please advise

    Hi Experts,
    We are using Webiu 2007 with BI 7. 
    We linked our sandbox to RWT system to test the report output. In my CRS, I have source system RWT defined and the same way in BI also we have assigned CRS to link these systems together. It is my understanding that when we select the report, we are just calling the from BI into CRM.  I have done the following steps in CRM
    1) Created reporting profile in CRM analytics as both BI and CRM interactive reporting activated
    2) Assigned this reporting profile to business role
    3) I selected My-Top-5 quotation report and gave the BI system in display  bi reports
    4) I can see the report on webui.
    Problem: When I selected the report,  a logon pad appears and I enter RWT user id and password, it's doing nothing.  But, I have another user who is logging in for the first time got an error "Error loading template "OTPLB_OCRM_QUTO_Q0001_1 notification number BRAIN276". When the same new user tried to login second or third time, it's not showing the error and nothing is happening when we enter userid and pass word.  But, we can logon to GUI RWT.
    We tried to pull a query view report and web template reports see if we can display data. The BI team gave me couple of info objects keys. 
    1) I created the report with object key and type as one for 3.x template and one for 3.x query view
    2) Created logical links for these two reports and selected these two reports in business role. Now the reports are showing in webui
    3) When I select any of these, it taking to a blank screen without any logon screen. 
    BW team says that these reports are running with data in their system.
    Can someone please help?

  • Inputs required  for Displaying whole Report  in Single Currency only

    Hi All,
    Actually in R/3 Transactions are recorded in different currencies like 1)USD
                    2)AUD,CAD,EURO(Non-USD or FCC)
    Firstly,
    I need to display whole report in USD only. I have to convert all other currencies to USD (What are the posssible options and how to handle Currency Conversion)
    Second Scenario
    Moreover I have to provide Selection Screen options for Query in  such a way that query  has to display like below
    1) USD only.( If I give USD in selection screen of query it has to Retreive USD data only)
    2)FCC(NON-USD) only.(It has to retreive AUD,CAD,EURO etc only)
    3)Doc Currency (if i give whatever currency like it that may be USD or CAD or AUD that only should be retreived.)
    How to handle the above Selection criteria
    As iam not aware of the above Pls be very clear.
    Regards,
    C.V.

    Hi,
    If you shift the display mode of FF7B to standard Overview (F9) or click balance on display currency, the values will be shown in selected display currency in the entry screen.
    The pre-requisiste for getting correct value is to maintain the curr conversion table daily using OB08.
    Regards
    Prasad AV

  • Blank not Zero for Display in report

    Hi,
    For a Particular Calculated Key Figure X, I get a Zero value using a logic such as
    if Y=0; X=0.
    For Display in Report, Currently it shos the vakue as Zero. I want to show it as a blank vaklue instead.
    Could you suggest how to achiev this ?
    I can not suppress Zero becuase for the other Key Figures in the report, i should show 0 as 0 only.
    Please acknowledge
    Regards
    Shweta

    Hi,
    In the query designer, go to query properties, the button is just before the check query button.  In the Display tab, in the section Number format, you have a setting for Zero Value Display.  Click on the options and select, Suppress Zeros.  You also have the option of showing the zero as something else.
    This setting is different from the Suppress zero setting, which will suppress the line when all key figures are zero.
    Rgds

  • Error in ITS display of reports after Unicode changes

    Hi
    We recently made our systems unicode compatible.
    After that upgradation, there are problems in  output display of reports.
    All the data gets displayed in a single line.
    Also few other errors come up in JA language related to alignment.
    Report seems to be ok in R/3. We have used standard template for reporting WEBREPORT_REPORTING.
    Can someone provide inputs..

    Hi,
    please try that with a browser supported for the service you are using.
    I assume that you are using the service webgui and the browsers supprted are
    the Mozilla based Firefox and the Internet Explorer.
    Does it work there?
    The parameter of interest regarding Unicode stuff for the ITS is the login codepage
    and it should be converted automatically during the steps described in the Howto.
    regards
    Tobias

  • Display specific report part

    Hi Experts,
    I am using the Crystal Reports Server V1 trial version. I want to display Xcelsius Dashboards through InfoView. Because the add-function for flash (swf) files isnt avaiable I choose the option to insert my swf files into Crystal Reports and add this to the Server.
    When I create my Dashboard with the Dashboard Builder there are my Reports with the standard frame. But I only want to display the flash file. I thought that I can use the display specific report part function in Crystal Reports. So I defined it for the flash object and in InfoView I select the option too, but nothing happens.
    Does somebody know how to use this function correctly?
    Regards
    Jan

    hello,
    if you have already defined your flash object as the default report part in the crystal reports > file > report settings then:
    1) in infoview in your dashboard open corportate analytics and drag your report over
    2) edit this analytic to use the parts viewer
    3) ensure that you select on demand
    4) select default report part
    i have tested this on the cr server v1 and it works aok.
    jamie

  • Budget is not getting displayed in Report S_ALR_87013558

    Hi Friends,
    For project the budget is not getting displayed in Report S_ALR_87013558 though the budget is planned by TCode: CJ30 and released also by TCode: CJ32
    Is there any setting in customising in information systems to display in the report.
    Please treat this as quite urgent.
    Regards,
    Manohar N

    Hi Sridhar,
    Thanks for the input.
    But still Budget is not appearing in the report, even after running CJBN & CJEN.
    I had a look into CJ30 but the overall Budget is available. Is there any change required in the report.
    Regards,
    Selva

  • Complete data not displayed in Report

    Hi forum,
    I have a cube based on data source 0FI_AR_4,which is updated via an ODS.I have created a query for ageging analysis.The query uses Referrence number ( invoice number) to display the receivables of various customers and number of days from due date.
    To my surprise many invoice numbers are not being displayed in the query, but when i restrict the query to the invoice numbers which are not being displayed the report generated is able to display all the doccuments.
    I have checked the data in the cube and all the invoice numbers are flowing well fro R/3.
    My only way of saying thanks to the people who solve the issue or provide helpful answers is by assigining points.
    Regds
    Suhel

    hello
    This is simple problem
    The result the query fetches is not able to display in the number of cells provided in the excel sheet
    So when you restrict the data, the query is able to show all the data fetched by accomadating in the columns available in the excel.
    Here in your case , there are not enough columns in the excel sheet to display all data
    Regards
    N Ganesh

  • I need to display a Report which contain -- del QTY  and  INV QTY   in one

    Hi ALL,
    I need to display a Report which contain
    <b>Customer  , Material , Order No, Delivery No, Billing No , Order Qty , Dev Qty, Bill Qty , Invoiced Qty  and There Values  in One Line  .</b>
    How can I Display, When I am executing the report against the Delivery Number Bill Qty and Invoiced Qty is showing Hash ( # ).
    Do I need to right any Routines for this, if I am correct,  where I have to write that code and what is the code ,
    What are the Consolidation  routines ?????
    I am working on BI 7.
    Regards ,
    Shaik
    Message was edited by:
            shaik

    Frst check in backend, which all cubes have got data for each of three..
    Corresponding you can go ahead with Multi/Infoset..
    Look for reference no in all three cubes and pick one order and track tht by reference no in all cubes,
    Hope it helps..
    Thanks for points assigned

  • Report 6i/Webdb -Not able to display the report in the browser - rep- 3002 error.

    Would someone tell what I missed, I have set up the following:
    1) a report using report builder on NT
    2) my database is in Unix
    3) my report server is started in NT
    4) I run webdb listener for the following code: http://myweb.com/cgi/rwcgi60.exe?server=repserver+report=myreport+userid=usid/pw/connect_string+destype=cache+desformat=html. Then, I receive this message:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Report Job has terminated with error.
    Reports Server Replies:
    REP-3002: Error initializing printer. Please make sure a printer is installed.
    Why is it thinking I want to use the printer whereas I want to display the report in the browser?. Any help would be appreciated.
    null

    It sounds like that your Web CGI did not configure right. To test if your CGI configuration is correct, type:
    http://hostname:port/cgi-bin/rwcgi60exe?
    If you get a help screen, then you should be able to bring up your report.
    Regards,
    Xiaoling

Maybe you are looking for