Industry Sector and Material Type list of values in cFolders

Hi,
  How to transfer the List of Values for Industry Sector & Material Type from R/3 to cFolders system?
We have R/3 Production system running for the past 3 years. We are implementing cFolders now. While Material creation in cFolders, the List of Values listed for above mentioned fields are not as per R/3 values. Hence we need to change the same LOV in cFolders as per R/3. How to do it?
Prasanna
9036129381.

Hi,
The parameters material type and industry sector are used
to classify a material. They define its possible uses.
For example if you selct indutsry type as retail or mechanical it will classssify the material accordingly. again material type is semifinished then this you can also use as a raw material. In mm02 or MM03 u cant see it.
If you want to see these you can go to SE16 and put table name MARA and can see it.
Hope this will help.
Reward point if helpful.
Thanks,
Raja

Similar Messages

  • How to find Industry sector and material type of created Material

    I have created a material by choosing Industry Sector and Material type as "Retail" and "Finished Product".
    After creating the material I want to know, what is Industry Sector and Material Type of the created Material?
    Please provide the corresponding T-code or solution.
    Thanks in ADVANCE.

    hi
    for single material
    u can go to mm03 material then basic data1
    then click i icon in blue
    u will get all details
    for range of materials
    go to se16
    ive table MARA
    then enter
    go to settings >field selection here select
    MTART                           Material Type
    MBRSH                           Industry Sector
    and then click ok
    then execute
    u will get list of material with ind sec and mat type
    regards
    kunal
    award if helpful

  • How to keep Industry sector and Material Type in Display for Tcode MM01

    How to keep Industry sector and Material Type in Display for Tcode MM01( create material Initial screen)
    Thanks,

    Hi
    Yes, your requirement is possible using screen variant
    1. use tcode SHD0
    2. give transaction as MM01
    3. goto screen variant tab - assign some name - enter program name and screen name
       (from mm01 - F1 help)
    4. goto transaction variant tab - assign some name - assign already defined screen variant name
    5. goto standad variant tab - transaction variant name already fetched automatically - click on active button (it was placed after transaction variant name
    Raju

  • BAPIs for populating  Industry Sector and Material Type dropdowns

    Hi all,
    I have a requirement to create WebDynpro appliation,
    which is the replica of MM01 Transaction page.
    In the first page i want to populate Industry sector
    values and Material Type values in 2 dropdowns.
    Can anyone please tell me what are the BAPIs i need to
    call and how to find the required BAPIs?
    Thanks

    You can use the function module RFC_READ_TABLE.  The tables that you need to read are T137 for industry sector and T134 for material type. 
    Regards,
    Rich Heilman

  • How to get classification for a given material and material type in MM

    Hello Friends,
    One of my developer colleagues is struggling to find out : how to get classification for a given material and material type in MM?
    He is looking for probable table and table fields to Select from.
    I would appreciate seriously any help in this regard.
    ~Yours Sincerely

    Hi
    Below given the flow and table details for a given class and class type.
    - Table KLAH --> This contains the "Internal class no" [ for the given Class & Class type ]
    - Table KSML --> This contains the " internal character numbers " [ nothing but characteristics attached to the class ] , which can be fetched with the above fetched internal class no
    - Table AUSP --> This table contains the objects ( material ) attached to the internal characters of that class
    - Table CABNT --> This table contains the "Description" for the internal character numbers.
    - award points if this is ok

  • T-SQL and CLR types for return value do not match

    Hi I am trying to create a CLR function to call a webservice, the CLR function return data type is double, whether I try
    to create this as a table valued funcion or a scalar to return a distance travelled value I am receiving the error below. I've tried changing data types around in the CLR side and the SQL side but keep receiving the same error message, any help would be appreciated,
    Thank you,
    [Microsoft.SqlServer.Server.SqlFunction(Name = "DistanceCalc")]
    public static Double DistanceCalc(Double SrcLat, Double SrcLong,
    Double DestLat, Double DestLong)
    MileageWS ws = new MileageWS();
    ws.Url = "http://test.isp.ca/Distance.asmx";
    int intUom = 0; // 0 = Mile, 1 = KM
    RouteType RouteMethod = RouteType.Practical;
    Requester RequestedFrom = Requester.LinkRoute;
    Double distance;
    distance = ws.GetDistanceInfoForLonLat(SrcLat, SrcLong, DestLat, DestLong, intUom, RouteMethod, RequestedFrom);
    return distance;
    CREATE FUNCTION DistanceCalc
    @SrcLat as float, @SrcLong as float,
    @DestLat as float, @DestLong as float
    RETURNS TABLE (Distance float)
    External NAME CLRfunctions.RIFunctions.DistanceCalc
    GO
    Error received when try to Create function ...
    1, Level 16, State 2, Procedure pcMiler, Line 6
    CREATE FUNCTION for "pcMiler" failed because T-SQL and CLR types for return value do not match.

    You defined at table-valued CLR function, but I think you meant to define a scalar CLR function. That might be the cause of the error.
    RETURNS TABLE (Distance float)
    should be
    RETURNS (Distance float)

  • Filtering R/3 Material Groups and Material Types

    Hi,
    I am trying to filter the Material groups and material types during master data upload from R/3 to SRM 4.0
    I am tried doing the following:
    1. In Txn R2AR2, i set up the request for DNL_CUST_PROD1 for MARA-MATKL(Material Group) & MARA-MTART(Material Type)and then run the Txn R3AR4 with DNL_CUST_PROD1. The replication was successful, but it pulled in all the R/3 backend material groups and material types.
    Now i deleted the replicated material types and Material groups in SRM using SRM Std reports and this too was successful.
    2. Now i tried another method - In Txn R3AC3, i selected the Object DNL_CUST_PROD1 and i added table MARA and set up the filter requirements for MARA-MTART(Material Types) and MARA-MATKL(Material Groups), i synchronized the filters and then when i selected the object DNL_CUST_PROD1 in Txn R3AS for initial upload, even this is pulling in all the material types and material groups from R/3 without filtering
    Can anyone please let me know the exact procedure to filter out the R/3 Material types and material groups during initial upload of this data into SRM 4.0
    Thanks

    Hi,
      Before starting the INitial load for MATERIAL,for filetr settings ,Go in tcode R3AC1.
      There select the Object name as MATERIAL and click on the "filter settings" tab.
    There in OBJECT FILTER SETTINGS
    Enter the relevant filter criteria:
    e.g. If you wnat to filter on Material type(MARA-MTART):
    The input will be as follows:
    Table /Structure :MARA
    Field :MTART
    OP :EQ Equality (= Low)
    Low: "Material type name"
    Incl/EXcl: Inclusive defined   
    And then click on the button "FILTER SYNC".
    The filter settings are complete for the Material download.
    HTH,
    BR,
    Disha.
    Pls reward points for helpful answers.

  • Combination of plant SUNP and material type finished product does not exist

    HI i am  suneel
    my issue is  combination of plant SUNP and material type finished product does not exist  when i posting to material in t.code
    MB!C after entering materiel and qty in the selection screen i pressed enter on that time this massage is happening
    Thanks
    with regards
    suneel

    Hi lakshmi pathi ,
    Sorry for the inconvenience i am new for this sap sd and also this community . Actually  yesterday and today i got lot of solutions  from this community .really i feel very happy with this and i continuous searching for my issues and i got so many solutions. these are also i searched but i dint got any solutions so i posted here .
    sorry for the inconvenience
    any way thanking you for giving valuable suggestion.
    with regards
    suneel

  • Description of material group and material type

    hi,
    i want to know which are the tables for the description of material group and material type.
    Edited by: Alvaro Tejada Galindo on Apr 2, 2008 3:49 PM

    table name :MARA
    Field name:
    Material group:MATKL
    for Material description
    Table name :MAKT
    fieldname:MAKTX
    Rewards plz..........

  • Field refrence and material type

    i need to assign the field refrence ( migo-OMJX) and material type (Oms2), how shoud i go through.
    regard
    nabil

    in tcode OMS9, in sel group i want to assign new table and field, system is not allowing me to assign. i am gatting bellow error
    Function code cannot be selected
    Message no. 00255
    Diagnosis
    You entered an inactive function code.
    You can trigger this by:
    inputting directly in the OK code field
    inputting the fastpath of an inactive menu function
    choosing an inactive function key, or even by
    choosing ENTER, if ENTER has an inactive function.
    In batch input, a function code is included in field BDC_OKCODE of the session, as long as this function code is not assigned to ENTER.
    As well as activating function codes statistically in the Menu Painter (Transaction SE41), they can also be deactivated dynamically using the EXCLUDING addition with statement SET PF-STATUS.
    regard
    nabil

  • Not getting the Link between GEIL and material type: procured  material not

    Hi Friends,
    Some material corresponding to certain G/L Account numbers are not appearing. From Fagll03 I can check the G/L Account number, but how shall be able to get the corresponding table field which holds the material or to check whether that G/L Account number has been properly linked to the material.
    Please suggest what to do. Is this a problem of programming ? or ...
    Thanks,
    Saheli

    Hi Saheli,
    Link b/n GL accounts and Material is in this way.
    Material is created based on material type and material type is connected to Valuation class via Account category reference.
    Now that for each valuation class corresponding GL accounts are defined in customizing.
    you can check the same in Tcode# OBYC.
    To check the posting to Inventory account during GR, select BSX (Inventory posting) and check whether the corresponding valuation class has got the assignment with GL accounts or not.
    Hope this help you out.
    BR,
    Krishna

  • SAP report for movement type and material type

    Hi!
    I would like to use a standard SAP report to give me a list of all the movement types (much like MB51) but instead of material I would like to select on Material type e.g. ROH. The result should for example be a list of the movement types 501 on material type ROH.
    It is urgent, if you could help me I would be very greatful!
    Sincerely
    Anders Öhrling

    Thanks for your answer!
    I have managed to join the two tables and created a report that will work, except that the amounts in local currency that is given by movement type 201 is not negative (as in MB51). I need all movement types that generate a debit must be shown as a negative value. Wo when I summarize all the movement types I end up with the value of 101 minus 201.
    Is that possible without ABAP programming?
    Sincerely Anders Öhrling

  • Industry sector in material master

    Dear all,
    May I know what are the guide lines to select Industry sector to configure material master.
    What are all the SAP standard Industry sector available?
    Can we use any indutry sector for any type of business. How to choose this.
    please advise.
    Thanks
    Udaya

    Hello Udaya,
    Branch of industry.
    The industry sector groups together companies according to their activities (for example, plant engineering and construction, mechanical engineering, the chemical industry, and the pharmaceutical industry).
    Table-driven program support is provided according to industry sector; for example, for the selection of data fields on-screen, for the sequence of the screens, and for the allocation of a material to a material type.
    Industry Sector :
    Key that specifies the branch of industry to which the material is assigned.
    Use
    When you create a material master record, the industry sector you specify determines
    which screens appear and in what order
    which industry-specific fields appear on the individual screens.
    Thanks
    Geeta

  • How to modify  industry sector of material master data

    dear all:
    i have already created a material master data using a wrong industry sector through tcode MM01.
    and i have created BOM&ROUTTING for this material.
    now ,i want to modify the  industry sector of  this  material.
    what should i do for this case?
    thank you!
    best regards!

    Hi,
    Industry sector is at client level & once you create the material you can't change the industry sector.
    However, if you have debug rights then you can change it directly in the table MARA with field MBRSH.
    Hope your query get resolved.
    Thanx

  • Prompt Order when opening Report - And order in List Of Values

    I guess this is a fearly easy question... But I thought easier to ask you guys than struggling all night.
    1 -  I have a report with some prompts.  How do I change the order they appear in ?
    2 - For some List Of Values I have really a strange order. How come ? And What should I do to fix it ?
    Hoping on some good answers in the weekend
    Best Regards
    Ingrid

    Hi Ingrid,
    You can set the "Prompt Order" in "Properties" tab in the Query Panel.
    1.Make sure that you are in the Query Panel.  Make sure that "Edit Query" button is pressed.
    2.Click on the "Properties" tab, just beside "Data" Tab
    3.Scroll down to see the "Prompt Order" option. Select the prompt and use " UP or DOWN" arrows (not the keyboard arrows. Expand the "properties" tab window, if you don't see the arrows) to change the prompt order.
    Thanks,
    Raveendra

Maybe you are looking for

  • ■Adobe Photoshop CS3 Windows版アップグレード専用パッケージ (新品同様)

    ■Adobe Photoshop CS3を使っています. PDFファイルをJPEG2000でフォーマット(.jpf)→■Adobe Photoshop CS3で開けないのですが...(エラー表示=ドキュメントの種類が適切ではありません) ご存知の方 ご指南よろしくお願いします.

  • Memory leak using CWGraph

    I have a memory leak problem using the CWGraph control. I have an SDI application (MFC using Measurement Studio) and I generate dynamicaly a dialog containing a 2D Graph, and I use the OnTimer() of the dialog to generate data and to update the graph,

  • MacBook Hinge - Uneven Gap

    I have a white MacBook that developed the hairline crack problem. Apple replaced the top and bottom cases, so the cracks have gone. However, in replacing those parts, Apple didn't put the top case back on quite right. It's hard to explain, but when t

  • SAP Query code extension

    Hi experts, Normally I don not use SAP Query tool for several reasons. Now I have been asked to create something like a user exit for some existing queries: The requirement is to change the contents of one list field using an existing function module

  • ACS -current log file CSMonLog Active.csv is showing blank

    under ACS service monitoring TAB, the current log file CSMonLog Active.csv is showing blank ? Could anyone let me know why this happens ?