APP-Line Item in diff. currency

Dear all,
There is a line item in vendor records, posted in diff. currency (other than company code corrency).
While APP (F110) system not paying that amount, showing the following message:
ayment method selection for items due now to the amount of SGD        1.000,00
items with currency SGD, pmnt method  - items total is > 0
none of the payment methods defined can be used for these items
ormation re. vendor XXXXXX / paying company code XXXX ...
payment not possible because of reported error
Guide me, wht is the procedure to go further.
FBZP - Currencies allowed INR given.
Regards
Partha

Thank you.
Now its paying in other currency also, after maintaining the required currency and maintaing the bank determaination for the particular currency.
One more clarity is required.  That - I want to clear the Spl GL item also.  Means business want to net of the cash advances (Spl GL Ind. A).   So, I maintained in FBZP
Sp. G/L transactions to be paid  A.
But I am not able to cleare these items at f110.
Message: ...none of the payment methods defined can be used for these items
Please clear my problem.
Thank you
partha

Similar Messages

  • Can we clear more line items with different currency within one Vendor

    Dear All,
    Please guide us the following issue is
    Can we clear two line items with different currency within one Vendor (i.e., Down Payment entry passed in EUR and Invoice in JPY).
    Thanks in advance.
    Regards
    Srinivas

    Hi
    I suppose this should be possible in F-44, for any difference in forex enter a new line item 'Charge off diff.' to Dr/Cr Forex gain/loss account
    Thank You,

  • S_ALR_87012247 - Customer Balances and Line Items in Local Currency

    Hi All,
    This report S_ALR_87012247 - Customer Balances and Line Items in Local Currency  is not displaying line items for customers in ECC6. Is there any configuration required to get the line items? Please help
    Thanks
    Sridevi

    If you see this report S_ALR_87009950, you will get
    Opening Balance at the start of fiscal year
    Debits and Credit during the reporting period
    and the Cumulative Balance.
    Please note the above report will not give you line item details.
    S_ALR_87012247 report is specifically for poland, in the description it is mentioned that the line items will be displayed, unfortunately, for other countries, there are no line items visible. Therefore, you may explore the possibility of copying this report and changing the code in order to bring the line items along with the totals.

  • Line Item having different currency

    Hi,
    Two line items in order are having two different currency. In the client legacy there are having this provision, and the same they want in SAP.Can this be processed? If so how. Sold  to and Ship to Party are same and the one place only.
    kindly advise.
    TNV

    Hello Friend,
    You can do the needful in SAP also...
    A Sales Order can have different line items with different currencies...
    While posting the Invoice system will convert the foreign curreny currency into the currency of Conpamy code, based on the exchange rates.
    Hope this helps. .
    Thanks,
    Jignesh Mehta

  • Splitting sales ord line items to diff deliveries based on max line items

    Hi,
    I'm trying to split sales order line items to different deliveries based on the max line items on Sales Organization ( TVKO-MAXBI ) . I activated a new routing (copying standard 001 ) but an error is happening
    Item 000200: delivery split due to conflicting header data (ZUKRL: M106 <-> M1061)
    However the split does not work as expected. Does anyone have any ideas ?
    Pls help me
    The code is:
    data: ITEMNO        LIKE TVKO-MAXBI,
          BILLNO        LIKE TVKO-MAXBI.
    *}   INSERT
    FORM DATEN_KOPIEREN_601.
    *{   INSERT         MTDK905083                                        1
      LIKP-VKORG = CVBAK-VKORG.
      LIKP-AUTLF = CVBAK-AUTLF.
      LIKP-VSBED = CVBAK-VSBED.
      LIKP-FKARV = TVAK-FKARV.
      LIKP-TRAGR = MAAPV-TRAGR.
    Fill field ZUKRL with combination criteria
      LIKP-ZUKRL(2)      = CVBAK-VTWEG.
      LIKP-ZUKRL+2(2)    = CVBAK-SPART.
        IF NOT TVKO-MAXBI IS INITIAL.
          IF ITEMNO < TVKO-MAXBI.
            ITEMNO = ITEMNO + 1.
          else.
            LIKP-ZUKRL+4(2) = BILLNO + 1.
            ITEMNO = 1.
          endif.
        endif.
      LIKP-STAFO = CVBAK-STAFO.
      LIKP-STWAE = CVBAK-STWAE.
      MOVE CVBAK-KKBER TO LIKP-KKBER.
      MOVE CVBAK-KNKLI TO LIKP-KNKLI.
      MOVE CVBAK-KKBER TO LIKP-KKBER.
      MOVE CVBAK-GRUPP TO LIKP-GRUPP.
      MOVE CVBAK-SBGRP TO LIKP-SBGRP.
      MOVE CVBAK-CMWAE TO LIKP-CMWAE.
      MOVE CVBAK-WAERK TO LIKP-WAERK.                      "46C/note 184914
      MOVE CVBAK-CTLPC TO LIKP-CTLPC.
      IF LIKP-LFART = TVAK-KORLI.
        LIKP-KLIEF = CHARX.
      ENDIF.
      MOVE CVBAK-LIFSK TO LIKP-LIFSK.                           "45B
    Pick-up sheet number in delivery order processing is external dlv. no.
      IF CVBAK-VBKLT EQ VBKLT_AUSL_AUFT OR
         CVBAK-VBKLT EQ VBKLT_AUSL_AUFT_KORR.
        MOVE CVBAK-BSTNK TO LIKP-LIFEX.
      ENDIF.
    Consignment issue by service agent is external delivery number
      IF CVBAK-VBKLT EQ VBKLT_EDL_ENTN OR
         CVBAK-VBKLT EQ VBKLT_EDL_ENTN_KORR.
        MOVE CVBAK-BSTNK TO LIKP-LIFEX.
      ENDIF.
    *}   INSERT
    ENDFORM.

    hi friend i solved the problem.. was a mistake on my source... I send u the code to help u in advanced... thanks for your time
    data: ITEMNO        LIKE TVKO-MAXBI,
          BILLNO        LIKE TVKO-MAXBI.
    *}   INSERT
    FORM DATEN_KOPIEREN_601.
    *{   INSERT         MTDK905083                                        1
      LIKP-VKORG = CVBAK-VKORG.
      LIKP-AUTLF = CVBAK-AUTLF.
      LIKP-VSBED = CVBAK-VSBED.
      LIKP-FKARV = TVAK-FKARV.
      LIKP-TRAGR = MAAPV-TRAGR.
    Fill field ZUKRL with combination criteria
      LIKP-ZUKRL(2)      = CVBAK-VTWEG.
      LIKP-ZUKRL+2(2)    = CVBAK-SPART.
        IF NOT TVKO-MAXBI IS INITIAL.
          IF ITEMNO le TVKO-MAXBI.
            ITEMNO = ITEMNO + 1.
          else.
            BILLNO = BILLNO + 1.
            ITEMNO = 1.
          endif.
        endif.
      LIKP-ZUKRL+4(3) = BILLNO.
      LIKP-STAFO = CVBAK-STAFO.
      LIKP-STWAE = CVBAK-STWAE.
      MOVE CVBAK-KKBER TO LIKP-KKBER.
      MOVE CVBAK-KNKLI TO LIKP-KNKLI.
      MOVE CVBAK-KKBER TO LIKP-KKBER.
      MOVE CVBAK-GRUPP TO LIKP-GRUPP.
      MOVE CVBAK-SBGRP TO LIKP-SBGRP.
      MOVE CVBAK-CMWAE TO LIKP-CMWAE.
      MOVE CVBAK-WAERK TO LIKP-WAERK.                      "46C/note 184914
      MOVE CVBAK-CTLPC TO LIKP-CTLPC.
      IF LIKP-LFART = TVAK-KORLI.
        LIKP-KLIEF = CHARX.
      ENDIF.
      MOVE CVBAK-LIFSK TO LIKP-LIFSK.                           "45B
    Pick-up sheet number in delivery order processing is external dlv. no.
      IF CVBAK-VBKLT EQ VBKLT_AUSL_AUFT OR
         CVBAK-VBKLT EQ VBKLT_AUSL_AUFT_KORR.
        MOVE CVBAK-BSTNK TO LIKP-LIFEX.
      ENDIF.
    Consignment issue by service agent is external delivery number
      IF CVBAK-VBKLT EQ VBKLT_EDL_ENTN OR
         CVBAK-VBKLT EQ VBKLT_EDL_ENTN_KORR.
        MOVE CVBAK-BSTNK TO LIKP-LIFEX.
      ENDIF.

  • Splitting sales ord line items to diff deliveries based on sched ln date

    Hi,
       We are trying to split sales order line items to different deliveries based on the schedule line date. I have copied routine FV50C001( vofm -> data transfer -> deliveries -> routine 1)into a custom routine and added the schedule line date xvbep-edatu to the split criteria likp-zukrl. However the split does not work as expected. Does anyone have any ideas ?
    Regards.

    Hi Aravind,
    u said u ve copied the routine into a customised one..but did u chk whether ur customised routine is getting called from the transcation or not?? the routine has to be assigned in config so tbat it is triggered appropriately.. try putting a BP in ur routine n doin the transaction...
    Regards

  • Withholding tax amount exceeds total bank line item amounts for currency JP

    Hi Friends,
    we are facing the above problem which posteing the Downpayment in to Currency JPY. I have checked Bank GL for flag "Relevent to Cash Flow" and WHT Type Central Invoice Redio button. Still the problem exists.
    This am facinf only for JPY can anybody help me on this.
    Regards,
    SATYA

    Hi,
    Try this,
    Follow the Path.
    WT > Ext WT > Calculation > Min and Max Amounts, Here you select the country (Japan JP) and then define the minimum and maximum amounts for Withholding Tax Types and Withholdiong Tax Codes.
    For Eg:-
    W Tax Type : .......
    Currency : JPY
    Valid from - 01.04.2009
    Min Withholding Tax Amt - 10,00
    Max Withholding Tax Amt - 999.999.999,00
    Min Base amt - 10,00
    Then Save it and try again.
    You should define this for all the withholding tax types and codes which you have created.
    Please let me know in casae of any doubt.
    Regards,
    Neeraj

  • FAGLB03 , line item for KRW currency display incorrect format

    Hi Experts,
    I'm in ECC5 and working in tcode FAGLB03 with account which has KRW(Korean Won) as hard currency.
    During I drill down into document which posted in USD as Local currency and KRW in hard currency, Why hard currency display 77.77 instead of 7,777 KRW.Please advise ,How to solve?
    PS. Another tcode e.g. FB03 , FBL3N can display properly.
    Thank you.
    Mitpracha.

    Hi,
    Check and implement note 941882.
    Regards,
    Eli

  • Foreign currency conversion is wrong in line item report

    Hi All,
    I have a system which went live recently as of 1st of Sept. 2011. Hence my cut off is 31st Aug.2011.
    Now, i have uploaded customer open line items in foreign currency. Hence, at cutover my exchange rate was as per month of Aug. Now when I want to post an incoming payment through f-28 I see a different amount in my local currency i.e INR. The difference is exactly the difference due to change of exchange rate. However, my question is once when a document is posted then why does the system shows the amount in INR as per the next month's i.e sept's exchange rate?
    Can anybody help me on this please?
    Thanks
    Priyanka.

    Priyanka,
    The system is behaving exactly according to accounting principles.  For foreign currency transactions, the exchange rate for translation into local currency should be at the rate on which the business transaction occurs.  Now, you have converted your open items from the old system into your new system as of Aug. 31.  The customer has made the payment (in foreign currency) today.  So it is appropriate from an accounting standpoint to take today's rate to convert the foreign curr amnt into INR.  The resulting difference is your realized exchange rate difference.  You need to book that difference to an exch. rate gain/loss account (that you need to configure in OB09).
    Edited by: Srikanth Tamma on Sep 9, 2011 9:37 AM:  Sorry, I misspelt your name earlier.

  • Diffrence in two currency in two line items of same document

    Hi All,
    we have a document posted where amount in 2 line items in EUR currency (document currency) is same but in local currecny, amount is different in both line items.
    Could you please advice how it is possitble.

    Hi,
    Yes, it is possible for post in Both currency Document currency & Local Currency
    I am giving Example -
    Indian company - company code currency INR -
    they are paying to Foreign Vendor payment in USD -
    Here - Document currency USD  & Local currency INR system will post in outgoing payment entry
    Thanking you
    Mahesh

  • PO multiple line items -multiple currency

    Hi,
    I had one issue.
    Can I create PO with multiple line items ,with multiple currency ?
    E.g 2 line items one line item with INR and second with USD.
    I tried I am not able to create PO , But its allowing to create the same for Scheduling agreement and Contracts.
    E.g I create a Contract with two line items.
         one line item with INR and second with USD.
        But the Header Currency is fix  either INR or USD whatever u select before creating the contract remanins same and cannot be changed later.
    Q :Is this correct ?
    Q: what will contract vaule in this case in USD or INR .
    Please see if u can add some in puts.
    Thank you
    Regards
    Amar

    Amar,
    You can create a PO with multiple line item, but you can not create the PO with multiple currency.
    Regards,
    Manish

  • Cst Cntre defaulted in PR line items

    Hi All ,
    We have issue running in our prodcution system.  When  PR  created from the shopping cart from SRM system with A/C assignment internal order . Cost centre from 1st line item being copied to next items.
    Let us say Shopping Cart  has 3 line items with different internal MP100, MP101 and MP102  orders which inturn have different cost assigned in R/3.
    When this SC is pushed to SAP it creates a PR with 3 line items for diff internal orders , however have the same cost centre .
    Please help me to resolve the issue.
    Thanks in advance

    i dont understand your question.
    what is the porder PS or PM order.  be elaborate . Happy to help you.
    in SRM, i can not touch your SCS other than price and vendor....by manually ...

  • Line Item vs Totals

    Dear SDN,
    In what way does FISL line item table differ from a Totals table?
    Can I say line item in FISL are transaction data at journal entry level  while totals table is aggregated data at period and account level?
    Regards
    Adette

    Hello Addete
    If you want you can use this parallelism, in case you use SL to build a
    Balance Sheet report and have information about single documents posted.
    Just a little explanation:
    When configuring your own  SL scenario you first define a table group (transaction GCIN). A table group in Special Purpose Ledger consists of five individual tables:
    Summary table (totals)
    Actual line item table
    Plan line item table
    Object table 1 (object/partner)
    Object table 2 (transaction attributes)
    When you customize the ledger (GCL1) you indicate  the summary table that postings to this ledger will update. Also here you indicate if line items should be updated. If so, also the line item table of the table group will be recorded.
    Obviously line item table has to be consistent with summary table.
    Regards
    Javier

  • Purchase price variance line item - not to be posted in Parallel currency

    Hi All,
    Scenario:
    Transaction currency - SGD
    Local Currency - INR
    Parallel Currency 1 (LC2) - Group currency - USD
    Parallel Currency 2 (LC3) - Global Company currency - INR
    Import PO - MIGO - MIRO
    PO is raised in foreign currency.
    Material master price control is maintained in 'S'.
    While doing MIGO, I am getting following accounting entries:
    Stock a/c Dr.
    GR/IR a/c Cr.
    Price variance* a/c Dr.
    *The price varaince is because of difference in my material price as per material master and PO.
    If I go and check in FBL3N, I can see all the line items in Transaction, Local currency and 2 Parallel currencies.
    My query is, In SAP is it possible to avoid Price variance line item posting to Parallel currencies.
    To my knowledge I know that it is not possible to avoid a single line to post it to Parallel currencies.
    Thanks in advance.

    This is the answer from OSS
    Dear Customer,
    the system works as designed.
    When Material Ledger is activated, price differences are always
    generated under the circumstances you have described. The reason is
    that when material ledger is activated, price differences must not be
    included into the stock changes value, otherwise the system would
    not be able to calculate an actual price.
    When Material Ledger is activated, the customizing setting
    for handling price differences in the subcontracting process has no
    effect.
    Best regards,
    Santiago Lorite
    AGS Primary Support, Business Suite & Technology u2013 Logistics

  • PO-Freight cost (header, diff currency with items) not distributed when GR

    Dear Gurus,
    I've one PO with freight cost at header level (1000 VND). In the PO, this freight amount shown to be distributed successfully to line item (value base, line item 1 is 300 VND, line item 2 is 700 VND). But when doing GR, the freight cost of each line item is NOT distributed but equals the total freight amount (line item 1 is 1000 VND, line item 2 is 1000 VND).
    In this PO, vendor is international vendor, goods in USD. Freight cost is in local currency (VND)
    The configuration for this freight cost condition is at Header level, Group Condition ticked; Calculation type: Fixed Amount; Scale Basis: Value. When the currency of freight cost and goods are the same (all in USD), I have no error as above.
    Please help to solve this issue.
    Thanks.

    Hi
    I am facing the same problem in my client. It would be great if you can share how you resolved the issue of Freight Cost
    Regards
    Athar

Maybe you are looking for

  • How can I use an iTunes gift card to rent a movie on Apple TV?

    How can I use an iTunes gift card to rent a movie on Apple TV?

  • OOB Management of Cisco 2504

    Hello, I am wondering if this is possible, and how to execute.  We have a separate physical network for guest wireless access that we will be using a cisco 2504 controller and AP's. I wanted to manage the WLC from the corporate network, and wanted to

  • Manage configurations possible bug in CVI2010

    In LW/CVI  2010 version 10.0.1 (419) I found that the way to manage configuration does not work fine. What I mean is: If I go to Menu > Build > Target Settings... and set there for example DLL file path, it remembers the settings and put the output D

  • My macbook pro 13" 2.26 GHz Intel Core 2 Duo 4GB DDR3

    what kind of 8GB RAM do you recommend to upgrade my laptop? is it samsung 2x8GB DDR3 or Kingstone 2x8GB DDR3? or is there something better than those two? Regards,

  • Can not start debugger due to "No IP address"

    I'm using SqlDeveloper 1.2.1.32.13 (latest non-beta), on Ubuntu 7.10. When I try to debug a function or procedure by first compiling for debug, and then pressing the beetle icon in the editor pane, I get the following message in the debugging log win