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

Similar Messages

  • 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.

  • How to make a field in adobe form noneditable

    how to make a field in adobe form noneditable. like info keys..
    when this form is sent through worflow the receiver shudnt be able make changes to the field value...(I have a form, which has fields prefilled(like pernr employee name) but these fields are in editable able..(i want only some fields to be uneditable not all)
    Edited by: kumar gaurav on Apr 11, 2008 8:04 AM

    Hi,
    You can make fields non-editable at runtime using this code:
    field.access = "readOnly"
    Hope this helps.
    Amit

  • How to make expandable field in pdf forms?

    Does anyone here know how to make expandable field in a PDF form?
    I want the field, originally appear to be a 1-liner, to expands when you put in more text and everything that is underneath the expandable field shifts or moves down.
    pls help.
    Thanks!

    No, LiveCycle Designer is not included in Creative Cloud and is available only for Windows. It was included with the Windows version of Acrobat Pro before Acrobat 11 but is now a separate program and about $300.

  • How to handle Mandatory field in a FORM

    Hi,
    Version - Forms Builder (9.0.4.2.0)
    I just want to know the best practice to handle mandatory field in a FORM.
    Because if we put required property to 'yes' then can we input message there without writing validation in WHEN-VALIDATE-ITEM trigger.
    In one of form I have; cursor couldn't move without entering that form. (even we set to Required property to No) How do this happen.
    rgds
    shabar

    Hello,
    If you want to replace the Forms standard message, you can write an item/block/form level When-Validate-Item, then remove the mandatory property from the item.
    If you let the property to YES, you can write a block-level ON-ERROR trigger to change the message:
    declare
         lv_errcod NUMBER := ERROR_CODE;
    Begin
         if lv_errcod = '40202' Then
              Message('You absotutly HAVE to enter this field');
         else
              Message('err:' || lv_errcod );
         end if ;
    end;Francois

  • How to make Texts field in customer master record as mandatory

    Hello all,
    While creating customer master , I have added few Text ID's and texts using Extras -->Texts option .
    I want to make one of the "text Id"  field  as mandatory while creating customer master.
    Any suggestions?
    Thanks,
    Sre

    Hi,
    Try using T code SHD0.  
    Regards,
    SB

  • 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 a field in custom screen as display field in screen exit

    Hi ,
    I have created a screen exit for CO02 with a field for item text in header level as input field , when value is given and save button is cliked it gets updated in database but the problem is same field shows as input field in CO03 ( display mode ) .
    Code which i have used .
    in PBO
    if sy-tcode = 'CO03'.
    loop at screen .
    if screen-name cs 'SUBSCREEN' or screen-name cs 'RESB-POTX1'.
    ( subscreen - screen name given in screen editor and   resb-potx1 field name given in screen editor )
    SCREEN-INPUT = '0'.
    modify screen.
    endif.
    endloop.
    endif.
    and even i tried in PAI too .....
    if sy-tcode = 'CO01' or sy-tcode = 'CO02'.
    update resb set POTX1 = RESB-POTX1
    where aufnr = i_aufnr.
    elseif sy-tcode = 'CO03'.
    *oop at screen .
    *f screen-name cs 'SUBSCREEN' or screen-name cs 'RESBD-SORTF'.
    SCREEN-INPUT = '0'.
    modify screen.
    endif.
    endloop.
    endif.
    but itshows as input field only ........how to make that custom field as display field in CO03

    HI Andy,
    Try this out.
    FIrst check the sy-dynnr, if it is same as your custom screen number
    in PBO of your custom screen
    if sy-dynnr = 'YOUR_NUMBER' and sy-tcode = 'CS03'.
    loop at screen
    if screen-name = 'YOUR_SCREEN_NAME'
    screen-input = 0.
    modify screen
    endif
    endloop.
    endif.
    if it wont work they try using Tcode SHD0
    Hope this will serve your purpose.
    Regards
    Ramchander Rao.K

  • 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 text field in tabular form as List of value (LOV)

    So the problem is next:
    I should to make field in tabular form as LOV(list of value (combobox)) to load there data form db. Could smb take me an advise how to make it.
    Thanks.

    So thanks, I did it, it works. How now to make next: I selected Id from list and in the next column appears name with ID from DB. so how to make ondemand process i know (thanks to you), but how to get value from LOV that I selected to give it to Dynamic Action.
    Thanks

  • How to set date field in custom form to default to {NOW} plus one year.

    I am developing a subscription site. I have the custom form for inputing a users information. I have the subscribe date set up as a default field of {NOW} that works great.
    Now I need the renewal field to default to exactly one year from the subscribe date.
    Any help would definitely be appreciated.
    thanks in advance

    PHP? http://us2.php.net/manual/en/function.date-modify.php
    Alec Fehl, MCSE, A+, ACE, ACI
    Adobe Community Expert
    AUTHOR:
    Microsoft Office 2007 PowerPoint: Comprehensive Course (Labyrinth
    Publications)
    Welcome to Web Design and HTML (Labyrinth Publications)
    CO-AUTHOR:
    Microsoft Office 2007: Essentials (Labyrinth Publications)
    Computer Concepts and Vista (Labyrinth Publications)
    Mike Meyers' A+ Guide to Managing and Troubleshooting PCs (McGraw-Hill)
    Internet Systems and Applications (EMC Paradigm)

  • How to make a field in a form required when the prior field (a dropdown) has content entered

    I have a table with 15 columns of various questions/topics (year, course number, instructor, etc) and 14 rows of input fields. A couple are dropdown menus, but the rest are just text fields. The client wants (most) of the fields to be required but the amount of rows used will be different for each user. So I'm trying to get each row of fields to only be required if the first field in each row (which is a dropdown) has a selection made (to avoid users from getting a required field error if they only enter say 3 rows of content of the 14 possible rows.) I'm assuming this will be a javascript if/then situation, but have been having trouble finding a similar example via google. thanks!

    Hi,
    You can make fields non-editable at runtime using this code:
    field.access = "readOnly"
    Hope this helps.
    Amit

  • How to make a field Mandatory in a Table view?

    How to make a field Mandatory in a Table view?
    The requirement is, the user should not be able to append a new Row, unless and untill he enteres the data in the column SOLD-TO. Now how do i acheive making this field madatory. Normally in Edit form view, we can go in customizing and flag Mandatory, for table view we don't have this option.
    Please can anyone of you guide me in this approach?
    Jagadish.G

    Hi Jagadish,
    have a look in this thread, part of the code you can use in eh_insert method or logic to write enable/disable insert button.
    Re: Assignment Block Mandatory
    regards
    Ismail
    Edited by: Ismail Shaik on Oct 21, 2009 11:36 AM

  • How to make a field mandatory in billing

    How to make a field mandatory in billing document,if m right with the help of incomplition log but how.....
         plz reply the full configuration.

    Hi Mohan,
    We normally create a billing document with reference any other document say Order or delivery.
    so, all the necessary information in the invoice will be taken from preceeding doucments. Thats way in the order level we check for incompletion log. If any important data is missing in the order level then the succeding documents will not be created.
    Thats way in the billing documents all the necessary information will come automatically either from preceeding documents or from master data.
    Still you want to make any field mandatory, you can do these by modifieing Billing documents user exists,you can make which ever the fields are mandatory and to be checked before saving. so when you are going to save the invoice, it will check if these fields are maintained or not.
    Hope this is clear.
    Reward if helpful.
    Thanks,
    Praveen

  • How to make all fields mandatory in sales order T- code VA01 initial screen

    Dear all,
    how to make all fields mandatory in sales order T- code VA01 initial screen itself
    The fields are
    Sales Organization
    Distribution Channel
    Division
    Sales Office
    Sales Group
    Regards,
    Amar Reddy

    Hi,
    You can use Transaction Variant to achieve this functionality.Please go through the following link which helps you in creating the same.
    [Link|http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation]
    Regards,
    Phani Prasad

Maybe you are looking for

  • Error "ASSIGN_SUBSTRING_NOT_ALLOWED" doing archiving

    Hi  everybody I have an ECC 6.0 SAP System and I m trying to implement an archiving process for the MM_MATBEL object. I am using the SARA transacction --> Basis Customizing --> Cross-Client File Names/Paths I defined a logical file path definition "A

  • Desktop Software crashes when clicking on "Configure Settings"

    Hi, I am a Blackberry newbie having bought my first one yesterday: a Bold 9780. I installed the Desktop Software that came with the CD on my notebook running Windows 7 Professional. When Desktop Software started up after installation, I immediately g

  • Moving files error code -1309

    I am moving files off my desktop and onto an external drive and i keep getting an error code -1309. it happens randomly on some files and not others? any one know what this means and how I can get my files moved? iMac G4 Mac OS 10.4.11 Quicktime 7.5.

  • Authorization header not passed by IIS plugin to WLS

    Is there a way to configure IIS plugin to pass on th Authorization header to WLS ? We aren't using IIS to authenticate but want to extract that information within WLS and authenticate there. Thanks.

  • Imported HD footage separates in many clips!

    When using the SonyHD FX-1 when I set to capture the whole tape it separates the tape into many clips. I believe it makes a separate clip for each time the camera was turned on and off. There is no timecode breaks whatsover and this process is repeat