Finance customization problem

At the turn of the year, the VAT is increased from 16% (MWSt key V3) to 19% V4. The pseudo-invoice should be customized to this.
To create the pseudo- invoice ZRML84, the MWSt-key should be (V3 or V4) extracted as it was set-up in the PO from purchases.
Field MWSKZ Structure MEPO1317 Program name SAPLMEGUI
how to procedd further

The only customization option I am aware of in Connect is in the Administration section, not in the user profiles. However, if you have a monthly account, purchased from Adobe.com, that option is not available.

Similar Messages

  • Cannot customize Problem Form in Authoring Tool

    Hi there,
    I am trying to customize Problem Request Form in the Authoring Tool, but when I try to view the form I immediately have the following errors:
    After this message box is displayed, Authoring Tool simply crashes.
    The error  text:
    Description:
      Stopped working
    Problem signature:
      Problem Event Name: CLR20r3
      Problem Signature 01: smauthoring.exe
      Problem Signature 02: 7.5.3079.0
      Problem Signature 03: 522c3f95
      Problem Signature 04: Microsoft.EnterpriseManagement.UI.FormsInfra
      Problem Signature 05: 7.0.5000.0
      Problem Signature 06: 522c3f22
      Problem Signature 07: 198
      Problem Signature 08: 1a
      Problem Signature 09: System.InvalidOperationException
      OS Version: 6.3.9600.2.0.0.272.7
      Locale ID: 2070
    Have you been able to customize Problem Request form?
    Can you please help me with this?
    Thanks in advance.
    M

    This is a known issue when you run older versions of the authoring tool on XP or Windows 8. AeroLite is part of the Windows Vista/7 Aero interface that the authoring tool has imports into. Consider http://social.technet.microsoft.com/forums/systemcenter/en-US/b1826469-75b6-499d-ade1-2945b6e95d28/incident-form-customisation and
    update your toolchain

  • Masthead customization problem....

    Hello All,
    I am facing problem with masthead Customization. I hv included one image, three external links in masthead area using par file customization through NWDS.
    Now at the same time, I was trying to customized masthead area by using theme editor to remove the underlines displyed on the external links.
    However, my changes done are not reflected in masthead area after logout for users ?
    Will I be able to still use theme editor after doing customizing with the help of par file ?
    I hv tried removing chaches, logged out and logged in several times, bu no luck ?
    Pls, help !! Thanks for time and your inputs. Points assured.
    Best Regards,
    Anil Kumar

    Hi Anil,
    If you didn't changed class tags from html there should
    be no problem. There are tags :
    <TD nowrap class="prtlHdrSep"> </TD>
    <TD nowrap class="prtlHdrWelcome"
    <TD class="prtlHdrBrandImgContainer"
    etc.
    I changed my masthead a lot, it is completely different
    from original but since I didn't change class tags from
    tables I can still change some settings from theme
    editor.
    If you just want to remove underlines from your custom links try adding this to your jsp :
    <style>
    a.customlink {
    text-decoration: none;
    </style>
    and add your links like :
    <a href="http://www.sdn.sap.com" class="customlink">my test link</a>
    Regards
    Abdul.

  • MDS Customization Problem with multiple root components

    Hello,
    Oracle JDeveloper 11.1.1.5.0 and WebLogic Server Version: 10.3.5.0
    I am using Oracle MDS Customization class with the following classes:
    oracle.adf.view.rich.change.MDSDocumentChangeManager
    org.apache.myfaces.trinidad.change.ChangeManager
    org.apache.myfaces.trinidad.change.MoveChildComponentChange
    Based on these classes I am moving UI components
    <af:panelStretchLayout>
    <f:facet name="center">
    <af:region />
    </f:facet>
    </af:panelStretchLayout>
    into another component thanks to the MDS.
    Once I do the movement and persist, I receive the following waning message:
    *<RegionRenderer> <encodeAll> The region component with id: pt1:r1:0:pt2:r1:0:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.*
    When I run the application in Oracle JDeveloper 11.1.1.5.0, it work fine, but when I deploy it on WebLogic Server Version: 10.3.5.0 it is not working.
    I receive the same warning message on the server and in JDeveloper.
    I think that MDS makes a copy of the components that I move because of that it says me that "a page fragment with multiple root components"
    The problem is not because of duplication any of the tags <af:document> <f:view><f:form> <html> <head> <body>
    After the movement and persistence, I also call the FacesContext to reset its view root with the following code:
    FacesContext context =FacesContext.getCurrentInstance();
    String currentView = context.getViewRoot().getViewId();
    ViewHandler vh = context.getApplication().getViewHandler();
    UIViewRoot x = vh.createView(context, currentView);
    x.setViewId(currentView);
    context.setViewRoot(x);
    The idea is that the entire JSF tree to be rebuild on entering page with aim to clear previously drag and drop settings.
    Do you know how I can overcome the problem on the server WebLogic Server Version: 10.3.5.0?
    This worked on Oracle JDeveloper 11.1.1.3.0 and now the problem is with Oracle JDeveloper 11.1.1.5.0.
    Regards,
    Niki

    Hi,
    what the error means is that you have more than one node under the jsp:root node of the fragment. Say the content of your fragment is
    <af:panelGroupLayout id="pgl1">
    </af:PanelGrouPLayout>
    Then this is okay
    if you have
    <af:panelGroupLayout id="pgl1">
    </af:PanelGrouPLayout>
    <af:panelGroupLayout id="pgl2">
    </af:PanelGrouPLayout>
    or
    <af:panelGroupLayout id="pgl1">
    </af:PanelGrouPLayout>
    <af:commandButton id="cb1"/>
    Then these mean duplicated root components. The JDeveloper IDE flags this as Warnings (Structure Window) when selecting the page fragment
    Frank

  • Customization problems..

    Hello,
    I'm actually researching the best report tool to develop a project for a large client..
    The client is developing the system for the use of other companies.Therefore I'm particularly interested in the ability to set up individual profiles that can be used to customize the reports (e.g. different companies will require different logos to appear on the reports)
    I've read carrefuly the document called "Runtime Customization", and I'm surprized to notice that you can easily change the layout (color, font style...) of a field object (<field> tag in XML), but you can't with an object like a TEXT (boilerplate) .. Apparently , we can only change the label
    ex :
    <object name="B_EMPNO" type="REP_GRAPHIC_TEXT">
    <properties>
    <property name="textSegment">Number</property>
    </properties>
    </object>
    Do you know an other way to do that ? same question to change a logo (in function of the end-customer),the link on an image, the color of the report background...to change
    the layout of all the objects others than a field ... It's very important for a real customization..
    Is it possible to hide/show or change the size of a column in function of a paramater ? (apparently, we can't access to the Heigth, Width properties or to the elasticity of a field by program (conditional formating trigger for example))
    Is it easy to integrate a report in a JSP page ?
    Thanks a lot , best regards
    David

    others questions..
    I tried to replace the text "Number billed" which is on 2 LINES by "Numiro facturi" to manage the bilinguism (french/english) of my site. I've found 2 problems:
    - When I put an accent in my XML page, the server report returns an error.
    - I tried without accent and I expected to see "Numero facture", unless I saw "Numero facture billed".. Apparently, when we put an /n or /r in a text, the customization only replaces the part before this character.
    Thanks again.
    I really need some answers to those questions.

  • Lotus Notes Customize problem!

    Hello All ..
    When pressing on the Ok or Apply Buttons in the Customize page of any of the four portlets, I got a blank page. Although I have compared the code of renderEdit method with the JspServicesCustom.jsp in the Jsp Services sample portlet provided in the JPDK, and also compared the resulting generated HTML from the two cases. They are similar specially in the code that handles the OK and Apply Html buttons, but the Jsp case is working well, it re-renderes after presing Ok or Apply, while the Lotus case always give blank page.
    Any Suggestions to debug or workaround ?
    Pls Help..
    Regards
    Amr
    null

    Amr,
    I have a fix for your problem. However, if you want my code you have to fix the login problem.
    alan
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Amr ([email protected]):
    Hello All ..
    When pressing on the Ok or Apply Buttons in the Customize page of any of the four portlets, I got a blank page. Although I have compared the code of renderEdit method with the JspServicesCustom.jsp in the Jsp Services sample portlet provided in the JPDK, and also compared the resulting generated HTML from the two cases. They are similar specially in the code that handles the OK and Apply Html buttons, but the Jsp case is working well, it re-renderes after presing Ok or Apply, while the Lotus case always give blank page.
    Any Suggestions to debug or workaround ?
    Pls Help..
    Regards
    Amr<HR></BLOCKQUOTE>
    null

  • Marketing Online Customization Problem

    Hi,
    Currently I am working on Oracle Marketing Online Customization. I want to develop a applet, and add it in the Marketing Online home page.
    How to make my Applet a web bin and customer can select whether to show it or not.
    Many thanks.

    Hi Yogesh,
    I have the same problem. I have checked the marketing supre user functions type at
    Under sysadmin login-systemadminitrator->Applications->functions. Here I search for the marketing functions. When the functions get listed i check for the type. It is JSP. I hope that's the way.
    If it's fine, how do open marketing module. Please help
    Thanks in advance
    Regards
    Arun

  • Transporting Customization Problem

    Hi All,
    I am facing a problem in Transporting Customization changes (deletion Customization) from Development Server to the Test Server.
    We have same customization maintained in Dev Server and Test Server.
    For Example
    Initially:
    House Bank BNK01 - payment is maintained in Country CN and this customization has been transported to the Test Server earlier.
    But later this customization is deleted in the Development Server and this change shud be transported to the Test Server.
    How can it be done?
    I tried to add all the entries in the list(which does not contain the related House bank.ie.deleted) to the Transport Request and transported to the Test Server but customization in the Test server cant be deleted.
    note:I need to clarify this first and only then i can tranport it to the production server.
    Do clarify this.
    Thanks & Regards
    Ajoy

    (1) Create the 'to be deleted' configuration again in Dev.  This should create a transport A
    (2) Come out of the screen entirely
    (3) Delete the configuration - save this in transport B
    (4) Move both A and B to Test. 
    What exact transactions are you referring to ?  Some of them may not be transportable.
    Good luck !

  • Convergence per domain customization problem

    I have enabled customizations in the convergence installation and added the configuration objectclass/attribute to the domain. I copied the configuration sample to my c11n directory. My config.js looks like this:
    c11n.config = {
    // allDomain configuration
    allDomain: {
    module: "allDomain", // module name
    themeEnabled: true, // true if theme is customized
    i18nEnabled: true, // true if i18n is customized
    jsEnabled: true // true if js is customized
    // the last entry must not end with comma
    // replace sample.com for each domain configuration, change
    // domain name uwo_ca to example_com for javascript syntax and url syntax
    jestest_uwo_ca: {
    module: "jestest_uwo_ca", // module name
    themeEnabled: true, // true if theme is customized
    i18nEnabled: true, // true if i18n is customized
    jsEnabled: true // true if js is customized
    // the last entry must not end with comma
    }, // I have tried it without the , and with it
    I then copied the default allDomain files into the jestest_uwo_ca directories and modified all the paths to reflect the directory structure. When I startup convergence I get to "20% User Theme" and it hangs. Enabling debug logs, the last message is:
    PROTOCOL: DEBUG from com.sun.comms.client.protocol.delegate.agent.ClientOptionsA
    gent Thread httpSSLWorkerThread-80-0 at 2010-05-13 12:16:21,731 - Found domain
    specific client preferences, merging with default client prefs
    The theme worked when I used it in the allDomain but I would rather use the per domain features for all the customizations. There is nothing weird in the ldap directory logs or in the log messages before the "merging with default" messages. Any advice on how to debug?
    thanks
    steve

    I started using the IE and got a javascript error outlined below. I rooted the problem down to using a symbolic link for jestest_uwo_ca. I guess it gets confused with all of the ../../../.. s.
    steve
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; (R1 1.6); InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Thu, 13 May 2010 18:08:46 UTC
    Message: Could not load 'c11n.jestest_uwo_ca.js.customize'; last tried '../../../c11n/jestest_uwo_ca/js/customize.js'
    Line: 20
    Char: 5357
    Code: 0
    URI: http://jestest.uwo.ca/iwc_static/js/dojotoolkit/dojo/dojo.js?12.01_213859

  • 10.2.1 finance application problems

    BlackBerry OS 10 with the latest update released for Turkish language support for devices, some apps do not work with them more in the Turkish banking practices and the entire financial sector. on twitter via @ blackberryhelp I do not get the results from the complaint dm. I convey to you the attached screenshot. It was also the same problem a few games, especially the poor. This application does not display half of the device screen.
    The necessary correspondence related to financial applications for banks, did they still failed. In this case, a serious shortage of ways to wake te. Blackerry smartphone devices support regional language problem, but when you have made in the Turkish language, while the original English no problem.

    My Q10 has a similar problem that seems to happen only when driving over 40 Kph. sound cuts in and out, whether i am on speaker phone, earphone or blue tooth. I've gotten a replacement Q10 and its doing the same. Any solutions?

  • PO workflow customization Problem

    Hi,
    I am working on a SRM 5.0 project and am currently working on the PO workflow settings. I am customizing it for n step approval using BADI BBP_WFL_APPROV_BADI. The workflow used here is WS14000145. In this BADI, I have copied all the standard code from Implementation SAP_APP_BADI_EXAMPL3 to a user defined implementation and activated it, as some more changes are to be done in this for Shopping Cart. Good part is that the approval table(the parameter is APPROVAL_TABLE) is getting populated as per the requirement. But now the problem is coming while physically approving it. For example - the BADI has found 2 approvers say APPROVER1 and APPROVER2 which is perfectly fine. The requirement is, first the PO approval should go to APPROVER1 and once approved by him it should go to APPROVER2. Now in actual when the PO is created the approval is going to both APPROVER1 and APPROVER2 at the same time. If anyone is approving it, it is going off from the others approval list and PO is getting created.
    Please let me know if I have to do any changes in the code(as mentioned above - this is copied from standard code maintained in implementation SAP_APP_BADI_EXAMPL3) to get the desired results or need to check any other parameters of the workflow. As I have never worked in workflow before I am seeking your help in this. Will be thankful for any inputs.
    Thanks,
    Rahul.

    I am sorry it is SRM 4.0 (SRM Server 5.0) system.
    Thanks,
    Rahul.

  • Portlet Customization problem

    I am using JPDK 3.0.9.0.1 for writing my portlets.
    I am trying to add the customization support to a portlet. and I
    am using FilePersonalizationManager.
    The provider.xml has following element for
    PersonalizationManager
    <personalizationManager
    class="oracle.portal.provider.v1.FilePersonalizationManager">
    <dataClass>com.coverall.portal.MyPersonalization</dataClass>
    </personalizationManager>
    Here MyPersonalization class extends
    NameValuePersonalizationObject class.
    The customization works fine for an Integer value, where I use
    the MyPersonalization class to store String Array into it using
    putStringArray() and getStringArray() methods it doesn't work.
    and gives me
    Error while adding Portlets to the Page. (WWC-44012)
    The following error occurred during the call to Web provider:
    java.io.IOException:
    at
    oracle.portal.provider.v1.FilePersonalizationManager.writeDataObj
    ect(FilePersonalizationManager.java:938)
    at oracle.portal.provider.v1.FilePersonalizationManager.create
    (FilePersonalizationManager.java:331)
    at oracle.portal.provider.v1.FilePersonalizationManager.create
    (FilePersonalizationManager.java:298)
    at
    oracle.portal.provider.v1.http.ServletProviderResponse.registerPo
    rtlet(ServletProviderResponse.java:295)
    at
    oracle.portal.provider.v1.http.HttpProvider.dispatchProviderActio
    n(HttpProvider.java:650)
    at oracle.portal.provider.v1.http.HttpProvider.service
    (HttpProvider.java, Compiled Code)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest
    (JServConnection.java, Compiled Code)
    at org.apache.jserv.JServConnection.run(JServConnection.java,
    Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    (WWC-43147)
    I checked jserv.log and it says
    "[25/10/2001 12:55:14:221 EDT] MyProvider/Error creating
    D:\cti\Portal\provider\MyProvider\65825143\1
    \388_MYPROVIDER_65825143\_default.dat : "
    How do I get this NameValuePersonalizationObject to store String
    Arrays?
    Thank you
    Sagar

    Please log a bug for this through Oracle Support

  • Delegated Admin Customization problem

    Delegated Administrator 7.0-0.00
    I'm trying to disable the ability to change the Mail & Message Quota when assigning an additional service package using Delegated Admin
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailQuotaValue=NONEDITABLE
    When I enable that it won't let me past that screen keeps kicking me back.
    When I disable it lets me past the screen.
    This is all my cusomizations so you can duplicate it.
    OrganizationAdminRole.UserProperties.MailQuotaValue=NONEDITABLE
    OrganizationAdminRole.UserProperties.MailMsgQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailMsgQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage12.CalendarHostValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage31.MailHostValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage31.MailQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage31.MailMsgQuotaValue=NONEDITABLE
    OrganizationAdminRole.tabs.orgproperties=INVISIBLE
    I've confirmed it on 2 servers.
    Bug? Or my config?

    Mark_Wal wrote:
    When I enable that it won't let me past that screen keeps kicking me back.
    When I disable it lets me past the screen.
    This is all my cusomizations so you can duplicate it.
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailQuotaValue=NONEDITABLE
    OrganizationAdminRole.WizardWindow.Wizard.WizardPage11.MailMsgQuotaValue=NONEDITABLEI could reproduce the problem behaviour with just the above settings enabled.
    Bug? Or my config?I've logged a new bug :
    bug #6861629 - "DA7: Setting mail quota values as noneditable in assign service package causes mail step to loop"
    Please escalate via Sun Support for a fix.
    Regards,
    Shane.

  • Convergence customization problem

    Hi,
    We are trying to evaluate Sun communication 6.
    for customization of Convergence i am executing the following command and i am getting an error.
    ./iwcadmin -u admin -w password -p 80 -o client.enablecustomizat ion -v true
    SEVERE: Unable to connect to the server. Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
            java.io.EOFExceptionWhat may be the cause?
    Thanks for any help.

    hello,
    try this one...i think port might not require...
    ./iwcadmin -u <admin uid> -w <admin password> -o client.enablecustomization -v true
    regards,
    sumant

  • Runtime Customization problem

    Hi,
    I have created a report for example employee list.
    I have created a xml file to customize this at runtime. When i try to run this report from a webserver i get a follwing error.
    "Oracle Reports Server CGI - Report Job has terminated with error"
    My url looks like this
    http://myserver/dev60cgi/rwcgi60.exe?server=rep60_bazz&report=emp.rdf&destype=cache&desformat=html&userid=scott/[email protected]&customize=emp1.xml
    can anybody tell me what i am missing. The xml file is in the same reports 60 path.
    This works fine without customize options.
    I followed all the step given in publishing reports documentation.
    I am running this on apache/Win-2000/reports6i.
    Thanks In advance.
    Shailes

    Hello,
    Did you test this in the Report Builder to see how your customization file worked? If there are any errors in your XML, the Builder is the best environment to see and fix them.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for