In  IMO1 person responsible filed how to make mandatory

Hello Gurus,
As per my bussiness process we have integration with IM, PS & FI. In tcode IM01 we have filed person reponsible IMTP-VERNR.
I want to make this field mandatory, but in confic i am not able to find any filed selection for this field.
Can anyone suggest me the right way to do this, any inputs in this regards will be highly appreciable.
Regards,
Tushar

Hi,
Run the Txn SHD0, in transcation code field put IM01 and below that in Transcation variant filed put ZIM01. Now click create button on exterme top left. We will see the screen IM01 give the reqired data an press enter and name the screen variant as ZIM01_1 press enter.
Now fill the data and press enter, you will get another screen variant in that  indicate the person responsible as required. Name the screen variant as ZIM01_2 and click on EXIT and SAVE.
Now save the CHNAGE TRANSCATION VARIANT screen and press enter twice. system generate the transport request.
Again the run the transcation shd0 click on the standard variants TAB and click on the activate button.
Regards,
Nag.

Similar Messages

  • Person Responsible filed mandaory for Safety measures

    Dear Frndz
    How to make Person Responsible filed mandatory in safety measures, while creating a safety measure.
    i found one exit
    Enhanced field check for incident/accident log in create and change mode
      IHS_IALCHK
    IAL_CHECK
    CBIH_LB14_IAL_UPD_CRE_CHECK
    but this is executed at the time of saving incident acciden tlog, and so check can be introduced for safety measures wrt IAL, but as we all know safety meaures are cretaed in 3 ways, 1. IAL 2 WA 3. RA
    what is a way out to make person responsible filed mandatory for safety measures in all cases.
    thanks and regards.
    mandar sathe

    Hi Mandar,
    Please try it out.
    Open the safety Measures screen.
    Select System > Status.
    SAP Data > Repository Data > Screen number(double click)
    Here two screen Numbers are available. you need to select the second screen number (Program subscreen).
    You will enter into Screen painter screen.
    Click on "Go to Layout" button.
    Here you select the field to be mandate. for ex: "Person responsible" in this case.
    double click on the field.
    One more pop-up screen appears.
    In that go to Attributes > Program Tab.
    Here Select Input field as "required". Right now it is appearing as "possible".
    To do these changes, you should go to change mode. For that you need to have an "Access Key".
    I think it will workout. Need not to do any changes in standard program coding.
    Thanks & Regards
    kamal

  • How to make Mandatory field as Non-empty

    Hi All
    I need to make a mandatory field as NON EMPTY.
    How can i do that.
    Please help me on this.
    Thanks
    Sathish

    What have you tried so far?

  • How to make mandatory field in f-02 to optional field

    hi.   SAP Gurus
    In t-code f-02 Company code and currency these two fields header data are required fields...Is it possible to make them optional fields in SPRO....If possible then please let me what is the path and T-code????

    Hi,
    Company Code and Currency are mandatory fields for entering any FI posting. If Company Code is left blank in which company code should post the transaction. Similarly, without indicating the currency how will the system know in which currency the transaction is to be posted.
    One option is through authorizations, we can restrict to which Company codes an end user can post the transactions.
    Thanks
    Murali.

  • How to make mandatory(usr01) field for level 1 wbs elements only from CJ20N

    Dear All,
    I have made mandatory for "PRPS-USR01" field from CJ20N transaction
    by using field exit. But mandatory field (usr01) is working for all wbs elements. I want to make this usr01 field mandatory for  LEVEL 1(prps-stufe), WBS ELEMENTS(prps-posid) only. Not for level 2 and level 3 wbs elements. Please let me know how to fix it.
    urgent.
    Regards,
    Karthik.

    You could envisage the use of validation rules in PS.
    Transaction OPSI or SPRO
    Create a validation with a message ID (Z)
    Create a step
    - prerequisite : PRPS-STUFE = '001'
    - Check : PRPS-USR01 <> ' '
    affect a message number
    Regards.

  • How to make mandatory field in custom form

    Hi,
    we have oracle ebs R12.1.3 and oracle DB 11.2.0.3.
    In a new developed custom form, we want to make a field mandatory. It should be displayed as yellow at the time of running the form.
    Can anyone guide me.
    regards
    Sanjay

    Problem as been resolved by setting the properties of field in the following way.
    required = yes
    visual attrubute group= data_required
    Thanks & regards
    Sanjay

  • Form Checkboxes - how to make mandatory?

    Hi,
    Have a dilemma...
    1 - Working on a form
    2 - In the form there are checkboxes for:
    a) MasterCard
    b) VISA
    c) Sending a Check
    The client wants the ANY ONE of the three to be checked. And
    the form to come back if one of the 3 IS NOT checked.
    I do not understand how to set this up? Can anyone provide
    advice or help?
    Thanks!

    Do not use checkboxes. Use a set of radio buttons or a drop
    down menu (select box).

  • SU01 User Grp Under Logon Tab - How to make Mandatory

    Hi Guys,
    I need to make the user group field mandatory in SU01, the one under the LOGON Tab (field name: CLASS).Can anyone who is knowledgeable about this let me know the process   ....Thanks very much in Advance.
    Anil.

    Hi Anil,
    Please use the search, this has been answered a few times.  The last time was in the last 2 weeks.

  • How to make Mandatory field in adobe form

    Hi Experts,
              I have a text field in adobe form,.If user could not interact this form, without filling the text field..can you please give me the suggestion?
    Thanks,
    Hans

    Hi,
    Write the following script at the exit event of your text field.
    if ( $.rawValue == null )
    then
    $host.messageBox("Please Enter Value")
    $host.setFocus("TextField1");
    endif
    Here TextField1 is the name of the text field.
    Regards,
    Vaibhav Tiwari.

  • CRM 7. How to make mandatory the BP Roles on CRM Web User Interface.

    Dear CRM Gurus,
      The requirement in our project is to have as mandatory at least one BP Role (except the default role of BP). Is there any way to implement or configure the CRM system to display an error message when a user tries to save a BP from WEB UI without having maintained the BP Role ?
    Thanks in advanced, John

    Hi Jhon,
    Before raising the error message as Garcia suggested check the collection of bp_roles.. if no roles maintain then raise the message.
    you can raise the message in eh_onsave event of BP_HEAD/BPHEADOverview.
    Sample code to check the collection of bp roles..
    DATA: lv_collection TYPE REF TO if_bol_bo_col,
                lr_bp                TYPE REF TO cl_crm_bol_entity.
      lr_bp ?= me->typed_context->builheader->collection_wrapper->get_current( ).
      CHECK lr_bp IS BOUND.
    TRY.
          lv_collection = lr_bp->get_related_entities(
                 iv_relation_name = 'BuilRolesRel' ).
    *     delete difftype-dependent roles (not maintainable/ displayed
    *     in standard)
          cl_crm_uiu_bp_roles_service=>filter_difftype_dependent(
            CHANGING cr_collection = lv_collection ).
    *     delete lifecycle stages (which are roles as well) from coll
    *     of "normal" roles
          cl_bp_accountlifecycle_service=>filter_roles_exclusive_stage(
            CHANGING cr_collection = lv_collection ).
        CATCH cx_crm_genil_model_error.
    *       should never happen
          EXIT.
        CATCH cx_sy_ref_is_initial.
      ENDTRY.
    check lv_collection->size( ) le 0.
          raise error message.
    Hope this helps.
    Cheers,
    Sumit Mittal

  • Person Responsible & Department field

    I want to make Person Responsible field and Department field mandatory, so that i can view the values in the Preventive Maintenance as well as Calibration Order.
    can anyone tell me the complete procedure on how to go ahead and make it possible?
    Thanks in Advance
    Abhi

    I am takingthe following steps
    spro --> plant maintenance & Customer Service --> Master data in Pm&CS --> Basic Settings --> Partners ---> Determine Partner Determination proc  & Partner Funct --> Undr this am selecting the partner object as Plant Maintenance ->Cjange Partner  button-->creating a new partner det proc as PM >Selecting the PM and then clicking on the Partner Functions Folder-> am ending up with a tabular column with lots of fields
    Now here i can see department responsible (partner fn as AB) and also Person responsible (Partner Fn as I3 also as VW) ---> hw to make them mandatory... which is the check box to select and what all values i need to put there?
    Kindly let me know
    Thanks Again
    Abhi
    Edited by: Abhi1703 on Apr 22, 2011 3:41 PM

  • Notification - Email to the person responsible

    Hi Experts,
    I am trying to create a workflow which triggers an email to the user specified in the "Person Responsible" filed in the Tasks in a QM Notification.
    A standard workflow is already configured which sends an email to the user who created the notificaion.
    Let me know if any further information is required... I m pretty new to Workflo stuff...!
    Kind regards,
    Aabhas

    Hi Aabhas,
    If I get you correct, you are creatign a custom workflow to send mail to the Person Responsible.
    If you are doing so, then you need to add a semd mail step in the workflow and fetch the recipient 'Person Responsible' from the associated business object or FM.
    If you are new to workflows you can refer to the following links for assistance:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
    /people/sapna.modi/blog/2007/02/19/workflows-for-dummies--introductionpart-i
    Hope this helps!
    Regards,
    Saumya

  • Make * mandatory in MB1B

    Hello
    In MB1B , while Transfer posting material the system is asking the enter valuation Class/Batch. There is option of enter * in this field.
    But i want to make the * filed mandatory for all users then how to do this? I have check the parameter ID CHA  and it is not worked
    Plz guide me how to make * mandatory?
    Regards
    sapman man

    Hi,
    Try doing this for the movement type,
    for eg. in movement type 311 you can make the following fields mandatory
    UMBAR     Valuation Type Trfr Pstg
    UMCHA     Batch Trfr Pstg
    This will give a better control and also not much of a config required.
    Regards
    Merwyn

  • How to work with Partner Function Categ. - Person Responsible vs. Employee

    Hi together,
    I have a question regarding partner processing (we are using Web Client UI):
    Our customers are served by one Sales Rep. who is travelling and additionaly by an Account Manager who is working inhouse (he is assigned to & supporting up to 5 sales reps). In our R/3 System we are using two different z-(customer)partner roles - let's say SR and AM. When we create new customers and sales documents the AM is determined out of the assignment to the SR (SR has to be typed in by user). So the Sales Rep is the leading employee in the relationship to the customer, while the AM is the SAP power-user.
    How should I use these Roles in CRM? Both employees have to be assigned to our Customer-BUPAs and to every sales document.
    The first thought was using the CRM-partner-function 0012 Sales Rep.(category employee) for the SR and 0014 Employee Resp. (category person responsible) for AM.
    My problem is that I don't know what the difference between the two partner function categories person responsible(0008) and employee(0005) is.
    Because the SalesRep is the leading employee I think it would be better to use him as the responsible person? Another point is that the responsible person is available on all the Web Client Views on the first detail block and the other employees are only visible in the "parties involved" block. But the SalesRep doesn't use the system very often.
    What do you think is the best way?
    Best Regards
    Stefan

    Hi,
    I think it makes logical sense to assign SR as employee responsible.
    Please go through the following link for further information on this account.
    http://help.sap.com/saphelp_crm40/helpdata/en/c4/1161f39f6ec94c88c90a11b0820a16/frameset.htm
    Regards,
    Deepak

  • How rename tile ActResp1 (Activities Details / Persons Responsible)

    Good afternoon Mobile Heroes, and what a lovely afternoon it is too.
    Can anyone tell me how I can rename the caption displayed in the tile ActResp1 (in Mobile Sales 70SP04), because the normal method of changing the Tile Caption makes no difference whatsoever.
    It is not as easy as you might suppose !!!
    As standard the ActResp1 caption (viewed in the Mobile Application Studio) reads "Persons Responsible", (which is obviously  ignored)
    As standard the ActResp1 tile shown within the MSAActOverview TS shows "Employee Responsible".
    Within the generated MSA application it reads "Employees Responsible".
    I want it to show "Persons Responsible" in the generated Application for that tile, but wherever I enter "Persons Responsible" as the caption at both TileSet level and also at Tile level - it is ignored.
    Short of hacking the value directly into the ars_db, is there anyway I can rename this tile?

    the tile name in the application comes from the tile container caption in the tileset where this tile is used. Unless the caption is retrieved from coding...  
    You mentioned you did these changes already in the Dev.-Studio - are these captions also displayed correctly in the Dev.-Studio after restarting the Studio?
    ...... Yes the Tile Container caption says "Persons Responsible", yet when it is displayed even in the M.A.S it reads "Employees Responsible". It is quite mad!
    I think it must be set in the code, but christ knows where????? I have throroughly searched all methods and events in actresp1 and MSAActactoverview
    Any other ideas?

Maybe you are looking for

  • Unable to view PDF files in Infoview

    I am unable to view pdf files in InfoView (Business Objects Edge Series XI 3.0) When I select the pdf file from Infoview, I receive the message 'Do you want to save this file' which only allows me to save the document to a location on my computer. Ot

  • Custom Sort BY IPTC data

    I have a large number of scans that I am trying to assemble into a book. Is there any way to sort by IPTC date? (I hand inserted the date of actual image creation into the IPTC, but Aperture insists on sorting by scan date). Thanks for your help. Set

  • MacBook Pro 10.8.2 SSD keep crashing

    I upgraded to a SSD and intalled Mountain Lion on it.  Lately, I have been getting this error and the computer shuts down spoadically.  Here's a log of the most recent one today.  Perhaps someone can help diagnose it.  Thank you. Interval Since Last

  • Display Results Based On Comparison to Input Values

    Hello, I have a utility that is built as a package and allows a user to input either a sku or sku description and receive inventory data (in number format). The utility implicity includes wild card searches and, as a result, may return multiple rows

  • Writing a string to a file on a web Server

    Hi all, i need to write a string of length say 200 chars in a file located on my local apache web server. I have an applet that registers username and password +some other information in a string. So i need to write this string to a new file every ti