How to extract tax amount in item level from a Purchase order

Hi experts,
How to extract the tax amount data for each item in a Purchase order.
I am using the data sources 2lis_02_itm, 2lis_02_scl, 2lis_02_S012.
Please provide me which data source brings this tax amount data in item level and also the technical
field name of tax amount.
<Removed by moderator - soliciting points for answers is frowned upon>
Regards,
Bhadri M.
Edited by: Arun Varadarajan on Nov 14, 2008 3:55 PM

Dear Bhadri
Did you look 2LIS_13_VDKON data source whther it can throw or not for billing related. Here you should look some billing conditions relates to particular document like taxable or not.
(KAWRT, KAWRT_K, BIWGEO)
Those informations will be maintained each with billing conditions.
May not sure. Please look.
Raju Saravanan

Similar Messages

  • User exit to change item level data in purchase order

    Hi,
    Can anyone let me know the user exit to change item level data in purchase order . there is a badi ME_PROCESS_PO_CUST for this but the issue is its method process_item gets triggered only when the item is changed. My requirment is
    For purchase order document types u201CZSOu201D and u201CZCOu201D, where the purchase order is a u201CLimits Orderu201D only i.e. no materials or services on the purchase order, the print price indicator field should be set to u201Cblanku201D (unchecked).   now i cant use ME_PROCESS_PO_CUST  because process_item wont get triggered if there is no change in itemlevel data.
    Regards,
    Rahul

    Hi Rahul,
    Probably EXIT_SAPLMEKO_002.
    hope it helps,
    Edgar

  • Help - User exit to change item level data in Purchase Order

    Hi,
    Can anyone let me know the user exit to change item level data in purchase order . there is a badi ME_PROCESS_PO_CUST for this but the issue is its method process_item gets triggered only when the item is changed. My requirement is For purchase order document types u201CZSOu201D and u201CZCOu201D, where the purchase order is a u201CLimits Orderu201D only i.e. no materials or services on the purchase order, the print price indicator field should be set to u201Cblanku201D (unchecked).   now i cant use ME_PROCESS_PO_CUST  because process_item wont get triggered if there is no change in item level data.
    Thanks,
    Rahul

    Hi Rahul,
    Probably EXIT_SAPLMEKO_002.
    hope it helps,
    Edgar

  • Table to read VAT, CST amount at item level form MIRO

    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

    Hi
    find following logic
    Table EKPO
    Field u2013EBELN =po number
    -     PASS EBELN TO GET INVOICE NUMBER IN u201CRSEGu201D TABLE
    -     YOU WILL GET INVOICE NUMBER IN RSEGFIELD "BELNR"
    NOW FROM TABLE BKPF
    PASS BELNR FROM u201CRSEGu201DINTO TABLE BKPF IN TO FIELD AWKEY .AWKEY FIEDL  AS INVOICE NUMBER +2010 FISCAL YEAR
    FOR SAME YOU WILL GET ACCOUNT DOC IN FILD: BELNR IN TABLE BKPF
    NOW FROM TABLE BSET
    PASS BELNR FROM BKPF INTO BSET=BELNR
    CONDITION TYPE FIELD=KSCHL
    PERCENTAGE=KBETR
    YOU EXCUTE THIS YOU WILL GET
    VAT FOR PLANT FOR 4 %,5% AND 12.5%
    PLEASE NOTE PERCENTAGE YOU WILL GET IN 1 DEGIT EXTRA FORMATE
    LIKE 12.5 % YOU WILL GET 125%
    Value for field =FWSTE
    tax base amount= HWBAS
    Regards
    Kailas ugale

  • Tax amount line item with Business area in Billing Doc generating to A/cing

    Hi,
    While generating the Billing Doc, for the Tax amount line item , the Business area shd be populated. How this can be done? while  for the othter line items it is displaying but not for the tax amount line item.

    In ECC 6.0 with document splitting and new GL business area would be available in the general ledger view for tax postings. For earlier versions than ECC 6.0 use balance sheet adjustment program SAPF180 to populate business area for tax items.
    Thanks and regards
    Kedar

  • How to calculate tax amount

    Hi,
    I am working in driver program of service sheet entry SF. i want calculate Tax Amount of every line item of service entry sheet number.
      tax code, net value, total value  mention in line item but tax amount not.
    then How to calculate tax amount according tax code...............?

    Hi,
    Try with the below function module.
    CALCULATE_TAX_FROM_NET_AMOUNT
    Jshree

  • How to find the header and item level status of a CRM contract ?

    Hi,
    Few questions
    A. How to find the header and item level status of a CRM contract ? My req is to select all the contract line items which are in CLOSED status.
    B. How to get the BPs associated with a contract ?
    Anyone have the list of CRM tables and the relation amongst them. Please mail me in [email protected]

    CRMD_ORDERADM_H     Contains the Header Information for a Business Transaction.
    Note:
    1.     It doesn’t store the Business Partner
           responsible for the transaction. To 
           get the Partner No, link it with
           CRM_ORDER_INDEX.
    2.     This table can be used for search
           based on the Object Id(Business
           Transaction No). 
    CRMD_CUSTOMER_H     Additional Site Details at the Header Level of a Business Transaction
    CRMD_LINK     Transaction GUID set for all the Business Transactions
    CRMD_ORDER_INDEX     Contains Header as well as Item details for a Business Transaction.
    Note:
    1.     It doesn’t store the Business 
          Transaction No (Object ID).
          To get the Business Transaction No  
          link the table with
          CRMD_ORDERADM_H
    2.   This table can be used for search
          based on the Partner No
    CRMD_ORDERADM_I     Stores the Item information for a Business Transaction. The scenarios where we have a Contract Header and within contract we have Line Items for the contract, this table can be useful.
    E.g. Service Contracts
    CRMD_CUSTOMER_I     Additional Site Details at the Item Level of a Service Contract
    Pl.reward points.......

  • How to place a delivery block at line item level from Inbound ORDERS IDoc?

    Hi EDI/ABAP Experts,
    Can anyone please tell me how to place a delivery block at line item level from Inbound ORDERS IDoc?
    I tried using exit "EXIT_SAPLVEDA_001'. But there is no LIFSP field in either of XVBEP and YVBEP structures.
    Can you guys throw some light. How to place a delivery block @ line item level on sales order from Inbound ORDERS IDoc.
    Thanks,
    Matt .

    Look into the Include: LVEDAF5A that is the only place where this exit is hit... double click on the Structures and look which structure has billling block field.. and use that..
    FORM CUSTOMER_FUNCTION_IDOC USING IDOC_DATA.
      CALL CUSTOMER-FUNCTION '001'
        EXPORTING SEGMENT = IDOC_DATA
                  DVTCOMAG = VTCOMAG
                  DXMESCOD = IDOC_CONTRL-MESCOD
                  CONTRL   = IDOC_CONTRL
        TABLES    DXBDCDATA = BDCDATA
                  DXVBAP    = XVBAP
                  DXVBEP    = XVBEP
                  DYVBEP    = YVBEP
                  DXVBADR   = XVBADR
                  DYVBADR   = YVBADR
                  DXVBPA    = XVBPA
                  DXVBUV    = XVBUV
                  DD_FLAG_P = D_FLAG_P
                  DXKOMV    = XKOMV
                  DXVEKP    = XVEKP
                  DYVEKP    = YVEKP
        CHANGING  DXVBAK   = XVBAK
                  DD_FLAG_K = D_FLAG_K
        EXCEPTIONS
                  USER_ERROR = 01.
    If you are in ECC6.0  you can also use Enhancement point : INTERPRET_IDOC_ORDERS_01 SPOTS ES_SAPLVEDA. in include: LVEDAF2U

  • How to extract a folder (and its contents) from inside a zip file?

    There is a zip file which contains a folder inside it. The folder itself contains a few files. I would need to know how to extract the folder (with its contents) from inside a zip file.
    I have found a few unzipping code samples which show how to handle a folder inside a zip file. An example is shown below:
    public static void extract(String workingDirectory, byte[] zipFile)
    throws Exception {
    ByteArrayInputStream byteStream = new ByteArrayInputStream(zipFile);
    ByteArrayOutputStream out = new ByteArrayOutputStream();
    ZipInputStream zipStream = new ZipInputStream(byteStream);
    ZipEntry zipEntry = null;
    String nameZipEntry = null;
    byte[] contentZiphttp://forum.java.sun.com/post!default.jspa?forumID=31#
    Click for code tagsEntry = null;
    boolean isDirectory = false;
    int indexFileSeparator = -1;
    String directory = null;
    String fileName =  null;
    while ( (zipEntry = zipStream.getNextEntry()) != null )
                nameZipEntry = workingDirectory + File.separator + zipEntry.getName();
                isDirectory = zipEntry.isDirectory();
                if (isDirectory) {
    File file = new File(nameZipEntry);
    file.mkdirs();
                else
                    // read zipEntry
                    byte[] buf = new byte[1024];
                    int c = 0;
                    while ( (c = zipStream.read(buf)) != -1)
                        out.write(buf, 0, c);
                    indexFileSeparator = nameZipEntry.lastIndexOf(File.separator);
                    directory = nameZipEntry.substring(0, indexFileSeparator);
                    fileName =  nameZipEntry.substring(indexFileSeparator+1,nameZipEntry.length());
                    FileSystemTools.createFile(directory, fileName, out);
                    out.reset();
                    zipStream.closeEntry();
            zipStream.close();
            byteStream.close();
    }The code sample which deals with the part where the zipEntry is a directory creates a directory with the same path and name. (highlighted in bold)
    Another similar variation is:
    File file = new File(dirDestiny.getAbsolutePath() + File.separator + zipEntry.getName() );
    if(zipEntry.isDirectory())
          file.mkdirs();When the code creates a directory for the folder, does it unzip the contents inside the folder as well?
    If not, how do I extract the files inside the folder?

    Have you already tried to see if the sample code you downloaded works or not? Maybe if you try out the code yourself you can see if it extracts files from a directory within a zip file?
    I like to use pkzip. It is a command line compression/uncompression tool that can be used from a batch file. If you assignment involves unzipping large amount of zip files on a regular basis, I recommend taking a look at pkzip.

  • Billing date at line item level in a sales order

    HI!
    Can anyone let me know the significance of billing date being present at the line item level in a sales order?
    And why does it get changed as per the Requested delivery date if the Prop. Pricing date in the maintanenece of sales doc type is set  as 'A'?
    Can it be different for different line items?

    Hello Asha,
    Can anyone let me know the significance of billing date being
    present at the line item level in a sales order ???
    The comprehensive information is available at SAP technical help(F1) for the "BILLING DATE" field at Sales Order line item level...Before raising these type of questions, i would urge to  conduct initiate analysis and then post at SDN forum if you are unable to find out answers...For your quick reference, i have extracted the same description for Billing date from SAP techincal help (F1) and pasted below.
    Billing date for billing index and printout
    +The date on which the billing is processed and booked for
    accounting purposes.+
    Use
    +You can use the billing date as one of the selection criteria
    when you process billing documents collectively.+
    Procedure
    +If invoice dates are defined for the customer, the system proposes
    the billing date from the invoice date calendar. If no invoice dates are
    agreed, then the actual goods issue date is formed on the basis of
    delivery related billing. In order related billing, the billing date of the
    order forms the basis of the billing date.+
    +If you are billing services, the system proposes the date of services
    rendered. You can change the date manually in the sales document.+
    +If you are using a billing plan to bill a project, the system can propose
    billing dates for the billing plan on the basis of planned or actual dates
    in the corresponding milestone.+
    +In a billing plan for a maintenance or rental contract, you can specify rules
    by which the system determines billing dates on the basis of other dates in the contract.+
    Regards,
    Sarthak

  • Shipping point at Item Level of a Sales Order

    Dear Gurus,
    Can anyone explain to me step by step how can I copy:
    1- The shipping point
    2- The route
    At Item level of a Sales Order in VA01
    Many thanks
    Regards
    Chris

    Dear Gurus,
    Can anyone explain to me step by step how can I copy:
    1- The shipping point
    2- The route
    At Item level of a Sales Order in VA01
    Many thanks
    Regards
    Chris
    Hi Chris,
    Answer to your Question,
    Please understand that Shipping Point and Route will be automatically determined based on the configuration settings we make. However we can even override the values manually in sales order screen (Va01 / Va02). See below the config settings to be made for  Shipping point and Route:
    1. Shipping Point.
    Based on the combination of below three parameters, Shipping Point will automatically populate while creating a Sale order. (VA01)
              Shipping Condition
              Loading Group
              Delivering Plant
    SPRO- Logistics Exceution - Shipping - Basic Shipping Functions - Shipping Point and Goods Receiving Point Determination - Assign Shipping Points
    2. Route
    Based on the following Four factors from configuration:
    Departure Zone of Shipping Point
    Destination Zone of Customer (Shipto)
    Shipping Condition from Customer master.
    Transportation Group from Material Master.
    Hope this Solves your Issue.
    Regards,
    VBASHA

  • How to read the text from the item text of the purchase order

    i want to extract the text which is maintained in the purchase order item text. i used the function module read_text but it reads only the header text. can anyone help.

    u have to chek the following parameters  
      ID: this textid
      language:language u maintained the text,this also important
       name: The no in which text-id is maintained
             Usually we make mistake here,the no is          combination of purchase order no and item no.
    Example:420000210000010(Puchase orderno:4200002100 item no:00010)
        Object:it change based on the text-id so u can check it the document no.
        CALL FUNCTION 'READ_TEXT'
             EXPORTING
                  id                      = p_var
                  language                = g_f_langu
                  name                    = g_f_tdname
                  object                  = g_f_obj
             TABLES
                  lines                   = g_t_lines
             EXCEPTIONS
                  id                      = 1
                  language                = 2
                  name                    = 3
                  not_found               = 4
                  object                  = 5
                  reference_check         = 6
                  wrong_access_to_archive = 7
                  OTHERS                  = 8.
        IF sy-subrc <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Pass the varibles as i have said and let me know if u face any problem.
    Regards

  • How to see 'Salary amount transfered to bank from - 'S_AHR_61015609'

    How to see 'Salary amount transfered to bank from - 'S_AHR_61015609' report.
    S_AHR_61015609 is not showing amount

    Hi,
    I advice you to create a Z report
    1.) Use IT0009 record for the selection period for each employee with /559 , check for pmt mode as 'T'
         Generete Bank wise employee list and a summary list
    2.) Also check payment list for /557 records from RT
    Mean while your Z program gets ready
    1.) Download the WT reporter amount for /559 for bank pmt and /557 for cash payment
         with the employee details in one excel file
    2.) From table PA0009 download the Employees Bank details in another excel file
        ( here you can use Adhoc query)
    3.)  Take a Vlookup and add the abnk details in excel file 1 , check for the totals properly
    Regards
    Hemant V. Mahale

  • Add field to item position overview of Purchase Order

    Dear SRM gurus,
    I'm working on a change request of a customer.
    They want to add a field to the item overview position of Purchase Orders.
    They are using SRM 4.0 in Extended Classic Scenario.
    When displaying the list of Purchase Orders only the headers are shown. When clicking on a header the item positions are shown below the header. In this item overview the customer wants a field to be added.
    The field to be added is the GL Account. The customer wants this field to be visible before opening the item of the Purchase Order.
    We already know which screen should be changed to display the field.
    The screen is SAPLBBP_PO_UI_ITS and screen number 4000.
    Is it possible to add fields to this screen?
    If it is possible, how can this be done?
    Thank you in advance for your support,
    Best regards,
    Jean-Pierre

    Is there a solution yet?
    At my company they also want  to add a column to block Items in Shopping Cart.
    The structures mentioned in the note are all in the item details but not in the overview.
    regards,
    Wim

  • Sales order items refers to different purchase order items

    Hello SAP Experts,
    I have a requirement where sales order items are referring to different purchase order items. For eg. Item 1 from SO exist in PO no. 11 where as item 2 from SO exist in PO 12. Transaction MIRO allows to post items belonging to different purchase orders, but we have to do invoice verification using IDOCs. In EDI process, it is taking PO number from the SO header and not from the SO items.
    Can anyone suggest how to get PO number from the SO item and not from the SO header.
    Thanks.

    Not possible to create sales order with reference to PO.
    but if to capture cost, you can consider adding cost to customer's invoice.
    e.g.
    SO -> PO -Inb/IR -> GR -> OB -> Inv(Add here)
    to add in that invoice, its either manual or through automatic condition.

Maybe you are looking for

  • Best practice for optimizing processing of big XMLs?

    All, What is the best practice when dealing with large XML files ... (say couple of MBs). Instead of having to read the file from the file system everytime a static method is run, what would be the best way in which the program reads the file once an

  • How to permanently disable the Shared Photo Stream on a windows pc

    I've got the Icloud control panel installed on a windows7 pc. On this specific pc I only want My Photostream running. I've tried to disable the Shared Photo Stream - but when I log off my windows user account an then log in again, the checkmark next

  • Screen resolution of 2nd monitor

    Dear all, i am working on an application which uses 2 monitors. i have a VI which measures the screen resolution of the screen. i want to know the screen resolution of the 2nd monitor. how can i get that ? thanks, ritesh Solved! Go to Solution.

  • Left over spaces preferences in Mission Control

    I had certain programs set up to go to particular spaces before I upgraded to Lion. Now, the programs go to the desktop number that corresponds to the space it used to go to. The functionality of having things assigned isn't needed (or useful either)

  • Using magnetic lasso...is there a way to change selection without re-lassoing?

    When using the lasso to maybe select a person out of a photo, its generally not THAT accurate in certain spots.  when the lasso cuts into the photo area that you are trying to cut out, I find I have to start the process all over again.  Is there a wa