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

Similar Messages

  • Rate and accessable value is not displaying for the tax invoice output

    Hello All,
      Rate and accessable value is not displaying for the tax invoice output. Rest of all outputs for invoices shows Rate and accessable value.
    Scenerio is free of charge sales order (samples) removing the goods from pant so excise invoice has been created and also updated. but for tax invoice out put rate and access value is not displaying.
        Pricing procedure: In pricing procedure account keys have not been maintained because there is not gl account upadation during billing for free of charge delivery.
    Thanks & Regards,
    ramesh

    hi Gurpreet,
    You can add values to that transient column programatically,either by getiing the row from the iterator and then row.setAttribute('Column_name','Value');
    Or providing value to it in the SQL...

  • Validations and default Values in ALV Grid

    All,
    I am using "set_table_for_first_display" to display a grid with empty editable rows wherein which users can enter data and process certain transactions.
    My requirement is to know if we can provide drop-downs and default values in this grid. for ex. if user want to insert a row, that row should automatically have some default values like company code, sales org etc.
    Also, if there is an error while validating the data, I should be able to set the focus on that field while displaying the error message. I was able to display error message but could not set the focus on the field that need to be corrected.
    Your earlier response is much appreciated.
    Regards
    Kasi

    Hi kasi,
    check these links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/an easy reference for alv grid control.pdf
    http://www.abap4.it/download/ALV.pdf
    hope this helps,
    keerthi.

  • Travel Management functions interview question and answers

    Hi Guys,
    I wanted to know Travel Management functions interview question and answers , it is most urgent for me.
    Your detail response will be highly appreciated.
    Thanks – Sam.

    Check this site
    http://help.sap.com/saphelp_470/helpdata/en/73/6bf037f1d6b302e10000009b38f889/frameset.htm
    Regards,
    Ruben

  • Text Box/Area and default value

    Is it possible to display a Text Box (or Text Area) in a Form page assigned a default value and prevent the user to change it? I need to register the actual user submitting the form. I have done this in WebDB22 Text Box and #user function but in Portal 3.0.6.6.5 it seems to be impossible to prevent the user to change the text value. Deselecting Validation Options, Updatable does not seems to help. Why?

    The equivalent of Webdb #user function in portal is #portal30.wwctx_api.get_user.
    If you specify this as a default value for a field it will be the same as #user. Also, "inseratble" and "updatable" checkboxes control the presence of a column in INSERT and UPDATE statements, so unchecking any of those checkboxes will remove the column from a respective statement.
    Thanks,
    Dmitry

  • Import and default values for columns

    Hi guys
    I have a table in which there are default values for some columns. I take export of this table.
    I go to another database where this table structure is already there (but default values are not set). I run the import of table with ignore=Y. It does all...import the data...create the indexes and all...but doesn't set the default values for the columns.
    Shouldn't it do that also ? ignore=Y means that ignore the object creation errors and proceed with the rest of the stuff ? Or there is some problem in my understanding ?
    Version 10gR2 on AIX 5.3 and using traditional export/import.
    Thanks
    Amardeep Sidhu

    Hanji Sidhu Sahib.
    Mein Tuhade liye eh example try kita hai.
    SQL> conn simar/simar
    Connected.
    SQL> SQL> create table orders (
    dept varchar2(20) primary key,
    place varchar2(20),
    intcol integer default 12
    2 3 4 5
    Table created.
    SQL>
    Inserted few values ...........+ commit.
    SQL> conn simar/simar
    Connected.
    SQL> select * from orders;
    DEPT PLACE INTCOL
    SALES TORONTO 12
    HR LA 12
    BILLING FLORIDA 12
    IT HALIFAX 5
    exp simar/simar@RACDB file=exptest.dmp log=exptest.log
    rac01:/software/backup>exptest.dmp log=exptest.log <
    Export: Release 10.2.0.3.0 - Production on Tue May 6 23:35:58 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user SIMAR
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user SIMAR
    About to export SIMAR's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export SIMAR's tables via Conventional Path ...
    . . exporting table ABC 12 rows exported
    . . exporting table ORDERS 4 rows exported
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    rac01:/software/backup>strings exptest.dmp |grep -i 'create'
    CREATE TABLE "ABC" ("A" VARCHAR2(10), "B" VARCHAR2(10)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING NOCOMPRESS
    CREATE TABLE "ORDERS" ("DEPT" VARCHAR2(20), "PLACE" VARCHAR2(20), "INTCOL" NUMBER(*,0)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING NOCOMPRESS
    rac01:/software/backup>strings exptest.dmp |grep -i 'alter'
    ALTER TABLE "ORDERS" MODIFY DEFAULT
    ALTER TABLE "ORDERS" MODIFY ("INTCOL" DEFAULT 12
    ALTER TABLE "ORDERS" ADD PRIMARY KEY ("DEPT") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING ENABLE
    SQL> conn simar/simar
    Connected.
    SQL> drop table orders;
    Table dropped.
    imp simar/simar@RACDB file=exptest.dmp log=imp_exptest_1.log tables='ORDERS'
    rac01:/software/backup>exptest.dmp log=imp_exptest_1.log tables='ORDERS' <
    Import: Release 10.2.0.3.0 - Production on Tue May 6 23:46:48 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    . importing SIMAR's objects into SIMAR
    . importing SIMAR's objects into SIMAR
    . . importing table "ORDERS" 4 rows imported
    Import terminated successfully without warnings.
    SQL> conn / as sysdba
    Connected.
    SQL> set heading off;
    set echo off;
    Set pages 999;
    set long 90000;
    SQL> SQL> SQL> SQL> SQL>
    SQL> select dbms_metadata.get_ddl('TABLE','ORDERS','SIMAR') from dual;
    CREATE TABLE "SIMAR"."ORDERS"
    ( "DEPT" VARCHAR2(20),
    "PLACE" VARCHAR2(20),
    "INTCOL" NUMBER(*,0) DEFAULT 12,
    PRIMARY KEY ("DEPT")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    SQL>
    Here the alter table statement is in the dmp file as well as in the imported table.
    Regards

  • Personalization and Default values in selection screen variables

    Hi everyone,
    I have certain questions regarding Front end part:-
    1)     Can we have multiple personalizations for a single user in Web templates; I know it is quite possible in BEx using Variants. Is there any such approach or any other solutions regarding it?
    2)     In our project we had a range selection screen customer exit variable on 0CALMONTH, which is showing a default value of 07.2007 to 09.2007, although we have removed the default values from the query variable and also checked the customer exits where it is used, but still it’s showing the value. We can’t delete and recreate the variable as such, as it is used in number of function module. Also these values are also transported to Quality system, where also it’s showing the same value.
    Did anyone face such a situation before?
    Eagerly waiting for a solution.....
    Thanks in advance

    Hi Chiran,
    Please try with following approach for multiple   personalizations for a single user in Web templates.
    While Defining Variable Choose the Option Copy personalization data from variable .
    The Features  of above approach is as follows.
    1)It will personalize variable values for Input Variables for each user.
    2)These values are saved for each variable as well as for user.
    3) At the time of defining variable it will allow us to enter one or more default values.All these values are appear in the variable screen when u execute the query or Web Application.
    So you can see the variable values in web also.Just try with this approach.
    May be it will resove u r issue some extent.
    Regarding u r Second Query Just try with Some tables, all the default values entries were saved in those tables. Delete default values from those entries.
    Thanks & Regards,
    Chandu.

  • Action script and default values

    While importing data through action script, even if the property value present in Action script is same as default value defined at the property level , DRM marks that property value as Overridden in the hierarchy.
    Is there any possible way to avoid this?

    Default value is set when no value is entered for the property. As soon as you enter a value for the property thru action script or manually, its overridden even though the value is the same which was set at the property level
    Right click on the property and do a remove value then the icon should be set to default again.
    If you want to restore multiple properties back to default, then use remove all below at the rollup level

  • XMLEncoder and default values

    According to the XMLEncoder documentation, Sun has blessed us with "redundancy elimination" so that a bean's default values are not written out into the stream when it is encoded into XML. However, I actually WANT the default values to be written out into the stream and not suppressed. Any ideas on how to do this?
    Sander Smith

    >
    This implies that it is the encoder that is deciding
    whether something is default and hence should not be
    serialized. Will a persistence delegate be able to
    override this decision? The examples of persistence
    delegates that I've seen have all been for complex
    situations, I just want to do something very simple -
    serialze all of my data whether or not it is default.
    Anyone have an example for how to do this?
    Sander SmithTo make XMLEncoder do its job properly I find that it is necessary to write gui code in a special way. Say you have MyPanel which contains nested panels etc. MyPanel and other such panels (the nested ones) would have to have a constructor that does nothing, and a special init() method that sets all the default properties. (Inside the init(), the nested init()s would be being called by the way).
    Thus if you constructed a program that read MyPanel into memory, and then called its init(), and then XMLEncoded it, you should then be able to look at the output file, and see your default properties.
    - Chris Murphy

  • Svg charts - size and default value

    is there any way to make svg chart size smaller? i want to fit 6 graphs onto a page and even with the 350x315 setting, they are still too big
    also, when i have a query like this:
    select null, c.nodes, count (*)
    from customers c, country_region_mapping m
    where system_status='Production'
    and c.country = m.country
    and decode(:P4_REGION, '%', 1, m.region, 1, 0)=1
    and decode(:P4_COUNTRY, '%', 1, m.country, 1, 0) =1
    and decode(:P4_INDUSTRY, '%', 1, c.industry, 1, 0) =1
    group by nodes
    the page initially comes up empty. in other words, the charts have no data.
    is there anyway to default to all

    i'm currently checking on your question about the chart sizes, but the second part of your question sounds easy enough. it looks like your query will return all the rows "from customers c, country_region_mapping m where system_status='Production' and c.country = m.country" when the default values of :P4_REGION, :P4_COUNTRY, and :P4_INDUSTRY are '%'. if that's how you're going about things, you can simply set your defaults for these items to the percent sign in those items' respective definition screens. this way, even before your items get a session state value, they'll be assigned their default "%" values and your query will return rows.
    i'll get back to you soonish re the svg chart sizes,
    raj

  • What is the Best Approach for System Defined Fields and Default values

    Hi ,
    Please let me know that what can be the best approach for providing a Default value for the System defined fields when creating a User and How can we hide the System defined fields at the time of User creation

    You cannot provide default values for any attributes defined in the FormMetaData.xml file. You can only provide default values for fields defined in the User Defined Fields and supply a default value.
    You can using entity adapters to populate some of the values, but you must supply an Organization because there is an entity adapter that you cannot modify that verifies the organization name.
    -Kevin

  • Meaning and default value of WMI MSCluster_Resource class property ResourceClass

    Somehow cannot get clear with MSCluster WMI class MSCluster_Resource property named ResourceClass. Does anybody know the meaning and the value by default?
    Guntars Svilpe

    Hi,
    I found the following third party article about use the “MSCluster_Resource class” may can give you some tips:
    Cluster resource monitor
    http://community.whatsupgold.com/library/activemonitors/cluster_resources_monitor
    the Cluster Owning node name using powershell
    http://serverfault.com/questions/445015/get-the-cluster-owning-node-name-using-powershell
    #PSTip Monitoring Cluster Shared Volume (CSV) availability
    http://www.powershellmagazine.com/2014/02/26/pstip-monitoring-cluster-shared-volume-csv-availability/
    More information:
    Playing around with the Root\MSCluster WMI Namespace and WMI Notifications
    http://blogs.technet.com/b/rspitz/archive/2011/05/11/playing-around-with-the-root-mscluster-wmi-namespace-and-wmi-notifications.aspx
    However this form is not for the develop issue discuss, about the develop question please post to the MSDN forum.
    MSDN forum Developer Network
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=WAVirtualMachinesVirtualNetwork&filter=alltypes&sort=lastpostdesc
    Thanks for your understanding and support.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SQL Loader, nested tables and default values

    Is there a way to specify a default value for a nested table entry when SQL*Loader encounters a 'null' value?
    I want to avoid this:
    Record 5: Rejected - Error on table LEVEL_DESC, column LEVELS.
    NULL nested table element is not allowed

    Use the NULLIF parameter in your control file for the nested table objects.
    e.g
    LOAD DATA
    INFILE 'level_data.dat'
    INTO TABLE LEVEL
    (LEVEL_ID POSITION (01:05) CHAR
    LEVEL_NAME POSITION (07:20)
    LEVEL_DESC COLUMN OBJECT
    (LEVELS POSITION (22:25) CHAR NULLIF LEVEL_DESC.LEVELS=BLNAKS,
    ... ))

  • Switch partitions and default values

    MSSQL 2012
    Can I switch partitions when the target has default value for a column, but the source doesnt? if so, will the default values be applied? 
    Thanks

    Hello,
    Do a simple test:
    CREATE TABLE dbo.Source (id int NOT NULL, updatestamp datetime NULL)
    CREATE TABLE dbo.Destination (id int NOT NULL, updatestamp datetime NULL DEFAULT(GETDATE()));
    GO
    INSERT INTO dbo.Source (id) VALUES (1);
    GO
    ALTER TABLE dbo.Source SWITCH PARTITION 1 TO dbo.Destination;
    SELECT *
    FROM dbo.Destination;
    Yes, it works.
    No, during a Partition Switch the data won't be modified.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • WRED Maximum-threshold's default value

    The above-said value, according to docs is 40. Should it not be 100?
    Why would we want to tail-drop when Average-Queue-Size reaches 40 % of maximum queue size, should it not be 100%?

    For more information on WRED and its working please refer the following document.
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/qos_c/qcpart3/qcconavd.pdf

Maybe you are looking for

  • My Macbook pro started running incredibly slow and I am getting the spinning beach ball of death across all applications.

    I have no idea why this is happening. I normally use Word, Excel, Google Chrome and sometimes Photoshop when using my computer and then one day it started getting super slow. This is my etrecheck. Computer running slow all of the sudden. Getting spin

  • How can I get iTunes to recognize deauthorization?

    I'm trying to deauthorize two old devices so I can Order music on my new computer. I have gone through the process several times and iTunes still days I have 5 devices authorized. How do I get my message through?

  • Annoying Pop Up!!!!

    I tryed to trash the old seti@home application. (If your not familer with seti@home it crunched data when your screen saver kicked in and sent it to U.C. Berkley when the batch was complete.) Searched on Spotlight and trashed anything seti. One of th

  • Query for Customer Balances and Corressponding Incoming Payments

    Hi all, How to get the account balance of a particular customer with corressponding incoming payments. Eg: Suppose one Invoice having 5000.00 for which i got 3 incoming payments of 1000.00 2000.00 and 500.00, now i need to give a report as CardCode |

  • Error 56 wago 750-341

    Hi, I'm using LabVIEW 7.0 and trying to comunicate with wago 750-341 via ethernet connection. I'm using the standard vi's downloaded from wago's web. Could somebody help me and explain how to fix this problem? Best regards, Aleksandar.