Ospf no summary and default information originate

Hi all,
I have very simple question and I would like to have your opinion.
I can inject default route in to a nssa area in two way
- no-summary (to be used in to the NSSA ABR or NSSA ASBR)
-default-information originate (To be used in to the NSSA ABR)
Doubts (alle the below query are referred to a nssa area)
- Case no-summary: what will happen if the nssa abr does not have a default route?
-Case default-information originate: what will happen if the nssa abr does not have a default route?
- When do I have to use no-summary and when default information originate?
-What is the benefit to use the following command area xx nssa no-summary default information originate?
Thanks!!

Hi,
have a look at this document:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094a88.shtml#defaultnssa
- no-summary (to be used in to the NSSA ABR or NSSA ASBR)-default-information originate (To be used in to the NSSA ABR or NSSA ASBR)
- Case no-summary: what will happen if the nssa abr does not have a default route?
A (summary) default-route will be injected by the NSSABR; the backbone area is supposed to have detailed routing information.
-Case default-information originate: what will happen if the nssa abr does not have a default route?
A default-route will be injected by the NSSABR; the backbone area is supposed to have detailed routing information.
- When do I have to use no-summary and when default information originate? -What is the benefit to use the following command area xx nssa no-summary default information originate?
The no-summary option defines a NSSA totally stub; the NSSABR doesn't translate Backbone Area's LSAs (more precisely: their corresponding routing-table entries) into NSSA summary-LSAs, instead it injects a (summary) default route. If you want the NSSABR to do the summary-translation and also inject a default-route, you can use the default-information-originate option. A NSSABR the will inject a type-7 LSA for the default-route, which is not translated to type-5. This option can also be used on a NSSA ASBR, but in this case a non-OSPF default-route is required and a type-5 translation is possible.
[EDIT] :
Perhaps this discussion is also helpful to understand some of the design aspects of different area types:
https://supportforums.cisco.com/message/3977926#3977926
HTH
Rolf

Similar Messages

  • Using the OSPF default-information originate command with two ISPs

    I am working for a company that has two Internet circuits with different ISPs at two different locations for redundancy, and both Internet circuits run at different speeds. I'd like to be able to direct the majority (but not all) of the traffic through the ISP with the larger bandwith, but then failover all traffic to one ISP when the other goes down. We're currently using the "default-information originate" command, which fails over OK, but I haven't figured out how to do the load balancing. I'd appreciate your thoughts. Thank you.

    One thing that you could consider is advertising the default route as and
    external 1 route instead of an external 2 route(cisco default). If you advertise it as an E1
    route, all routers will take into consideration the cost associated with the
    default route to the router advertising the default route plus the cost of the
    default route itself. Whereas if it is an E2 route, the routers just use the
    cost associated with the external cost and not the path to get to the router
    advertising the default route.
    If you made the default route E1, then the routers closest to the advertised
    routers will prefer the closest default route and their preference could then be
    tweaked by adjusting the interface costs for the default route with a routemap.
    By using this method, you could then control which routers use which internet
    connection on a per router basis because you could control the cost the internal router
    sees for the path from the internal router to the ASBR advertising the default route. The
    path with the lowest cost will be prefered.
    router ospf 1
    default-information originate metric-type 1

  • The default-information originate and blackhole

    I have read an article :
    (((1- The default-information originate OSPF routing process subcommand will generate a default route into the OSPF domain.
    2- By default this default cannot be advertised unless the local device actually has a default route installed
    in the routing table.
    3- This stipulation is added to prevent the case where default reachability is lost from an upstream peer, but default reachability is still advertised into the OSPF domain.
    4- An example of this case is as follows.
    Suppose that your OSPF domain has two or more connections to an upstream Internet provider. At these exit points from your internal network the border routers are learning a default from the ISP.
    5- Additionally these border routers are generating default routes into the OSPF domain by issuing the default-information originate routing process subcommand.
    6- Now suppose that one of these connections to the upstream provider is lost. If the border router with the lost upstream connection is still advertising default reachability into the OSPF domain some of the traffic will be blackholed.
    7- Instead the router with the
    lost connection should withdraw the default route from the OSPF domain, which
    in turn would cause all internal devices to reroute out a still valid exit point from the network))).
    Regarding to point 6 how does it make a blackhole ?

    Because the router still anounces default route into ospf domain, and the packets which prefer this route will be blackholed. because the link to isp is broken. and the router will drop these packets.but the packets those prefer the other default route will go through the second router cause its link to isp is still up.
    is it clear?

  • OSPFv3 AF NSSA default-information-originate

    Hi,
    I'm having trouble injecting a default route into OSPFv3 AF NSSA using this config:
    router ospfv3 1520
     auto-cost reference-bandwidth 100000
     address-family ipv6 unicast vrf CUST-1
      redistribute connected route-map SET-TAG-LOCAL
      router-id 100.64.20.9
      capability vrf-lite
      area 1520 nssa default-information-originate
     exit-address-family
    ipv6 route vrf CUST-1 ::/0 2A01:79A0:3000:F8BB::5
    The default route does not get injected into the database. I have to clear the process for this VRF for it to appear in the database:
    ROUTER# sh ospfv3 ipv6 vrf CUST-1 dat | in ::|Type-7
                    Type-7 AS External Link States (Area 1520)
     100.64.20.9     632         0x80000004  2A01:79A0:3000:F8BB::/125
    ROUTER#clear ospfv3 ipv6 vrf CUST-1 process
    Reset selected OSPFv3 processes? [no]: yes
    ROUTER# sh ospfv3 ipv6 vrf I-ST-INSIDE-1 dat | in ::|Type-7
                    Type-7 AS External Link States (Area 1520)
     100.64.20.9     1           0x80000001  ::/0
     100.64.20.9     1           0x80000001  2A01:79A0:3000:F8BB::/125
    ROUTER#
    Any help is greatly appreciated.
    Thanks.
    /JZ

    Hi,
    A quick check of the config guide shows that their examples of default origination in OSPFv3 use the 'default information-originate' command, this can be tied in with a route-map, in order to match a certain condition. i.e. statement is configured under the process, not using the 'area' command.
    1. create prefix -list matching routes (these form the matching condition)
    2. create a route-map - with a permit statement matching the prefix-list.
    3. default information-originate route-map [map name]
    HTH
    Mike

  • Default Buffer Pool Busy Waits and Default Buffer Pool Hit Ratio

    Hi experts,
    I am having oracle database with version 11gR2 on windows server 2003 platform.
    I am continuously getting alerts related to "Default Buffer Pool Busy Waits" and "Default Buffer Pool Hit Ratio."
    I have fired some of the queries(which contain view like v$session_wait) to get information of sessions that causing the same issue,but unable to get it.
    Please help me to resolve the same issue.

    Hi - Try this query for Buffer busy wait
    COL class FORM a10
    COL total_waits FORM 9,999,999,999
    COL "WAITS %" FORM 9999999
    COL time_waited FORM 9999999
    COL "TIME %" FORM 9999999
    COL event FORM a24
    COL avg_wait FORM 9999.99
    SELECT a.event event, substr(c.wait_class,1,9) class,
    a.total_waits total_waits, a.time_waited/100 time_waited,
    a.average_wait avg_wait
    -- a.average_wait/100 avg_wait -- displays seconds instead of 100s
    FROM v$system_event a, v$event_name b, v$system_wait_class c
    WHERE a.event_id=b.event_id
    AND b.wait_class#=c.wait_class#
    AND a.time_waited/100 > 0
    AND (event LIKE '%HW%' OR event = 'buffer busy waits')
    -- AND c.wait_class in ('Application','Concurrency','User I/O')
    ORDER BY 1 DESC;

  • Use different Layouts for Summary and Details in Drill down report

    Hi All,
    I have a 2 level drill down report in ALV.
    The summary report has certain fields and the Detail report has different fields. Now my problem is that when i use a default layout (with all fields of summary report) for the summary report, and drill down to the detail report i'm missing the fields on detail that are not in Summary. And if i save the default layout as default (with all fields of Detail) and go back to sumary, I'm missing the some other fields on summary (which are not on detail report).
    Is there a way to make different default layouts for each of those summary and detail reports:
    Also as the layouts are choosen by the user, i cannot hardcode any particular layout;
    So if the user chooses a layout for detail; it has to stay the same layout for the detail report if he goes to summary and then back to detail; unless the user changes the layout again.
    I'm using two different Layout types for each report. but i still cannot get the desired effect.
    Data:
          gt_layout_s             type slis_layout_alv,
          gt_layout_d             type slis_layout_alv,
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_s</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_summary.
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_d</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_detail_disp.

    Here is how you differentiate between the layout of two different grids. There is the parameter, IS_VARIANT in the function. You usually leave it empty or pass only the report name and username. <b>What you need to do is to pass unique string for each grids to the HANDLE field of the parameter IS_VARIANT.</b> You can probably hard code it as HEADER and DETAILS in your case. Once that is done, system identified that these two different layout for different grids.
    Regards,
    Ravi
    Note : Please mark all the helpful answers<u></u>

  • Business Connector 4.8: predefined users "SAPUser" and "Default" ?

    When installing SAP Business connector 4.8., besides user "Administrator", "Developer", "Replicator" there are also predefined users "SAPUser" and "Default".
    Are these  2 users needed, when the BC is used for Elster ?  If not, should the users be locked or at least get a new password after fresh installation ?
    Kind regards,
    Uta

    Hello Marco,
    as I have used the transferpackage (see migrationguide BC) to transfer all settings from an old BC (Rel. 4.7) to new BC 4.8, all BC-users including the passswords are now like on the old BC. But what would be, if a fresh BC is installed without migration ?
    I have already looked into the adminguide  but the information could be more detailed.
    User=Default
    Groups=Everybody, Anonymous
    Description= The server uses the information defined for the Default user when the client does not supply a user name and password
    User=SAPUser
    Groups= SAPUsers
    Description= Used instead of the Default user, if the SAP BC is called by an SAP user that does not exist within SAP BC. The system then switches automatically to the user SAPUser as default user.
    Should users Default and SAPUser get a password due to security reasons (Haven't found, if they have any password after install, because only the administrator, Developer and Replicator are mentioned for giving a new PW DIRECTLY  after installation).
    Regards,
    Uta

  • Saving "Default " information in contacts

    Hi All
    I'm hoping that someone has the answer because my fingers are starting to sting, this is the third time that I have had to go through the 150 contacts on my E71, and set the Default for Text Message, Call, email, Video call etc, It happened when I sync'd with Ovi.
    All my contacts are sync'd with Mail for Exchange, and normally I switch all the other syncs off because of this problem, the other night I noticed that Ovi didnt have the correct handset so I mistakingly sync'd it and it wiped all my defaults off.
    Surely there is some way of saving the default contact information? - on my backups - none of the default information is saved there either.
    Any ideas appreciated. 
    Shunts...
    I will mostly be communicating with a Nokia E72 Zodium Black
    Nokia E72-1 with Vr 051.018.207.04 Software
    If this post helped... Add some kudos!!

    Interesting... have same problem, and same date!!! But have not found out what caused nor how to fix it!

  • Podcast metadata and show information just won't update

    The metadata and show information for my current podcast simply won't update on iTunes. Information such as author, category, subtitle won't up and as of this week the number of included episodes won't change no matter what changes we make from within our Wordpress site or directly to our feed.  Can anyone spot what we might be doing wrong?  Has anyone encountered this issue before?
    We've were new and noteworthy in Comedy for two months, which was great... but we're not actually that funny!
    Thanks a lot!
    Feed: http://oddpodcast.com/feed/podcast
    iTunes: https://itunes.apple.com/gb/podcast/the-odditorium/id961676664?mt=2&ign-mpt=uo%3 D4

    In fact the Store is using the feed at http://feeds.feedburner.com/oddpodcast/yItF
    This matches what's in the Store and when subscribing - the main Description on the Store page is drawn fro the 'itunes:summary' tag and matches it. The same ten episodes which are in this feed appear in the Store. The feed at the URL you quote has one further episode, earlier than the others at January 23rd, so its not being in the Feedburner feed may be something to do with the Feedburner settings limiting the number of episodes. Otherwise the feeds seem to be identical (I haven't checked them in detail) and match what's in the Store.
    If something isn't matching your expectations please describe exactly what it is.

  • SoD Risk Summary and Rule Text Files for CC 5.1

    Hi,
    Could anyone share with me where could I find the SoD Risk Summary and Rule Text Files for CC 5.1? I have looked into SAP Marketplace but I was not able to find such information. In the installation files we downloaded, these files are not included either
    Thanks in advance. Regards,
        Imanol

    Hi,
    These rules were available on the market place for CC 40: they were included in the support package 1 or 2.
    For CC 51, we had the same issue as you: we did not find the rules on the market place. Apparently, they are not.
    My customer had to send a OSS message to SAP in order to receive the rules (.txt files).
    Regards,
    Nicolas.

  • How to know date and time information from Trace File defaultTrace.X.trc?

    Hi, all.
      i'm using EP 6.0 SP9 patch 1.
      As you know, default trace is written in the <SID>\JC00\j2ee\cluster\server0\log\defaultTrace.X.trc.
      By using the default trace formatter, it shows like the following sample messages.
    #1.5#0011110E7B2000590000000100000A100003EC71562E6EBC#1104396451585#com.sap.jms.server.ServerClientAdapter##com.sap.jms.server.ServerClientAdapter#Guest#18####716257115a3f11d9b73b0011110e7b20#SAPEngine_Application_Thread[impl:3]_23##0#0#Error#1#/Applications/JMS#Plain###JMS internal error at ServerClientAdapter! JMS Service is not started!#
      My questions are
      1. how do we retrieve the date and time information from the above message? It seems that this message has date and time info because LogViewer shows the date and time based on the above message.
      2. how do we change the above date format to easier one
    like "YYYY:MM:DD:hh:mm:ss"? i know that it can be configured from the Visual Admin --> Services --> Log Configurator but i don't know the exact place for the trace file.
      Thanks.

    Hi Sejoon,
    I use the standalone Logviewer to read the log files. Works great.
    "If you have an SAP Web Application Server Java 6.20 or below you may also get a standalone_logviewer.zip file at the SAP Service Marketplace at service.sap.com/download &#8594; SAP NetWeaver &#8594; Release ‘04. In this case JDK version 1.3 or higher must be installed on the system. The java version must be same on the server and the client.
    In the SAP Web AS Java 6.30 installation a folder named logviewer_standalone can be found under: <path Of J2EE installation>/<SysID>/JC<nr>/j2ee/admin/logviewer_standalone. Verify that the batch file logviewer.bat is installed in the directory logviewer-standalone.
    (source -> http://help.sap.com/saphelp_nw04/helpdata/en/e4/540c404a435509e10000000a1550b0/frameset.htm)
    Best wishes,
    Noel

  • Automatically creating data filename out of date and time information

    I read somewhere (in a book, here ?) about a programmer who never keyed in a data filename to save his data file. He just used the system date and time to create his filename. For example: now would be 20028141032.dat (2002, August 14, 10:32 am)
    I am looking to do something similar. I do want to add a spot of text after the date and time and save it as *.xls.
    This way when you have a long list of data files, if you sort by name, they are sequentially in order.
    Thanks for any help.
    Terry

    Hi Terry,
    You can use "Seconds to Date/Time" Funtion along with "File Dialog" Function to accomplish your task. You Unbundle the cluster from the "Seconds to Date/Time" with Year, Month, Day, Hour and Minute Information Convert and Append into One String. You Can add Pre or Post text to this String. Wire this to File Dialog Box and it will Pop up the Window With File Name in it as Default. Also the extemsion of the file name can be specified here. The User has Option to change this or accept this default name.
    I have attached an Example Vi to Illustrate this(LV6.1) Take a Look. To Use this Just Wire the Path Information to your Saving Functional VI. Also the Vi Checks if File Exists or Dialog Box is Cancelled. And You may Build Functionality for the
    se if you need them.
    Good Luck.
    Mache
    Good Luck!
    Mache
    Attachments:
    DateStamped_File_Name.vi ‏29 KB

  • Losing width and height information of Image???

    Hi,
    I am losing the width and height information between converting an image to byte[] and then back to Image
    public void testImageToBufferAndBack(Image takenImage){
    BufferedImage bufimage = this.ImageToBufferedImage(takenImage);
    System.out.println("buffimage"+bufimage.getWidth()+" "+bufimage.getHeight(null)); //works fine
    ByteArrayOutputStream stream = new ByteArrayOutputStream();
    try {
    ImageIO.write(bufimage, "jpeg", stream);
    catch (IOException ex) {
    byte[] bytes = stream.toByteArray();
    byte[] pictureBytes = bytes;
    Image testImage = Toolkit.getDefaultToolkit().createImage(pictureBytes);;
    System.out.println("tttttttteeeeeeeessssssttt "+testImage.getWidth(null)+" "+testImage.getHeight(null));
    Output:
    buffimage320 240
    tttttttteeeeeeeessssssttt -1 -1
    Could someone point me out my mistake please??

    Your mistake is not realizing that java.awt.Image loads images asynchronously. When Toolkit's
    createImage method returns an Image, that image contains no pixel data -- as you've seen above, it doesn't
    even know the size of the image! I knew this was the behaviour of the createImage method that took a URL,
    but was surprised here that this is also the case with the version that takes a byte[], but undoubtably, that is
    what is happening here. The way to fix this is always the same: use a MediaTracker, as my demo below
    illustrates.
    A couple points:
    1. If you render your image in a custom component like this it will eventually appear:
    g.drawImage(image, x, y, this); //for exampleThat's because Component's default behaviour as an ImageObserver (the reason for the final this)
    is to continually repaint as more pixel data becomes available. This is not always the best solution -- what
    if you need to know the image's dimension sooner rather than later?
    2. ImageIcon can load an image for you, by using a MediaTracker behind the scenes:
    Image image = ...
    new ImageIcon(image);
    //now image is loaded...Just be aware that if you use its constructors that don't take Image, but for example URLs
    URL url = ...
    Image image = new ImageIcon(url).getImage();Behind the scenes it's first getting the Image with Toolkit's getImage (not createImage). Toolkit's
    getImage caches the image, which may not be what you want if you are processing many images --
    why have the image loiter in memory if there is no advantage to that?
    import java.awt.*;
    import java.awt.image.*;
    import java.io.*;
    import java.net.*;
    import javax.imageio.*;
    public class Example {
        public static void main(String[] args) throws IOException {
            String url = "http://today.java.net/jag/bio/JagHeadshot-small.jpg";
            BufferedImage original = ImageIO.read(new URL(url));
            displayDimensions("original buffered image", original);
            ByteArrayOutputStream out = new ByteArrayOutputStream();
            ImageIO.write(original, "jpeg", out);
            byte[] bytes = out.toByteArray();
            Image image = Toolkit.getDefaultToolkit().createImage(bytes);
            displayDimensions("created image", image);
            loadImage(image, new Label()); //any component will do
            displayDimensions("loaded image", image);
            System.exit(0);
        //handy dandy utility method
        public static void loadImage(Image image, Component comp) throws IOException {
            MediaTracker mt = new MediaTracker(comp);
            mt.addImage(image, 0);
            try {
                mt.waitForID(0);
            } catch (InterruptedException e) {
                throw new RuntimeException("Unexpected", e);
            if (mt.isErrorID(0))
                throw new IOException("Error during image loading");
        static void displayDimensions(String msg, Image image) {
            System.out.println(msg + ", w=" + image.getWidth(null) + ", h=" + image.getHeight(null));
    }Output:
    original buffered image, w=235, h=240
    created image, w=-1, h=-1
    loaded image, w=235, h=240

  • Director's Future Meeting - Summary and Evaluation

    Hi all,
    I plan to give a summary of Wednesday's meeting but wanted to clarify a few things with Adobe before posting. For now, I'll give a brief summary.
    The intention of the meeting was to make it clear that the community expects and deserves information about Adobe's roadmap. The first question I put to Adobe was does Director have a roadmap and what's preventing Adobe from discussing it. That question wasn't really answered. The roadmap was put simply that Director is being developed as primarily a Shockwave games development tool.
    The meeting uncovered some of the features for Director Next - mainly in the area of 3D. That was actually the main substance of what was communicated. There was not much depth to other questions which covered Adobe's view on Xtra development, price, support for other platforms, new types of media...
    Anyway, will post more once I speak to Adobe which I hope will be tomorrow.
     regards
    Dean

    OK, I said I'd post a summary. Was trying to get additional details from Adobe so could be accurate. Have got some new info. Will post what I have, starting with the questions I forwarded to Adobe. Please note that I what I cover below is simply what I understand Adobe as saying, not my view. I am saying this as there have been comments that I'm just a mouthpiece for Adobe.
    Q1. Does Director have a roadmap and what is preventing Adobe from discussing it?
    The answer was not very thorough or clear.
    The roadmap was described as the current focus for Director being Games and in particular 3D. Part of this involves promoting Shockwave in games portals and taking a 'business model' approach, which is laying the groundwork for Shockwave business.
    I spoke to Krishnan today and he said that the payload income is not the focus. They have chosen 3D features for online and offline as it was seen as the most critical area for updating at this stage. The intention is to address media support as the next key focus.
    Krishnan mentioned that the Adobe team realise that Director has a lot to do to catch up. They want to get Director into a state with "robust functionality", which would be needed for attracting new users.
    Q2. Does the Adobe Director team believe it is sufficiently resourced to meet its roadmap?
    The short answer was yes.
    Q3. Why is there minimal marketing of Director?
    Answer seemed to be along the lines of this 'business model' approach in marketing Shockwave for portals and games. There was nothing to elaborate on why there isn't more marketing to new users, or why there is no dedicated Product Manager or Evangelist. I was told someone is coming on board in more of a marketing context, not sure the exact nature of this role.
    Q4. Why does Adobe Director have no one to engage with the community?
    No real answer - other Adobe staff will take on some community engagement roles but they appear to be spread pretty thin. Allen will do some Director evangelising but focus is on e-learning. Adobe realise they have been falling short in communication and use of social media and will said they will improve in this area.
    Talking to Krishnan now, he has said there will be more discussions in the prerelease to start soon. He has also said Adobe would participate in more live discussions like the last one.
    Q5. Does Adobe realise the value Xtra developers play to Director and have Adobe considered ways to maintain the life of this important business?
    In the meeting, it sounded like Shockwave was the main priority to Adobe, although Krishnan has followed that up with me saying that projector development is just as important. It was mentioned in the meeting (by Adobe) that Xtras can have security issues. Adobe is open to suggestions on how to support Xtras, but is not an priority at this stage.
    On the topic of Xtras, someone asked if Adobe would buy the OS Control Xtra. The answer was that Adobe is willing to buy this Xtra. The Xtra has already been sold and the speculation was that Adobe had made that purchase. Tridib said that Adobe have not bough OS Control Xtra.
    Q6. How are the 3D capabilities of Director developing?
    As mentioned, 3D is the main focus of the next update. Allen spoke about the features already mentioned.
    Q7. Is there an intention for Director move to a 64 bit version?
    Most Director libraries don't support 64 bit. 64 bit version is a high priority item for Adobe.
    Q8. Is there an intention for support of new OS/Platforms? (android, ipad, iphone, symbian, windows 7 mobile, windows 7, the new mac os x version lion, linux, and others)
    The intention is to support latest Windows and Mac OSs, nothing else at this stage. Adobe have an interest in mobiles but no immediate plans to move in this direction.
    Q10. How is the Adobe team addressing the price of Director, which far exceeds that of other Adobe products, particularly for the education market?
    The answer in the meeting suggested that a price change would not necessarily attract more users so the plan was not to make changes. However, further conversations with Krishnan suggests pricing is under review.
    Well, that will be all for now.
    Dean

  • Travel Management-Receipt Maximum rates and Default values

    Hi
    I need some help on one of the issue we are facing in Travel Management. We are expected to Go-live very soon.
    We are unable to apply a very basic check of receipt maximum amount at
    the receipt entry in the portal for travel expenses. This functionality
    is very much provided by SAP in the backend configuration but it is not working in the backend also in our Development system.
    This is concerning the maximum and default amounts in
    View V_T706B2 are related to the IMG
    "Define Influence of Control Parameters: Receipt Maximum Rate"
    I have analysed the table entries but could not
    get the desired solution.
    In the meanwhile based on SAP note: 808437-Warning message when max
    rate is exceeded negative value, we looked into the code and found that
    the code for checking the maximumum amounts is "commented" in the
    lastest SP32 SAP HR version in the DEVELOPMENT system we are working
    on.
    I also looked into (SAP Note: 1114398---Country and Region when
    reading maximum amounts and defaults) and have found that the
    correction suggested in this note may already be applied as our D35
    System EA_HR patch level is already SAPK-60211INEAHR and Note
    correction in SAPK-60203INEAHR is of old level, hence we have not applied this correction.
    Furthermore I have checked and found that in our IDES system these checks
    for Maximum amounts and defaults are working fine. The IDES system is
    at level 0002 and highest support package is SAPKE60002.
    Many thanks in advance !
    Ritesh

    Hi Ritesh:
    We had a situation in which our expense types require both a warning message and request for additional information when the maximum is exceeded. We were told that ECC6.0 can handle only one action per expense type/amount. In our old system, R4.6C, it could handle multiple actions per amount for a receipt type.
    I am not sure if this is your issue - having multiple actions for a expense type/amount combination.
    We got around this by leaving one action at the expected amount and setting the other to 0.01 lower.
    Lisa

Maybe you are looking for

  • Iphone 4s wont connect to computer

    This actually has gone on for a while now but now its almost a necessity because it seems to be the only way ... my iPhone 4s will not connect to my computer since the 7.1.1 update, and to date at 8.0.?!?!?!? i updated to 8.0 first day, i missed 8.0.

  • Crash while I want to print

    Hello, Every time I want to print with Adobe Acrobat Pro , it goes fine if I don't change anything. If I press on printer settings and change the trey, it crashes. Error log: Process:         AdobeAcrobat [803] Path:            /Applications/Adobe Ac

  • Help in source code

    This code generate the exception can someone help me... Exception in thread "main" java.lang.ClassNotFoundException: Hello at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java

  • Why do we need to specify Role baseprovider and membership provider in Central Admin and security config files?

    Hi, why do we need to specify role base provider and membership provider files in central admin and securiy config files. thanks, gaurav

  • I've heard that Mac 10.8.5 won't support iSync...

    I'm wondering how I can now transfer my music to my Samsung S3 from my itunes account on my new mac?