Use of tax classification  in material master

use of tax classification  in material master

Hi
The indicator with which the system determines output tax for the material when processing sales and distribution-specific documents.
Generally it is done Country-wise. Like for one country No tax is applicable, for other country Full tax applicable.
Thanks
Prashanth

Similar Messages

  • Use of profit center in Material master

    Hello Consultants,
    Kindly explain me the use of Profit center in material master in Sales General/Plant and Cisting 1 view?
    Thanks,
    SK

    Hi,
    Generally you use this field of profit center based on the organizational logic decided while implementing the SAP.
    i.e. Suppose, you want to have your profit center with nomenclature as Site (Plant) + Line of Business (LOB). So, according to this logic you map the same line of business with External Merchandise category and concepts (according to your verticals of business). So, whenever you create any transactions related to this article (material), system will pick up profit center from this article master and for common profit center (for expenses such as service tax and other which needs to be done at common and after that distribute through assessment / disrtibution cycle).
    Hope it will clear the purpose of the same from above example. Pls get back for further query.
    Thanks & Regards,
    Taral Patel

  • MWST condition type tax classification of material

    Hi,
    we modified one user exit to change forcefully of tax classification of material in user exit MV45AFZZ  .
    here code is working fine but later it is changing to 1 instead of 2 while changing the sale order .
    IF sy-tcode = 'VA01' OR sy-tcode = 'VA02'.
          IF vbak-landtx EQ 'DE' AND vbak-stceg_l EQ 'DE'.
            LOOP AT xvbap.
              SELECT SINGLE matnr INTO w_half_tax_mat
              FROM   zhalf_tax_mat
              WHERE  matnr EQ xvbap-matnr      AND
                     valid_from LE xvbkd-prsdt AND
                     valid_to   GE xvbkd-prsdt.
              IF sy-subrc EQ 0.
                xvbap-taxm1 = '2'.
                MODIFY xvbap.
              ELSE.
                IF xvbap-taxm1 = '2'.
                  xvbap-taxm1 = '1'.
                  MODIFY xvbap.
                ENDIF.
              ENDIF.
            ENDLOOP.
          ENDIF.
          ENDIF.
    suggest me how to approach.

    Hi,
    You wont find any table for tax classification maintained in sales org-1 of material master.
    we maintain this while config in OVK4- which will store in Table:TSKM.
    based on tax category this tax classification called in material master.
    if you chek tax class in sales org-1. it shows some table structure.
    it wont store in any table.
    all the fields which is there in structures called from some other tables- wont have memory to store the records.
    hope it helps

  • Tax Classification for Material in sales Org1

    Hi Friends,
    I want to define the tax classification for my material. Can someone please let me know the path or the t-code where I can maintain the same.
    Regards,
    Wasim.

    IMG > Sales & Distribution > basic functions > tax > .....
    for which country you finally have to do the classification in material master is dependend on the assingment of plants to sales org.
    IMG > Enterprise structure > assignments > sales >  assign plant to sales org distribution channel

  • How to Change Batch Classification of material master

    Hi,
    How to Change Batch Classification of material master  in a production system,Pl note that there is no stock and no open qty still system is not allowing me to delete the old Classification and add my new classification.
    Guys any solution for this.
    Thanks in advance
    rgds
    bijaya pradhan

    I believe there is a FM VB_CHANGE_BATCH for this, any body tried this FM?

  • Most use ful t code for Material Master changing

    Dear All,
    Can any one give me most useful T-codes for create, change and display material master.
    I have one T-code which is very useful for material master it is "MM50". With help of this tcode you can see material extend detail and also you can delete mass material with help of this tcode.
    So please use it and also give me other this type of tcodes.
    Regards,
    Mahesh Wagh

    Hi,
    MM17, LSMW, MM50 --- These are the 3 main transactions which is used frequently to Mass change the  Material master.
    There is one more option is there using BDC Upload.
    Batch Data Communication or BDC is a batch interfacing technique that SAP developed. It is mainly used for uploading data into the SAP R/3 system. BDC works by simulating the user input from transactional screen via an ABAP program.
    The data input data file will come in the form of a flat file which the user save as file type txt file or prn file from the Microsoft Excel program. An Abaper will create a program to read the text file and upload into the SAP system.
    Transaction -- SHDB will be used to record the change material master. After, the simulation, the Abaper can generate a sample program and modify from there. It makes the programming easier and faster.
    For a BDC upload you need to write a program which created BDC sessions.
    hope you got it. Take a help of  ABAPer for this BDC Upload.
    rgds
    Chidanand

  • Tax Code in Material Master views

    Hi,
    I want to know in which view we can find the details of  "tax code " for the material in Material master views?.
    Also suggest me where else we can find the information of Tax Code for the given material.
    Thanks

    Hi,
    you cannot get the tax code in material master. In material master we mainatin tax releated information in Foregin trade import and to get that contaol data tab in material master you have to do some config.
    After mainatining the data in material master tax code is maintained in FV11 in case of taxinn and in case of taxinj tax releated data is to maintaiin in J1id and different tax code has to be created with the help of FTXP
    Plz let me know if any further information is required

  • Use of Standard Class in Material Master classification

    Hello Experts,
    Can you please explain me the significance of 'Standard Class' option in classification view of material master?
    When I click on F1 it gives following info (which I can't understands completely)
    A standard class allows you to access all the information on classification and characteristics for an object when you use the object, without having to select one of the classes it is assigned to.
    Can you please elaborate more on this?
    Thanks in advance,
    Vijay.

    Hi Anamika,
    Thanks for your feedback.
    Actually my question is why there is option of 'Standard Class' provided in classification view. If multiple classes are assigned to given material then we can select only one class as a standard class. What is the use of selecting a class as a standard class??
    Thanks in advance,
    Vijay.

  • Default values set  for Tax data in material master

    Hi
    Can anyone tell me how to set default values for  TAx dat in sales view  while creating material master.
    so that it automatically take  values while creating material master.
    Regards
    Vijay Shukla

    Mary and Vijay,
    I probably understood your question wrong.
    I was somehow assuming you were referring to classification data.. Sorry abt that.
    The tax data gets populated automatically while creating the material master.
    Th key lies in configuration..  You would have to use Tcodes OVK1, OVK4 to define the material and the tax categories by country
    The tax data is populated by the assignment that you make in OVX6.. I believe.. assigning plants t Sales org. Th country code defined in the plant OX10 is used to determine the tax data and once you customize this part.. You should start seeing the tax data populate when you use that sales org while creating MM
    Hope this answers your query.
    Edited by: Pavan Kumar on May 2, 2008 8:10 AM

  • How to implement the Tax Data for Material Master IN MDM

    Hello  Experts,
    The MDM 7.1 standard business content does not ship the content required for TAX data implementation. We need to include this however for Material/Vendor/Customer.
    We have alraedy tried the approach of a multivalued lookup table for TAX fileds (Plant,Country,Tax Type, Tax Category, Tax Classfn) and linked it to the Sales DAta Qualified Table.
    but this does not satisfy the interdependencies of SAP ERP  i.e Sales Org-> Distribution Channel-> Plant-> Departure Country-> Tax Type-> Tax classification. We intend to implement this same relation in MDM.
    Kindly guide as to what would be the right approach. Can a qulalified lookup for Tax data be helpful for this scenario?
    Also can anyone secify the correct table or T-Code where we can find this entire dependency in ECC?
    Thanks in advance,
    Elizabeth.

    Hi Elizabeth, hi Shiv,
    as long as you're using MDM for consolidation and harmonization only, you could add the tax information. As for customers (for example), you maintain tax indicators as a child of the sales area. This means for MDM that you need to include the tax indicators in the sales data tuple. As tax indicators are repeatable records, you need to create a nested tuple for that.
    But as Shiv has correctly mentioned, the tax information itself is quite complex in regards to which tax information must be maintained depending on e.g. the country and/or sales area. In MDM it is hardly possible to predefine any mandatory values like it is possible in ERP. So if you plan a central creation of data, you'll most probably have to invest a lot into the correct validations to ensure that you create correct data. Still it needs to be closely investigated if you can do this with the MDM functionality or if you need some external API programming to do the job.
    Best regards
    Michael

  • Classification in Material Master

    Hi All,
    I have to create two characteristics A and B for maintaining in the classification view of the material master.
    Some of the sample values for these parameters are as given below.
    for A - 
    1) -6-4/6-4/8
    2) 0,27kg/m2
    3) 7X10
    4) 8x5,9
    5) 16O-8
    6) 112 Fotm
    7) 112 HP
    8) 112+1
    9) ADTRANZ
    10) INTEGRAL
    11) T=0,38 B=21
    12) -591593
    for B;
    1) +474,6,7
    2) 0,55/0,w
    3) 3GZS443H
    4) Etik: ME
    5) Etik: TV
    6) FERT
    7) FIMOT
    8) L3=458
    9) L3=462
    10) Rör ej !
    11) 3681
    12) 11111
    Please can someone tell me how to create characteristics for these two parameters and what should be the class type (Material class?).
    Regards,
    V S

    Use CL02 tocde to create the class for class type 001
    Than create the characteristics using tcode CT04 and create two char.
    one for A and second for B
    than after saving the charteristics
    go back in change mode and enter the value on value tab of characteristics
    than assign this class to material.

  • Using the APD to update material master in CRM

    Does anybody know if it is possible to update material master records in CRM from BW using the Analyses Process Designer with target CRM?
    I would prefer to know this before creating a custom data target adapter in the CRM SPRO, writing all the required function modules and then finding out that it does not work.
    Thanks,
    József.

    Which direction??
    Inbound/Outbound
    Inbound : IDOC_INPUT_MATMAS01

  • Transparent table field for Tax Indicator on Material Master

    I am trying to find the transparent table which holds the Tax indicator field for material in the purchasing view of a material master. Usually it has values - 0,1. Where is this field stored ? I am unable to locate it. I looked into CDPOS..It points to DMLAN. But that is a structure..
    TAXIM is the field ( Tax Ind. f. Material). I need to retrieve this field for a report).

    Hi,
    The country is got based on the plant...you can get the country from T001W for the corresponding plant.
    Thanks
    Naren

  • CLASSIFICATION VIEW / MATERIAL MASTER

    HI EXPERTS,
    I am facing a problem regarding classification view of a material master.
    In my organisation for a perticular material type I have to maintain CLASSIFICATION view. But by mistake I forgot to maintain classification view of some material.
    There are more than 1000 material , so it is not possible to check each material individually and if classification view is not maintained that I have to maintain it.
    Kindly reply me with some standrad method, so that I will check for which material classification view is maintained or not. According to that I will proceed.
    Regards.
    raghu.

    MM50 is the way.
    If you didn't add the classification for a material then you have to extend the material with the classification view. If you enter Maintenance Status C and your material type, it will lsit all materials that DO NOT have a classification view created.
    If however, you created the classification view, but didn't enter one of classification values, this will not help. You could try the tools in Classification System --> Environment -->Reporting.
    Rgds
    Richard

  • Check change in classification of Material master

    Hi all,
    How & where can we check changes done in classification view of Material master like changes in characteristic's values etc.
    Thanks

    changes in values for a characteristic can be monitored in CL20N via menu Environment > Change documents
    maybe it is not set active in your system, then see SAP Note 943559 - FAQ: Frequently asked questions about the classifctn. system

Maybe you are looking for

  • Adobe Reader used with Bidmail program

    Hello- I am currently having a problem using the "hand tool" with a program called "Bidmail." Bidmail is a social networking site for contractors to share pdf. files online. My problem is, when I log into bidmail.com, I open up a pdf. file to view an

  • XCode Java project: can't add files

    Greetings all, I have a Java codebase which I developed in JBuilder. I now want to produce the final product, a Mac app. To do this I fired up my XCode 2.5. I went File->New Project and chose Java Application under the Java template group. Since I do

  • Dynamically changing elements in an array of menu ring controls

    I have an array (32 rows, 5 columns) of menu ring controls.  When a menu selection is made in the first column of any given row, the contents of the menu ring for the subsequent columns (same row) may change.  If this is possible, how would you do it

  • AAA Authorization named authorization list

    Ladies and Gents, Your help will be greatly appreciated – I am currently studying CCNP Switch AAA configuration and I work with a tacacs+ server at work butI having difficulty getting my head around the below Cisco.com extract below When you create a

  • Drag & Drop a Bar between two Bar Graphs

    Hi, I'm trying to move a Bar from barGraph1 to barGraph2. Because dragSource operation is not valid for a Bar graph, I'm trying to use componentDragSource: barGraph1: <af:componentDragSource discriminant="ACDiscr"/> barGraph2: <af:dropTarget dropList