Add currency to the company code

Hi Gurus,
We have created a company code for libya using local currency as USD but not defined group currency ( Canadian Dollar) and hard currency (Libya Dollar) while creating the company code.
Documents were posted and POs for logistics were created using USD. Now the local authorities needs to have reports in Libian currency, when we try to add group and hard curriences systems gives us a message
"The currency type for an additional local currency cannot be changed for company code, since documents were already posted in this company code".
So the other option is to create a new company code and transfer all documents and PO from old company code.
My question is if we create a new company code how can we tackle exchange rates during that period
Is there any other option instead of creating a new company code.
Thanks for your support and will assign good points.
Thanks

Hello,
Please assess the possibility to create a new Special Ledger instead of creating another company code and migrating the required data.
In the Spl. Ledger Settings specify the Group Currency and Hard Currency as required for the original libyan company code. Carryout the rest of settings such as Installation of tables, Field movements etc.,
Importantly, at the Activity level, specify that the ledger can be posted directly and even at subsequent posting (option '3') so that there is a possibility to transfer the Documents from FI to SPL at a later point of time as well. (This way the historic data can be moved to SPL)
Once the ledger is created successfully, as a start-up activity, transfer the historic data to SPL using GCU1.
Hope this info helps you.
With Regards
Vijay Gajavalli

Similar Messages

  • Multiple currencies under one company code for contracts

    Gooday!
    We have a new schenario ( In RE-FX) where we have a couple of contracts which were negotiated with the landlord that needs to be settled in Rand, whilst the company code are setup for another currency, which is dollar (caters for the bulk of the contracts). So each time you create a new contract the currency is already greyed out (Dollar), which obviously means that it cannot be changed there.
    Apparently the company code can be setup in FI to accommodate secondary currencies, however, this seems not to be the case in RE-FX.
    My question is this, is it possible to have multiple currency contracts under one company code in RE-FX, and if so, do one set it up in FI or RE-FX?
    Any assistance would be greatly appreciated!

    Conditions in Foreign Currency (New)
    As of SAP ECC 6.0, Enterprise Extension Financials, Enhancement Package 2 (EA-FIN 602), Business Function Real Estate (RE_GEN_CI_1), you can enter conditions for contracts, rental objects, or contract offers that are in a currency that differs from the local currency of the company code.
    You can enter the currency directly when processing conditions. You can also enter a currency translation rule in the posting term. The rule is then used for all conditions to which this posting term is assigned.
    You specify in Customizing which currency translation rules are allowed for each contract type and usage type.
    See SAP Note 123819.

  • How to pass the currency of particular company code into a text variable.

    Hi
    I want to pass the currency of particular company code into a text variable.
    The company code is selected by the user using Input variable "0S_COM_M".
    I have created a text variable "ZD_CURR" with processing type customer exit.
    I have written the following abap code but its not working.
    DATA : LV_CURR type /BI0/OICURRENCY.
      WHEN 'ZD_CURR'.
        IF I_STEP = 2.
          CLEAR  XTAB.
          READ TABLE I_T_VAR_RANGE INTO XTAB WITH KEY VNAM = '0S_COM_M'.
          SELECT SINGLE CURRENCY FROM /BI0/PCOMP_CODE INTO LV_CURR WHERE COMP_CODE =  XTAB-LOW.
          L_S_RANGE-LOW = LV_CURR.
          L_S_RANGE-SIGN = 'I'.
          L_S_RANGE-OPT  = 'EQ'.
          CLEAR E_T_RANGE.
          APPEND L_S_RANGE TO E_T_RANGE.
        ENDIF.
    Pls let me know how to resolve this issue or what modification can be done to this code.
    Is there a way where we can debug customer exit code for variables.
    Thanks.

    Hi.
    You should debug your code to check behaviour of it.
    Just set external breakpoint (or create checkpoint via tc SAAB) and run your query.
    You may run query via RSRT.
    Regards.

  • Automatic restriction of currency based on company code

    Hi,
      I have a requirement where in the layout I need to restrict the header currency based on the company code chosen.  How is this possible?
    Currency is an attribute of company code and both company code and currency are in the header but users dont want to choose currency and only want to select company code from the drop down.
    Now my problem is without limiting the header to a single currency the layout cannot be opened.
    Any help would be appreciated.
    Thanks

    Hi,
    if it is not working with the table as Sunil describes (I never tried this) maybe the solution for your problem is reading the value of the variable for company code with the function module Z_VARIABLE_GET_DETAIL as describes in the howTo-paper "Variables of type exit"
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20variables%20of%20type%20exit.pdf
    It works, in case of troubles, dont use the buffer.
    Greetings,
    Christian

  • Foreign Currency Revaluation for company code with multiple currencies

    My company code has the following parallel currencies:
    company code currency - USD (10)
    group currency - CAD (30)
    index currency - USD (50)
    transaction currency - CAD
    When I execute F.05 for valuation of CAD open item in currency code 10, the program only posts adjustments to the company code currency 10; no postings to
    index currency 50. As a result, my Revaluation document does not have balanced company code currency and index currency. 
    For example:
    Open item                     = CAD 1,000
    company code currency = USD 990
    group currency              = CAD 1000
    index currency              = USD 990
    Revaluation adjustment = USD 5
    This adjustment is only posted at company code currency; no posting for Index currency.
    As a result, company code currency is USD 995 but index currency remains at USD 990.
    Pls. advise corrective measures.
    Thanks!

    Currently, I have the following settings:
    Chart of Accounts           xxxxx
    GL account                    xxxxx
    Currency                        blank
    Curr type                        blank
    F.05 calculates foreign currency adjustment based on above.  I tried your proposed solution, and added new entries for currency USD and curr types 10 & 50, but still the program does not post to curr 50, only to curr 10.

  • CJ718 - Currency in requesting company code must be company code currency

    Hi Colleagues,
        I need to define in the WBS element "Requesting cost center field" in (CJ20N tcode) the cost center with different currency and controlling area, howerver the system does not allow and the follow message was showed "CJ718 - Currency in requesting company code must be company code currency".
        I would like to know,  is this possible? How can I do it?
    Kind Regards,
    Lima, Vanderlin.

    I dont think this is possible. Read this Note 201049 - Different company code currencies in WBS element , This note doesnt solve your purpose it is to correct if system allows you to assign different company code currencies and it clearly says that if you have different company code currency in a WBSE then you will have problem in settlement, so this is not allowed.

  • Different currencies in cross company code customization

    how to assign to company codes with different currencies in cross company code customization ( ex : inr and usd )

    Hi Manasa,
    Check the tcodes OB22 and FAGL_FC_VAL for currency related issues.
    Also check the folowing links for your answer.
    http://scn.sap.com/thread/3312076
    http://scn.sap.com/thread/1880759
    Thanks,
    Rutivk.

  • The company code 123 does not exist or has not been fully maintained

    hi...
    frnds..
    Error: The company code 123 does not exist or has not been fully maintained..
    While creating material master, am getting this error... how to resolve this...
    Thanks in advance...
    Raghav.KH

    Hi,
    Check in OX02 whether the city, country, currency and language are maintained and in OX16 it is assigned to company.
    If your company code does not exist create new entries by giving an ID and description and fill the above particulars and
    assign to the company.
    Regards,
    Sadashivan

  • Delete the Company Code assigned to Collection Segment

    Hi All
    I have accidentally assigned Company Code to wrong Collection Segment, I need to delete the Company Code from the segment.  System throws error -  Deletion of company codes not possible in released segment
    I had search in the forum and could not find the exact solution for that. Could anyone pls help to provide the solution for this?
    Thanks in advance
    Chandu

    Hi Mark,
    Though I completely agree with your point, what I wanted to say is that in case a company code has been wrongly assigned to a segment and the segment released, then we can no longer delete that company code from that segment.  Then in that case we have to create a new segment and then assign this company code in that segment.  In the collection profile, then we have to assign the new segment and remove the old segment.
    Actually this is kind of perplexing for me.  If we have been using the segment for some time and then later we add a company code by mistake to a wrong segment.  Then there should be a provision to delete the company code at least before any data is transferred from FI to collections management.  I am not aware of any other solution for this problem.  Your valuable comments please.
    Regards,
    Ravi

  • Enter the company code

    i am having problem that , when i try to add item to shopping cart , system ends up giving abort message 'enter the company code' and i am not able to proceed further.
    since i am not able to debug the problem because of authority , i am not able to figure out the problem
    please give me hints of what could be the problem..

    Hi Khan
    Hope that you might have maintained company code either function tab or BUK attributes.
    And also make ensure that you have inherited a company code attribute via  web settings or bbp_read_attributes FM.
    However you check BBP_CHECK_CONSISTENCY report for sc/po for that user.
    you might definetly get some clues.
    regards
    Muthu

  • Is it possible to differentiate one payroll area with different currency under same company code

    Hi experts ,
    MY client wants to pay in yemen currency for the employees who working in yemen, but it was comes under same company code created for india.we have differentiated yemen under different payroll area wise . so is it possible to  differentiate one payroll area with different currency under same company code.
    thnx,
    vamshi keshavapatnam

    Hi Vamshi,
    I don't think so what you have done is correct. It seems like Global Employment functionality. As I understood you have some EEs which are Indian but working in company branch of Yeman.
    If this is the case you should define a new company code for Yeman branch and use Global Employment functionality. By this you can make decision to pay in home currency or traget country currency.
    Regards,
    Omid

  • "Check Business Area of the company code" error while posting stock

    Hi Experts,
    While posting stock to a storage location of a plant , the system is giving me the following error message :
    "Check Business Area of the company code" .
    Would highly appreciate if I could get some info for this error message and how to resolve the same.
    Thanks & regards
    Vikas Hali

    hi
    i think division is missing in material master basic data , please enter division in basic data tab in material master then you will try ,
    then post the stock
    regards
    vijay

  • "The company code does not exist or has not been fully maintained" in mm01

    Hi all,
    I am creating a material, it needs me to provide company code. when I gave out my company code, it reports:
    "The company code ZXXX does not exist or has not been fully maintained".
    what should the problem be?
    thanks and regards,
    Smaosn Zhu

    Hi Raja,
    Checked all you specified.
    I have done these assignments:
    1. assign comp - > comp code
    2. assign plant- > comp code
    3. assign purch. org - > comp code
    4. assign purch. org - > plant
    but the problem is still there.
    let me try to re-do it.
    thanks,
    samson

  • Period open for both the company codes

    Hi All,
    I have a scenario wherein one company code has been made defunct and its marketing activity have been transfered to another company code which hitherto only takes care of manufacturing.  The customers of the defunct company code have been extended to the company code to take care of the marketing activities. Both the company codes are having seperate Posting period variant.
    The posting peirod of the defunct company code is closed. But when we do F-31-Outgoing payment to Customer, the system is giving error 'posting in defunct company code not carried out'.
    When we tested the same transaction in Sandbox by opening the periods of the defunct company code, the system is not giving error. This is bewildering and remain a mystery. We need to close the period of the defunct company code for ever and at the same time system should not give such error.
    Does anybody went through this kind of situation? Please give me your valuable inputs on this.
    Regards,

    No responses and hence closed as answered. Thanks to all those who have gone through the thread.

  • HOW TO CAPTURE THE COMPANY CODE IN MIR7

    Hi ALL,
    MIRO data transfer i am facing some problem
    initially i am capturing the Company code in MIRO
    after that i am filling up all those values.
    for my requirement
    1.i want to hold the company code screen initially at all time
    other wise
    2. i am getting error message as No batch input screen for 'SAPLMR1M" '1000' while i am execution of the second time of MIRO posting  how to eliminate the error message.
    Please advise.
    Thanks & Regards
    K.Gunasekar.

    Hi All
    I am doing BDC in FV60( Recording) is it possible to pass the value into hidden fields through (BDC)
    SCREEN FIELD NAME: Document Type.
    Document type is hidden through FV00 and also without changing configuration in IMG.
    Thanks & Regards
    K.Gunasekar.

Maybe you are looking for

  • How to undo "This solved my question" on this Using iPhone forum?

    How to undo "This solved my question" on this "Using iPhone" forum? new to this forum... how do you undo this?

  • Safari 5.1.2 and Juniper Infranet Controller

    My work place provides wireless with Juniper Infranet Controller but Safari 5.1.2 doesn't work with it.  Safari is initially redirected to the proxy web site address on the controller but never shows a web page.  I managed to work around this by usin

  • Content target link opens in a new window!!

    hi i'm designing this HTML website with dreamweaver 8, it's a frameset devided into 3 frames top frame(navigation) , left frame (ads) and right/middle frame (content frame) and i have the flash navigation menu placed on the top frame, when a link is

  • Alert Server running on different client

    Hi Techies, I have an Alert Categoryt (CAT1) defined in client Dev 100, and the Inbound Abap Proxy Code is executing in Dev 400. I want to trigger an Alert on some event by using the Category(CAT1 defined in 100). For this I have used RFC destination

  • Resetting Default Applications

    Just got a new Quad. While I was setting up Tiger, I mistakenly told OSX to use Microsoft Word as the default application to handle .sit files. Of course, I meant to use Stuffit Expander. Does anyone know how to change this?