Mandatory check for ABC Indicator- MRP1 view

Dear All,
I want to make ABC Indicator mandatory for ROH material type and to the particular plant. How can I achieve this?
I tried to change in customization (Change 'Field selection for data screens' ), but its effecting other fields also. because in the field selection group 51 has so many other fields.
Should I have to create new field section group & field reference Or any other way? Need your valuable guidance.
Thanks.

hi Vijay,
if you want to control it thru configuration then you have to create a new field selection group and then you can make the ABC indicator mandatory.
you can also use the user exit in material master which will throw an error message at the time of saving of material master if the ABC indicator field is blank.
Regards,
Anoop singh

Similar Messages

  • Mandatory field for ABC indicator

    Hi,
    I would like to make the ABC indiator field to be mandatory on MM01 and MM02 transaction.  I've tried to config this under SPRO and OSM9 but couldn't find the right group or object.   Do you have any steps that can help me on this?
    Thanks,
    Tai

    <b><i>Background info.
    The values of the field selection groups have been preassigned as follows:
    001-110  Material master for industry 
    111-120  Reserved for customers (except where the values are already in use) 
    121-150  Material master for industry 
    151-210  Material master for retail 
    211-240  Reserved for customers</i> </b>
    Step by step
    1. Transaction code OMSR. Change Selection Group to 211 for example. Save.
    2. Transaction code OMS9. Enter 211 into Field sel. group. (MARC-MAABC now should be in a list of fields).
    3. Double-click the relevant field reference. Say MM01.
    4. Change MM01 to required.
    5. Save.
    Message was edited by: Vyerah Yende
    to correct spelling
            Vyerah Yende

  • Authorization object for ABC Indicator

    HI Experts,
    May we know what is the Authorization Object we can use for ABC Indicator in Equipment?
    Thanks,

    Hi bonsai,
    Sorry for delay response..
    Authorization keys which you can use to set up authorization checks when you manually set or delete a user status.
    After creating the status profile.create individula authorization key in the lower menu node  where u hv created the User status .
    Then assign the authorization key to the each status codes(Last column of the status profile).(Crete authorization key same as the status codes).
    Then maintain the authorization key value in the field BERSL where u want to give the authority for change /Delete user status.
    Regards
    Dhiren

  • Vendor report for ABC indicator field

    Hi All,
    My client uses field ABC indicator in the purchasing data view of the vendor master. They want to have reports based on this field.
    Are there any standard reports in SAP which can give total purchased value and quantity for a vendor with specific value of ABC indicator?
    Regards,
    Vishal

    Hi Vishal
    you can try with T code ME81N
    link:[http://help.sap.com/saphelp_45b/helpdata/en/75/ee128c55c811d189900000e8322d00/frameset.htm]
    Hope this helps
    Regards
    Vikrant

  • MANDATORY CHECK FOR SELECT OPTION.

    Hi gurus,
    How to do a mandatory check on select options..
    how do wegive messages in webdynpro..as in information, error as we do it in report programming..!
    Best Regards,
    Navin fernandes.
    Edited by: NAVIN FERNANDES on Dec 30, 2009 3:18 PM

    Hi,
    To make a selection field mandatory:
    wd_this->m_handle->add_selection_field(
                            i_description = 'Candidate Profit Center'
                            i_id = '/MRSS/T_RMOR_PROF_CENTER'
                             i_value_help_type = if_wd_value_help_handler=>co_prefix_searchhelp
                            i_value_help_id = '/MRSS/SH_RM_PC_GROUP'
                            it_result = lt_range_table
                           *I_OBLIGATORY = ABAP_TRUE*
                            i_read_only = read_only ).
    MAKE THE PARAMETER ABAP_TRUE  TO MAKE IT MANDATORY.
    OR PUT THE PARAMETER AS ABAP_FALSE.
    Priya
    Edited by: Chaitanya Priya Puvvada on Dec 30, 2009 6:34 PM

  • Dirty check for transient attributes in view object

    Hi,
    I am using JDeveloper 11.1.1.4 and ADF BC in my project.
    In one of my view objects,I have a transient attribute added for some business logic.
    I am doing dirty check in my project as below.
    boolean dirty = false;
    boolean amDirty = false;
    // check application module
    ApplicationModule am =
    getBindingContainer().getDataControl().getApplicationModule();
    amDirty = am.getTransaction().isDirty();
    //Check if datacontrol is dirty
    BindingContext bctx =
    oracle.adf.controller.binding.BindingUtils.getBindingContext();
    dirty =
    bctx.findDataControlFrame(bctx.getCurrentDataControlFrame()).isTransactionDirty();
    return amDirty || dirty;
    My requirement is that,I dont want the dirty check to be applied on the transient attribute in the view object.
    Is there any way to achieve this.Please advice...
    Regards,
    Praveen

    Hi Frank,
    Thanks for the suggestion.
    I followed the link.But if a transient attribute is modified,then also ((ApplicationModule)getDataProvider()).getTransaction().isDirty() is returning true and the transaction is made dirty.
    I am setting a transient attribute like this getNwOperVOIter().getCurrentRow().setAttribute("AcctNoTrans")....when I am editing a row.
    Can I get explicit handle at viewobjectimpl for this transient attribute??
    Regards,
    Praveen

  • Can not change the ABC indicator in Material master MRP1 View?

    Hi All,
    I could not change the ABC indicator in Material master for material X. Could some one please specify the condition or prerquisit for making chnages in ABC indicator?

    Hi Animesh,
    In Logistics Information system , ABC analysis can being done  and results updated in Material master for ABC indicator by background job run.
    The relevant transaction is MC40  ( Total Analysis) .
    This transaction when run in backgroung with field "Update ABC Ind.in background processing mode" clicked, will update the ABC indicator appropriately.
    You can find different criteria based on which A, B,C is decided.
    I hope this will be useful to you.
    Please check and confirm.
    Regards
    Datta

  • Link between ABC Indicator and Priority

    Hi friends,
    My client requires the Link between ABC Indicator and Priority. i.e., While creation of notification, based on the ABC indicator assigned in the Equipment, Priority should be selected.
    Is it possible, if possible please help me out to resolve this issue.
    With Best Regards,
    Dev

    Hello,
    Yes you can acheive this by Development use the Below User Exit or Fubctional Module to get it done
    User Exit-->QQMA0014 QM/PM/SM: Checks before saving a notification
    BADI-->NOTIF_EVENT_SAVE Change When Saving Notification
    When Notification create against the Equipment which Having ABC Indicator it will stop Notification while Saving the Notification By checking The ABC Indicator on Equipment and Proposes Priority which You already defined in Configuration with Proposed New Dates for Notification Completion Dates.Notification save allowed once you fill Exact value of Priority.
    Regards,
    Rakesh

  • Field for release indicator

    Hi All,
    I would like to execute piece of code only while releassing the billing document through VF02. For which I am using the user Exit
    EXIT_SAPLV60B_004. But I am not able to find the field which I can use to check for release indicator.
    Could you please suggest?
    Thanks
    Saurabh

    Hi,
    check if this works since you will get the condition record nu. in ur exit. using this get the release status from KONP.
    SELECT SINGLE KFRST
                  FROM KONP
                  INTO XXX
                 WHERE knumh = xkomv-knumh.
    Regards,
    Vasanth

  • BOM Items Check for Partial order quantity

    Hi
    For weekly shopfloor planning I need to check the material availability for a partial quantity of the order.
    For eg. I have a Production order for 2000pcs but I need to plan for a week only 500pcs. I want to check the BOM items availability for only 500pcs of BOM Header material. Need multiple material - quantity selection option also.
    Is there any customized availability check in standard SAP?
    Regards
    Krishnaraj

    Hi,
    Please check for the indicator "confirm available partial quantity" at Production scheduling profile configuration.
    In OPKP for the plant and production scheduling profile combination --> under material availability check tab --> select the option "confirm available partial quantity"
    It Determines that all components are comitted with the same percentage rate during an availability check.
    When you have set this indicator, if only a partial quantity can be committed for one component, then only partial quantities will be committed for all components during an availability check.
    Example
    Order quantity 100 PC:
    Committed quantity
    Requirement ATP quantity not set set
    Component A 200 PC 300 PC 200 PC (100%) 80 PC (40%)
    Component B 100 PC 40 PC 40 PC (40%) 40 PC (40%)
    Component C 50 PC 200 PC 50 PC (100%) 20 PC (40%)
    Since only 40% of component B can be committed, also only 40% of component A and C is committed when the indicator is set.
    By setting the indicator, you can therefore ensure that orders are always only committed to the extent that they are also to be produced. In the example, 40% of the order can be produced for the requirements date. In addition, the quantities of component A and C that are not reserved can be assigned to other orders, which as a result may then also be produced.
    thanks and regards
    Venkat V

  • BDC- To add ABC indicator in MM02-- MRP1

    Hi,
    I am working on BDC- To add ABC indicator in MM02--> MRP1.
    Problem -->
    In some material+ plant  - Reorder point is there. In this case I need to take additional 'BDC_okcode' for ENTER.
    HOW CAN I DO THIS? 
    I tried it with 'Select statement' between the Perform statement, but it's not working?
    IF wa_file-matnr IS NOT INITIAL.
          PERFORM bdc_dynpro      USING 'SAPLMGMM' '0060'.
          PERFORM bdc_field       USING 'BDC_CURSOR'
                                        'RMMG1-MATNR'.
          PERFORM bdc_field       USING 'BDC_OKCODE'
                                        '=ENTR'.
          PERFORM bdc_field       USING 'RMMG1-MATNR'
                                        wa_file-matnr.
          PERFORM bdc_dynpro      USING 'SAPLMGMM' '0070'.
          PERFORM bdc_field       USING 'BDC_CURSOR'
                                        'MSICHTAUSW-DYTXT(11)'.
          PERFORM bdc_field       USING 'MSICHTAUSW-KZSEL(11)'
                                         'X'.
          PERFORM bdc_field       USING 'BDC_OKCODE'
                                        '=ENTR'.
          PERFORM bdc_dynpro      USING 'SAPLMGMM' '0080'.
          PERFORM bdc_field       USING 'BDC_CURSOR'
                                        'RMMG1-WERKS'.
          PERFORM bdc_field       USING 'RMMG1-WERKS'
                                        wa_file-werks.
          PERFORM bdc_dynpro      USING 'SAPLMGMM' '4000'.
          PERFORM bdc_field       USING 'BDC_OKCODE'
                                        '=BU'.
          PERFORM bdc_field       USING 'MARC-MAABC'
                                        wa_file-maabc.
          SELECT SINGLE minbe INTO v_minbe FROM marc
                       WHERE matnr = wa_file-matnr
                         AND werks = wa_file-werks.
          IF v_minbe GT 0.
            PERFORM bdc_field     USING 'BDC_OKCODE'
                                        '/00'.
          ENDIF.
        ENDIF.
        CALL TRANSACTION 'MM02' USING it_bdcdata MODE p_mode MESSAGES INTO it_msg.

    Hi,
    Try to use Bapi and see ..Please find the sample code.
    LOOP AT t_itab INTO wa_itab.
        CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
          EXPORTING
            input        = wa_itab-matnr
          IMPORTING
            output       = wa_headdata-material
          EXCEPTIONS
            length_error = 1
            OTHERS       = 2.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    prepare the follwing structres ( plantdata,headdata, plantdatax)       .
    * Select the MRP view
        wa_headdata-mrp_view =  'X'.
    * Call the Bapi to create the MRP view.
        CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
          EXPORTING
            headdata       = wa_headdata
            plantdata      = wa_plantdata
            plantdatax     = wa_plantdatax
          TABLES
            returnmessages = t_return.
    ENDLOOP
    Regards,
    Nagaraj

  • Difference "abc indicator" in MRP1 & "cc phys inv ind" in plant data stor1

    Hello,
    we want to do cycle counts and I noticed that there are two different field in the material master for that.
    I think they have a different purpose?
    "ABC indicator"  field in MRP1 view
    and
    "cc phys inv ind" field in plant data/ stor 1 view
    Can somebody please explain the difference?
    Thanks
    Anne

    MC40 and MC41 dont need customizing, setting can be made in selection screen.
    ABC analysis for cycle count MIBC needs customizing.
    In MRP1 view the field name is MARC-MAABC while on storage location view the field name is MARC-ABCIN.
    The one on storage location view is used for cycle count, and includes ABC and D, and is caclulated by MIBC transaction.
    The indicator in MRP1 view is calculated and updated by MC40 and MC41 transaction
    MICN is the only one that can update the indicator used for cycle counting.
    if you execute both transaction with same settings, then there should be the same result.
    However, pretty often the cycle count indicators are precalculated by MICN based on consumption, but then individual items are changed to get a different indicator for specific reasons.
    You may have a low value item, which is very important for your processes.
    Based on consumption values it may get indicator C, but if you have differences on that item then it is a critical factor for your business, hence you want count it more often, thus you would manually change it to B or even A. (which can be done directly from the MICN report)
    The focus on both indicators can be equal in many companies, but may also be different in other companies, hence you need 2 indicators for ABC analysis

  • Delete a planned order for materials changed to ND (No planning) MRP1 view

    Hi guys !
    1. I changed the MRP Type "reorder point" to "no planning" (ND indicator in MRP1 view) for some materials.
    2. ¿There is a process to regenerate or delete the planned order created before or have to be a manual process, for example from MD15?
    Regards & thanks in advanced !

    >
    FRANCISCO RODRIGUEZ wrote:
    > Dear  kumar kumar,
    >
    > Before put the question, i was testing the MRP with delete & create new planned order but it doesnt work..why? because when you changed the material to ND, the MRP transactions like MD01, MD02, MD03, send a error message: "Material not plannig" so they does not consider the material anymore.
    >
    >  Definitly, i think to delete in a manual process (MD15).
    >
    > Thanks to everybody.
    Dear,
    even i know ND will not plan ( MRP )
    My view was before changing to ND, delete the existing header material demand & Run MRP
    with option 3, so that system will delete all plan orders of this material ( No Manual process )
    Anyways Good Luck !!!
    Regards
    Madhu

  • Problem with updating ABC indicator for Material

    Hi All,
    My client wants to run cycle count for one warehouse.Since the material master does not have ABC indicator in Storage view, Iam using MIBC for updating the Material Master. But after executing MIBC also ABC indicator is not getting updated in the Material master. Please help.
    Rgds
    Srinivas

    Hi, You need to have an history of at least several months of movements in order to do this analysis. You need also to flag "all articles held in stock" in order to select articles without ABC indicator. Rgds, Philippe

  • Check for mandatory fields while creating EP users using code .. :|

    Hello All,
    I have a code using which I can create user accounts/EP users on Portal, am working on EP6 SP9 & SP12.
    <u>My query</u>:
    1. <i>From Portal's perspective</i> -> While creating EP users, there are few mandatory fields like user-id, FirstName, LastName, Email-id and Password. If any of the above fields is null/empty, Portal would give us an error message.
    2. <i>From coding perspective</i> -> Here, only the user-id is required. Even if I do not enter/fill any of the above mentioned mandatory fields (except user-id), user account is created.
    In case wherein FirstName/LastName is not mentioned, Portal shows the userid in the Welcome Frame, i.e. Welcome <user-id>. Tried this by commenting the statements contains the methods related to setting/accepting FirstNme and LastName of user.
    <b>I want to know if this is all rite?
    If no, then please guide me as to how can I set mandatory fields in my code.</b>
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu R Hunjan

    Hi Ritu,
    >>please guide me as to how can I set mandatory fields in my code??
    In ur jsp file or in the controls code add the following attribute
    <hbj:label id="userIdLabel"
               text="User ID"
               labelFor="userIdInput"
               design="HEADER3"
               required="true"/>
    and to check the mandatory entry for that field do this in the submit button
    <hbj:button id="insert"
                text="Submit"
                design="emphasized"
                onClick="save"
                onClientClick="if(!isMandatory()) htmlbevent.cancelSubmit=true;;"/>
    and in the javascript write the client validation code.
    Hope this helps.
    Regards,
    Joshua Kiran

Maybe you are looking for

  • Importing file from final cut express to final cut pro

    Hello, I am taking a video I have been working on from final cut express and opening it into final cut pro on another machine. It brings footage over but completely incorrect. I am editing a music video and its basically taking the files and putting

  • Updating the Leave Information (dates selected) from MSOutlook to SAP ESS

    Hi Forum,                 I had a scenario where I need to use Microsoft Outlook as an interface and the leave information selected in outlook calender should be updated to SAP ESS. Does Any one worked on similar kind of scenarios ? I would like to k

  • GR value is lessthan the po value

    hi in the purchase order  gross price is 100 . we are not entered any discounts in the purchase order. but while doing Goods receipts  w r t purchase order . price is showing 90 . why this is happening regards sap mm

  • Print out through activity profile

    Hi, I have created a activity profile to print CMR form when i click Shipment completion. i have created variant, checked the delivery indicator and assigned output type ZCMR and transmission medium 1, processing mode 1 But during shipment creation t

  • Retrieve and send data to website using http protocol

    Hi, I wonder if anyone knows how to use java language to retrieve and send data to internet website using the http protocol.