Imp of division while creating  Material mm01

hi guys
            While creating material (mm01) there is option of puting  Div ,and if  v put com div  insted of actual div in material ,Now  while creating  sales order  if v put same material it gives option of various sales area .and we can choos any division along with com div also .
now my question is when 1 product is assigned or related to 1 division only then wht use of creating com division, wht is d purpose ,
while creating material specific div we shd  put insted of com div
plse explain me  if i am wrong 
and  wht use  of creating  com div here
thnx
point ll be rewarded if ans is helpful

The common division is ideally used for all the products where you do not need to restrict the same to any Sales areas.
If you want a product to be funcuanally operating in all the sales areas of your comapny code then you assign the same to the Common DIv.
regards,
Amlan

Similar Messages

  • Dumpp Error while creating material MM01

    Hi,
    While creating the material (mm01) i am getting dump error not allowing to save, 
    Message type: MESSAGE_TYPE_X_TEXT
    I checked the PPO setting it is active for BP type.
    Pls tell me how to solve this issue.
    Thanks

    Dear Rakesh,
    Go to Tr. code. ST22 and analysis the  cause
    From initial its seems  thatthere is a Text Field which  might be mandatory and  due to that syestem giving dump, Chek wth  ur abaper

  • Saving of different Material code in the system while Creating material

    Hi,
    Anyone can help me in following .
    While creating material number, there should be some User exit which is going to change the logic for saving of material number in the system.
    Example:
    Division and material Group should be added into the predefined number range.  Number range defined for raw material is 100000 to 199999. If division is 1A, and Material group is M01. The first number generated by system is 100000 , where as during saving into the table NUMBER SHOULD BE saved as 1AM01100000 & we must be able to work on the new number.
    If any query pl .revert.
    MG.

    Hi manish,
    This is possible using enhancement.
    Use the User Exit MGA00001
    and code the below like :
    cmara-matnr = cmara-matnr+7(11).
    CONCATENATE cmara-matkl cmara-spart cmara-matnr into cmara-matnr.
    set PARAMETER ID 'MAT' field cmara-matnr.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = cmara-matnr
    IMPORTING
    OUTPUT = cmara-matnr
    Hope it will solve your problem.

  • Error while creating material

    I got an error while creating material "Material does not exist or not activated". Can anybody help me.
    BR//
    Irf

    hi
    I think you have posted your question in wrong place.
    Can you please make your question more clear.
    regards!
    ramesh
    Edited by: Ramesh kumar.p on Feb 22, 2010 12:48 PM
    Edited by: Ramesh kumar.p on Feb 22, 2010 12:50 PM

  • Error While Creating Materialized View

    Hello,
    I am getting error ORA-22818: subquery expressions not allowed here while creating materialized view. I am using Oracle9i Enterprise Edition Release 9.2.0.1.0. Below pasted is my SQL Script.
    Any help is highly appreciable.
    Thanks
    *********SQL************
    select distinct(id),NAME,(select count(GRADE) from employees where
    nationality like '%US%'and id=a.organization_id and grade=a.grade
    group by ID,GRADE) US,(select count(GRADE) from employees where
    nationality not like '%US%' and organization_id=a.organization_id and grade=a.grade
    group by ORGANIZATION_ID,GRADE) NON_US,grade from employees a
    where grade is not null
    group by GRADE,ID,name
    order by to_number(grade) desc

    Hi,
    This is a documented restriction on MVs. You cannot have a scalar express (i.e a select statement) in the select list.
    You can get round this by joining your select count(grade).. expression in as an inline view in your FROM clause. Or you can create a normal view without the scalar expression, create your MV as a select from this view, then re-define your view to contain the query you want.
    Hope that helps,
    Rod West

  • Hello Guru's  Error MSG while creating Material Type HERS

    Hello Guru's,
    While creating material type HERS the system is showing the following error *"The field orign acceptance is defined as a required field; it does't contain an entry'"* will any one give solution.
    even i have filled orign field in info record also still it is giving same error message,  will anyone give solution.
    full points for the answer.

    hers is for the mpn
    note the techincal name of that field and then go to oms9 and there make that filed for the filed selection key of hers as optional
    u can get the field selcton key of hers from the tcode oms2

  • Error Message no. MM214 while creating material master

    Hi folks!!
    While creating material master, when i fill the MRP controller field and press enter, I get the message...
    The MRP controller 391 does not exist for plant
    Message no. MM214
    I have checked, the MRP controller is availble in Master Data for MRP Controller. And we have already created many material master with this MRP Controller.
    What could be the possible cause for this error. Please help.
    Best regards

    Hi Qamar,
    Please go thru the bellow threads,
    Assignement of MRP controller to Plant
    MRP CONTROLLER
    MRP Controller
    Re: MRP controller extension from plant 1 to plant 2
    Thanks,
    Swamy H P

  • Screen sequence error while creating material.

    Respected Gurus,
    While creating material, i am getting the following error:
    The data screen descriptions are missing for screen sequence EH
    (Message no. MM329)
    Looks like screen set up issue.
    How do I solve this??
    Please help.
    Jaideep

    Jaideep,
    Check in other logon language like EN or DE.
    You might want to check with basis consultant if all text's are migrated into your logon language.
    If the screens are not standard, texts might only exist in developer logon language.
    Close message if solved.
    regards,
    Edgar

  • Runtime error while creating material master data

    hello sir,
    i am facing one prolem while creating MATERIAL MASTER DATA.
    AFTER GIVING ALL REQUIRED INFORMATION WHEN I AM GOING TO SAVE THE DOCUMENT ITS SHOWING ABAP RUNTIME ERROR.
    MESSAGE TYPE: - MDS_KEYMAP.
    MESSAGE CLASS: 001.
    PLEASE TELL ME WHAT TO DO?
    REGARDS..

    SIR THANK YOU FOR YOUR REPLY.
    I ALREADY DONE THAT DUMP ANALYSIS.
    SO PLEASE KINDLY GIVE ME IN DETAILS ABOUT THAT SOLUTION...

  • Error while creating Materialized View step 3 of 6 using wizard

    have oracle 9i Rel 1 on Windows 2000 server. Master Site has been setup. Database links are created at Materialized view site. But while creating Materialized View Group using wizard there is following error on step 3 of 6.
    Statement:----------------
    /*OracleOEM*/ SELECT 1 FROM SYS.dba_constraints@masterdbname WHERE OWNER='username' and table_name='tabname' AND constraint_type='P'
    Stack Trace:----------------
    ORA-00942: table or view does not exist.
    ORA-02063: preceding line from masterdbname.
    All parameters for replication are correct.
    Please help me early.
    Thanks

    Hello,
    In the masterdbname, logging as sys user, you must grant select permission on sys.dba_constraints view to mvadmin_dbname user (where dbname is the replicated database name).
    Regards,

  • Error while creating Materialized View step 3 of 6

    I have oracle 9i Rel 1 on Windows 2000 server. Master Site has been setup. Database links are created at Materialized view site. But while creating Materialized View Group there is following error on step 3 of 6.
    Statement:----------------
    /*OracleOEM*/ SELECT 1 FROM SYS.dba_constraints@masterdbname WHERE OWNER='username' and table_name='tabname' AND constraint_type='P'
    Stack Trace:----------------
    ORA-00942: table or view does not exist.
    ORA-02063: preceding line from masterdbname.
    All parameters for replication are correct.
    Please help me early.
    Thanks

    Hello,
    In the masterdbname, logging as sys user, you must grant select permission on sys.dba_constraints view to mvadmin_dbname user (where dbname is the replicated database name).
    Regards,

  • Duplication in part numbers should not accepted while creating  material ma

    Hi all,
    How can i set Duplication in part numbers should not accepted while creating  material master. How can do this requirment plz help me.
    thanks
    ramesh

    hi,
    please check is there any user exit or BADI available and make use of it.

  • I want validation while creating material master with profit center

    Dear Experts,
                           I want validation while creating material master with profit center.
    If 0001 plant having 100100 profit center
       0002 plant having  200200 profit center
    Material A cant be created for 0001 plant for with wrong profit center 200200.
    Kindly help & provide me solution clearly

    Hi,
    Profit centers are assigned to controlling areas. And controlling areas can have many plants under them. So as long as both the plants and profit centers are in the same controlling area users will be able to extend the materials.
    You should put in your validation control in the material master user exit. One of the exits you can use is
    MGA00001  Material Master (Industry): Checks and Enhancements
    Thanks & regards
    Hameed Parvez

  • I need to allocate low-level code to a material while creating in mm01..

    hi experts,
    In the material master record, each material is allocated one low-level code (field L.Lvl Code) which is determined by the bill of material (BOM) management program.I couldnt find this field in any of the tabs while creating the master record.So can u plz help me out to find this.
    Thanks in advance..

    Ramesh,
    You cannot create an LL code entry in MM01.  The purpose of MM01 is to create Material masters.  LL code is managed by the system, automatically, during BOM maintenance.  SAP does not give the users the ability to edit LL codes.
    It is unwise to attempt to change LL codes.  Improper entries in this field could lead to MRP results that will not meet your business requirements.  You should generally let SAP automatically manage this data for you.
    In the case where you believe you have an incorrect LL code, SAP does have some OSS notes that apply.  Start with [544489|https://service.sap.com/sap/support/notes/544489].
    Regards,
    DB49

  • Problem while creating Material Master (MM01)

    Gurus,
    I am novice to sap sd, and I am trying to create a Material (MM01) for a Customer, and have given the inputs 'Material', 'Industry sector' etc.
    To my surprise, I am unable to see '  'Sales org 1' , 'Sales org 2' ' Sales : General plant'  tabs . 
    Should I need to enable something to view these tabs ?
    All I could view is 'Organizational levels' ' check screen data'  ' Additional data'
    Kindly bare for this silly question!
    Thanks,
    Karthik

    Hi,
    Try to create a Material in this way. Check whether you are using same steps.
    Go to MM01
    Enter Industry sector & Material type (Eg: FERT - Finished Products)
    Click on "Select view(s)" button option without pressing Enter key directly.
    Then you should be able to see all tabs listed in "Select view(s)" pop up window.
    Check whether "View selection only on request" tick box is marked. If it's marked, Un-tick it. If you have marked that, then this screen will not automatically appear.
    Highlight relevant tabs.
    Press "Organizational-levels" button in that pop up.
    Enter relevant Sales Org/ DC & Division.
    If "IOrg. Ievels/profiles only on request" is marked, then Un-tick that also. Its for same purpose as above.
    Press Enter.
    Now check whether you get those tabs in the Material Master.
    Best regards,
    Anupa

Maybe you are looking for