Material Groups of specific Doc types

Hi, is it possible to default certain material groups in a specific document type?
Thanks so much.. Appreciate your help.
Thanks,
Paula

Hi,
For Service PO,  you can set default material group in item level in ML91.
For material ( stock or no-stock)PO, The material group  will be from material master.
Regards,
Biju K
Edited by: Bijay Kumar Barik on Aug 26, 2009 10:05 AM

Similar Messages

  • Restrict GOS attachments in IW32 for specific doc type

    My requirement is we would like to restrict the Services for object
    attachments for specific doc type in IW32 transaction.
    Can blocking be made on doc type level?
    In this case jpg, bmp, and gif should be allowed, but blocking dwg, doc, xls, pdf etc.
    Didn't find any option in SGOS transaction or SGOSATTR table.
    Any suggestions are welcome..

    PARAMETERS: p_key TYPE swo_typeid OBLIGATORY,
    p_type TYPE swo_objtyp OBLIGATORY,
    p_file TYPE c LENGTH 100 OBLIGATORY,
    p_desc TYPE so_obj_des OBLIGATORY.
    data wa_kan1 type kna1.
    DATA: ls_fol_id TYPE soodk,
    ls_obj_id TYPE soodk,
    ls_obj_data TYPE sood1,
    ls_folmem_k TYPE sofmk,
    ls_note TYPE borident,
    ls_object TYPE borident,
    lv_ep_note TYPE borident-objkey,
    lv_offset TYPE i.
    DATA: it_objhead TYPE STANDARD TABLE OF soli,
    it_content LIKE STANDARD TABLE OF soli,
    wa_content LIKE soli.
    ls_object-objkey = p_key.
    ls_object-objtype = p_type.
    **if objtype = kna1 then 
    HERE I CHEK CUSTOMER NO U PUT YOUR OBJ ID AND USING SELECT QUERY U CAN CHECK DOC.TYPE
    select *from kna1 into wa_kna1
    where kunnr = p_key
    if sy-subrc <> 0.
    exit.
    endif.
    TRY.
    OPEN DATASET p_file FOR INPUT IN BINARY MODE.
    WHILE sy-subrc = 0.
    READ DATASET p_file INTO wa_content.
    APPEND wa_content TO it_content.
    ENDWHILE.
    CLOSE DATASET p_file.
    CATCH cx_sy_file_access_error.
    MESSAGE 'Error reading file' TYPE 'E'.
    ENDTRY.
    CALL FUNCTION 'SO_CONVERT_CONTENTS_BIN'
    EXPORTING
    it_contents_bin = it_content[]
    IMPORTING
    et_contents_bin = it_content[].
    Edited by: kk.adhvaryu on Mar 9, 2010 10:54 AM

  • Limit Account Assign to a Specific Doc Type

    Hi, is it possible to limit a specific account assignment to a specific doc type?
    For instance,  account assign P can only ba used by PO/PR doctype A.

    Hi,
    There is no setting in standard SAP. You have to use userxit for the same.
    Cheers,
    Satish Purandare

  • Purchase group restrict with doc type

    scenario is this like i want to restrict purchase grp with doc type wise, suppose i want purchase group <b>"abc"</b> should not be used in doc type "<b>FO"</b>
    then what setting should i do?

    this you can only do with the basis person who has authorisation to make changes in user t.codes.
    in t.code PFCG, give the user role for which you want to restrict this and then choose display, goto authorisation tab and click n the display authorisation data button, here at the top you can find the organiztional levels button, you can restrict the purchasing group here itself by not specifying it in the list, thus for all t.codes he will not have authorisation for this purchasing group.
    then choose the MAterials Management : Purchasing node, here choose the Document Type in Purchase Order to give the doc. types allowed to user and Purchasing Group in Purchase Order to limit the pur. groups.
    reward if helpul

  • MM-Restrict particular Mat type for specific Doc type

    How to restrict particular material type in particular Purcharasing document type...

    Go to OMS2 and Select Material type and in Internal / External Purchase Orders and in External Purchase Order tab Set the Value 0 No External Purchase Orders allowed and Save.
    I dont know how far we can Control this for a Particular Document type.
    Coz if you Set this this will be applicable to all Purchaisng Documents

  • Ledger Group vs. Ledger Specific Document Types

    Can anyone tell me the value in having a document type that is purely used for tracking accounting principle specific adjustments (GAAP Adjustments / STAT Adjustments / IFRS Adjustments / etc.)?  If you already have various ledger groups hitting various accounting principles using a standard accounting document why would you need a ledger specific document type and when would it be used in normal business transactions instead of using a ledger group / standard accounting doc type combination?

    HI,
    In my company I set up IFRS-leading ledger, 2 local ledgers for each comp. code.
    Accounting key-user found it easier and more traceable to make ledger specific postings using one special doc.type / number range for each ledger (group). "normal" doc. types can only be used to make posting in all ledgers assigned to each comp. code.
    With this setting they can easy identify ledger group specific postings from postings happened to all ledgers using the same account number.
    But,as you mentioned, its not really necessary to do so.
    BR Christian

  • MATERIAL GROUP & MOVEMENT TYPE

    Hi,
    I want a report in which Material Group & Movemt type combinely should be display.
    Allready search in SDN
    Thanks in Advance
    Regards
    Vinay

    Hi vinay,
    Take the help of abaper to get the report for material group and the movement type.
    Quick viewer reporting tool will be used for this report SQVI
    This link will be useful in understanding the SQVI
    http://www.sapdb.info/sqvi-quick-viewe/
    Regards,
    Nani

  • ERS functionality for vendor at PO doc type level

    Hi All,
    If i select ERS settlement for vendor in vendor master record, for all the POs for that vendor , ERS functionality is checked by default. I dont need this ERS defaulting for POs with specific doc type. Its not practical to uncheck for each items in PO where there are more than 1000 line items. Please provide me a solution?
    regards,
    NBanu

    Hi Banu ,
    For specific material it is possible through Inforecord but not for specific document type.
    Regards
    Ramesh Ch

  • Restrict display and posting for specific document types

    Hi,
    Is it possible to restrict display and posting for specific document types? I want to restrict authorization to SM document type in FS10N, and KSB1 tcode. Please help
    Best Regards,
    KIRAN.

    Sandipan Choudhury wrote:
    FS10N checks for this object ("Check" in Su24) but when user doesnot has this authorization object he gets access to all doc types and when the user is restricted to specific doc types (object present in user's authorization) he will get access to only those doc types. This is how the authorization check for F_BKPF_BLA works, in other words this authorization is Optional.
    Sorry, but this is not true and seems to be an invention of how you would like it to work...
    The coding works like this (generally):
        if sy-subrc ne 0.
          select single * from  t003 where blart = postab-blart.
          check sy-subrc = 0.
          blrtab-blart = t003-blart.
          blrtab-brgru = t003-brgru.
          append blrtab.
        endif.
        if blrtab-brgru ne space.    "<--- important condition!!
          authority-check object 'F_BKPF_BLA'
               id 'BRGRU' field blrtab-brgru
               id 'ACTVT' field actvt.
          if sy-subrc ne 0.
            rcode = 4.
          endif.
        endif.
      endif. 
    The "optional" aspect is whether or not the document type has an auth group on it in T003, failing which the check is suppressed.
    If it reaches the check, then it found something and then checks that selected value.
    Moral of the story:
    --> Do not believe SU53.
    --> Do not make assumptions from ST01 traces.
    --> Read the documentation carefully.
    --> Read the code to see how it really works (you can jump to the coding location from the trace).
    Cheers,
    Julius

  • Multiple PO's per material group for same vendor in ME59 / ME59N

    HI ,
    We have following issue
    We create PO's automatically from PR's using ME59 .
    PR's are Stock Transport Requisitions for intercompany STO.
    in ME59 , options active are Per Plant / Per Vendor Sub Range( Vendor sub range is active but no values maintained )
    When we create a PO , then system does not consolidate all items in single PO even if Plant is same . It actually creates a different PO based on Material Group in a line item .
    It groups all line items with similar material group in single PO .
    What is the issue with material group .
    is it not possible to have different line items with different material groups in a single PO in above scenario.
    Pls. help.
    Thanks ,
    Prasad

    Ajit ,
    That is what I enquired , where do we do this assignment , i.e. Material group to PR document type
    I do not know where to do this assignment .
    Thanks ,
    Prasad

  • Scope of List in ME3M, Vendor List per Material Group

    Dear Experts,
    In ME3M, ME3L or ME3C, Can we define one of the criterias in F4 list of the scope of list as PR (Non-Service) only during searching Purchasing Documents?
    Is it possible to adapt material group and vendor list  with corresponding validity period as master record?
    Thanks in advance if anybody can enlight me.
    With Records,
    Subhro

    hi,
    As said above,
    Neither i can see hw can i add PR (non-services), hw to add material group parameter nor vendor / date parameter to get added into scope of list....
    I don't think its possible from above given link...
    better you use the material group, vendor or doc. date entried in the main screen of ME2M and refine your search....
    Regards
    Priyanka.P

  • Default Excel File for Particular Doc type

    Hello Everyone,
    Your intervention is required in one of my requirement where i need to attach one Excel file as a default file ( in specific doc type ) with some format. How can i achieve the same.
    Pls provide ur inputs.
    Regards
    Gaurav

    Hi Gaurav,
    Have you done the configuration in the workstation application for Microsoft Excel formats?
    You can even do 'INPLACE' for change mode also. Either way it will work.
    And moreover you need to right click on the original and select 'Edit' to make changes.
    Regards,
    Ravi

  • Change return order(Doc type: RE) with BAPI

    Hi Experts,
    I am trying to change material quantity return document(Doc type: RE) through BAPI.
    I have tried using BAPI : BAPI_CUSTOMERRETURN_CHANGE, but not able to change quantity, though the BAPI returns success message.
    Is there any other BAPI/FM available to achieve same functionality.
    Thanks,
    Sri.

    Is there any one who can throw some lights on this..

  • Default Material Group based on PO Doc Type

    Dear Experts,
    Is there any standard configuration available to default Material Group in PO based on Document Type. I checked the forum, one of the earlier posts is suggesting Enhancement, but I am looking for Configuration.
    I cannot use IMG--> Materials Management --> External Services Management --> Source Determination and Default Values --> for Purchasing Organizations, since it is already used by Freight team.
    Please advise.
    Manish

    Hello Manish,
    As already mentioned by all members that this is not possible by using Standard Configuration. What you can do is if this material group is going to be used everytime by the Purchase Department users, then you can ask them to make this default in their personal settings in ME21 Tcode. Every time they will execute the transaction system will default this material Group. The same can be done for doc type also.

  • Material type & material group

    Dear All,
    what is the different between material type & material group

    Hi,
    Material type:
    Materials with the same basic attributes are grouped together and assigned to a material type. This allows you to manage different materials in a uniform manner in accordance with your company's requirements
    The material type identifies the characteristics of a material that are important with regard to Accounting and Inventory Management. A material is assigned a type when you create the material master record.
    "Raw materials" and "finished products" are examples of material types. In the standard MM module, the material type for the former (ROH) denotes an externally procured (bought-in) material, whereas the material type for the latter (FERT) indicates that the relevant material is produced in-house.
    Material type you choose determines:
    u2022     Whether the material is intended for a specific purpose, for example, as a configurable material or process material
    u2022     Whether the material number can be assigned internally or externally
    u2022     The number range from which the material number is taken
    u2022     Which screens appear and in what sequence
    u2022     Which departmental data you may enter
    u2022     What procurement type the material has; that is, whether it is manufactured in-house or procured externally, or both
    Together with the plant, the material type determines the material's inventory management requirement; that is:
    u2022     Whether changes in quantity are updated in the material master record
    u2022     Whether changes in value are also updated in the stock accounts in financial accounting
    In addition, the accounts affected by a material entering or leaving the warehouse depend on the material type.
    Material Group:
        Key that you use to group together several materials or services with the same attributes, and to assign them to a particular material group.
        You can use material groups to:
    u2022     Restrict the scope of analyses
    u2022     Search specifically for material master records via search helps
    It can be assigned in material master in Basic Data1 (Client level) and Purchasing (Pur org level) views.
    Regards.
    Chinna
    Edited by: Chinna Veerappa on Jan 21, 2009 5:29 AM

Maybe you are looking for

  • I want to remove Trailing zeros from a charecter value

    Hello ,           i want to remove trailing zeros for a prticular value.Following is my code : DATA: V_FLOAT TYPE F VALUE '4.8240000000000000E+03',            V_CHAR(25) ,            P10_4(10) TYPE P DECIMALS 4. CALL FUNCTION 'CEVA_CONVERT_FLOAT_TO_C

  • What is Exchange Rate Revaluation and how does it impact B/L items and P/L

    Dear All, Can Any one please guide in the sense how a foreign currency revaluation impacts balance sheet and P/L items. ALso why do we need at all to do Foreign Currency Revaluation. Pinee

  • 2 GB of RAM in the eMac? Exactly what type please/

    OK. So I'm just finding out now that my 1.25Ghz eMac is actually capable of running with 2 GBs of RAM, rather than the 1GB max that Apple publishes. Assuming that this will actually work, it is welcome news for me. 1. Are there any problems that I sh

  • Iphone 4 charger port

    My charger port seems to have stopped working suddenly. I have tried charging it with different chargers so it's not that, I have also tried doing a hard reset which doesn't work either. I even tried to clean out the insides in case there was dust or

  • OCT 28 VERIZON WIRELESS WOULD BE SELLING iPAD!!!

    The iPad and special promotional bundles will be sold exclusively through Verizon Wireless retail stores, telesales, verizonwireless.com/ipad and business-to-business sales representatives. The iPad will be available with three bundles - all featurin