Making fields mandatory in tab pages in OM

Hello,
Can anyone tell me how to make an individual field within an OM infotype mandatory e.g. the employee group and the employee subgroup on IT1013 on the Working Schedule tab within PPOME?
I don't seem to be able to track down the module pool.
Thanks
Sandra.

Hi,
I think, you can use the screen control to make a field mandatory.
This is found in Tcode PM01-> GOTO-> Screen Control.
You will have to maintain the infotype feature to call the alternate screen with your screen modifications.
Details in SAP Help under Developing an Infotype in Personnel Administration -> Infotype Screen -> Control
Hope this info helps you...
Best Regards,
Venkat.

Similar Messages

  • Making Fields mandatory in Production Order

    Hi,
    In transaction code CO01 i want to make the PLANNING PLANT field mandatory, Kindly guide me how to do this??
    Naren

    Hi Narendra,
    Goto SHD0.
    ennter t-code co01 there. goto tab page screen varients and anter varient name Zco01. Write program and screen name there.( you can get this names from F1 help on the field in the co01. in the field press F1 and goto technical information. Pick the program and screen from there.)
    Then create a varient with this information, you will goto co01 tcode, enter there and you will get a pop up asking for different values. You can make the filed you require as mandatory.
    come back if more help is required.
    Sumeet

  • Adding field in Additional Tab page in CRMD_order

    hi all,
            i want to add a field in the additional tab page in crmd_order Tcode,
    i did it by modifing the screen the strucutures are filled ex CRMT_SALES_BADI,
    CRMT_SALES_COM
    in the CRMC_MAP Tcode i have seen the field is added .
    wat are the further steps do i need to do to get saved and poped in the field value when reterive.
    regards

    As standard the field is set to 1 decimal place.
    You cannot change this value without modifying your system (not recommended)
    I think you can enter more decimal places in the confirmation documents e.g. IW41
    PeteA

  • Incident/Accident Log - Create description field in new tab page

    Dear all,
    I have a question about Incident/Accident Log.
    In the Incident/Accident Log, a new tab page and fields inside it can be created using class and characteristics, respectively. The characteristic value field is limited to 30 characters length by the system.
    Is there any way a field for comments (say, of 100 characters minimum length) can be created in the tab page.
    Thanks in advance.
    Regards,
    Mohan

    Hi Mohan,
    I don't think there is any standard way to increase characteristic value field.  However, you may want to consider a workaround.  You may create a 'Multivalue' characteristic with 30 characters length.  This gives you an option of entering multiple lines of 30 characters.  The problem with this is... SAP automatically sorts the values.
    For example,
    if you enter
    THIS IS A MULTIVALUE
    CHARACTERISTIC WITH 30
    CHARACTERS IN LENGTH.  I NEED
    TO ENTER COMMENTS THAT ARE
    MORE THAN 30 CHARACTERS.
    (Please note that I am putting the word in next line if it cannot be accomodated fully in the current line.  That means, some lines may contain less than 30 characters.)
    SAP Shows it as,
    CHARACTERISTIC WITH 30
    CHARACTERS IN LENGTH.  I NEED
    MORE THAN 30 CHARACTERS.
    THIS IS A MULTIVALUE
    TO ENTER COMMENTS THAT ARE
    You may put numbers infront of each line to avoid this.
    1 THIS IS A MULTIVALUE
    2 CHARACTERISTIC WITH 30
    3 CHARACTERS IN LENGTH.  I
    4 NEED TO ENTER COMMENTS THAT
    5 ARE MORE THAN 30 CHARACTERS.
    I know it is not the best solution, but worth giving a shot.

  • Work field in operation tab pages of maintenance order.

    Hi,experts,
    i need to enter work time in operation tab pages of maintenance order followed by two decimal digit like 2.55 mint or 2.65 H.System is not allowing to enter two or more than this decimal digits,it is allowing upto only one decimal digit like 1.5 H,2.3 min etc.How can I enter value like 2.56 min.Client is not accepting to enter after converting the unit.this is required for one of my specific scen.please suggest how I will enter 2.55 min or 2.55 H etc.thanks in advance.
    rgd
    rajib

    As standard the field is set to 1 decimal place.
    You cannot change this value without modifying your system (not recommended)
    I think you can enter more decimal places in the confirmation documents e.g. IW41
    PeteA

  • Making field mandatory in ME21N

    Hi All,
    I need to make the Purch.Requisition field mandatory in the Purch.Order in ME21N.
    it should be mandatory only for one specific company code and DOCtype.
    ( like, mandatory only for CompCode 3000 and doctype NB ).
    the field name is MEPO1211-BANFN.
    Should i be using some screen exit or BADI for this purcpose.
    Thanks.

    Making PR mandatory based on Doc Type can be achieved via SPRO. The path is
    SPRO>Materials Management>Purchasing>Purchase Order>Define Screen Layout at Document Level. Create a new field selection based on your exisiting field selection or modify your exisiting one. It depends on your requirement. Click on Reference data, item You would find PR and some radio buttons. Click the one for Reqd Entry. Save.
    Once this is saved, go to SPRO>Materials Management>Purchasing>Purchase Order> Define Document Type. Enter the updated field selection from above in the document type row for which this change needs to be activated.
    Hope this helps!
    Thanks!

  • Making fields mandatory

    Hi Gurus,
                  I want to make fields mandatory such as doc. header text , reference in F-02 for all doc. types . So that I can get reports using these fields. Can anybody tell me how can I do (making these fields mandatory) by using SPRO.
    Thanks

    Hi,
    if the fields are available in the field status group assigned to account master data you can make it mandatory by setting it as a "required entry". Caution: every acc. number using this field status group has this field as a mandatroy entry, maybe you have to define add. fiels status groups for only a few accounts where this required entry is necessary.
    In Customizing it can be found by searching for "field status variants" which contains all the "filed status groups". The variants are assigned to each company code.
    BR Christian
    Edited by: Christian Ortner on Jan 22, 2010 1:37 PM

  • Making Fields mandatory in SM30

    Does anybody know how can we make fields in SM30 as mandatory. If we have 4 fields in some Z-table, i want to make 2 of the fields mandatory...Pls help me out.

    Two methods for this
    1. Put code in table maintenance
    You have to put some code in while generating table maintenance screen from table maintenace generator which will validate the field when user try to enter data using SM30..
    Goto table maintenace generator follow menu path
    Enviroment->Modification->Event
    Add a event there (01     Before saving the data in the database) and code to validate data... this code will be called before saving data in database via transaction SM30.
    2 .Modify screen
    Follow menu path Enviroment->Modification->Maintenance Screen
    And make the field require field

  • Making Field Mandatory

    I want to make Certain Fields mandatory in VA01 Header Data Screen. Please help.
    Thanks in anticipation
    Vishad

    Hi Vishad,
    You can use transaction and screen variants (SHD0) to make mandatory field(s) in VA01.
    Please check this link for more information.
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Hi making fields mandatory?

    Hello Friends,
                        I want to make the fields mandatory i have used the dictionary table name and field name as my input output field name of my screen input/out fields. The code that i am writing is like....Where ZSINGLE is my table name Tdate is date and Patno -  Picture number and Vdate is also one date. Can anyone correct themistake in my code.
    IF ZSINGLE-TDATE = SPACE.
      else.
      IF ZSINGLE-PATNO = SPACE.
      else.
      IF ZSINGLE-VDATE = SPACE.
            MESSAGE I002.
        CALL SCREEN 500.
      ELSE.
        CALL SCREEN 100.
      ENDIF.
    ENDIF.
    ENDIF.
    I am able to make only one field mandatory even though if  i am not giving the other 2 fields it is passing to the next screen wht it should not happen.
    Thks

    Hi,
         As far as I understood from Your question , You Have to do the following :
    Check out the code as follows .... copy-paste and run..then.
    parameter : vbeln type vbeln OBLIGATORY.
    data : it type standard table of vbak,
           wa type vbak.
    select * from vbak into table it where vbeln = vbeln.
    loop at it into wa.
    write : wa-vbeln.
    endloop.
    .....see that you can not skip the intial screen without giving input.  This is because of keyword 'OBLIGATORY'.
    Try this keyword while declaring the data in your code.
    If you are doing a module-pool program and have designed the screen.
    double-click on the parameter on the screen........
    a screen-properties window (painter attribute window )will come..................    
    go down in the 'attributes frame' ....click on the tabstrip with heading 'program........
    check it as input field........
    use the drop-down beside input..........
    select 'required'.....
    Reward points if helpful............
    Edited by: Akashdeep Basu on May 8, 2008 6:51 AM

  • MSA: Making field mandatory

    Dear Colleagues,
    In MSA --> BP detail tile, by default, only mandatory field is Name. How can we make some other fields mandatory so that user do not forget to enter this to have successful replication back to OLTP?
    Mainly here I am trying for field "Transportation Zone".
    PLease respond.
    Regards
    Yatin

    You can do this in two ways.
    1. Find corresponding business object property in BO (might be BOCAPGEN for business partner), change its attribute from normal to mandatory.
    2. On UI, change mode of respective control from Normal to Mandatory.
    Personally, I prefer the first option.
    Hope this helps.
    Regards,
    Kaushal

  • Personalization vs. Customization in Sales Online making field mandatory

    I am having some difficulty distinguishing between Personalization vs. Customization in the Oracle CRM Sales/Marketing Online. Specifically, I have asked to make the Job Title field on the Contact screen to be mandatory when filling out contact details. Vanilla, out of the box it is optional.
    Do we need a customization to make this happen which will cause issues for future upgrades or will a personalization do?

    Are you referring to Oracle Sales ie;ASN or Oracle Sales Online?
    If it is Oracle Sales screen then personalisation should work.

  • Making field mandatory dynamically

    HI,
    Can anybody  send sample code for following logic?
    i am having three fields as select options.
    consider
    BSART
    BUKRS
    EBELN
    In selection screen if BUKRS is initial, I want to change EBELN as mandatory.
    else if BUKRS is not initial, EBELN is not mandatory.
    usefulll answers will be rewarded.
    Thanks & Regards,
    Naveen

    Hi,
    try this
    if bukrs is intial.
    if EBELN is initial.
    message e000 with ' enter ebeln value'
    endif.
    endif.
    regards,
    venkatesh

  • How to make a field mandatory in SAP Business one ?

    How to make a text field mandatory in SAP Business one?

    hi nishant,
    check this link
    Making fields mandatory
    To Set Mandatory Fields in Documents
    Jeyakanthan

  • Tab pages

    Hi,
    I've 3 radio buttons(A,B,C) in the form and 3 tab canvases(tab1, tab2, tab3) with 3 tab pages each.. When user select radio button A, then tab1 canvas displays(with corresponding tab pages) and when user select B radio button then tab2(with corresponding tab pages) displays and so on.. one of the requirement is if there is no data then disable those tab pages. I was facing one issue when i was trying to disable the tab pages. if there is no data for all tabe pages for a particular tab canvas then it says -> FRM-41389: Cannot set ENABLED attribute of last enterable tab page. Is there anyway to achieve this? or any advise? or different solution pls? the requirement is to disable the tab pages if no data, i need to achieve this.
    Thanks for your help

    Presumably one page has to be enabled in each tab set. So make sure the topmost page is left enabled and disable the others. Alternatively you could disable the blocks/fields on the tab pages instead.

Maybe you are looking for