How to get the tax data for the material in the Sales:sales org.1 view 1?

as the title,many thanks!

Hi,
the TAX details are stored in table  TSKM  ---> Material Taxes
You can find field TAKLV  --->  Tax classification of the material in MARA table .
You need to link MARA-TAKLV  and TSKM-TAXKM field .
Best regards,
raam

Similar Messages

  • How to delete the sales org information from BP Master Data in SAP CRM 5.0

    Hi Guruu2019s
    How to delete the sales org information from BP Master Data in SAP CRM 5.0
    Thanks...
    Mahesh Pasupunuri

    Hello
    There is a report attached to [SAP Note 725857|https://service.sap.com/sap/support/notes/725857] that performs the deletion.
    Regards
    Joaquin

  • How to get the Sales Text?

    Hi,
    I need a Function which will help me to read the Sales Text found in the MM03. I am using the following function but it seems I am not getting the NAME right. In the table STXL when I checked the NAME contains the MATERIAL(X7000114BLCK), SALES Org(1000) and Distribution Channel(20) like this "X7000114BLCK      100020". How could I make up this? or is there another easy Function where I could give the Sales Order No, Material or Line Item to get the Sales Text which comes in MM03.
    The Funtion that I used;
    call function 'READ_TEXT_INLINE'
             exporting
                  id              = '0001'
                  inline_count    = 1
                  language        = 'E'
                  NAME            = PO_OBJ
                  object          = 'MVKE'
             tables
                  inlines         = inlines
                  lines           = lines
             exceptions
                  id              = 1
                  language        = 2
                  name            = 3
                  not_found       = 4
                  object          = 5
                  reference_check = 6
                  others          = 7.
    Thanks,
    Kishan

    Hi Hymavathi,
    I did like this;
    DATA v_tmp(18) TYPE c.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
         EXPORTING
             input  = wa_sales-matnr
         IMPORTING
             output = v_tmp.
    CONCATENATE v_tmp 'XXX' INTO PO_OBJ.
    The answer that I get is this - "X7000114BLCKXXX" the spaces beteeen the MATNR and XXX is not there. How could I get this?
    Thanks,
    Kishan

  • How to get the sales value of the last month in the quarter

    Hi,
    We have a requirement to get the "Sales" value against a quarter. We have 2 tables "Time" and "Sales". We want to display the Sales value against each quarter.
    But this should happen as follows.
    Consider quarter Q1 it should display the value of 3rd month, Q2 should display value for 6th month and so on..
    If in any particular Quarter we dont have a value for last month then it should display the value for 2nd month, if 2nd month value is also not present then it should display 1st month sales value.
    We are using excel as the database.
    Please let us know if anybody has a resolution to this.
    Regards,
    Apoorv Chitre

    hi,make an other column which will be the flag for the last months you want to be displayed...
    so ,in reports,you pass it as hidden column(by filter only the ones which have the appropriate flag),and then voila...
    i hope i helped
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • How to get the sales price of sales SET

    Hi,
    I want to get the sales price of a sales set, is ther any fm bapi our class to doe that?
    thanzs in advanced to all
    Jaime

    Problem Solved

  • Calling VA01 from Report,how to get the Sales Order  No when Back.

    Hi all,
    I have a requirement of calling va01 from the report and have done that using
    did recording ...&
    call transaction va01 using bdcdata.
    but my problem is when back from that trasaction i have to get the sales order that is created . Is it possible to retrieve that value from va01 .i am unable to get . anyone pls share

    Use the addition MESSAGES INTO itab with call transaction va01 using bdcdata.
    Effect of MESSAGES INTO itab:
    Using this addition, all the messages sent during batch input processing are stored in an internal table itab of the type BDCMSGCOLL from the ABAP Dictionary.
    If the call transaction is successful then retrieve the last message from itab and then in any field among MSGV1,MSGV2,MSGV3,MSGV4 of itab u will get the document no.
    And when doing the call transaction pl. choose update mode as 'S' or 'L'.
    Regards,
    Joy.

  • How to get account expiry date for Oracle Directory Server?

    I need to get the account expiry date for Oracle Directory server. Which attribute stores this value? Please let me also know the attribute type and how to fetch it.
    Thanks,
    Subrat

    Hello,
    Yes you can use nsAccountLock directly (When nsAccountLock=true, the object is inactivated and the user cannot log in)
    This is documented in Modifying Directory Server’s NsAccountLockAttribute Directly (Sun Java System Directory Server Enterprise Edition 6.2 In…  (release number is old but it does not matter, Thats the first one Ive found)
    You can also use dsutil account-inactivate as described in dsutil - 11g Release 1 (11.1.1.7.0)
    Sylvain
    Please mark this response as correct or helpful when appropriate to make it easier for others to find it

  • How to get the colums from a project view

    Greetings,
    I have a PjView-object from type Microsoft.Office.Interop.MSProject.View
    and I can output the name of the view (MsgBox(PjView.Name.ToString)
    So far so good.
    But now I have two questions:
    1. How do I access the columns that are included in this view?
    2. If I have a column, how can I read the Title property (In Project: Field Settings -> Title)
    Thank you!
       Michael

    This code will get the fields that exist on the Gantt Chart view in the current project:
    Public Sub GetCurrentViews()
    Dim vw As View
    Dim vw_sng As ViewSingle
    Dim vw_com As ViewCombination
    Dim tbl As Table
    Dim fld As TableField
    Set vw = ActiveProject.Views("Gantt Chart")
    If vw.Single Then
    Set vw_sng = vw
    Else
    Set vw_com = vw
    Set vw_sng = vw_com.TopView
    End If
    Set tbl = vw_sng.Table
    Debug.Print tbl.Name
    'step through each column on each table
    For Each fld In tbl.TableFields
    'check that it isn't the "Insert column" marker
    If fld.Field <> -1 Then
    'if it is an actual field, output field title
    Debug.Print " " & fld.Title
    Debug.Print " " & fld.Field & " - " & Application.FieldConstantToFieldName(fld.Field)
    End If
    Next fld
    End Sub
    Hope that helps,
    Andrew
    Andrew Simpson
    Founder – Eversight Ltd
    E: [email protected]
    W: www.eversight.co.uk
    Download Eversight for MS Project — a free add-on which helps users build high quality schedules with MS project.

  • CL_DPR_TASK  how to get earliest fiish date for a task of cProject

    i found this method CL_DPR_TASK GET_SCHEDULE_ATTRIBUTES to retrieve earliest finish date.
    but i don't know how to assign the parameter IR_SCHEDULE_OBJECT to this method.
    could you help me with this?
    if i don't use this class, is there any other way to fetch the earliest finish date for a task of project?
    Edited by: Duan ZZ on Aug 26, 2010 5:09 PM

    BAPI_BUS2175_GET_DETAIL

  • How to get the type of org.omg.CORBA.Any ?

    Hi there
    My q is: how can I get the type of an Any object?
    Please have a look at the following code:
    ORB orb = ORB.init();
    org.omg.CORBA.Any anytest = orb.create_any();
    anytest.insert_string("mystring");
    TypeCode tc = anytest.type();
    Now how can I get back that the type is String??
    Regards
    Brian

    Hi,
    Try using anytest.type().kind().value() -> should yield TCKind._tk_string. See the javadoc for more info.
    I think that the only way to check types is by comparing the codes; as far as I know there is no easy way to get the equivalent Java Class object or so. But I could be wrong on that one.
    Best,
    Guy

  • How to get the Sales A/R Gross Profit to equal the G/L Gross Profit

    Should the sales ledger (S/L) GP base price be set to 'Std Cost List' (SCL) or 'Item cost'?
    If so, the General Ledger (G/L) uses the 'item cost' and the S/L uses the SCL - two different costs.
    If the SCL and item cost are different (for the same item) how do I balance the S/L GP with the G/L GP when producing financial (G/L accounts)?
    Any help or pointing towards help documents would be gratefully appretiated

    Thank you Shwu very much for taking an interest in my problem.
    We are indeed using Standard costing as our preferred stock costing system (not LIFO or MA) and the 'Standard Cost List' (SCL) is a price list that we are using as a list of all the std costs of our items.  Therefore in each item master we set a SCL for an item and then an Item Cost as well (stockdata tab/item cost).
    We were told to do this , as in 2006 when we installed 'SAP V2005', the gross profit base price (S/L base price) could not select the item cost by default. You could also not change an items 'item cost' either. I believe this is not now the case as in document settings the 'base price origin' can now be set as item cost and you can alter the item cost by a stock revaluation p.s. we are now using V2007.
    So indeed as you say, because at the moment the S/L and G/L look at two different figures and if those figures are not the same the S/L GP will never = the G/L GP.
    Scenario 1 - There are a number of reasons why the SCL does not = the Item cost
    1. Price rises - where we altered the SCL but didn't know we could alter the item cost
    2. Incorrect selection of 'item properties' i.e. not ticking an item as stock which means the G/L does not debit the cost at all.
    3. All our manufactured items have an estimated SCL and item cost, but as we dont use BOMs yet, the std cost may not be accurate. (we need to wait till we do a physical stock check)
    4. We use item masters for each of our direct labour sales so the cost is an estimate of their hourly rate + NIC + down time etc. So this is similar to (3) above.
    5. Supplier carriage on 'goods in' cannot be reflected in the item cost as you never know how much the carriage cost is until you recieve the goods. We therefore set supplier carriage as an 'expense' G/L (purchased not stocked item property)
    6. An advantage of using SCL is that you can allow say 10% for wastage or say 5% for carriage cost, whereas you would want the item cost to be the actual purchased cost of the item
    Scenario 2 - Use only the item cost for S/L and G/L
    1. bar for (6) above it now seems to make sense to select only the item cost for S/L & G/L if we want to close the difference between S/L & G/L GP reports.
    2. But I've just been told that a purchase order stamps the SCL cost down not the item cost. very strange, I'll have to look into this.
    I do hope my answers make some sense and once again thanks for helping me

  • How to get the sales value in graphical way

    like bar graph etc

    Hi Sunitha,
    Some graphics functionality is available in the Sales Information System.
    For example in transaction MC(A, run the report and press F5.
    Then the SAP Business Graphics will pop-up.
    If that's not enough for you, you can still save the data in Excel and use Excel Graphics.
    Of course more complete reporting solutions as SAP BI, SAP BO or even SQL Server Reporting Services would give you nicer graphics!
    Best Regards,
    Franck

  • 0HR_PT_2 How to get back historical data for new report time type

    Hi All Expert,
    We have implemented and using the 0HR_PT_2 extractor for the past whole year. The Delta is working. Recently, there is requirement to read more data from the ZL custer table, and more new BW Report Time Types are added to extract such data.
    The delta doesn't pick up the the past whole year data of the new report time type that we added.
    Do we need to re-initialize the load to get back those historical data every time when we add a new report time type?
    Please advice and Thx
    Ken
    Edited by: Ken Hong on Feb 27, 2008 9:24 PM
    Edited by: Ken Hong on Feb 27, 2008 9:25 PM

    P.s, all hidden files are shown in es file explorer as this backup folder was hidden originally. It has a '.' in front. So I'm pretty sure the folder it's gone, but as I've not erased my phone again, shouldn't the folder be somewhere in my SD card still and how can I find it using my Mac?

  • How to get the distinct values in Attribute View?

    Hi,
    While doing the data preview of attribute view its showing duplicate records.
    Can i restrict all these duplicate in attribute view and get only distinct values?
    Thanks in advance.

    Hi Deepak,
    Please check the Key Attribute combination in the Source System and Create Attribute view with the same combination.
    so that you won't get any duplicate values.
    If you are taking fields randomly Pls ensure that you are taking at least one primary key combination  use the same combination while creating Attribute View.
    As u know that the purpose of Attribute view is to store the Master Data Objects like BI/BW which stores Non duplicate values.

  • How to get GR posting date for schedule line of scheduling agreement?

    I had hard time to tie the GR date to schedule lines. I need this information to generate vendor performance report. However, the GR date is tied to scheduling agreement item level only. One item line can have multiple schedule lines. Is there a way to link the GR date to actual schedule line? Thanks in advance!

    Hi,
    There will be icon called PO history in the over view screen of SA.Select the item and press it.May be this will be some what useful to you.
    Regards,

  • In R12 how to get recovery tax code  for particular tax rule code.

    Hi Experts,
    In 11i my query is
    SELECT recovery_rate
    FROM ap_tax_recvry_rates_all
    WHERE rule_id IN (SELECT tax_recovery_rule_id FROM ap_tax_codes_all )
    I need to updade this query to R12.1.3.In R12 tax_code and rocovery code both are moved to single table zx_rates_b.
    Please provide the joins to upgrade the query to r12
    Regards,
    Brajesh
    Edited by: user13537002 on Jan 3, 2013 5:48 AM

    Hi,
    Use the below query.
    select * from ZX_MCO_LV_RATES_V
    Regards,
    Sivakumar

Maybe you are looking for

  • ALV Report: Input on some line items

    Dear All, Can you please help me out in this requirement.. I have a ALV report with checkbox. If I select some checkbox line items and click on Edit button(Custom button) those line items should get enabled and user should be able to input value for

  • Deleting the Contacts File

    My contacts file is a disaster. How can I delete it in its entirety and Load a clean file from my PC? Post relates to: Zire 31 Message Edited by boxturtle on 12-16-2009 01:23 PM

  • REP-56048 with PDF Subsetting

    Hi everyone, I'm having a problem with Reports 9i (IAS 9.0.2.1) when i use PDF Subsetting. The following message appears: REP-56048: Engine reEng-0 crashed What can I do to solve this?? My uifont.ali is configured like this: #========================

  • What will work best to Sync Outlook to iPhone 5s on an 64 bit Windows 8.1 PC

    I just bought a new laptop it has the 64-bit version of Windows 8.1 installed. My old PC I uses Outlook 2007 on Vista 32-bit and syncs fine. I want my new PC to sync "fine" to my iPhone ... so I'm willing to do whatever it takes. I've read that 64-bi

  • Menus in e4 with model fragments!!

    I am working on a project where in the Eclipse4 Application, I create Main Menu. The sub-menus are contributed by different plugins as model fragments. I have applied core expression on each sub-menu. My problem is whenever no sub-menu of a menu is e