Want to see VAT amount based on line item.

Dear Friends,
In accounting document if I have 1 line item in billing VAT is coming fine and I can see the VAT amount for particular line item in accounting document but when there are more then 1 line item for example 5 line item then VAT is coming consolidate of all 5 line item please tell me how can I see VAT based on every line item,
Regards
Sager

Hi
You weren't assigned any account key to this Condition type. Pls Check...
If I am wrong Kindly inform.................................
Regards

Similar Messages

  • How to change the amount of Vendor Line Item in FB60

    Hi all,
    I want to post the invoice in SAP with FB60. The journal is as follow:
    Dr. Expense    1000 USD
    Dr. VAT-Input    100 USD
          Cr. Account Payable     1100 USD
    But the problem, the amount of Account payable is 1000 USD. Because I want to fill the amount in vendor line item (FB60) with the original expense (1000 USD).
    I want to ask, there is any configuration in SAP to change the amount in vendor line item which it could be the same with amount of the original expense.
    If you ever have same problems, plase share with me
    Thanks,
    John

    Hi,
    Thanks for your reply. The result of posting invoice that I want is as follow:
    Dr. Expense    1000 USD
    Dr. Vat - Input    100 USD
    Cr. Account Payable   1100 USD
    When posting invoices in FB60, there is a filed "amount vendor line item" at the top. Usually the field is filled with amount vendor 1100 USD, but I want to fill it with the expense amount (1000 USD). Which can be show the account payable 1100 USD.
    Is there any configuration to change the field "amount vendor line item" ?
    Thanks,

  • Exit or Enchancement for changing amount in vendor line item in MIRO

    Dear All,
    I want to change the amount in vendor line item which get posted through MIRO.System generated 2 line item in case of payment terms of retention is used.
    Requirement is that, in one line item of vendor, amount should get changed based on the logic and adjust the amount in other line item of vendor.
    Request to please let me know, Where in Exit/ Badi or enhancement spot, we can write our coding, so that it should update the amount with new value at the time of posting the document.
    Thanks & Regards,
    Abhinav Jain

    Hi,
    Try with Badi   ACC_DOCUMENT
    Regards,
    Azeem

  • Amount in Bar Code is incorrect;Amount in the line item can be used instead

    We have a problem in our Brazil company code.
    When we have a document with value higher than 5,000.00 BRL it is subject to Pis/cofins tax. In the Boleto (paper) document the amount is after tax deducted. But we see the full amount in the Vendor line item in SAP
    When the system reads the bar code and saves this code in the vendor line item during the document change we get a warning message no."8B797: Amount in Bar Code is incorrect;Amount in the line item can be used instead".
    And the amount in the Barcode line automatically adjusts itself to the line item amount which is the pre-tax amount (full amount).
    Example: Amount in the SAP Invoice doc is R$ 6,268.72   
                   Amount in Boleto (paper) R$ 5,977.22   (after deducting PIS/COFINS) - This amount appears in the bar code but once we press enter after the warning message it automatically adjusts to R$ 6,268.72 .
    We tried few notes like 784748 to apply but it says it is obsolete. We are on ECC 6.0 Release level 11.
    Regards.,
    Raj/

    answered through SAP note 784748

  • More than one VAT code on one line item?

    Hello,
    Running ECS SRM 5.0.
    Is it absolutely impossible to set more than one VAT code on one order line in a SC or PO?
    Can this be acomplished by using a user exit or anything?
    This demand comes from a public sector company which pays different VAT dependent on what they use as account assignment. In some orders when split account assignment is used, it might be two different VAT codes on the same line.
    rgds
    GAR

    Hi
    Which SRM version are you using ?
    As far as i know, this is standard SRM functionality as it not feasible to have multiple VAT codes against one line item.. This is not possible .. Please confirm the same with SAP by creating a Customer OSS message.. Do let me know...
    However this is possible by making the code as per your business requirments using BBP_DOC_CHANGE_BADI.. However, since i have not tried this.. You need to try this yourself..
    Hope this will answer your query..
    Regards
    - Atul

  • Want to copy Delivery address of one line item in shopping cart to all item

    Hi Experts,
                    We are upgrading from SRM 5.0 to SRM 7.0,In SC Creation We want to copy Delivery address of one line item in shopping cart to all line items in Shopping cart by clicking Change All Items button.This is custom button we added this button and we had written code to achieve the functionality but it is not working.This is same like Change All Items button in Account Assigment for copy accont details of one line item to all other line items in SC.
    Web Dynpro Component:/SAPSRM/WDC_UI_DO_SHIPTO
    Web Dynpro View:V_DODC_SHIPTO
    Thanks,
    Aarthi.

    Hi Prasad,
                   Our customer needs that button,they want whenever they are clicking the button delivery address should copy to all line items.
    In my action ONCHANGE_ALL_ITEMS i called this method
    wd_this->mo_dodm_shipto->zchange_all_items( ).
    zchange_all_items( ) is  implemented in class /SAPSRM/CL_CH_WD_DODM_SHIPTO.
    the code i wrote inside zchange_all_items( )
    *Error
      DATA: LX_PDO_ABORT               TYPE REF TO /SAPSRM/CX_PDO_ABORT,  " Class for Fatal error caught by PDO Layer
            LX_PDO_ERROR               TYPE REF TO /SAPSRM/CX_PDO_ERROR.  " Class for PDO General Exception
    Object Instances
      DATA: LO_MSG_CONSUMER            TYPE REF TO /SAPSRM/IF_PDO_MSG_CONSUMER,
            LO_PDO_SHIPTO              TYPE REF TO /SAPSRM/IF_PDO_DO_PARTNER.
    Context-Data
      DATA: lte_cll_shipto              TYPE /sapsrm/if_ch_wd_set_facade=>gt_guid_element,
            loe_cll_shipto              TYPE REF TO /sapsrm/if_ch_wd_set_element.
    Field Symbols
      FIELD-SYMBOLS <lse_cll_shipto>    LIKE LINE OF lte_cll_shipto.
    DATA : lo_pdo_acc TYPE REF TO /sapsrm/if_pdo_do_acct_assgmnt.
      DATA : ls_shipto_cll type /SAPSRM/S_CLL_SHIPTO,
             lt_pdo_partnerdetails      TYPE bbp_pdt_partner,
             ls_pdo_partnerdetails      TYPE bbp_pds_partner,
              LV_GUID          TYPE BBP_GUID,
              lv_item_guid type bbp_guid,
             lv_filled TYPE wdy_boolean.
    *exceptions
      DATA : LX_ABORT                  TYPE REF TO /SAPSRM/CX_PDO_ABORT.
    *Constants
      CONSTANTS : LC_OBJECT_ID         TYPE CRMT_SUBOBJECT_CATEGORY_DB VALUE 'BUS2121001',
                  LC_ADDR_ORIGIN       TYPE /SAPSRM/S_CLL_SHIPTO-ADDR_ORIGIN VALUE 'B'.
      IF LV_FILLED = ABAP_TRUE.
    Downcasting to shipto
        LO_PDO_SHIPTO ?= MO_PDO.
    insert the clipboard into facade and update and submit update
        me->/sapsrm/if_cll_do_mapper~insert_from_clipboard( io_set_facade = mon_cll_set_facade ).
    Add new Accounting entries.
        lte_cll_shipto = mon_cll_set_facade->get_data_elements( ). "get all elements from the context
        LOOP AT  lte_cll_shipto ASSIGNING <lse_cll_shipto>.
          loe_cll_shipto = <lse_cll_shipto>-set_element.
          loe_cll_shipto->get_static_attributes( IMPORTING rv_attributes = ls_shipto_cll ).
    Map ui-structure to pdo-structure
          MOVE-CORRESPONDING ls_shipto_cll TO ls_pdo_partnerdetails.
          IF LS_SHIPTO_CLL-PARTNER_FCT =  mv_part_func.
            LS_PDO_PARTNERDETAILS-PARTNER_FCT = ''.
          ELSE.
            LS_PDO_PARTNERDETAILS-PARTNER_FCT = LS_SHIPTO_CLL-PARTNER_FCT.
          ENDIF.
          IF ls_pdo_partnerdetails-del_ind NE 'X'.
            CALL FUNCTION 'GUID_CREATE'
              IMPORTING
                ev_guid_16 = ls_pdo_partnerdetails-p_guid.
           mv_acc_guid_split = ls_pdo_shipto-guid .
            IF mo_scope = 1.
              ls_pdo_partnerdetails-p_guid = mon_cll_set_facade->get_bo_guid( ).
            ELSE.
              ls_pdo_partnerdetails-p_guid = mo_parent_bo_mapper->items_get_lead_selection( ).
            ENDIF.
            APPEND ls_pdo_partnerdetails TO lt_pdo_partnerdetails.
          ENDIF.
          CLEAR : ls_pdo_partnerdetails, ls_shipto_cll.
        ENDLOOP.
    Add New items to PDO
        IF NOT lt_pdo_partnerdetails[] IS INITIAL.
          TRY.
              LO_PDO_SHIPTO->update_item_partners( EXPORTING it_partner = lt_pdo_partnerdetails
                                                               iv_item_guid       = lv_item_guid
                                                   CHANGING co_message_handler = mo_pdo_message_consumer ).
            CATCH /sapsrm/cx_pdo_abort INTO lx_pdo_abort.
              mo_cll_message_handler->set_abort( io_pdo_abort_exception = lx_pdo_abort ).
            CATCH /sapsrm/cx_pdo_error INTO lx_pdo_error.
              mo_cll_message_handler->add_exception( io_pdo_error_exception = lx_pdo_error ).
          ENDTRY.
    Update PDO with the changed data.
          TRY.
              mo_pdo->submit_update( ).
            CATCH /sapsrm/cx_pdo_abort INTO lx_pdo_abort.
              mo_cll_message_handler->set_abort( io_pdo_abort_exception = lx_pdo_abort ).
            CATCH /sapsrm/cx_pdo_error INTO lx_pdo_error.
              mo_cll_message_handler->add_exception( io_pdo_error_exception = lx_pdo_error ).
          ENDTRY.
    Fire refresh of DO Mappers registered for refresh since the item table has acc related data.
          mo_parent_bo_mapper->fire_event_refresh( iv_perform_updates = abap_false ).
        ENDIF.
      ENDIF.
    Thanks,
    Aarthi.

  • Amount posted and Line item is Different in AW01n

    Hi Asset accounting Experts
    I have an issue Please need your Suggestion.
    When one of our User is Using AW01N in that he found there is difference in Amount
    When we see line item at bottom (Transactions)  in AW01N
    here it is showing one amount, when we double click on the amount, we can see accounting entry with different amount.
    Pls see the below screenshot.
    in the screen shot i have highlightned amount in Red ex here in our case it is 178952158.
    when i double click this an accounting entry will display, in that amount posted would 175000000.
    Please suggest

    Hi Miktar,
    Thanks for ur quick reply.
    i should not share that screen shot.
    but the accounting entry is as below
    Document currency : usd
    40  5007000 (BS  GL account)   xxxxxxxx
    75  1210000( Recon account ac)   xxxxxxxxx
    Here Local Currency is LKR
    But in asset master 72000005 under allocation, Evolution Grp INR(Currenecy) maintained.
    transaction Type 120
    Regards,
    Babu

  • Wip gl account amount and fbl3n line item gl account not matched

    hi sap gurus
    Cound any solve this error
    i got one error at the time of wip calculation i.e., during settlement of order, the wip gl account amount and the FI line item gl account amount i.e., in fbl3n line item the wip gl account shows the differnt amount.
    now my question is why system shows like that Plz any one tell me the solution.

    SAP Note says 968812
    There are various reasons for verified differences:
    1. You made direct FI postings to material balance sheet accounts.
    2. In MM account determination, balance sheet accounts are used for operations other than 'BSX'.
    3. Material documents exist that have no FI follow-on document, even though they should.
    4. There are FI documents or other accounting documents but the source document in materials management is missing.
    Solution
    (Point 1)
    The amounts from these postings do not have any equivalent in the material valuation and therefore cause the MM/FI differences. You must cancel the corresponding postings in FI. You must then set the 'Post automatically only' indicator (XINTB) in the account master record (fs00).
    (Point 2)
    In MM account determination, material stock accounts can only be assigned during operation 'BSX' because only these postings update the material valuation. Postings from other operations, such as price difference (PRD) or revaluations (UMB), lead to MM/FI differences. The balances resulting from this must be transferred to other accounts in FI.
    (Point 3)
    Your system contains active customer enhancements (user exits, customer exits, BAdIs) that cause an additional 'COMMIT WORK' statement to be processed. This is not allowed and results in inconsistencies. The incorrect documents can be corrected by SAP Remote Consulting (SAP employees should refer to internal Note 941721).
    (Point 4)
    This case is identical with case 3. However, usually it is not a 'COMMIT WORK' statement that is responsible but a 'ROLLBACK WORK' statement in the customer source code. In particular, method MB_DOCUMENT_BEFORE_UPDATE in BAdI MB_DOCUMENT_BADI creates a ROLLBACK without program termination and an incomplete document because the documents in accounting are created after the BADI. Therefore, a ROLLBACK must always be accompanied by a program termination.
    The MM document cannot be regenerated. The accounting documents must be deleted. This can be initiated by a message (which may be subject to charges) on component FO-GL-GL-X. See also Note 636442.
    (General)
    If the cause of the problem is unclear, SAP support can run an analysis. In this case, first implement the additional reports from Note 32236 in your production system.

  • Change BSEG-STCEG (VAT number) in posted line items

    Hello,
    We want to change the VAT number in the vendor line items,we set the field changeable via OB32, but field is not changeable, any idea ?
    Thanks

    Hi,
    Please go to OB32 and give the Field Name( BSEG-STCEG), give company code (In all company Codes), select type K for Vendors, and select the check box Field Changeable. I've checked and saved its not throwing any error.
    Thanks,

  • Table to read vat amount of MIRO at item level

    Hi,
    I making a purchase register in which all amount rdetais are required at item level  but from tables , RKPF, RSEG, I am getting the base amount at item level,  but in which table I can get the vat amount which is posted for individual item in table BSET  i can see the all tax amounts which are posted but how to link this with item number  there is no ref. field for this.
    is there any table for MIRO entry with item wise tax details.
    regards,
    zafar

    You can simulate VAT calculation via RSEG base amount WRBTR and VAT code MWSKZ ([CALCULATE_TAX_ITEM|http://www.sdn.sap.com/irj/scn/advancedsearch?query=calculate_tax_item]). But beware of rounding errors in the calculation.
    Remember that the calculation of VAT is the responsibility of the supplier.
    Regards,
    Raymond

  • Cash Journal : Error "Inconsistent amounts" during a line items reversal

    Dear Experts,
    i have posted a line item in Cash Journal.
    now when i m trying to delete/reverse it, i m observing a error "Inconsistent amounts" that leads to a ABAP dumb "FMGL_CHECK_PERIODS_REV_REAL" i have dowloaded & applied a note from SAP 1247225, but could not fix the error.
    please advice & help me out.

    Hi Hussein
    In addition to the application of the note using SNOTE
    you would also need to perform the following manual steps (configuration)
    Call transaction SM30 and change the following entries in the table TRWPR:
    PROCESS  EVENT    SUBNO COMPONENT KZ_BLG FUNCTION
    DOCUMENT PREREV  190   EAFM             FMGL_CHECK_PERIODS_REV_REAL
    becomes
    DOCUMENT PREREV  190   EAFM             FMFA_CHECK_PERIODS_REV_REAL_CK
    DOCUMENT REVERSE  065  EAFM             FMGL_CHECK_PERIODS_REV_REAL
    becomes
    DOCUMENT REVERSE  065  EAFM             FMFA_CHECK_PERIODS_REV_REAL
    Regards
    Sach!n

  • Want to create 1 reciept with multiple line items under a header in APO

    Hi All,
    I am using BAPI_MOSRVAPS_SAVEMULTI3 to create In-Transit which is the reciept element. But it creates only for a single location/product.
    I have a requirement where I have to create multiple line items under 1 intransit order. Can somebody suggest me how to perform this using a BAPI in APO ??
    Best Regards,
    Chandan Dubey

    Hi Micky
    Firstl you should upload the Line items for a particular sales Order in an Internal table
    and then pass that internal table to your BAPI during your coding corresponding to a particu;lar sales order
    In case of any issues pls revert back
    Reward points if helpful
    Regards
    Hitesh

  • Can we see Customer # in line item of accoutning doc for Rebate Correction

    Hi SD gurus,
    Now we have a requirement about rebate correction. In correction step, business want to see the customer number in line item of accounting document since it will be easy for them to do the reconciliation. I know there are allocation # and reference # in copying control that can be used to transfer some information from billing to accounting doc, but there is no option for customer # filed. All the information it can transferred is like SO #, Delivery # etc. Is that because cusotmer # is master data? Can anybody give me some idea?
    Your advise will be highly appreciated.
    DL
    Edited by: Dreamlife on Apr 6, 2010 8:08 PM

    HI.
    YES it is passible.
    If the GL is activated line item display check box is active then we can able to see the data as per line items.
    T<Code. Fbl5n
    Thanks.
    Vasu
    Edited by: Vasu Enaguthi on Apr 7, 2010 8:46 AM

  • MIRO: Is displaying VAT amount at line item level possible?

    Hello,
    Total Tax Amount is available in the header of a MIRO document, but is it possible to show the VAT Amount at line item level? i.e. as another column in the grid?
    Thanks.

    Hi,
    You can not see VAT amount at Item level in MIRO.It will be allways at header level.
    Regards,
    Manish

  • Split VAT amount in PO

    Hi Experts,
    Could you please advice How can we Split the VAT amount in Purchase Order
    Our requirement is total PO amount with 60,000..  Please advice how can we resolve the issue.
    Thanks in advance...
    Diggi

    Hi,
    Your Po value is 100000.
    You had created to line item
    1.One with price  80000
    2 Second with  20000
    Now you want the vat should calculate tax on 80000 amount only in PO and not on 20000 that is second line item.
    Better you can enter the Vat tax code for PO line item 1 that is for 80000 and do not assign any tax code for 2 nd line item.
    Here the system calculated the Vat for only 1st line item were you can invoice the same in diff line item.

Maybe you are looking for

  • Pc suite restore not saving names for text message...

    Hi, I have a nokia N95 and recently got the N95 8gb. I backed up everything from my original N95 using pc suite and then restored onto my new handset and i found that it has done everything except it has not saved the names with the text messages, ju

  • Problem with these forums

    I don't know that this is necessarily a Safari issue, but I wasn't sure where to post it. I've got an odd display problem on these forums. When I click the My Posts link, I see odd formatting problems if one of my posts included a link or a smiley in

  • Email Attachment to iDoc

    Hi All, I have a very interesting requirement and need help to complete the interface. Requirement 1. Pickup the Email Attachment (attachment contains ORDERS05 XML) 2. Do the mapping (ORDRES05 - > ORDERS05 with minor changes) 3. Send the iDoc to an E

  • Formatting Date with JavaScript

    Hello guys, is there a way to change the date format with JavaScript? I have a library with different fields. I hope you can help me! Best regards Matthias

  • How do I get the option to capture image when placing  signature for the first time.

    According to the help screen for Adobe Reader the first time a signature is placed I should be presented with a dialog box that has the option to import a signature image.  But what I get is only the option to drag over an area of the screen to place