Bursting with ampersand in data

I'm working on a bursting report that has a reference parameter in the distribution xml. Bursting works as expected except when there is an ampersand in the reference param. Specifically, if there's a space char. after the ampersand ("& ", as in "this & that"), the bursting works. However, if there's an alpha char. immediately following the ampersand ("AB&C"), the "&C" is interpreted as a non-existent reference param and an error is thrown.
Does anyone have any suggestions for getting around this documented limitation? Here's the distribution xml file:
<?xml version="1.0" ?>
<destinations>
     <foreach>
          <mail id="Summary_Reports_Distribution" to="reportpub@localhost" subject="&<email_subject>">
               <body srcType="report" format="html" instance="this">
                    <include src="report"/>
               </body>
          </mail>
     </foreach>
</destinations>
For clarity, email_subject is the reference parameter. Remember, this works when there are no ampersands in email_subject.
Thanks!

Yes. That yields the same error, i.e., invalid parameter reference. I also tried replacing '&' with '&amp;' and the result was "invalid parameter reference 'amp'"
Any thoughts on creating a field or a parameter called AMP in the report, setting it to '&' and including it in the XML output so that &amp is a valid reference? Just thinkin`...
Thanks.

Similar Messages

  • Bursting with multiple data sources

    Hello all,
    I am working in a retail environment and we are building reports for the stores. There are several reports and they all receive the same reports. We are using BIP Entreprise with the bursting feature and it works very well.
    The problem is that there are too many reports and we would like to combine all reports of the same store within the same PDF. We use the multiple data source feature and was able to concatenate all reports together.
    Using this new report and template, we can not make the bursting functionality to work properly: the bursted report do not contain all the required report components.
    For example, I have 2 queries A and B each producing reports for 3 stores: 2, 4 and 5. Without bursting, the output is as is:
    Query A - Store 2
    Query A - Store 4
    Query A - Store 5
    Query B - Store 2
    Query B - Store 4
    Query B - Store 5
    With bursting into a file using the store number, I get the following:
    File 1 - Store 2 - Query A
    File 2 - Store 4 - Query A
    File 3 - Store 5 - Query A
    + Store 2 - Query B
    + Store 4 - Query B
    + Store 5 - Query B
    I would like to have the following output:
    File 1 - Store 2 - Query A
    + Store 2 - Query B
    File 2 - Store 4 - Query A
    + Store 4 - Query B
    File 3 - Store 5 - Query A
    + Store 5 - Query B
    The main question is: can this be done using BI Pub Enterprise? We using version 10.1.3.3.2
    If it is, can you provide me with help on how to configure either/or the requests and template to accomplish this task?
    I create an SR and Oracle Support does not have an answser and suggested that somebody in the Forum might help.
    Thanks in advance,
    Minh

    I would like to have the following output:
    File 1 - Store 2 - Query A + Store 2 - Query B
    File 2 - Store 4 - Query A + Store 4 - Query B
    File 3 - Store 5 - Query A + Store 5 - Query B
    the bursting level should be give at
    File 1 - Store 2 - Query A + Store 2 - Query B
    so the tag in the xml has to be split by common to these three rows.
    since the data is coming from the diff query, and the data is not going to be under single tag.
    you cannot burst it using concatenated data source.
    But you can do it, using the datatemplate, and link the query and get the data for each file under a single query,
    select distinct store_name from all-stores
    select * from query1 where store name = :store_name === 1st query
    select * from query2 where store name = :store_name === 2nd query
    define the datastructure the way you wanted,
    the xml will contain something like this
    <stores>
    <store> </store> - for store 2
    <store> </store> - for store 3
    <store> </store> - for store 4
    <store> </store> - for store 5
    <stores>
    now you can burst it at store level.

  • Java.Lang.NullPOinterException when bursting with dataTemplate

    Hi,
    I'm trying to burst using 10.1.3.3 with a dataTemplate. The following forum message states that this doesn't work, but I can't see a bug logged anywhere in the bug database:
    Re: bursting
    Does anyone know if this is true, and that it doesn't work in this release?
    The dataTemplate runs fine on its own. The bursting SQL returns correct data. Combine the two and the report runs for about 10 minutes and then stops with this error. Any ideas on how to track down whats happening?
    Thanks
    Phil

    An addition:
    The Bursting SQL has some conditions attached to it:
    SELECT csmaccd KEY,
    'Customer Ops Assessment' TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'HTML' OUTPUT_FORMAT,
    'EMAIL' DEL_CHANNEL,
    '[email protected]' PARAMETER1,
    '[email protected]' PARAMETER2,
    '[email protected]' PARAMETER3,
    'Test ' PARAMETER4,
    'Hi - Please find attached your invoices.' PARAMETER5,
    'true' PARAMETER6,
    '[email protected]' PARAMETER7
    FROM emp001
    WHERE csmclas = 'C'
    AND csmstat = 'ACTV'
    By merging this SQL statement with the dataTemplate and running that (as Tim suggested in one of his daily blogs), I notice that there are KEYS (ie customers) appearing in the burst XML output that don't follow the where clause. Thus - there is no data in the dataTemplate XML output for these KEYS..... IS this what is going wrong? If so, how do you create a burst for a subset of a table (without having to request a View from the IT department and then waiting a while...)?
    Thanks!
    Phil

  • Bursting with multiple datasets

    I have a report that I want to burst. The report is based on 2 datasets.
    1 dataset contains the information about the people that will be mailed with their report and their personal data. Split by/deliver by is based on this dataset (LIDNUMMER)
    The 2nd dataset contains informational data that is placed in a table on this report.
    The report runs perfect when it's not burst. Once the report is burst the table with the data from the 2nd dataset remains empty.
    Format of the XML :
    <DATA>

    <Ledenlijst>

    <LEDENLIJST_ROW>
    <LIDNUMMER>354</LIDNUMMER>
    <NAAM>Aer </NAAM>
    <VOORNAAM>Mar</VOORNAAM>
    <BBSFNR>326</BBSFNR>
    <GEBOORTEDATUM>04/08/1997</GEBOORTEDATUM>
    <ACTIEF_BIJ_JEUGD>Y</ACTIEF_BIJ_JEUGD>
    <JIC_BC>JIC</JIC_BC>
    <DINSDAGLIGA/>
    <WOENSDAGLIGA/>
    <INTER/>

    <ADRESSEN>

    <ADRESSEN_ROW>
    <TELEFOON>016/000000</TELEFOON>
    <GSM1>0495/000000</GSM1>
    <GSM2/>
    <EMAIL1>[email protected]</EMAIL1>
    <EMAIL2>[email protected]</EMAIL2>
    <STRAAT>laan</STRAAT>
    <STRAATNR>33</STRAATNR>
    <BUS>21</BUS>
    <POSTCODE>3000</POSTCODE>
    <WOONPLAATS>Leuven</WOONPLAATS>
    </ADRESSEN_ROW>
    </ADRESSEN>

    <LIDMAATSCHAPPEN>

    <LIDMAATSCHAPPEN_ROW>
    <NAAM>BBSF Prém. - Min. - Jun. Lid</NAAM>
    <KOST_NIEUW_SEIZOEN>8</KOST_NIEUW_SEIZOEN>
    </LIDMAATSCHAPPEN_ROW>

    <LIDMAATSCHAPPEN_ROW>
    <NAAM>JIC - Jeugdlid</NAAM>
    <KOST_NIEUW_SEIZOEN>17</KOST_NIEUW_SEIZOEN>
    </LIDMAATSCHAPPEN_ROW>
    </LIDMAATSCHAPPEN>
    </LEDENLIJST_ROW>

    <LEDENLIJST_ROW>
    <LIDNUMMER>190</LIDNUMMER>
    <NAAM>Al </NAAM>
    <VOORNAAM>David</VOORNAAM>
    <BBSFNR>27</BBSFNR>
    <GEBOORTEDATUM>06/10/1971</GEBOORTEDATUM>
    <ACTIEF_BIJ_JEUGD>N</ACTIEF_BIJ_JEUGD>
    <JIC_BC>BC</JIC_BC>
    <DINSDAGLIGA>Lost 2</DINSDAGLIGA>
    <WOENSDAGLIGA/>
    <INTER>Rubens 2</INTER>

    <ADRESSEN>

    <ADRESSEN_ROW>
    <TELEFOON>03/00000</TELEFOON>
    <GSM1>0475/00000</GSM1>
    <GSM2/>
    <EMAIL1>[email protected]</EMAIL1>
    <EMAIL2/>
    <STRAAT>straat</STRAAT>
    <STRAATNR> 129</STRAATNR>
    <BUS/>
    <POSTCODE>2627</POSTCODE>
    <WOONPLAATS>Schelle</WOONPLAATS>
    </ADRESSEN_ROW>
    </ADRESSEN>

    <LIDMAATSCHAPPEN>

    <LIDMAATSCHAPPEN_ROW>
    <NAAM>BBSF L-lid</NAAM>
    <KOST_NIEUW_SEIZOEN>25</KOST_NIEUW_SEIZOEN>
    </LIDMAATSCHAPPEN_ROW>

    <LIDMAATSCHAPPEN_ROW>
    <NAAM>BC Liga (+ inter)</NAAM>
    <KOST_NIEUW_SEIZOEN>27</KOST_NIEUW_SEIZOEN>
    </LIDMAATSCHAPPEN_ROW>
    </LIDMAATSCHAPPEN>
    </LEDENLIJST_ROW>
    </Ledenlijst>

    <Lidmaatschappen_volgend_seizoen>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF L-lid</NAAM>
    <KOST>25</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF M-lid (enkel verzekering)</NAAM>
    <KOST>8</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF Junior-L Lid</NAAM>
    <KOST>25</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF Prém. - Min. - Jun. Lid</NAAM>
    <KOST>8</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF Miniem-L Lid</NAAM>
    <KOST>25</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF Veteraan Lid</NAAM>
    <KOST>8</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BC Inter</NAAM>
    <KOST>42</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BC Liga</NAAM>
    <KOST>17</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>JIC - Jeugdlid</NAAM>
    <KOST>17</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BC Liga (+ inter)</NAAM>
    <KOST>27</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    </Lidmaatschappen_volgend_seizoen>
    </DATA>
    So, as you can see both XML's are appended into 1 XML file. To get the table with the data out of the 2nd dataset I had to play with XPATH statements.
    Is there a way this can solve the bursting issue as well?
    Tx!

    I would like to have the following output:
    File 1 - Store 2 - Query A + Store 2 - Query B
    File 2 - Store 4 - Query A + Store 4 - Query B
    File 3 - Store 5 - Query A + Store 5 - Query B
    the bursting level should be give at
    File 1 - Store 2 - Query A + Store 2 - Query B
    so the tag in the xml has to be split by common to these three rows.
    since the data is coming from the diff query, and the data is not going to be under single tag.
    you cannot burst it using concatenated data source.
    But you can do it, using the datatemplate, and link the query and get the data for each file under a single query,
    select distinct store_name from all-stores
    select * from query1 where store name = :store_name === 1st query
    select * from query2 where store name = :store_name === 2nd query
    define the datastructure the way you wanted,
    the xml will contain something like this
    <stores>
    <store> </store> - for store 2
    <store> </store> - for store 3
    <store> </store> - for store 4
    <store> </store> - for store 5
    <stores>
    now you can burst it at store level.

  • Bursting with BO EDGE ?

    How can we do bursting with BO EDGE? 
    I have a Crystal Report(2008) which is extract data from SAP through the SAP integration kit.  I also have BO EDGE 3.0 and I would like to publish this report to many sales rep with their own data.  Then, I know with BO Enterprise there a publication feature that allow to do that but I cannot see it in EDGE.   Could you explain step by step how to do bursting with Edge 3.0 and Crystal Report 2008 ?
    thanks in advance.

    In the document "Crystal Reports 2008 User's Guide" I can read;
    "Advanced report publishing
    Also known as report bursting, this new advanced-publishing feature is a
    platform for the mass distribution of personalized content. Multiple reports
    can be created based on different data sources, combined into one desired
    file format (for example, PDF), loaded with personalized content, and then
    sent to a dynamic list of recipientsu2014all in one action. The content can be
    archived, printed, or emailed in separate actions, or simultaneously. This
    feature makes scheduling much faster and easier, and provides the ability
    to conduct cost effective one-on-one marketing campaigns and other
    personalized high-volume reporting.
    Note: This feature is available only with a BusinessObjects Enterprise
    Release 3 server environment.
    Then, I repeat my question because we don't have BO Enterprise:  Can we do Bursting with BO Edge Series 3.0 or 3.1?
    I'm asking because even though there's a note, sometime it's confuse between Enterprise and Edge.

  • Infomation Broadcasting with Email Bursting with hierarchy

    Hi,
    We have a scenario where based on the employee hierachy, we need to use email bursting. We have following emplyoee hierarchy.
    Employee_Manager
      -> Employee_1
      -> Employee_2
    The infocube contains data for expense made by each employee. So if employee_manager should be able to get expense incurred by employee_1, employee_2 and employee_manager.
    The requirement is to send report to manager for expense made by his/her team.
    This employee infoobject has the attribute as username where the email should be sent.
    The problem is ->
    when I run the email bursting with selection employee manager, it only sends data for employee_manager and not for employee_1 and employee_2.
    So basically the email bursting does not consider hierarchy.
    Any inputs is appreciated.
    Thanks,
    Parin Gandhi.

    Hi Parin,
        Hope you are doing well. It seems bit tricky. I would try by creating a hierarchy node variable & restricting that to emploeyee manager. It may help you to avoid skipping of em_1 & emp_2 from distributing report. Not sure if it helps.
    Cheers,
    Ramesh

  • Merge  with ampersand (&)

    Hi
    I exporting and importing some data of 2 tables to other schema, I used Merge Statment, but there are some data with ampersand (&), is there some way to bypass , see data below in column T$NOSN$O there are a ampersand
    MERGE INTO TRITON.TTCCOM994501 A USING
    (SELECT
      'ufeferna  ' as "T$CDUS$O",
      844 as "T$NCMP$O",
      '7647                ' as "T$CCAR$O",
      'FERNANDO MAMBRINE FERRI                           ' as "T$NOUS$O",
      'ADM VENDAS                                        ' as "T$NODP$O",
      '                    ' as "T$NUTL$O",
      TO_DATE('07/26/2006 00:00:00', 'MM/DD/YYYY HH24:MI:SS') as "T$DHCT$O",
      TO_DATE('01/01/9999 00:00:00', 'MM/DD/YYYY HH24:MI:SS') as "T$DHVD$O",
      '_m\l&E    ' as "T$NOSN$O",
      '657892962' as "T$CGCC$O",
      '    ' as "T$CGCE$O",
      20 as "T$CGCD$O",
      2 as "T$AUTO$O",
      '      ' as "T$CCUS$O",
      '                                                                                                                                    ' as "T$LCUS$O",
      '      ' as "T$SUNO$O",
      1 as "T$ASAM$O",
      '                                                                                ' as "T$EFUL$O",
      '                                                                                ' as "T$EINT$O",
      '                              ' as "T$FNAM$O",
      'NAO                           ' as "T$LNAM$O",
      0 as "T$REFCNTD",
      0 as "T$REFCNTU"
      FROM DUAL) B
    ON (A.T$CDUS$O = B.T$CDUS$O)
    WHEN NOT MATCHED THEN
    INSERT (
      T$CDUS$O, T$NCMP$O, T$CCAR$O, T$NOUS$O, T$NODP$O,
      T$NUTL$O, T$DHCT$O, T$DHVD$O, T$NOSN$O, T$CGCC$O,
      T$CGCE$O, T$CGCD$O, T$AUTO$O, T$CCUS$O, T$LCUS$O,
      T$SUNO$O, T$ASAM$O, T$EFUL$O, T$EINT$O, T$FNAM$O,
      T$LNAM$O, T$REFCNTD, T$REFCNTU)
    VALUES (
      B.T$CDUS$O, B.T$NCMP$O, B.T$CCAR$O, B.T$NOUS$O, B.T$NODP$O,
      B.T$NUTL$O, B.T$DHCT$O, B.T$DHVD$O, B.T$NOSN$O, B.T$CGCC$O,
      B.T$CGCE$O, B.T$CGCD$O, B.T$AUTO$O, B.T$CCUS$O, B.T$LCUS$O,
      B.T$SUNO$O, B.T$ASAM$O, B.T$EFUL$O, B.T$EINT$O, B.T$FNAM$O,
      B.T$LNAM$O, B.T$REFCNTD, B.T$REFCNTU)
    WHEN MATCHED THEN
    UPDATE SET
      A.T$NCMP$O = B.T$NCMP$O,
      A.T$CCAR$O = B.T$CCAR$O,
      A.T$NOUS$O = B.T$NOUS$O,
      A.T$NODP$O = B.T$NODP$O,
      A.T$NUTL$O = B.T$NUTL$O,
      A.T$DHCT$O = B.T$DHCT$O,
      A.T$DHVD$O = B.T$DHVD$O,
      A.T$NOSN$O = B.T$NOSN$O,
      A.T$CGCC$O = B.T$CGCC$O,
      A.T$CGCE$O = B.T$CGCE$O,
      A.T$CGCD$O = B.T$CGCD$O,
      A.T$AUTO$O = B.T$AUTO$O,
      A.T$CCUS$O = B.T$CCUS$O,
      A.T$LCUS$O = B.T$LCUS$O,
      A.T$SUNO$O = B.T$SUNO$O,
      A.T$ASAM$O = B.T$ASAM$O,
      A.T$EFUL$O = B.T$EFUL$O,
      A.T$EINT$O = B.T$EINT$O,
      A.T$FNAM$O = B.T$FNAM$O,
      A.T$LNAM$O = B.T$LNAM$O,
      A.T$REFCNTD = B.T$REFCNTD,
      A.T$REFCNTU = B.T$REFCNTU;

    Hi,
    You have two options:
    1. You can concatenate string after &:
    SQL> select '_m\l&'||'E    ' as "T$NOSN$O" from dual;
    T$NOSN$O
    _m\l&E 2. On SqlPlus you can SET DEFINE OFF
    SQL> set define off
    SQL> select '_m\l&E    ' as "T$NOSN$O" from dual;
    T$NOSN$O
    _m\l&EMiguel

  • Report Bursting with more then 1 report (sheet)

    Hi All,
    I have an query
    this is regarding Scheduling the report. I have 1 report it contains 3 report sheets.
    for eg: country1, coungry2, country3
    when i trying to Burst the report with only 1 report sheet (country1) it is working find. but unable to burst with more than 1 report sheet i am following the report bursting steps correctly .
    i am bursting the report at SAP BO INFOVIEW  with the help of Publication option.
    i am using SAP BO INFOVIEW 3.1
    Thanks in advance
    Ranjeet

    Hi Farzana,
    Thanks for your replay and qry.
    in Publication i have select report field =Dynamic recipient mapping
    and it is working fine when i am bursting the report with 1 tab/1 sheet/ 1 report
    and in all three tab data belongs to same provider actually i am bursting the report on providers no which practicing in three states/country that is the reason i have mentioned. the tab name = country1, country2, country3.
    please let me know if any concern regarding the requirement.
    suggest something
    Regards,
    Ranjeet

  • Automatic PO creation from PR with no master data

    Dear gurus,
    Is it possible to run ME59- Auto PO creation from approved PR with no master data/source assigned/PIR? Assuming user create adhoc PR.
    Is it possible to run this process successfully if i didn't meet on the criteria below? let say no.1 is not checked?
    1.Material Master purchasing view, check automatic PO check box.
    2. Vendor Master purchasing view, check automatic PO check box.
    3. Maintain Source list for Vendor and Material (transaction ME01) and also see validity period.
    4. Maintain Purchase Info Record (transaction ME11), check info record category (must be standard or pipeline or subcontracting)
    5. Create a Purchase Requisition ( transaction ME51N), during creation select check box of Source Determination.
    6. Use transaction ME59 and execute for purchase requisition for vendor, you will be able to create automatic PO.
    Thanks in advance.

    Hi,
    yes all point should be checked
    check following link
    [http://www.sap-img.com/materials/steps-to-create-auto-po.htm]
    Regards
    Kailas Ugale

  • How Long will it take to reset the 16gb ipad with clear all data in it.

    How Long will it take to reset the 16gb ipad with clear all data in it.

    I have the same problem. I try to reset my ipad / iphone 3g using the reset and delete all content on general. It is almost 2 days now but my ipad / iphone 3g are not yet finish. Only apple logo / looping circle appears on the screen. What will i do? thanks... iOS 5.0.1

  • HT204266 My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

  • APEX application development with an existing data model

    Dear all,
    We - as a company - are trying to build an application in ApEx with an existing data model. The idea is that the data model that has all sorts of TAPIs and business rules defined is going to be re-used in an ApEx environment. I am actually wondering whether this is possible, wise, feasible. When I am building some simple pages on one specific table, which has approx. 35 fields, sometimes the triggers around that table fail. Before I am actually going to dive in to try and sort these problems I am wondering whether this use of a data model in an ApEx environment is wise.
    I mean, when you build an ApEx application there are usually no triggers and TAPIs available. My logic is that the ApEx application can look after validation and stuff.
    Does anybody experienced have anything smart and useful to say about this. Any feedback is appreciated.
    Kind regards,
    -victorbax
    -leiderdorp, the netherlands

    Hey vik,
    At my company we rarely use the standard APEX wizards because of multi-linguility (on data level) and error management issues.
    We always create an API in PL/SQL and call the procedures for APEX making APEX the 'view' layer in a kind of model-view-controller architecture.
    The main thing to keep in mind is maintainability, if you're working with an existing datamodel with an API that works it's probably best to just created forms and reports through APEX and then calling the appropriate pl/sql (packaged) procedure manually. We believe that this kind of architecture has the downside of being a little more work initially but it's much easier to maintain large projects through a self written API and take care of issues like error handling, logging and multi-linguility through a self written API.
    Kind Regards,
    Geert Guldentops

  • Issue with Ord Start Date

    Hi,
    I am having issue with Ord Start Date.
    When i create XYZ Asset now when i do the acquasation for that new asset. Example: Using FB01 i enter todays date and i do the posting.
    Now when i go to DEP Area TAB for the DEP Key (M200) - The Ord Dep Start Date is 15 Dec 2010.
    For this DEP Key Period Control Methods (T code - AFAMP) - Acquisation Entered is ( 6 that is - at the start of year) and the Period Control is ( T code - OAVS) (4 that is - First year convention at half year start date).
    Our client is using the fiscal year as 1 June 2010 to 31 May 2011.
    So when i do acquistion for the asset as per the period contol the Ord Dep Start Date should be 1 Dec 2010, but here it is talking 15 Dec 2010.
    Why is system talking 15 days more.
    Regards.

    Hi
    Which Fiscal year variant are you using??
    Did you maintain it in OAVH? Copy the existing entry in OAVH for K4 to your Fisc Yr var and try again
    And also, 04 does not figure for Acquisitions in AFAMP under 0004.... Whatever you specify in OAVH must also be a part of AFAMP
    Regards
    Ajay M
    Edited by: Ajay Maheshwari on Oct 28, 2010 2:31 PM

  • Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013

    Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013 
    Newform.aspx of list:-
    Custom List is not saving data sometimes in the new form after 15 minutes and only blank entry record got created without saving data, even though some columns are mandatory fields?

    Hello dcakumar,
    Sounds like a strang issue. If you can reproduce this can you see some errors in the ULS logs?
    - Dennis | Netherlands | Blog |
    Twitter

  • Standard  report(for open PO order items) with estimated Delivery dates

    hi friends
    i would like to know if there is any standard  report(for open PO order items) with estimated Delivery dates on it.
    thanks
    alahari

    ME2M (by material)
    ME2L (by vendor)
    ME2N (by number)
    Use selection parameter WE101 for open GR
    and scope of list EINT (scheduling lines)

Maybe you are looking for

  • PDF is searchable with FoxIt but not in Adobe Reader X. Exact same .PDF file is loaded. Why?

    I have been trying to figure out why my .PDF file was not searchable in Adobe Reader X. I downloaded and installed FoxIt PDF software to see if it was a problem only in Adobe Reader X and to my amazement it was Adobe Reader X that is the failure. But

  • Re:Center wise report urgent

    Hai Experts, For FS10N is there is any option to see by Cost Center and Profir Center wise please let me know urgent same for T.code - F.01 and F.08 also. Helpful answer will be assign full points. Thanks in advance, KUMAR.B.

  • How to configure RAID 5 sys using SAS controller for APP CS4

    Hi I would like to know how to configure my 3 HardDrives (600GB each) on RAID 5 connected to SAS controller to work smoothly with PremierePro CS4. Mainly to store scratch disk, and all preview files, etc.. At present it shows as one big hard drive in

  • Sky HD sound issue

    I have sky+ hd connected to my tv via hdmi cable. The sound is fine with all channels except for all sky channels I don't have any sound even the picture fine. Any idea. Thanks for help

  • Losing Previews

    Lightroom 3.4 is not saving the preview images in the catalog. My photo archives are stored on multiple external hard drives, each image thoroughly keyworded. When I need to search my archives for photos, say Egret, I choose that in the Keyword List