Report not picking the template

Hi all,
     I built and registered a rtf template to an Oracle Report(print purchase orders), which is typically run
while approving a PO by selecting the check box (PRINT) in the Approve Documents Form. But Its not picking the
template instead it prints the XML Data. Do I need to call the template through the report trigger.
In other words, How to apply rtf template for the cocurrent report w/ short name, POXPPO? Please Help.
Thanks,
kalyan.
Edited by: kwin on May 21, 2010 6:22 AM

Hi
We had similar issue while submitting BI Publisher report from Shipping transaction form though report is associated with template and data defintion.
To fix we need to another setup through responsibility System Administration > Concurrent Programs > Define query for concurrent program choose update and go to onsite setting tab, In template choose template in LOV after it worked with out any issues. Try similary for this issue it might work. If this doesn't work create forms personalization on approving PO call that step where you can call plsql program, in plsql program you can call template use standard API's before submitting concurrent program
Let me know if this as worked
Thanks
Kamalakar.G

Similar Messages

  • R12 XML Report to Pick the Templates dynamically based on Operating Unit

    Hi,
    I have written a PL/SQL stored procedure to pick the layout based on the operating unit. We have three layout’s for three different operating units(US,UK,CHINA). For the PL/SQL Stored procedure I have registered a concurrent program. In this Procedure I am assigning the layout based on the request ID submitted for the child concurrent program. Finally to say I am running a program for PL/SQL stored procedure and in that procure I am calling the child program which is registered for RDF layout’s.
    But the client don’t want two concurrent programs. He asked to implement in one concurrent program and if possible add the code in RDF only.
    I have used the following code in After parameter form trigger but the code is not working.
    (IF p_org_id IN ('101')
    THEN
    v_layout :=fnd_request.add_layout ('AR',
    'RAXINVXML_US',
    'en',
    'US',
    'PDF'
    fnd_file.put_line (fnd_file.LOG, 'If P_ORG_ID in (602,1622)');
    ELSIF p_org_id = '102'
    THEN
    v_layout :=fnd_request.add_layout ('AR',
    'ARRAXINVXML_UK',
    'en',
    'US',
    'PDF'
    fnd_file.put_line (fnd_file.LOG, 'If P_ORG_ID= 1883');
    ELSIF p_org_id = '2006'
    THEN
    v_layout :=fnd_request.add_layout ('AR',
    'ARRAXINVXML_KT',
    'en',
    'US',
    'PDF'
    fnd_file.put_line (fnd_file.LOG, 'If P_ORG_ID in (2006)');
    ELSE
    v_layout :=fnd_request.add_layout ('AR',
    'ARRAXINVXML_US',
    'en',
    'US',
    'PDF'
    fnd_file.put_line (fnd_file.LOG, 'If Org_Id other than 1883,2006,602,1622');
    END IF;
    I have followed the Subtemplate concept, but it is also not working.
    (<?import:xdo://AR.RAXINVTST_M.en.US/?>
    <?if:P_ORG_ID1='101'?> <?call-template:RAXINVTST_S?> <?end if?>)
    Could some one suggest how to proceed on this. Please help on this.
    Thanks in advance.
    Warm Regards,
    Thirupathi

    Thanks for your reply.
    I have tried this logic in AFTER REPORT trigger also, but it is not picking dynamically and also not giving any output.
    Could you please let me know if there are any possibilities.
    Thank you,
    Regards,
    Thirupathi

  • Report not taking the default xml template assigned

    Hi,
    We wanted to have an excel version of the Depreciation Projection report vis BI Publisher.
    We changed the output type of the standard report Depreciation Projection report to XML, created an RTF Template, Defined data definition to point to the program and Template to point to the RTF Template.
    We assigned the template as default template from System Administration.
    The report is automatically run whenever Depreciation projection program is run. (If the report is run without that, it does not fetch any data)
      But when the report is automatically run from Depreciation projection program, it is not picking the RTF template, just provides XML output.
      The Depreciation projection program is a spawned program so we cant see how it is triggering the report that it ignores the template.
      Running the Depreciation Projection report separately after it is run automatically does not produce any data.
      How can we get the report to use the default template?
    Thanks.

    The report is automatically run whenever Depreciation projection program is run. (If the report is run without that, it does not fetch any data)
    in this case rtf template is used,  is it ?
    But when the report is automatically run from Depreciation projection program, it is not picking the RTF template, just provides XML output
    in this case rtf template is not used
    so looks like you are using ebs r12 for which in some cases need to add layout before running "manually"
    it means use FND_REQUEST.ADD_LAYOUT
    xml_layout := FND_REQUEST.ADD_LAYOUT('FND','XXAND','en','US','RTF');
    v_request_id := fnd_request.submit_request('FND','XXAND','Template 1',NULL,FALSE, null);
    The Depreciation projection program is a spawned program so we cant see how it is triggering the report that it ignores the template.
    looks like you can't add template so as idea generate report after "Depreciation projection program"
    you can search how generate xml publisher report based on xml of previous step

  • XML Publisher:Concurrent Prg not picking the RTF Template

    Hi All,
    We developed the rdf report and design the layout and we registred it.when we run the concurrent program program is not picking the RTF template.
    We are using the Following version.
    Oracle Apps 11.5.10
    xml pub is 5.6.2
    So please do the need ful, pleaseeeeeeee
    Thanks & Regards
    Leela

    that suggests you haven't got the setup of the data definition and/or the layout template right.
    Go into the XML Publisher administrator responsibility and select 'Data Definition'
    You need to make sure that when you create the data definition it has the same code as the concurrent program short name and application. This is the connection between the two.
    Having create the data definition, click on the 'Templates' tab and create a template. It should connect with the data Definition you have just created.
    Now upload your layout template file.
    If you have this right, then you will be able to see the layout template from the onsite setting tab.

  • Query Designer is not picking the host:port

    Dear All
    We have installed BI 7.0 on Netweaver 2004s alongwith BI Java. When we run a query and execute it does not pick the hostname:port but come as
    http:///irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=ZSD_C03_Q009&VARIABLE_SCREEN=X&DUMMY=1
    Please check i have activated all services in SICF and SMICM - all the services is running
    and i have added the icm/hsotnamefull in the instance profile also.
    is there any thing missing.
    Whether PI/Xi is to be also installed and u think it is necessry to configure SLD?
    regards
    balaji

    Japnese yen is maintained in units of 100. Check the entry in TCURX table for Yen. That is why the value is getting multiplied by 100 and getting displayed.
    JPY (Japanese Yen) and others have a 0 in the TCURR-CURRDEC field which means 0 decumals. SAP applications will process amounts in these currencies by dividing the input value by 100 for storing in tables. Then, when being displayed, it will do a conversion exit and multiply the stored table value by 100 to show the correct amount.
    SAP stores currency values in a data type that has a fixed interpretation of two decimal places. There are some currencies that do not work well with that setting. Usually that is because for some currencies , a fraction o the currency unit is meaningless. That is true of the Japanese Yen, the Turkish Lira, Korean Won and many other currencies whose value is often 10 US cents or less.
    Here's a full explanation of the decimal issue in SAP. It is not just
    limited to BW but is a system-wide situation.
    1. By default there are two decimals on the data base, e.g. 123.45
    2. When there is no corresponding entry in TCURX, these two decimals
    are displayed in the query.
    3. When there is an entry in TCURX, it determines the division factor
    when reporting. (default = 2)
    Example TCURX = NO ENTRY: Database entry = 123.45
    There is no division
    The above number is displayed as 123.45
    Example TCURX = 3: Database entry = 123.45
    There is a division by 10 (because 3 - 2 = 1).
    The above number is displayed as 12.345.
    example INR currency.
    Example TCURX = 0 Database entry = 123.45
    There is a division by 0.01 OR Multiplication by 100

  • File Adapter as Sender not picking the files

    We configured the File Adapter as Sender, Transport Protocol =NSF and message protocol as FCC.
    In OS we have folder to read the file, but SAP XI unable to read the file.
    To trouble shoot this issue we copied that file into another location and reverted back to the same location then XI File adaptor is able to read the file.
    Now we have compared the Attributes of the path
    the only difference in file attributes
    Coded character set ID . . . . . . . . :   819      
    CCSID 819 (decimal)
    0333 (hex)
    Name ISO 8859-1 ASCII
    Description ISO 8859-1: Latin Alphabet Number 1Latin-1 countries and regions
    Notes Related CCSID with euro is 923           
    able to read the file attributes:
    Coded character set ID . . . . . . . . :   1252                    
    CCSID 1252 (decimal)
    04E4 (hex)
    Name MS-WIN LATIN-1
    SC Co-existence/Migration
    FMS Subset
    Registration Date 
    Description MS Windows, Latin-1
    Notes CCSID for this code page with euro is 5348
    We have tried to chage the File type as Text and File Encoding with ISO-8859-1even then its not picking the files.
    Please suggest me where i am doing wrong here
    Thanks,
    Venkat.

    Hi,
    Check the file path & file name , Check  the processing mode parameter which you have set?
    Check the folder properties & provide all the permission ...
    Finally check the communication channel status in RWB, If the problem persist try to stop & start the communication channel again..
    Hope it helps...
    Regards,
    Kumar.

  • Sender file adapter is not picking the file from windows server

    Hi Experts,
    We have a sender file adapter running on Unix server. Now we have changed the source directory path from Unix to Windows in file access parameters.  It is not picking the files from windows directory and not showing any error.
    In this scenario, input file for sender adapter is *.xml and no content conversion.
    Could any one please let me know is there anything needs to changed in file adapter.
    Thanks in advance,
    Sridhar. M

    Sridhar,
    What do you have in the directory path?
    If it is a shared drive in unix then the directory in windows should also be a shared drive from XI system. Else if it is FTP check the address.
    Regards,
    ---Satish

  • Sender File adapter not picking the file ABCD.PRN extension file

    Hi
    Am doing File to Abap Proxy scenario. My source will be in text format of fixed length of fileds 7.
    My souce file will be generated by a third party machine with the extension EEE150809.PRN. In my scenario my file adapter should pick the file and update the same in ECC via a Proxy.
    I have configured the Sender File adapter with Message Protocol -  Content Conversion but file adapter is not picking the file. I have checked the Communication channel and status is fine. But the same Communication Channel works for .XML file.
    What are the parameters that I have to consider with the file extension .PRN using File adapter?
    Thanks.
    S.

    Hi Swarna,
    You dont need to worry about the extension when picking the file. You can try using EEE* so that is picks all the files starting with EEE. If you have the fixed name then you can try giving EEE150809.*. Also EEE150809.PRN should not have any issue. Try to see in sender commu ication cahnnel for anyerrors. Probably there might be some network issues or authorisation issues. If you are reading with NFS then ask them to give necessary permissions. If you are reading through FTP check the user id and pwd you are using.
    Regards,
    ---Satish

  • File Sender channel polling successfully  but not picking the files.

    Hi All,
                    Can any one please provide any SAP Note  Or any Alert mechanism for the  File Sender channel in case where the XI channel in polling successfully at a particular folder from Source System  but not picking the files. Thanks in Advance for the solution.

    Hello,
                  If you want to know the reason for failure in picking up the file ,You can check the MessagingSystem monitoring for the reason behind failure.
    http://host:httpport/MessagingSystem/monitor/monitor.jsp
    For Alert may be you can follow prateek instructions.
    HTH
    Rajesh

  • XI is not picking the file from source dir after exported from DEV to QA

    Hi Experts,
    We have moved one XI object from Dev to QA. It was working fine Dev but in QA XI system not picking the file from the source directory.
    I have checked Communication Channel monitoring and receiver determiniation everything is fine. But still it is not picking the file.
    Could you please help us.
    Regards
    Sowmya

    Hi
    We have used the CMS to transport XI objects. Everything has been configured automatically. I checked all the configuration and everthing seems to be fine.
    Could you please give any more suggestions.
    Regards
    Sowmya

  • WebDynPro ABAP iViews not picking the portal look and feel

    Hi,
    In our case , WebDynPro ABAP iViews not picking the portal look and feel.
    Is there any way to provide the custom developed portal theme link or css file to the WebDynPro application.
    Can it be done programmatically in the WD ABAP application.
    Best Regards
    Sid

    Look at the below link, it will answer your question:
    Re: EP 7 Portal stylesheet with WD ABAP
    Raja T

  • Sub:ck11n not picking the routing automatically

    Hi Guru,
                Create cost estimation (ck11n) ,not picking the routing data automatically

    Dear Jothi,
    Goto OKKN,check for the costing variant under quantity structure control tab,whether the routing selection ID is assigned properly.
    Say if selection ID is 01 and the first priority is for N task list type(that's normal routing),then the system will pick it automatically.
    Likewise if it fails to find N,then it searches for the second priority given in the same selection ID.
    This is how it picks for costing in CK11N,Also check the routing status in CA03,under header whether it's 4 - released and usage
    is for 1 production.
    Check and revert
    Regards
    S Mangalraj

  • Service PO is not picking the condition type defined for services

    Hi Friends,
    I am trying to create a PO for services.. but in conditions tab..the system is picking standard PO pricing procedure. It is not picking the service Pricing procedure MS0000. request your help in understanding the issue.
    Also the PO is picking the Standard PO release strategy, but not the release startegy define for service..
    thank you.
    Kireeti

    Hi Kireeti,
    Your condition schemes for services probably have been modified. Please check
    schemes MS0000 and MS0001 in your customizing. For a correct price
    determination it is important that for example condition type PRS
    is in the first position, further the settings for the flag
    'Condition determined manually' should'nt be altered.
    Actually the standard schema looks like:
    4 0 PRS Total Price                       X 5
    5 1 PRS0 General Price Compon             X
    5 3 PRS1 Percentage of Wage               X
    5 5 PRS2 Overheads                        X
    5 7 PRS3 Misc Price Component             X
    13 0 KR01 Header Discount                 X
    14 0 KZ01 Header Surcharge                X
    Could you please change your schema and retest?.
    Best Regards,
    Arminda Jack

  • Weblogic Server not picking the jar files in WEB-INF/lib folder

    we are facing a strange problem where Weblogic App Server is not picking the jar files present inside the WEB-INF/lib folder if we update the jar file path in the classpath of the start script then the classes get loaded properly.
    Is there any specific setting which I need to do in weblogic to pick these jars ?

    Class loaders associated with a Web application can be configured to locate local classes first. To enable this we have to set the <prefer-web-inf-classes> to true in the deployment override weblogic.xml, for example
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    http://blog.transfer-solutions.com/2010/12/weblogic-class-loading/

  • Job executing the SSIS pkg via cmdExec line step not picking the config details

    Job executing the SSIS pkg via cmdExec line step not picking the config details (of prod server connections/parameters)
    specified in dtsConfig file and by default using the values present in the pkg (which is of dev env).  I have to open the package
    uncheck "Enable package configuration" save the package and check it again and save again then the package will use the prod config.
    What could be the reason? and how to fix this?
    The SSIS pkg and the dtsCofig reside in same folder of network drive.
    SQL Server R2 Ent Ed
    Thanks

    Hi Ramzi24,
    This is the by design behavior. The Dtexec utility will apply the default package configurations for the second time after applying the options specified in the command lines or other package configurations configured in the job step. In this way, as long
    as the default package configurations file is valid, the configurations of it cannot be overwritten.
    If the package is not deployed/installed, the Dtexec utility looks for the XML configurations file according to the file path defined in the Package Configurations Organizer window. In this situation, you need to either disable the package configurations or
    modify the XML file path in the BIDS.
    If the package is already deployed/installed, you need to modify the package as above or re-specify the install folder for the package configurations file. 
    Reference:
    http://technet.microsoft.com/en-us/library/ms141682(v=sql.105).aspx
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Attachments in gmail

    Does anyone know why I can't open attachments in gmail?  I tried IE, FF, and Chrome and cleaned cache, etc.

  • Why does the video window keep minimising then opening again?

    I'm slowly working through all the problems I am having with my laptop, and this one is just a bit weird - nothing more than an inconvenience, but it sorts itself out. If i am watching a video / TV show in iTunes (opened in new window, not in iTunes

  • Liner notes please!

    If iTunes is supposed to be the "legitimate" way to download music, why isn't the album liner notes available for EVERY album I purchase? I would think that this would be a requirement for the artists and would give listeners necessary information ab

  • E-mail with Virus

    Got an e-mail on my gmail account, "Friend invites me to join Jhoos". I assumed it was like Facebook and clicked on it. Then realized it was a scam; talked to my friend who confirmed her computer had been broken into and everyone in her her address b

  • Illustrator CC crashes during splash screen.  Can't Open!

    Running OS X 10.9.2.  Tried restarting computer and also logging out and back on to CC.  Still can't open.  Help!