How to change Indirect to Direct in Foreign Exchange posting in General Settings

Hi
If above mentioned tittle , help me out
How to change Indirect to Direct in Foreign Exchange posting in General Settings
Transaction are posting in database now  this field is read only
Prasad

Hi Prasad,
If transaction are posted in Database then you will not be able to change Exchange Rate Posting from Indirect to Direct.
This is a very initial setting while setting up New Database.
Regards::::
Atul Chakraborty

Similar Messages

  • How to change recon.account directly in Table with out changing customizing

    Hi Gurus,
    I want to change Customer reconciliation account but this is not possible any more due to display option for reconciliation account in customizing.
    I know I can change customizing and then change the reconciliation account, but there is a better way doing this.
    We can change this directly in the table without changing customizing, but I don't know how to do this. Does any one know how to change directly in the table?
    Many thanks in advance

    Hi there,
    The steps that you should take include:
    1. go to SE16
    2. put knb1
    3. on the field selection input the customer you want to edit
    4. Execute
    5. type to the transaction field /h and press Enter
    6. double click to the customer line item you want to change the recon
    7. this will navigate you to the debug environment
    8. on the debug environment press find/search button -or- CTRL+F to find a keyword code
    9. you should see  if code = 'SHOW'.
    10. now please double click on the word "code" to set the Breakpoint
    11. Press F7
    12. you will see the program routine will stop at if code = 'SHOW'.
    13. Double click on the word 'code'
    14. 'code' will appear on the righ hand side with value = 'SHOW'
    15. change the value of 'SHOW' to 'EDIT' by double clicking the Edit icon (pencil) and replacing the value of SHOW to EDIT
    16. press Enter
    17. press F8
    18. you can now change the recon field
    19. Press SAVE button
    20. Double click 2x (or more) on the STOP sign, until your breakpoint is gone
    21. press F8 and you should see the message of "Database Record successfully created"
    Good luck!
    Regards,
    Fausto
    Edited by: Fausto Jahja on Jul 21, 2009 5:26 PM
    Edited by: Fausto Jahja on Jul 21, 2009 5:50 PM

  • How to change the Discussion board view to facebook posting type view

    hi friends..
    i want to change the discussion board view to facebook posting type.Where multiple discussions and comments on single page as well as all the comments should be in a threaded view and also i want to find a new discussion
    link in same page.
    can any one help me...

    Hi,
    As I understand, you would like to improve discussion board to display all posts on a single page with comments.
    There is no OOB option to customize discussion board. However, there are workarounds:
    You could create a site with Blog site template, and it could meet your requirement. More information about Blog site:
    http://office.microsoft.com/en-in/sharepoint-foundation-help/create-a-blog-HA010378201.aspx
    You could use Note Board web part instead, and customize it to allow reply:
    http://social.technet.microsoft.com/Forums/en-US/f7e466ee-ab53-47c5-9dd9-232e295bca6f/sharepoint-2010-note-board-web-part?forum=sharepointgeneralprevious
    You could customize Discussion Board directly using Content Query Web Part and XSL:
    http://sharepointsolutions.com/sharepoint-help/blog/2013/04/custom-discussion-board-rollup-using-content-query-web-part-and-xsl/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Changing Exchange Rate Posting in General Settings

    Hi, Plesae I need your help concerning the exchange rate. i'm using SAP Business One 8.8 PL 15. In the display tab in Administration -> System Initialization -> General Settings, I chose "Indirect". However, many transactions (invoices) were done.
    I want to change the Exchnage Rate Posting to "Direct". I know that I cannot change this setting after the first posting is made.
    But, is there a way to solve this problem. I 'm in a big trouble. Please any suggestions?
    Thank you.

    Hi Nadia,
    unfortunately you are looking at the creation of a new database. This is one of the fundamental settings of the application & affects all postings. Therefore it is not possible to change this setting after postings were made.
    You can check the DTW templates for the transactions you already have & extract the required data using queries. Convert the query output into DTW files & then use these templates then to populate the empty back up of your customised database.
    All the best,
    Kerstin

  • How to change a massive amount of foreign keys?

    Hi to all!
    I'm a newbie here, and I hope I'll find a solution to my problem...
    Well, I have to create a copy of row within the same table, with same values except of primary key. That part is ok. Then, I have to change values of that primary key (from old value, to new value) in all foreign keys which references to that column/primary key in parent table. Let's say that isn't problem too, using system tables and informations about constraints and indexes...
    But, tricky part comes. Some of those foreign keys are primary keys for their tables, and there are other foreign keys which references to these primary keys, including a column which is primary key in very first (parent) table. And also, that line of primary key-foreign key can go on...
    I don't know how deep to check for those keys. Any help with some piece of code (in PL/SQL)? Also, how to start to change value of that, particular column, in line of primary key-foreign key?

    Sounds like you need to add a copy function to your application. This will allow you to create a copy of an existing import/export but each will be unique. This would provide you with the ability to change the import/export and retain the old and new details.
    A small example using a header and detail table;
    select * from orders;
      ORDER_ID ORDER_DATE
             1 27/05/2010
    select * from order_lines;
       LINE_ID   ORDER_ID
             1          1
             2          1
             3          1A function that makes a copy of a certain order;
    create or replace function copy_order(p_order_id orders.order_id%type)
      return number is
      l_new_order_id orders.order_id%type;
    begin
      select orders_seq.nextval
      into l_new_order_id
      from dual;
      insert into orders
        (order_id, order_date)
        select l_new_order_id, sysdate
        from orders
        where order_id = p_order_id;
      insert into order_lines
        (line_id, order_id)
        select order_lines_seq.nextval, l_new_order_id
        from order_lines
        where order_id = p_order_id;
      return l_new_order_id;
    end;
    Function createdCall the function with order_id 1;
    var n number
    exec :n := copy_order(1);
    PL/SQL procedure successfully completed
    print n
    n
    2There are now 2 similar orders;
    select * from orders;
      ORDER_ID ORDER_DATE
             1 27/05/2010
             2 28/05/2010
    select * from order_lines;
       LINE_ID   ORDER_ID
             1          1
             2          1
             3          1
             4          2
             5          2
             6          2
    6 rows selectedThe first order can be canceled (using a status column or similar) and the second order can be updated, ie add additional lines, etc. or left as is.

  • How to change the writing direction in a table?

    Is it possible to change the direction of text in a table?
    Not in the whole table, only in a line or column. Something like this:
    Has anybody an answer to how to write perpendicular?

    Question asked and answered thousands of times.
    Feature unavailable.
    Search in existing threads with the simple keystring
    write AND vertical
    to get workarounds.
    Yvan KOENIG (VALLAURIS, France) jeudi 18 août 2011 17:03:38
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How to change mouse scrolling direction?

    Hi,
    I use timeline mouse scrolling (horizontal) and I find it very annoying, that it goes in the wrong direction. I want it to go backwards, if I scroll to me. now it goes in the opposite direction. I couldn`t find it in the kayboard shortcuts, is there a way to change it?
    thanks,
    Michal

    Have you tried reversing your mouse 180 degrees? Then it works fine for you.

  • How to change the font direction?

    There are many titlewindows in my application, so I have to lay out them in order.
    I wanna change the panel size, position, and the direction of panel title in order to display the title readability when the titlewindow is vertical.
    But I can't find a wish way to change the direction of the title.

    Not sure what you mean, but there aren't any styles or properties that will change the position of the title in Panel.  You might need to create your own component.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • HOW TO CHANGE THE FINANCIAL TRANSACTION IN FM AFTER POSTING HAS BEEN MADE.

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. >
    HI
    IN FM I HAS BEEN POSTED ONE TRANSACTION FOR  A PARTICULAR G/L ACCOUNT.
    AFTER THAT I WANT TO CHANGE THE FINANCIAL TRANSACTION FROM 30 TO 50.
    SUGGEST ME IF ANY ALTERNATIVE WAY.
    HOW IT POSSIBLE ?
    THANKS & REGARDS
    MALA

    It's not possible with standard functionality. Create a new CI and use it instead of the one defined incorrectly.

  • Foreign Exchange - Posting date - updation - Not Working Properly

    Hi Friends,
    At the time of posting the Purchase invoice in Transaction Code MIRO, the system is picking the Exchange rates form the table based on our posting date in the Invoice screen.
    System is not updating the exchange rate, if we change the Posting date just before posting.
    Example:
    Transaction code MIRO
    Posting date 21.01.2010; Exchange rate picked by system - 46.67 (USD and INR) Maintained in Table - 21.01.2010 - Rs.46.67
    before posting we are changing the posting date from 21.01.2010 to 22.01.2010
    Posting date 22.01.2010; Exchange rate picked by system - 46.67 (USD and INR) maintained in Tabl - 22.01.2010 - Rs.46.99
    To bring the correct exchange rate into effect, We are coming out of the Transaction code and Re-entering the correct posting date.
    Is there is any solution to make the system pick the exchage rate whenever we change the posting date?
    Thanks in advance friends and collegues

    Thanks for Quick reply
    I have a separte Exchange rate in PO (purchase Order) and I have not activated the fixed Exchage rate in the Purchase Order
    If I have activated the Fixed Exchange rate in Purchase order - then the system will not accept other Exchange rates in Transaction Code MIRO (booking LIV)
    I have not activated the Fixed Exchange rate in Purchase order (Please have a look at the Purchase Order - A check box for maintaining the Fixed Exchange rate through out the P2P Cycle.
    If the fixed exchange rate is notactivated in PO, the system will pick the Posting Date in the Transaction Code MIRO (LIV) for calculating the Exchange rate.
    Now my query is why the system is not changing the Exchange rate automatically when I change the Posting date in Transaction Code MIRO. Please also let me know what should be done from our side so that whenever I change the posting date in Transaction Code MIRO, the system should pick the Exchange Rate according to the Posting Date in Transaction Code MIRO.
    Thanks for showing Interest
    Thak you and Kindest Rgeards
    Srikaanth

  • HT4972 I need to update a 4.3 version on my iPad 2.  Not sure how to do that as it is not listed in my general settings

    I need to update my version of operating system from 4.3 to 7.  It is not listed in my general settings.

    Connect the iPad to your computer, open iTunes and it should be recognized. You should get a pop window saying update available.

  • How do you Change Group Sort Direction using Report Client

    It looks like there should be a sort direction property on the ISCRGroupOptions object but there is none. So how do you set the sort direction of the group?

    I tried that and it did not work. Here's the code to change the grouping, note I also change the associated sort object. I did notice that if you go into the crystal reports designer and bring up the Record Sort Export and select the group's corresponding sort that the Sort Direction radio buttons are disabled. The question is how to change the sort direction shown on the Change Group Options dialog?
            public bool GroupModify(short GroupIndex, string TableName, string ColumnName, SortDirection SortDirection)
                bool result = false;
                if ((_ReportClient != null) && (GroupIndex >= 0) && (GroupIndex < this.GroupCount()))
                    CrystalDecisions.CrystalReports.Engine.Group docGroup = _ReportDocument.DataDefinition.Groups[GroupIndex];
                    ISCRField field = _ReportClient.DataDefController.FindFieldByFormulaForm(docGroup.ConditionField.FormulaName);
                    if (field != null)
                        Group group = _ReportClient.DataDefController.GroupController.FindGroup(field);
                        if (group != null)
                            Group newGroup = group.Clone();
                            newGroup.ConditionField = FieldGet(TableName, ColumnName);
                            if ((newGroup.ConditionField != null) && (_ReportClient.DataDefController.GroupController.CanGroupOn(newGroup.ConditionField)))
                                _ReportClient.DataDefController.GroupController.Modify(group, newGroup);
                                result = this.SortSet(TableName, ColumnName, SortDirection);
                return result;
            public bool SortSet(string TableName, string ColumnName, SortDirection SortDirection)
                bool successful = false;
                if (_ReportClient != null)
                    ISCRField field = FieldGet(TableName, ColumnName);
                    if (field != null)
                        ISCRSort sort = _ReportClient.DataDefController.SortController.FindSort(field);
                        if (sort != null)
                            _ReportClient.DataDefController.SortController.ModifySortDirection(sort, CRSortDirection(SortDirection));
                return successful;
            public int GroupCount()
                int count;
                if (_ReportClient != null)
                    count = _ReportClient.DataDefController.DataDefinition.Groups.Count;
                else
                    count = 0;
                return count;

  • How to change Profit center in production order

    Hi guys,
    I have to change Profit center value in production order. Order has been created and released also. How to change, if i directly change system throwing error...Please suggest me in this case.
    RGDS
    Dos

    Then Go to OBA5 enter the KO  Application area
    Add the 367 message and  your user iD enter warning in online and Batch,
    After that You can able to Change the   profit center in Order with warning message in Order

  • Illustrator change color, size & direction

    Please.  I am 45 and at ground level.  Can someone tell me how to change a vector image (flourish) I downloaded from istock photo.  I was able to open it with Ai but I don't know how to change the size, direction and color.  Please help.  Thanks!

    If it is a vector image:
    Size: Select what you need to size with the selection tool, then drag and hold the shift key to resize (holding shift keeps the proportions). OR Select the object and go to Object>Transform>Scale.
    Direction: Select the object, slightly outside of one the corner points you will get a double arrow and you can then click and rotate. OR select the obejct and go to Object>Transform>Rotate.
    Color: select with the Direct Selection arrow one portion of the color, go to Select>Same>*then select fill or stroke*. Then go to your color pallet and select the color you want to change to.

  • HT4623 how to change from enlarged display to normal display on IPHONE5

    how to change enlarged display to normal display on IPHONE 5

    Settings > General > Accessibility > Zoom.
    This can also be changed when the iPhone is connected to iTunes. Available under the Summary tab for the iPhone sync preferences with iTunes below Options > Configure Universal Access.

Maybe you are looking for

  • Samsung nx200 raw support

    I can't get Lightroom3.4.1 to read samsung's raw files.  in sRGB or adobeRGB.  This is the new NX 200.  But since it is supposed to support NX100, one would think NX 200 should be the same format. Any suggestions on how what to do.  The samsung conve

  • Will I get OTN discount for DBA exam

    will I get OTN discount for DBA exam?

  • Returns to Sub vendor

    Hi Guys I have a problem, when I try to make a return to vendor (sub-vendor), I got following error "Returns not possible for subcontracting items" when I create the return PO, did anyone know what is wrong. Best Regards Bang

  • Jdeveloper 11g integrated weblogic issue

    Hi All, I have Jdeveloper 11g installed. (11.1.1.2 version) When I startup the integrated weblogic server, I get following error. *** Using port 7101 *** "C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.2.36.55.36\Def

  • How to verify RMAN backup ?

    How to verify and validate the RMAN backups on daily basis?One more doubt at this point - if we can't locate any RMAN script in crontab(crontab -l) but still backup is occuring regularly, how can we see the script behind this? Thanks in advance. Edit