Default change in Int calc method

Hi Gurus;
How do I change the default for "Int calc method" for product type 55G to ACT/360 from 360/360? Where do I do this screen setting?
Regards;
Sumanta

Hi,
Make changes under the configuration step:
FSCM-Treasury &Risk Management - Transaction Manager - Money Market - Transaction Management - Product Types - Define product types.. select relevant product type and give the default int calc method as required.
Hope this helps.
Kumar

Similar Messages

  • Change the depreciati calc methods from straght line to Decline bal methods

    Hi,
    We have  company codes in india and Sigapore.In singapore we are following the Depreciaiton calculation methods is straight line method,but india we want to use the decline balance methods.
    Please tell me how to change  in order to set the deline balance methods in india company code and please tell me is there any problem  for singapore comapny codes if i change the depreciation calcuation methods in india .
    This is urgent issue.
    Thanks,
    Hani

    Hi,
    India & Singapore Comp codes diffrent:
    1 - Change depreciation key in Asset Master.
    If comp code one and asset diffrent:
    1 - Identify Asset masters
    2 - Change Dep Key in Asset master data through Substitution (Mass Change) /  LSMW.
    the above 2 scenarios system will calculate dep automatically.
    Ex:
    Ind Comp Till date using 10% dep kay (SLM) now change dep key (8%) WDV.
    This changes are effect from current fiscal year bigining period onwards.
    the adjustment amount calculate & post in next dep execution perion (Catch -up method)
    the adjustment amount equally distribute to next available periods (Smoothing Method)
    Regards
    Viswa

  • Changing exception clause in method signature when overwriting a method

    Hi,
    I stumbled upon a situation by accident and am not really clear on the details surrounding it. A short description:
    Say there is some API with interfaces Foo and Bar as follows:
    public interface Foo {
       void test() throws Exception;
    public interface Bar extends Foo {
       void test();
    }Now, I find it strange that method test() for interface Bar does not need to define Exception in its throws clause. When I first started with Java I was using Java 1.4.2; I now use Java 1.6. I cannot remember ever reading about this before and I have been unable to find an explanation or tutorial on how (or why) this works.
    Consider a more practical example:
    Say there is an API that uses RMI and defines interfaces as follwows:
    public interface RemoteHelper extends Remote {
       public Object select(int uid) throws RemoteException;
    public interface LocalHelper extends RemoteHelper {
       public Object select(int uid);
    }As per the RMI spec every method defined in a Remote interface must define RemoteException in its throws clause. The LocalHelper cannot be exported remotely (this will fail at runtime due to select() in LocalHelper not having RemoteException in its clause if I remember correctly).
    However, an implementing class for LocalHelper could represent a wrapper class for RemoteHelper, like this:
    public class Helper implements LocalHelper {
       private final RemoteHelper helper;
       public Helper(RemoteHelper helper) {
          this.helper = helper;
       public Object select(int id) {
          try {
             return (this.helper.select(id));
          } catch(RemoteException e) {
             // invoke app failure mechanism
    }This can uncouple an app from RMI dependancy. In more practical words: consider a webapp that contains two Servlets: a "startup" servlet and an "invocation" servlet. The startup servlet does nothing (always returns Method Not Allowed, default behaviour of HttpServlet), except locate an RMI Registry upon startup and look up some object bound to it. It can then make this object accessible to other classes through whatever means (i.e. a singleton Engine class).
    The invocation servlet does nothing upon startup, but simply calls some method on the previously acquired remote object. However, the invocation servlet does not need to know that the object is remote. Therefore, if the startup servlet wraps the remote object in another object (using the idea described before) then the invocation servlet is effectively removed from the RMI dependancy. The wrapper class can invoke some sort of failure mechanism upon the singleton engine (i.e. removing the remote object from memory) and optionally throw some other (optionally checked) exception (i.e. IllegalStateException) to the invocation servlet.
    In this way, the invocation servlet is not bound to RMI, there can be a single point where RemoteExceptions are handled and an unchecked exception (i.e. IllegalStateException) can be handled by the Servlet API through an exception error page, displaying a "Service Unavailable" message.
    Sorry for all this extensive text; I just typed out some thoughts. In short, my question is how and why can the throws clause change when overwriting a method? It's nothing I need though, except for the clarity (e.g. is this a bad practice to do?) and was more of an observation than a question.
    PS: Unless I'm mistaken, this is basically called the "Adapter" or "Bridge" (not sure which one it is) pattern (or a close adaptation to it) right (where one class is written to provide access to another class where the method signature is different)?
    Thanks for reading,
    Yuthura

    Yuthura wrote:
    I know it may throw any checked exception, but I'm pretty certain that an interface that extends java.rmi.Remote must include at least java.rmi.RemoteException in its throws clause (unless the spec has changed in Java 1.5/1.6).No.
    A method can always throw fewer exceptions than the one it's overriding. RMI has nothing to do with it.
    See Deitel & Deilte Advanced Java 2 Platform How To Program, 1st Ed. (ISBN 0-13-089650-1), page 793 (sorry, I couldn't find the RMI spec quick enough). Quote: "Each method in a Remote interface must have a throws clause that indicates that the method can throw RemoteException".Which means that there's always a possibility of RemoteException being thrown. That's a different issue. It's not becusae the parent class can throw RE. Rather, it's because some step that will always be followed is declared to throw RE.
    I later also noticed I could not add other checked exceptions, which made sense indeed. Your explanation made perfect sense now that I heard (read) it. But just to humour my curousity, has this always been possible? Yes, Java has always worked that way.
    PS: The overwriting/-riding was a grammatical typo (English is not my native language), but I meant to say what you said.No problem. Minor detail. It's a common mistake, but I always try to encourage proper terminology.

  • How to STOP OS X from automatically changing between language input methods

    I want to know if there is a way in OS X Leopard to stop the system from automatically changing the language input method. I use English and Japanese on my computer, but this would apply to anyone using more than one input method.
    For example, when I click on a Japanese-language file, the system automatically changes input to Kotoeri (the Japanese-language input method). When I then click on an English-language file it usually, but not always, changes back to English input. But I almost never want to TYPE in Japanese. I just need to be able to read Japanese and to cut and paste from Japanese language files. It is very annoying when I start typing in an English-language file and find the input method has been changed to kotoeri without me realizing it—everything comes out in meaningless Japanese. When I want to type in Japanese, I want to manually change to the Japanese input system. That is, I want English to always be the default input method even if I am manipulating Japanese-language files.
    So, I’m wondering if there’s a way to set the computer so that it never AUTOMATICALLY switches between the input methods. I want to be able to switch only manually. In the old days of System 7, 8, and 9, there was a third-party control panel you could get that would do this (I think it was called Stay There!) and I don't remember this being a problem in Tiger or earlier versions of OS X. Is anyone aware of any way to do this in Leopard?
    Thank you!
    Colin

    Well, I do have it set that way, and I can look up there to see where I am, but in the work I do time is critical and I move back and forth between the two languages frequently. It is really a pain and a waste of time to have to look and make a change that should be unnecessary. The problem is not so much that I don't know where I am. It's that I don't want to ever have to think I MIGHT be in anything but English input unless I specifically want to be. In other words, I need to be able to forget about this problem even being a possibility.
    Message was edited by: Colin Talcroft

  • Urgent..getting default & changed values in ALV editable....have ur point.s

    Hi all,
    I m using interactive ALV grid with 1 column editable with some default values, When i m clicking on SAVE button, only the values which are changed by the user in that column are coming in the internal table, & the default values are automatically deleted by the following code....
    But my requirement is to save all the default & changed values of the ALV column....
    <b>Help me out & have ur points.</b>
    DATA ref1 TYPE REF TO cl_gui_alv_grid.
    CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
    importing
                   e_grid                           = ref1
    CALL METHOD ref1->check_changed_data
    IMPORTING
       e_valid   =
    CHANGING
       c_refresh = 'X'

    Pradeep,
    When ur doing the CHECK_CHANGED_DATA, u ll get the edited values inside this callback sub -routine only. so here u trap the values those are changed ( thats after editing).
    Once the control goes back to the original program ( calling prog ) , u ll end up with ur old data ( before editing).
    you ll have to handle that explictly in your code, or shift to OO alv grid like this -
    REPORT ZSKC_GRID.
    TABLES : EQUI.
    DATA   : BEGIN OF T_EQUI OCCURS 0,
              EQUNR TYPE EQUI-EQUNR,
              AENAM TYPE EQUI-AENAM,
             END   OF T_EQUI.
    DATA : T_FCAT  TYPE LVC_T_FCAT,
           G_FCODE TYPE SY-UCOMM.
    DATA : G_GRID TYPE REF TO CL_GUI_ALV_GRID.
    SELECT-OPTIONS: S_EQUNR FOR EQUI-EQUNR.
    START-OF-SELECTION.
    * get data.
      PERFORM SUB_GET_DATA.
    * Populate catalog.
      PERFORM SUB_BUILD_CATALOG CHANGING T_FCAT.
    * Display the grid.
      PERFORM SUB_SHOW_GRID.
      CALL SCREEN 9001.
    *&      Form  SUB_GET_DATA
    *       Get data
    FORM SUB_GET_DATA .
      SELECT EQUNR AENAM
      FROM   EQUI
      INTO   TABLE T_EQUI
      WHERE  EQUNR IN S_EQUNR.
      IF SY-SUBRC NE 0.
    *  Give some message if needed
      ENDIF.
    ENDFORM.                    " SUB_GET_DATA
    *&      Form  SUB_BUILD_CATALOG
    *       text
    *      <--P_T_FCAT  text
    FORM SUB_BUILD_CATALOG  CHANGING PT_FCAT TYPE LVC_T_FCAT.
      DATA : WA_CAT TYPE LVC_S_FCAT.
      CLEAR WA_CAT.
      WA_CAT-FIELDNAME = 'EQUNR'.
      WA_CAT-TABNAME   = 'T_EQUI'.
      WA_CAT-REF_FIELD = 'EQUNR'.
      WA_CAT-REF_TABLE = 'EQUI'.
      APPEND WA_CAT TO PT_FCAT.
      CLEAR WA_CAT.
      WA_CAT-FIELDNAME = 'AENAM'.
      WA_CAT-TABNAME   = 'T_EQUI'.
      WA_CAT-REF_FIELD = 'AENAM'.
      WA_CAT-REF_TABLE = 'EQUI'.
      WA_CAT-EDIT      = 'X'.
      APPEND WA_CAT TO PT_FCAT.
    ENDFORM.                    " SUB_BUILD_CATALOG
    *&      Form  SUB_SHOW_GRID
    *       Show grid
    FORM SUB_SHOW_GRID .
    * create the Grid Object.
      CREATE OBJECT G_GRID
        EXPORTING
           I_PARENT          = CL_GUI_CONTAINER=>SCREEN0
        EXCEPTIONS
          ERROR_CNTL_CREATE = 1
          ERROR_CNTL_INIT   = 2
          ERROR_CNTL_LINK   = 3
          ERROR_DP_CREATE   = 4
          OTHERS            = 5.
      CHECK SY-SUBRC EQ 0.
    * Display contents,
      CALL METHOD G_GRID->SET_TABLE_FOR_FIRST_DISPLAY
        CHANGING
          IT_OUTTAB                     = t_equi[]
          IT_FIELDCATALOG               = t_fcat
        EXCEPTIONS
          INVALID_PARAMETER_COMBINATION = 1
          PROGRAM_ERROR                 = 2
          TOO_MANY_LINES                = 3
          others                        = 4.
    ENDFORM.                    " SUB_SHOW_GRID
    *&      Module  STATUS_9001  OUTPUT
    *       text
    MODULE STATUS_9001 OUTPUT.
       SET PF-STATUS 'PF_9001'.
       SET TITLEBAR 'TITLE_9001'.
    ENDMODULE.                 " STATUS_9001  OUTPUT
    *&      Module  USER_COMMAND_9001  INPUT
    *       text
    MODULE USER_COMMAND_9001 INPUT.
      CASE G_FCODE.
        WHEN 'BACK' OR 'CANC' OR 'EXIT'.
          LEAVE TO SCREEN 0.
        WHEN 'HAVE'.
    *    After editing everything user presses this button.
         PERFORM SUB_GET_EDITED_DATA.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_9001  INPUT
    *&      Form  SUB_GET_EDITED_DATA
    *       Read the ALV grid and get current internal table.
    FORM SUB_GET_EDITED_DATA .
    DATA : T_OLD_DATA LIKE T_EQUI OCCURS 0.
    * hold the old values if u need them.
      t_old_data[] = t_equi[].
    * This will update the global internal table.
      CALL METHOD G_GRID->CHECK_CHANGED_DATA.
    * Now t_equi have changed here. u have the old data in the T_OLD_DATA.
      BREAK-POINT.
    ENDFORM.                    " SUB_GET_EDITED_DATA
    Create a blank screen called 9001. and Pf-staus has a buton with fcode "HAVE". ( alongwith BACK canc exit).

  • I want to change my account payment method to none and I do not have a credit card yet.Plus, iTunes gave a message saying that I need to review my account and when I go there,the none payment method is hidden.

    I want to change my account payment method to none and I do not have a credit card yet.Plus, iTunes gave a message saying that I need to review my account and when I go there,the none payment method is hidden.

    Assuming that you want help and that you aren't just copying-and-pasting that thread's title and posting a link to it, then have you tried the steps on the post that I linked to in my first reply on that thread ?
    If you don't get the 'none' option when trying those instructions then you will need to enter credit card details before you will be able to use the account - when you've entered credit card details you should get the 'none' option and be able to remove your card details.
    Or you can create a new account, and follow, exactly, the steps on this page when creating it' : http://support.apple.com/kb/HT2534

  • How to overcome view changes in bdc session method  using recording ?

    how to overcome view changes in bdc session method  using recording ?
    ex-for mm01 in recording if i selected views basic data1 and basic data2.
    i seheduleded for background for after 3 days .
    if any body changes views by selecting other views also.
    how to overcome this with out programming ?
    is there any settings ?

    Hi,
    I am attaching few threads.Hope these will help you.
    If there are any error records in session, all those error records will get poulated in log .SM35 and after the session is completed , u can see error records which can be corrected and reprocessed again
    We have the structures BDCLD and BDCLM, which will capture the log details inthe session. Firstly, sesssion should be processed. After that log will be created. Then caputure the information into an internal table using BDCLM and BDCLD.
    and refer the link.
    error correction in bdc session
    regards
    Madhu

  • [svn:bz-trunk] 12951: Changed synchronized PropertyProxyRegistry#getRegistry method to non-synchronized to avoid threads blocking in message push .

    Revision: 12951
    Revision: 12951
    Author:   [email protected]
    Date:     2009-12-15 02:17:31 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Changed synchronized PropertyProxyRegistry#getRegistry method to non-synchronized to avoid threads blocking in message push.
    Checkintests: Pass with the usual 3-4 tests that time out with and without this change.
    QA: Yes
    Doc: No
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/PropertyProxyRegistry.java

    Revision: 12951
    Revision: 12951
    Author:   [email protected]
    Date:     2009-12-15 02:17:31 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Changed synchronized PropertyProxyRegistry#getRegistry method to non-synchronized to avoid threads blocking in message push.
    Checkintests: Pass with the usual 3-4 tests that time out with and without this change.
    QA: Yes
    Doc: No
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/PropertyProxyRegistry.java

  • How to change the extractor's method?

    Hi all,
    I get a problem by extracting data from r3 to bw. When I transfer the data, the system told me that the extractor's method "v" is not acceptable. So I want to change the extractor's method in the sap r3 system. Is it possible? And how can I do it?
    Thanks a lot!!!
    Oliver

    The solution is simple. You need not chage the POST method at all for your requirement.
    In the step where you give the work item to the user i.e. CHANGE method of FIPP, make sure that the 'Advance with dialog' is checked in the 'details' tab of the activity step.
    Then in the step where you execute the POST method just assign an agent (using rule or role or organizational unit or job or position or etc.............) and run it in the foreground. Do not check 'Background processing' in the task's 'basic data' tab. For this step also make sure that the 'Advance with dialog' is checked in the 'details' tab of the activity step. Make sure that the task that runs the POST method is classified as a General task in 'agent assignment'.
    If you follow this you wont have two separate work items being sent to the user. The user will just receive one work item, he verifies the details and clicks the post and the document gets posted under the user's id. Also if you had noticied, if you POST in the background the USNAM field in table BKPF will have the value WF-BATCH. But if you follow this and process it in the foreground it will hold the user's id.
    Let me know if you have any doubts.

  • ADF Specific Default Changes from 10g to 11.1.2.0.0

    Does anyone have a definitive list of changes to the default settings that are new in 11.1.2.0.0?
    I am migrating an application from 10g to 11 and what works fine in 10 not so much in 11.
    I have already learned that the default iterator change event is now PPR.
    Now for my project CreateInsert no longer works. Is that because of the default change in the <af:table>  editing mode? (Default is editAll).
    Any others like these would be a huge help.
    Thanks again in advance.
    -bill
    Build JDEVADF_11.1.2.4.0_GENERIC_130421.1600.6436.1

    Timo,
    Maybe that is part of the issue. I was just assuming that a faces table acted the same as an rich faces table in 11g.
    10g namespace:
    xmlns:af=http://xmlns.oracle.com/adf/faces
    11g namespace:
    xmlns:af=http://xmlns.oracle.com/adf/faces/rich
    We had converted the pages to Trinidad in our first attempt so I wrote script to convert the Trinidad component names to rich faces component names (where applicable). UI wise this worked OK, with just some changes to attributes.
    What I am having issues is the actions in the page defs. CreateInsert does not appear to be working and I am wondering if this is due to a property setting. I switched Editing mode to click to edit which seemed to help but it is not perfect.
    I am reading/researching to try and figure this out. Just looking for something to help with the learning curve.
    Thanks.
    -bill

  • SSHR Changes to seeded Payment Method Page

    hey
    SSHR Changes to seeded Payment Method Page
    User clicks on Payment method link that will take them to a page where they see the direct deposit details, I need to add a button ("Update/ view Pending Approvals") to this page,so when user clicks on it depending on the status of the workflow ( Pending/Approved ) I need to show different pages. if pending then user will see my custom page(with old and new details) otherswise user will be taken to update payment method screen.
    Is it possible to do that to a seeded form?if yes what do i need to do?
    the url i copied from update icon is
    OA.jsp?_rc=PAY_MPP_TOP_REGION
    &_ri=801
    &OAFunc=PAY_EMP_PAYMENTS_SS
    &_ti=2087405269&language_code=US
    &&OAFMID=1009103
    &OAPB=_OAFMID
    &pAMETranType=SSHRMS
    &pAMEAppId=800
    &pProcessName=PAY_PAYMENTS_JSP_PRC
    &pItemType=HRSSA
    &pCalledFrom=PAY_EMP_PAYMENTS_SS
    &oapc=6
    &oas=16hUkmJJd8awIvQy48Twdg..#

    You will have to add button through the personalization and add the extra coding for the custom process handling through the CO/AM extension.
    --Shiv                                                                                                                                                                                                                                                                                                               

  • Excise Default - Change TAXINJ for AT1

    Hi All,
        I like to know any Impact will be there if in Excise Default - Change Tax Proc. TAXINJ for AT1 instated of JA1S i have Placed J1CV for S&H Cess for the purpose has to be taken in J1IG for Sale Depot as it was not captured properly. Replaced JA1S in AT2.
       I like to know i am in the right path or it will affect some other thing.
    Please advise how to take care of this issue.
    Thanks in Advance.
    Sapuser

    Hi Pankaj,
        Thanks for the Reply.
      Can you explain me what will be the effect. Why it has to be maintained in detail.
    Thanks in Advance,
    Sapuser
    Edited by: Sap user on Oct 22, 2008 7:07 AM

  • How to export dynamic table to changing parameter of a method

    Hi ,
    There is one method in which i have created a dynamic table and populated the data now i want to send the same dynamic table which is in the form of field symbol to the changing parameters of the method
    with data

    Hi,
    Check these blogs,
    SAP Developer Network Blog: Dynamic Internal Tables and Structures - ABAP
    SAP Developer Network Blog: Dynamic Internal Table
    Regards,
    Alok Bansal
    Edited by: alok bansal on Dec 6, 2008 10:35 AM

  • My iTuens account was hacked in June.  I have changed my pasword and method of payment but my account is still showing as disabled

    My iTuens account was hacked in June.  I have changed my pasword and method of payment but my account is still showing as disabled.
    I have sent at least 3 emials to Customer Service with no reply.
    What do I do?

    Contact the Apple account security team for your country and request assistance: Apple ID: Contacting Apple for help with Apple ID account security.  If you can prove your identity to them, they can reset the password and help you regain control of the account.

  • Changing the GL Cost Method in the Fiscal Policy

    Hi all,
    I would like to know what will be the effects if I change the GL Cost Method in the Fiscal Policy. My client wants to go from PPAC to Lot Costing. But I will also want to know what will be the effects if I go from an average cost method to the Standard cost method.
    Thank you.

    Hello
    I am in R11 and implementing R11 , can someone help me with documentation?.
    I have defined the lost cost method and assigned it to the GL Cost Method in the Fiscal Policy, when i run the cost update process with the alternate method for lot costing ( Pmac) a warning error displays indicating the Cost Method in the Fiscal Policy is not the same as the one indicated on the actual cost process ( since i have ingredients based on the actual cost method ant not lot controlled i have to run this process previously)
    can someone help on this?, at this point im really confused
    In advanced many thanks for your help
    regards
    mariana
    [email protected]

Maybe you are looking for

  • Photoshop CS2 Space Monkeys

    I know its an old program but I don't have the funds to go out and buy a newer one. I'm running it on a Probook, or MacBook 10.4.8. I've tried whiping both computers, reinstalling everything and I'm still getting this error and only on Photoshop. And

  • Create a presentation movie

    Hello everyone. I made an application that streams video from a WebCam. In the same application i am loading a movie which is a powerpoint file converted to swf. I need this movie to be displayed in the client user too, as it does with the video. Doe

  • BICS environment  with live Office or QAWS connection

    we have a scenario where Hierarchy's  needs to be incorporated in the xcelsius dashboards, currently we have dashboards using live office and  using webi query we are building  hiearchey (L00, L01, L02, ..., L09) and we developed a  custom xcelsius c

  • Can't get rid of contacts and messages

    Hi there, I'm having trouble getting rid of contacts. There are certain people I'm desperate to get off my phone, and even when I delete their contact, their name and number still come up as an option in the recipient field when sending a text messag

  • How do I add file associations into the Thunderbird-Preferences-Attachments-Incoming list?

    Using MacBook Pro with OS X 10.9, and Thunderbird 31.0. I am clicking on a "DWG" file that is attached to an incoming email, and it should automatically open in progeCAD Viewer DWG, as I have made that association in Finder. (I previously saved the f