How to assign  custom rdf report as  stylesheet PO communicator

R12 :How to assign custom rdf report as stylesheet PO communicator

Are you trying to have the table where the lines are always be the same size no matter how many lines are present?
If so, you some choices:
1) If your lines are always the same height, you might get some ideas on what to do from this article:
http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary.html
2) If your lines vary in height, then you should look into a PDF template. This will give you a pre-printed stationary look in which the drawing of boxes and lines is not affected by the data content.
3) Other less attractive options are a) making the report in XSL-FO, and b) making a bitmapped RDF report
There is currently no solution that I am aware of for a pre-printed stationary look using an RTF template in which the data lines are of variable height.

Similar Messages

  • Error in Custom RDF reports

    Hi-
    I have installed new UAT instance, after that i have registered CUstom Top in new instance(using same procedure which i have followed for Dev).
    For creting custom top i used following steps:-
    1. Create directory structure.
    2. Put necessary rdf and other supported files in the respective locations(I fact i cloned this folder from DEV).
    3. Created custom Schema owner in the DB.
    4. Registered schema in the application.
    5. Registered oracle user.
    6. Assign data group to the application
    7. Edited top.txt and added new top in that
    8. Ran autoconfig
    Now when my technical team member is running any pl/sql report(using concurrent program), that is working fine.
    But the rdf reports are erroring outs, It is not creationg .out file for the request. Getting following error in the request log file:
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_SHIPMENT_NUM='10'
    FILE-BUILD FILE PATH ERROR
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 408824.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 408824 on node xyz at 09-MAR-2010 10:18:33.
    Post-processing of request 408824 failed at 09-MAR-2010 10:18:33 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Please help.
    Regards

    Hi-
    Below are the messages from OPP log file:-
    [3/9/10 3:31:11 PM] [UNEXPECTED] [12849:RT408857] java.io.FileNotFoundException: /u01/UAT/inst/apps/UAT_xyz/logs/appl/conc/out/o408857.out (No such file or
    directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:267)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:173)
    [3/9/10 3:31:11 PM] [12849:RT408857] Completed post-processing actions for request 408857.
    secs]
    Regards

  • How to assign custom table entries to request

    Hi,
    I have around 4000+ entries in Z* table(Customized data).
    Now i have to transport to QA system by assigning request no.
    How to assign the above all entries to the request.
    Thanks
    ~KER

    Hi Ramesh,
    That you can do it if you select
    Recording routine  as <u>Standard recording routine</u>       under table maintainance generator.
    But in my case the table has been created with <u>no,or user,recording routine</u>  option and updated all records in dev system.
    So its not possible  at this point of time.
    Thank you
    ~KER

  • How to register custom forms & reports

    Hi,
    Please anyone help me the steps required to register custom forms & reports to e-business suite 11i.
    regards
    sva

    Hi,
    Please refer to the following document.
    Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216589.1
    Note: 177610.1 - Oracle Forms in Applications FAQ
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=177610.1
    Note: 104697.1 - Setup & Usage (Customization)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=104697.1
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf
    Regards,
    Hussein

  • How to assign transaction to report pgm

    Hi friends,
    Basically i am from BIW....I need ur guidance in assigning my report program to custom transaction.
    My req is when i execute the cust transaction, it should ask for selection criterias for the respective prg and should give desired o/p.
    pls tel me how to do this....which transaction is used ?
    regards...
    Balaji

    In the SAP Easy Access screen type the transaction code SE93 in the command field and enter. This will take you to "maintain transaction"  screen.  Here you create one tcode by typing "zxxxxx" in the transaction code field and hit create.  Enter some short text for your tcode. Ensure that the second radio button under start object ie "Program and Selection screen[report transaction] is selected and press enter.In the next screen type your report name in the field "program".  Also select all the check boxes under "GUI support" tab.  Now select save this will ask for package name.  Here give the package name where you want your tcode to be stored. Next specify the change request number and press enter. You will get "Transaction code Zxxxx saved".
    Now your custom tcode is ready for executing your report program.
    Reward points if useful.
    Regards.

  • Need details on how to make custom ABAP report archive enabled

    Hi All,
    We are working in our project to make custom reports as archive enabled so that they can read archived data.
    Need some information on the below queries.
    1.Is there any function module to read selected data from archive file? For example i don't want to read the whole BKPF table data from archive file instead want to get belnr and bukrs only.
    2. What are the perfromance measure which can be taken while making an existing program archive enabled
    3. Important archiving tables which can help for the above.
    4. When i use the function module "Archive_open_for_read' then system displays a pop up to select the archive files based on the archive object.
    Considering that all the reports are run in background how do i make sure that in background run all the archive files are selected and processed.
    Thanks in advance for your valuable suggestions...
    Regards/Ajay

    Hi Ajay,
    1.  You have to create a separate field catelogus and AIS according to your requirement with the required fields you want . Because the standard structures and field catelogues contains many fields from all tables. So before doing the read operation you have to deactivate the standard AIS and activate your newly created AIS .
    2. Can you give some more details for this question to be answered.
    3. The important archiving tables used are ARCH_IDX,ARCH_RPRG,ARCH_DEF.
    4. While scheduling the Read process in batch mode , it will give you three criterias to be entered.
         . Spool Parameters
         (ii). Start date
         (iii). Archive selection of files.
        Unless you enter values for any one of these options , You cannot execute the batch job.
    Hope this would help you.
    Regards - Swarna.

  • How to assign a Bex report to the user role

    Hi Expert
    in the Excel, when you open a query, the system will display history, faviourate, infoarea, role button on the left side of the popup screen. if you click the role button, you can see the user authorized Bex report. now I have created a Bex report and I want to assign it to the user role.
    how to do that?
    does anyboday know which transcation or setting can solve this problem?
    thank you in advance!

    Hi,
    You need to add the object S_RS_COMP:
    S_RS_COMP: Authorizations for using different components for the query definition. This authorization object is very important for reporting
    The authorization object S_RS_COMP restricts query component activities. For example, it restricts if someone can create queries, change queries, or execute queries. You can restrict query creation, change, and execution by the InfoArea and InfoCube. If your company has one InfoCube for sales information and another for financial data, you can restrict a user to only those queries written for the sales InfoCube or the financial InfoCube.
    You could also use S_RS_COMP if you want to protect by query name. For example, you have an InfoCube for sales data. Every sales manager needs access to this InfoCube. However, sales managers in different lines of business are not allowed to execute the same query.
    Please visit:
    http://www.*********************/bw_security/bw_security_auth_obj_2.htm
    to know more about BW Objects.
    Hope it helps.
    Please award points if it is useful.
    Thanks & Regards,
    Santosh

  • How to Assign Customized Form for Vendor Balance Confirmation - F.18

    Dear All,
    While executing the transaction code f.18. System is showing vendor balances with IDES logo. I want to assign the customized form. Can anybody tell me where to assign form fro F.18.
    Regards
    Sreenivas

    kindly check in the configuration
    SPRO-Financial Accounting-Accounts Receivable and Accounts Payable-Business Transactions-Closing-Count-Balance Confirmation Correspondence-Make and Check Settings for Correspondence-Define Form Names for Correspondence Print
    Select the program "SAPF130K" which one is for balance confirmation. against this the form is attached

  • How to Assign Customized BADI to Standard T.Code  Example ME51N

    Dear all,
    It would be really appriciate if you provide me a solutions.
    I have Created Customized BADI using SE18,SE19. But I am not aware How to Use those BADI in Standard Transaction.
    Example : I have Created PR Related BADI (ZPURREQ_ACC_CHK). How to utilize this BADI In ME51N,ME52N.
    Please advice me.
    Thanks
    Best Regards,
    KSK

    I think what you need to do is find what exits or existing BAdIs are available for the transaction.  Then in the user exit you can call your customized code.  That way you avoid changing SAP's code for the transaction.  You can find BAdIs related to purchasing by going to transaction SPRO and then following this path:
    Materials Management -> Purchasing -> Business Add-Ins for Purchasing
    I hope this helps.
    - April King

  • How to assign custom tab field value to corresponding standard tab field value.

    Dear friends,
                         I want  assign a field value ( advice code , advice code description ) in a custom tab  to corresponding field value in standard tab (advcode ,).   in me51n. 
    following screen shot are given below

    Hi SK,
    It looks both the tabs are custom ones. In that case, you can either use Export/Import statement or you can use Set/Get Parameter ID for  setting value.
    If one is standard subscreen, you can export value from custom subscreen and use line item level user-ext/enhancement to assign the value on standard subscreen.
    Hope this helps.
    Regards,
    Naveen

  • How to Assign Custom Search Help to the standard tcode ME53N.

    Hi All,
    Can any help me  out.
    I have created a custom Collective Search ZH_T023_MEPO, I want it to be assigned it to the Tcode ME53N. Replacing the standard one H_T023_MEPO. and i also need to restrict it for only one Plant for other Plantu2019s  standard search help H_T023_MEPO should work as usual

    Hello
    The search help in the item overview (of the purchase order) is H_T023_MEPO whereas in the item details section (tabstrip Material Data ) it is H_T023.
    Thus, there would be at least two search helps that you need to change or modify.
    I would suggest a different approach assuming that your requirement is to restrict the search help under certain conditions (e.g. plant). Implement the BAdI ME_PROCESS_PO_CUST and implement two methods:
    PROCESS_ITEM = check material group of item and invalidate if required
    (IF_PURCHASE_ORDER_ITEM_MM~INVALIDATE)
    CHECK = closing check of entire PO (in case of invalid material groups return CH_FAILED = 'X'
    Regards
      Uwe

  • How to assign users to report

    hi,
    If i created a new report is there a need to assign the users to report from workspace or shared service in all takes care of it?
    Thanks!

    Hi,
    Workspace you will give access to specific reports.
    Shared services you provision users for different roles, not down to specific reports, for a list of roles in reporting and analysis have a read here .
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • N8: How to assign custom SMS tone while keeping it...

    The task is pretty much outlined in the topic title, but I'll still elaborate:
    I want to assign Knock.aac (just a renamed Message 2.aac from my old N73) as a message tone, while keeping it hidden from the music library.
    Hiding it is simple: I just put it to E:\Sounds\Simple and the library cannot see it. But what about assigning it as default tone for messages? When I open it via music player, the only option is to use it as the main ringtone, which is not what I want. When I open the Profile customisation screen and try to find it from there, it's simply nowhere to be found.
    The only workaround I was able to find is putting it in E:\Sounds\Recordings as a .WAV file. This way it can be assigned as a Sound Clip. But I'd like to keep it .AAC or .MP3, and that's not possible in this workaround, because Sound Clips have to be .WAV, otherwise they can't be seen in the list.
    Any ideas how to achieve this task in a civilized way?
    Solved!
    Go to Solution.

    move it back to your gallery,then go to profiles and use the tone then move it back?
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Adobe Captivate 8 - How to Assign Custom Shortcut Key

    I want to switch between the Film Strip view and the Master Slide view quickly. To show/hide the Film Strip there is a default shortcut key CTRL+ALT+B. For the Master Slide there is none.
    Is there a way to assign a custom shortcut key to toggle Master Slide view?

    I wonder why the lack of support for custom shortcuts keys does NOT surprise me. In overall, shortcut keys are typical and always required in expert applications.
    Anyway, thanks for the tip. I noticed that keeping a number of panels ON slows down the performance so toggling between them ad-hoc might mitigate users frustration.
    Again...fruit for thought.

  • How to assign Customizing Req to a customizing table ?

    Hello All,
    I've created a table with Delivery Class as C and some fields.
    Now when I save this it is asking a Workbench request.
    How shud I put them in a Cutomizing request ?
    Regards,
    Deepu.K

    Hello Deepu
    Customizing tables are, like all other tables, workbench objects and therefore will be transported using a workbench request.
    Since the delivery class of your table is 'C' (= Customizing) the entries inserted into this table will be transported
    - in a customizing request if the entries are client-dependent
    - in a workbench request if the entries are client-independent
    Regards
      Uwe

Maybe you are looking for

  • Transfer of data from blackberry to iphone

    how do you transfer all data pics emails and contacts etc to iphone from blackberry easily?

  • Is this error normal? the computer frizzes and i have to restart ..

    error 1 Interval Since Last Panic Report:  384438 sec Panics Since Last Report:          1 Anonymous UUID:                    A7D4E294-6172-4C16-B91C-9AB296F1A555 Sun Jul 15 04:48:13 2012 Machine-check capabilities (cpu 0) 0x0000000000000c07: family:

  • How to list deployments on a particular server?

    Using wlst, before my script deploys an app, I want to check to see if it is deployed in the target and, if needs be, undeploy first. The problem is that the script below does not show the target for the existing deployment. I only want to undeploy i

  • Basic ACE Design Question

    Hi All, In the network layout below, does the ACE need to be setup in a routed mode to work? can it be also be setup in a bridged mode in this scenario? Network Cloud <--> Firewall <--> ACE <--> Router <--> Server Farm. Any refences would also be gre

  • Need to create Dynamic Varient

    Hi, Need to create Dynamic Varient My Requirement is : When the program runs on last day of the month, varient has to be set up to populate the the File path as :      /PA1/Interfaces/FlatFiles/new_sales_history.txt When the program runs on Working d