Rendering a blank page not working for multiple xdp's in assembler

Hi,
we are trying to append different .xdp's witht he assembler service to get the resultant .pdf
Main xdp :docin.xdp
2nd .xdp : doci2n.xdp
there are multiple xdp's that would be combined together with the ddx,
the main xdp (pdf from the main .xdp) should always end with an even page, i have a blank page that fires up when the pdf ends with an odd number , when tested just the main xdp with the assembler service it works fine (it ends with even page)
but when other xdp's are sent with the main xdp in the assembler, the assembler prints the .pdf from the second .xdp on the even page (which is supposed to be blank- with the incorporated logic in the main .xdp), is there a way that the .pdf from main xdp (docin.xdp) can end with even pages and the .pdf from other .xdp(doci2n.xdp) can start on an odd page.
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
  <PDF result="result3.pdf">
    <XDP>
      <XDP source="docin.xdp"/>
      <XDPContent insertionPoint="header" source="Header.xdp"/>
        <XDP source="doci2n.xdp"/>
      <XFAData source="data.xml"/>
    </XDP>
  </PDF>
</DDX>

I have to correct what I just said. I don't POST to another
page. I go from page 1 to page 2 (which renders blank) via
cflocation.

Similar Messages

  • Is the update page not working for  of our devices.

    Is the update page not working for apps? I cannot get it to load with any of our devices. iPhones or iPads?

    There have been numerous reports on the forum today regarding this issue. It seems to be an issue at Apple, but no information has been posted on the status site.
    http://www.apple.com/support/systemstatus/

  • Self secured page not working in multiple sessions of same browser

    Hi
    I have created a selfsecured page by making security mode of page 'selfsecured' and adding validateParameter() in page controller.I didnt do guest user/resp setup as I want user to manually provide user id and choose responsibility,XLA_LINESINQ_GL_DRILLDOWN is a seeded function so no changes there.
    I am seeing very inconsistent behavior.
    1)At some times when I invoke function through url
    http://rws60180rems.us.oracle.com:8049/OA_HTML/RF.jsp?function_id=XLA_LINESINQ_GL_DRILLDOWN&jeHeaderId=64524&jeLineNum=1&jeSource=Payables&searchType=customize
    I get error "You are not authorized to access the function SLA: View Subledger Journal Entry Linesfrom a GL Journal Line. Please contact your System Administrator."
    2)On other times url works and user is taken to Ebs R12 login page,after providing login credentials user is able to view the page.But If I invoke same url or url with different parameters in different tab of browser or different window of same browser,get following error.Basically user can invoke this function and use this url only one at a time which is not practical in real world
    "You are trying to access a page that is no longer active.
    - You may have attempted to access to this page directly by bookmarking the page or copying the URL. This page does not support bookmarking.
    - The referring page may have come from a previous session. Please select Home to proceed."
    Am I missing something in my implementation?Are there any fnd profiles which control page behavior.Does OAF support that self secured pages successfully open in multiple browser windows.
    Preeti

    Hi,
    Is there any specific requirement to make the page as self secured, as most of the self selcured pages are build for guest user account. If there is any, kindly share.
    Now lets talk about the behaviour of the pages in different scenarios
    1) I get error "You are not authorized to access the function SLA: View Subledger Journal Entry Linesfrom a GL Journal Line. Please contact your System Administrator."
    Comment: As OAF pages does certain initialization like setting org_id, language etc based on the login user. But as you are trying to access the page by directly hitting the URL on browser, this might be one of the reason that you are getting above error.
    2) On other times url works and user is taken to Ebs R12 login page,after providing login credentials user is able to view the page.But If I invoke same url or url with different parameters in different tab of browser or different window of same browser,get following error.Basically user can invoke this function and use this url only one at a time which is not practical in real world
    Comment: As there is an active transaction and session for the browser, so it won't allow you to start with another transaction. But still can you try to do the same in another machine. Some of the browser allows you to have different session.
    Regards,
    Gyan

  • EXIT_SAPLV50E_001 User Exit is not working for multiple plants case

    Hi,
    I have to update foreign trade data in Invoice during invoice creation using VF11. For that, I have written code in EXIT_SAPLV50E_001 and updated segal value. This functionality is working fine, if I have a single plant in an invoice. But customer has scenario where they can have multipl plants in an invoice.
    For multiple plants in an invoice, this EXIT_SAPLV50E_001 is not called.
    I am unable to find another better place where in I could place my code. Please help. Remember, case in multiple plants.
    Will be rewarded.
    Regards
    Arpit

    Hi Arpit,
                   Please use below mentioned user exit in T-code VF11
    he following user exits are available for tcode VF11
    Exit Name           Description
    SDVFX001            User exit header line in delivery to accounting
    SDVFX002            User exit for A/R line in transfer to accounting
    SDVFX003            User exit cash clearing in transfer to accounting
    SDVFX004            User exit G/L line in transfer to accounting
    SDVFX005            User exit reserves in transfer to accounting
    SDVFX006            User exit tax line in transfer to accounting
    SDVFX007            User exit: Billing plan during transfer to Accounting
    SDVFX008            User exit: Processing of transfer structures SD-FI
    SDVFX009            Billing doc. processing KIDONO (payment reference number)
    SDVFX010            User exit item table for the customer lines
    SDVFX011            Userexit for the komkcv- and kompcv-structures
    V05I0001            User exits for billing index
    V05N0001            User Exits for Printing Billing Docs. using POR Procedure
    V60A0001            Customer functions in the billing document
    V60P0001            Data provision for additional fields for display in lists
    V61A0001            Customer enhancement: Pricing
    J_3RSINV            Customer enhancement: Pricing
    or You can use BADI
    BADI_SD_SALES_BASIC
    BADI_SD_TO_FM
    BADI_SD_BILLING
    Regards,
        Thangam.P

  • Calculation formula userexit not working for multiple condition types

    Hi,
    we have a problem in the CRM ISA-B2B scenario where the custom user exit is only working for single condition type.
    but we need it for multiple condition types .
    the value of the subtotal is not being retrieved for multiple conditions. at a time only one condition value is being retrieved and shown in the webshop - shopping basket.
    for ex:
    we have scenario 1 where Y001 -Freight condition type is applicable for one customer.and Y002 is applicable for another customer.
    when we are trying to show the subtotal condition value in the webshop by using a single custom user exit in the pricing procedure it is only working for either of the above 2 customers depending on the VMC cache status.
    is there any problem if use the single user exit for both condition types?
    and if it needs to be differentiated how exactly we can do that with the same logic in the java class.
    Thanks in advance,
    PSR.

    Hi Arshi,
    below is the code:
    public class ZValFormula_ZZWI1 extends ValueFormulaAdapter {
         private static String zzwi = "ZZWI1";
         private static char  zzwiC = '@';
         private static UserexitLogger userexitlogger = new UserexitLogger(
         ZValFormula_ZZWI1.class);
         public BigDecimal overwriteConditionValue(IPricingItemUserExit item,
                   IPricingConditionUserExit condition) {
              ICurrencyValue val = condition.getConditionValue();
              userexitlogger.writeLogDebug( "value saved for " + zzwi + " (" + zzwiC + ") = "
                        + val.getValueAsString());
              item.setSubtotal( zzwiC, val.getValue());
              return val.getValue();
    hope this would give more idea to look at the problem.
    Thanks,
    PSR

  • Kuler home page not working for me

    I'm trying to access the Kuler website and all I see is a
    black background with the message "Kuler requires the latest
    version of the Adobe Flash Player." displayed above the 'Get Adobe
    Flash Player' button. I clicked the button, downloaded and
    installed the latest Flash Player (I quit Safari before installing)
    but I'm still seeing exactly the same thing when I try to access
    the Kuler website. Any suggestions?
    I've logged into my Adobe account but that hasn't helped.
    I've also restarted and have emptied Safari's Cache but still the
    same. I'm using Safari and Mac OS X 10.4.9
    Thanks
    Nas

    Or try a manual uninstall and reinstall, as the Mac OS X
    uninstaller is not working properly (bug has been logged on this).
    Check which version you are actually running
    here. For
    Mac/Win, it should be 9,0,47,0.
    Sami

  • 3.4: keyword auto-completion not working for multiple levels

    Auto-completion does not work with higher level keywords, which used to work in LR 3.3 (IIRC).
    Example:
    I enter in the "Click here to add keywords" field:
    "He" then LR tries to complete the keyword by showing keywords starting with "He". Fine.
    But this is a keyword which does not exist so far, so I enter "Heldenplatz > W" because I want to have sorted it under Wien. If I'm not mistaken, LR 3.3 showed after entering the "W" a list of existing keywords starting with W (auto-completion for the one level higher tag). This is not the case anymore. I have to enter  "Heldenplatz > Wien" completely, which makes it slow and error-prone.
    Am I mistaken or can you reproduce it?
    Cheers

    GaryRowe wrote:
    How can it be, after all this time, that they still do not have effective regression testing in place ? Any sane development team (who wants to remain sane ;-) builds this as a priority ... unless they aren't given the resources?
    I think (don't remember though) that this never worked, so regression testing would not have helped.
    What is really to worry, that features aren't consequently and completely implemented (and tested). With a new option in Lightroom 3, Adobe has offered support for keywords with spaces. It seems that this feature as neither been thoroughly analysed or implemented. Thus, we face the currently inconsequent support of it:
    keyword completion only works with the first entered word, but when you enter a complete keyword hierarchy using the ">" letters
    filtering seems to have problems too

  • HT2486 Smart Group not working for Multiple 'Not a Member of' Options

    I am trying to go through my contacts and assign everyone to a group.  I want to create a smart group whose criteria is "not in Group 1" AND 'Not in Group 2'.
    This does not work.  It simply gives me all the contacts.
    Also, is there anyone to see a contact and know to which groups they belong.  When I can't remember who someone is, it is helpful if I know what group.

    I have a different conclusion : for me, it works since 10.9 where it has never worked before (and I just checked it still works with 10.9.1) !
    I did not modified my groups, they simply started to work properly with 10.9.

  • Recovery media kit order web page not working for Canada site

    The laptop crashed (Pavilion G6-2288ca with Windows 8). I'm planning to replace the hard drive. I want to order the recovery media kits from hp but the Canada site is not working. After I entered the postal code, the site says it is temperarily out of service. I tried the same on the US site with a pretended zipcode and it worked fine. Can someone please help?
    Thanks.

    Try phoning HP Support. 1-800-474-6836
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • LookUpSet is Not working for multiple columns in SSRS 2008 R2

    Hi Friends,
    I have a problem when i use more than one LookUpSet in SSRS to display more than one value based on Day Number & other fields..Please find the below details and please suggest me a solution for this.
    Crystal : 
                    Day1                              Day2
    Period 4     Arts,Maths               Arts,Maths
    For this in SSRS i am using LookUpSet as below based on StaffID,PeriodNumber & DayNumber like  this:
    = (IIF(Fields!DayNumber.Value=1,Join(LookupSet(Fields!StaffID.Value & Fields!PeriodNumber.Value &  Fields!DayNumber.Value
        , Fields!StaffID.Value & Fields!PeriodNumber.Value & Fields!DayNumber.Value
        , Fields!ClassCode.Value
        , "TIMSTF5"), "," ),"")) 
    which is displaying correct in SSRS,But when i use the same expression to display Day 2 classes it is returning empty even though i have values on Day 2.Please have a look at the SSRS output below:
                    Day1                              Day2
    Period 4     Arts,Maths              
    Day 2 Expression is :
    = (IIF(Fields!DayNumber.Value=2,Join(LookupSet(Fields!StaffID.Value & Fields!PeriodNumber.Value &  Fields!DayNumber.Value
        , Fields!StaffID.Value & Fields!PeriodNumber.Value & Fields!DayNumber.Value
        , Fields!ClassCode.Value
        , "TIMSTF5"), "," ),""))
    I am not sure why it is not liking to use more than LookUpSet in the same report,Please suggest me with a work around for this.
    Thanks in advance,
    Sam.

    Hi Guys,
    I have sorted out the problem.Solution for the above problem is use Max before the expression like below, since it has multiple days and periods in the Dataset.
    = Max((IIF(Fields!DayNumber.Value=2,Join(LookupSet(Fields!StaffID.Value & Fields!PeriodNumber.Value &  ields!DayNumber.Value
        , Fields!StaffID.Value & Fields!PeriodNumber.Value & Fields!DayNumber.Value
        , Fields!ClassCode.Value
        , "TIMSTF5"), ","  + vbcrlf),"")))
    Thanks,
    Sam

  • ECR/ECO Workflow not working for multiple Objects

    Hello all,
    We have implemented ECR/ECO workflow by customizing the SAP standard one. We are facing a problem when entering multiple ECO objects such as mutiple Documents, materials, BOMs etc. When we create the ECR, two parralel workflow start (one for ECM and other for ECO) and depending on how many ECO objects we have included, multiple instances of ECO workflows will trigger (I think this is the standard behaviour as well but not sure)
    In our workflow, we have a wait step in ECO workflow that waits until ECM has been converted into ECO (ECOP status) and starts the ECO workflow. Also, we have created a Wait step in ECM workflow and that waits until the ECO workflows have reached the CONFIRMATED Step when the processing of the objects are finished.
    When we enter one object, both workflows start and ECO waits until ECM has been converted into ECO and then start the processing the Objects. when the ECO workflow is done (Status confirmated), it switches back to ECM workflow and then goes on with Close/Release steps of the Objects/ECO etc.
             But, when we have multiple ECO objects, both start well as ECR converts to ECO and the ECO starts and then work items are processed but then stops just before the CONRIMATED steps even though all objects are changed/maintained properly and  ECO workflows are completed. As a result, the control doesn't refer back to ECM and we never get the ECO close and Release step work items.
    I have checked SWETYPV, SWEL, business objects ECM and ECO but nothing gives a result..
    Any help would be appreciated..
    Thanks

    Can you please update on what is the status in the workflow log. You can check this from SWIA tcode.
    If it is in process step please check for ST22 dump if any.
    Thanks
    Arghadip

  • Workflow not working for multiple line items

    Hi gurus,
    we are working on ECN/ECO workflow.
    Once ECN is created in CC01, our workflow triggers.
    we are calling subflow from main WF for enhancing the materials of the Engineering change number(ECN).
    Subflow will take the material to different departments for enhancing the views like,
    Purchasing views by purchasing dept,
    quality views by quality dept,
    sales views by sales dept,
    etc.
    This whole process is working fine, if there is single material number in ECN.
    But, if there are 2 material numbers, the control is not returning back to MAIN WF from Subflow.
    do we need any config/setup to make it work. (we are using block while calling subflow).
    Any help will be of gr8 use.
    rgrds.
    santosh.

    Can you please update on what is the status in the workflow log. You can check this from SWIA tcode.
    If it is in process step please check for ST22 dump if any.
    Thanks
    Arghadip

  • BAPI_SALESORDER_CREATEFROMDAT2 - not working for multiple  BOM

    Hi -
    I am using BAPI_SALESORDER_CREATEFROMDAT2 function module to create sales order with multiple material. If more than one BOM materials are passed to the FM,this FM is giving error and not creating sales order. I have to pass multiple BOM to the FM and it should create sales order and expand the BOM to its components also.
    Can anybody help on this.
    An example will be good.
    thanks
    pls help
    Edited by: sanchari g on May 13, 2009 11:05 AM

    Hi Sanchari,
    Try the following logic:
    LOOP AT it_salesheader INTO wa_salesheader.
        CLEAR wa_order_header_in.
        CLEAR wa_order_header_inx.
        CLEAR wa_order_partners.
        CLEAR wa_bapicond.
        CLEAR wa_bapicondx.
        REFRESH it_order_items_in.
        REFRESH it_order_items_inx.
        REFRESH it_order_partners.
        REFRESH it_order_schedules_in.
        REFRESH it_order_schedules_inx.
        REFRESH it_bapicond.
        REFRESH it_bapicondx.
        wa_order_header_in-doc_type   = wa_salesheader-auart.
        wa_order_header_in-sales_org  = wa_salesheader-vkorg.
        wa_order_header_in-distr_chan = wa_salesheader-vtweg.
        wa_order_header_in-division   = '00'.
        wa_order_header_in-purch_no_c = wa_salesheader-bstnk.
        wa_order_header_in-purch_date = wa_salesheader-bstdk.
        wa_order_header_in-ref_1      = wa_salesheader-vbeln.
        wa_order_header_in-price_date = wa_salesheader-prsdt.
        LOOP AT it_salesitem INTO wa_salesitem WHERE vbeln = wa_salesheader-vbeln.
          wa_order_items_in-itm_number  = posnr_temp.
          wa_order_items_in-material    = wa_salesitem-matnr.
          wa_order_items_in-plant       = wa_salesitem-werks.
          wa_order_items_in-target_qty  = wa_salesitem-kwmeng.
          wa_order_items_in-ref_doc     = wa_salesitem-vbeln.
          wa_order_items_in-ref_doc_it  = wa_salesitem-posnr.
          wa_order_items_in-ref_1_s     = wa_salesitem-vbeln1.
          wa_order_items_in-poitm_no_s  = wa_salesitem-posnn.
          APPEND wa_order_items_in TO it_order_items_in.
       ENDLOOP.     "loop for line item which contains all BOMs.
       CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
            order_header_in               = wa_order_header_in
            order_header_inx              = wa_order_header_inx
           testrun                       = testrun
         IMPORTING
           salesdocument                  = v_salesdocument
          TABLES
           return                        = it_return
           order_items_in                = it_order_items_in
           order_items_inx               = it_order_items_inx
            order_partners               = it_order_partners
           order_schedules_in            = it_order_schedules_in
           order_schedules_inx           = it_order_schedules_inx
           order_conditions_in           = it_bapicond.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
         EXPORTING
           wait          = 'X'.
    ENDLOOP.   "loop for the header data.
    Hope it helps.
    Regards,
    Arnab.

  • Variable Substitution not working for multiple files

    Hi,
    Have a scenario in which we are using Interface Collection with multiple files as output.
    The naming of the files is derived from a payload field as follows.
    payload:MT_OrdersAck,1,Order,1,File_Header,1,StoreNo,1
    When the first file is generated this works fine, but fails for the rest of the files.
    I guess this is because of the hardcoding 1 in 
    payload:MT_OrdersAck,1,Order,1,File_Header,1,StoreNo,1
    how do we get around this problem?
    Any Ideas?

    Hi, I suppose you are using Mapping-Based Message Split, right? Do the following files look the same like the first file with respect to File_Header?
    Make sure that the payload structure (payload:MT_OrdersAck,1,Order,1,File_Header,1,StoreNo,1) is equal in all files and that first occurrence of StoreNo always has a value in all the files.
    Regards, Martin

  • Recolor Image not working for multiple images

    I applied themeing and created a Themeing file under Style Lib -> en-us->Themable->spriteTheming.css
    spriteTheming.css is for recoloring image but it is only recoloring spcommon and none other files.
    spriteTheming.css looks like below:
    /* [RecolorImage(themeColor:"ContentAccent7",method:"Tinting")] */
    background-image: url("/_layouts/15/images/spcommon.png?rev=23");
    /* [RecolorImage(themeColor:"ContentAccent7",method:"Tinting")] */
    background-image: url("/_layouts/15/1033/images/spstd2.gif");
    /* [RecolorImage(themeColor:"ContentAccent7",method:"Tinting")] */
    background-image: url("/_layouts/15/images/SharePointFoundation16.png?rev=23");
    /* [RecolorImage(themeColor:"ContentAccent4",method:"Tinting")] */
    background-image: url("/_layouts/15/1033/images/formatmap32x32.png?rev=23");
    this only changes the color of spcommon.png but none of the other images gets the tint, anything I am doing wrong in this file?
    I published it, changed the look but still it does not change anyting.
    It creates the file here:
    _catalogs/theme/Themed/
    but does not display on browser
    I refer to this spriteTheming.css in master page as
    <!--MS:<SharePoint:CssRegistration Name="/Style Library/en-us/Themable/spriteTheming.css" EnableCssTheming="true" After="corev15.css" runat="server">-->
    <!--ME:</SharePoint:CssRegistration>-->
    Any help is appreciated....

    Thoughts?

Maybe you are looking for

  • Itunes 10.0.1 crashes when I plug in my 1st Gen Ipod Touch

    Hi All, would appreciate some advice on this issue. Last night I updated my itunes to v. 10.0.1 on my macbook pro running 10.6.4. 10 mins later I plugged in my iPod 1st Gen to sync some content over but itunes got stuck at the verifying stage and the

  • Oracle B2B :(AIP-51505 : 5082: XEngine error - Guideline look-up failed)

    I am getting following error message on the remote host when I try to enque . In the error report (B2b Console) AIP-51505 : 5082: XEngine error - Guideline look-up failed I have already verified and re-verified the document properties/properties/revi

  • Monster iTV Link Cable

    hey there all, just been reading some posts & thought i'd pass this along. i've been using a Monster Cable to connect my MacBook to my Olevia 26" 16:9 LCD HD monitor/TV. it's the iTV Link cable for the old 12" PowerBook, which also had video out over

  • Filter values for Report

    Hi, We have created the variable for the Customers and we have customers based on division .. but when we created the variable, we are getting all the customer related to all the divisions but client would like to ssee  only the customers belong to t

  • PPPoE multiple profiles for VPDN

    I'm trying to set up a single router to terminate PPPoE connections and offer different rates using virtual templates. All the documentation seems to be focused on LAC/LNS installs. In this case we effectively just have a single router performing bot