How doset the Field as mandatory at UI Level

Hi all,
How do set the field as mandatory at UI Level.
Thanks in advance
C.Karukkuvel

Hi Pedja,
Thanks.Working fine.
Regards
C.Karukkuvel

Similar Messages

  • How does the field CCSOFTLOCK in T000 Table get Updated ?

    Hello Experts !
    I would like to know how does the field CCSOFTLOCK in Table T000 Get updated ?
    I tried all fields in SCC4 for a client but none of my change updates CCSOFTLOCK .
    The Data Element Description says   Client control: Soft Lock Required (Planned for 4.0)
    What does this Planned for 4.0 Indicate. We are in ECC5.0.System.
    Regards,
    Mithun Shetty

    Hi Mithun,
    Can you check if Note "1047952 - SCC4: Client settings with enhanced security options "is  applied to your system.
    as per it , you can put additional restrtictions for modifying SCC4 (table T000) fields ,a BadI will be checked additionally.
    15. Parameter : CCCOPYLOCK_VAL_DEFAULT
           Type      : Exporting
           Pass Value : Check
           Optional  : Space
           Associated type: TYPE
           Reference Type : CCSOFTLOCK
    Regards,

  • How does the field ABGRU-Reason for Rejection get populated in routines

    Hi All,
    How does the field ABGRU-Reason for Rejection get populated in routines(VOFM)?
    BELNR,KPOSN,etc...fields are populated through KOMK and KOMP structures, similar way what structure is used for ABGRU?
    by the time the control from VA01 comes to routine the values of VBAK and VBAP are cleared, so these structures like KOMP and KOMK are used.
    Thanks in advance.

    You need to add rejection reason field ABGRU as a new field to pricing field catalog (KOMG structure) through APPEND structure KOMPAZ. KOMG inherits new fields from KOMKAZ (for header level fields) or KOMPAZ (for item level fields) structures and it is not directly modified but through KOMKAZ and KOMPAZ structures
    Since VBAP-ABGRU can vary from item to item, add it to item pricing communication structure KOMPAZ in SE11. Once KOMPAZ is added with new ABGRU field and activated it will automatically appear in pricing field catalog (KOMG)
    Afterwards the ABGRU field will then start to appear in the field catalog where you can create condition table (V/03) including the ABGRU as a field. Once done the rest is assigning the condition table to access sequence which is in turn assigned to the relevant condition type that you want to price based on partner function (all under IMG -> SD -> Basic functions -> Pricing -> Pricing control)
    In the pricing user exit userexit_pricing_prepare_tkomp in include MV45AFZZ, you will need a few lines of coding to fetch VBAP-ABGRU for the item and pass it to tkomp-abrug field. This will then be used by system to read the new condition table that you created.
    tkomp-abgru= xvbap-abgru
    So if you populate special pricing based on ABGRU (with possibly other conditions) in the condition table then that condition record will be read for the corresponding condition type.
    You would of course need a developer to modify KOMPAZ structure and code the user exit for moving the rejection reason to tkomp
    That is in short how you can achieve this

  • How to make the field as mandatory in module pool program.

    Hi Experts,
    Could you please advice me in making a screen field as mandatory input field in module pool programming.
    Thanks in advance.

    Or you could add a check in a PAI module to check if there is some value, if not give error message.
    module check_value.
      if lv_value is initial.
        message e001(00) with 'Enter a value'.
      endif.
    endmodule
    In the PAI screen flow logic...
    Process after input.
    field lv_value module check_value.
    Regards,
    Rich Heilman

  • How to keep field as mandatory in function module

    I have one field in import parameter can you please suggest how to keep it as mandatory
    Thnx

    In IMPORT parameter tab you have one checkbox OPTIONAL, if you check it that field will be optional otherwise it is mandatory.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • How to set field as Mandatory

    Hi,
    I want to set a field as mandatory. It we didn't give any data in a field and save it should not accept the null value how to set it.
    Regards,
    Madhavi

    Hi David,
    I wrote that code but the error comes where  oSBO and  bmt_Short comes. What should i do for that.
    And i gave a code for combo Mandatory
    Dim oForm2 As SAPbouiCOM.Form
                            Dim oCombo As SAPbouiCOM.ComboBox
                            oForm2 = SBO_Application.Forms.Item(pVal.FormUID)
                            oCombo = oForm2.Items.Item("cbocate").Specific
                            If oCombo.Selected.Value = "" Or oCombo.Selected.Value = Nothing Then
                                BubbleEvent = False
                                oCombo.Active = True
                                SBO_Application.SetStatusBarMessage("Category Code should not be left blank")
                            End If
    Its working but an error come 'Object Reference Not added to the Instance of an Object'
    But the same code is working for EditText without any error

  • HOW TO SPECIFY FIELD AS MANDATORY IN D3L

    hi
    i know that in dtd we can mention a field is mandatory or not.How can we do the same in D3L.
    actual requirement is a field in a text file is mandatory.If i import dtd (with filed specified as mandatory) in to istudio to define common view ,it should be fine.But i like to know if there is any way to define a field as a mandatory field in D3L?..
    Please reply as soon as possible.
    Thanks

    In IMPORT parameter tab you have one checkbox OPTIONAL, if you check it that field will be optional otherwise it is mandatory.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Assigning the field as mandatory in ChaRM

    Hi,
    could u please tell me how can I assign one particular field as mandatory? Say, I want the CAB field to be mandatory. In standard scenario, you dont need to fill the CAB field. If I want that to become a mandatory field, what all the configuration I need to do?
    Please advice.
    Rajeev.

    Hi
    There are 2 ways
    with configuration
    you can goto partner determination and for the CAB make the mininmum field as "1" ......this make it mandatory
    the user will get a error message in the error button but they can proceed further.
    with coding
    If you want to have a pop up then you need to go for coding BADI for your transaction type ...and you will get a pop that unless CAB is entered users can't proceed
    Hope it clarifies.
    Regards
    Prakhar

  • Help reqd for coding to assign the  field as mandatory.

    HI all,
    I got the user exit and also assigned the component as "EXIT_SAPLMRIM_002"..im now here to create a code under the include program of "ZM08U09"....for to make the amount field as mandatory(obligatory)..with some pop-up message...
    how to do that....
    Do u people have any experience on this...pls post ur comments on urgent basis.
    thanks & regards
    sankar.

    Hi Sriram.P
    thanks for ur prompt reply
    ...but actually,my problem is...i dont know the exact table for miro (invfp-wrbtr showing in the screen)....i've already prepared some coding but the table i've mentioned is not the correct one...
    Do u know the table for Incoming invoices records (MIRO)
    thanks & regards
    sankar.

  • Want to Make the field as Mandatory in Forms

    Hi All
    I need to make the field "Task Number" of Project ->Events screen as mandatory.
    Please advice me how i can achive this custom.pll ?
    Regards
    Rajkumar

    Since we are using 11.5.9 , we cannot do the personalization.So i would like to do this thru custom.pll
    So i am going to try this code
    IF form_name = '<name of form>'
    THEN
    IF event_name = 'WHEN-NEW-FORM-INSTANCE'
    THEN
    app_item_property2.set_property(
    '<name of block>.<name of item>'
    , REQUIRED
    , PROPERTY_ON
    END IF;
    END IF;
    But i couldnt open the custom.pll from the client machine where forms installed thru 'apps user".
    It says "PDE - PLI018 Couldnot find library SCSFIN". So i copied the SCSFIN and FNDSQF files in client machine and opened the FNDSQF FIle successfully.
    After i tried to open the SCSFIN.pll, it is saying "PDE - PLI018 Couldnot find library FNDSQF"
    Please help me with this error.
    Regards
    Rajkumar

  • How is the field ValStockValue updated in the table S032

    Hi,
    For a material ValStockValue (S032-WBWBEST) has a negative quantity.
    The concerned material has standard price control and there is unrestricted stock.
    Could you please let me know how is this field calculated.
    Regards
    Deepak

    have a look into OSS Note 195158 - Copy S032 is updated incorrectly

  • How can the field 'Volume Rebate Group (Bonus)' be updated in sales doc.

    Hi
    I have changed the field 'volume rebate group' (BONUS) in the material master,
    Old value 99 - new value 01
    But when I bill an order which was entered before the change in material master
    the old value 99 is used - and consequently the rebate agreement is wrong.
    I am using the old update.
    I really appreciate your kind help.
    Best Regards
    Carina Grand

    Hi Carina,
    Unfortunatelly the Rebate volume group (BONUS) is stored already in VBAP table (field VBPA-BONUS) and is not availalbe on any of the screens for user modification. So you have following option:
    1. update the field directly in VBAP table on DB creating custom program - this will work only if the billing doc has not been created for a sales order, otherwise you need to update the VBRP-BONUS field as well.
    2. reject the sales order items with incorrect Rebate volume group field and create new items with the same material, qty and pricing conditions - requires more effort, but in line with standard. This will not work for already billed items.
    Regards,
    Marcin

  • Subject: How menage the field "Srv.-based inv. ver." in create vendor MK01

    Hello,
    I need to set the field 'Srv.-based inv. ver.' optional during the creation of a vendor.
    In the Status Group of the vendor the field is set to optional, but it still remains
    invisible.
    I thank you in advace.                                              Regards,
                                                                                  Paolo.

    Hi Paolo,
    01. Use Tcode OMSG
    02.Select the account group with which u create the vendor(in MK01)
    03.Go to field status sub screen
    04.Click on purchasing data
    05.You will get a new screen, there again click on purchasing data
    06.Go to page no. 3 by using page down
    07.In page No.3, change the radio button to "Opt entry". Save the change.
    Now try again and let us know. All the best.
    Regards,
    Rams

  • How configure the credit limit at sales order level

    Hi
    how can i configure the credit limit at sales order level..
    ex: when i create sales order ... if exceeds the sales order value to  credit limit value ...sysyem does not accept to save this sales order ...is it possible...pls help me in this issue
    regards
    sesidhar

    Hiiiii
    It is very much possible in SAP
    first you have to create credit control area
    then assign your company code to your credit control area
    then create your customer and assign credit control area in billing tab (for that u have to activate credit control area for your transaction by OB20)
    Then go to t-code VOA8
    assing credit check to your sales document type
    create credit control area automatic with your credit control area.
    Regards
    Shambhu Sarkar

  • How to the field dynmaically in UI

    Hi Gurus,
    I got a requirement where in which ,when the user chooses the particular leave type......
    Say Half day sickness......Duration of the leave should be half of the work schedule which is allocated for the particular employee..(This information has to get from backend using Adaptive RFC model) using bapi.
    Once the user choose half day sickness (leave option from the drop down)Duration From ....To....... (field) has to be hide from UI .....
    and It has to freeze the value of Duration is (half of the work schedule which is allocated for the particular employee in the backend R/3)..........
    Can anyone pls tell me how to hide the Duration From.... To.....Field dynamically once the user chooses the Half Day Sickness leave option..........
    Please give me step by step approach to acheive this solution........
    Higher points will be rewarded for the useful inputs.....
    Thanks in Advance,
    Dharani

    Hi,
    Can anyone pls tell me how to hide the Duration From.... To.....Field dynamically once the user chooses the Half Day Sickness leave option..........
    To acheive the above
    Create a context attribute lets say durationVisibility of type com.sap.ide.webdynpro.uielementdefinitions.Visibility
    bind this attribute to the "visible" property of your Duration From.. To fields.
    Initially set this to visible
    public void wdDoInit()
        //@@begin wdDoInit()
           wdContext.currentContextElement().setLeaveVisibility(WDVisibility.VISIBLE);
      //@@end
    In the action handler of the halfday sickness do the following
    wdContext.currentContextElement().setLeaveVisibility(WDVisibility.NONE);
    Regards
    Ayyapparaj

Maybe you are looking for

  • Decimal places for unit of measure

    Dear All , If i change the Decimal Places for rounding in Customizing for Unit of measure ( CUNI tcode) for KG as 6 from 3 whether it will calculate with the 6 decimal places like 0.004756 ( earlier with 3 decimal places it will calculate any multipl

  • Date time picker script does not look right when calender pops up

    When I use this script in my header, my date time picker does not look right.  The pop up calender works but the layout is off,  here is the code I am adding to my header: <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstr

  • How to create Links help

    A question I should know the answer to but it has slipped my mind. I select a group of words and make a link.  Say the words selected is a name.  I go ahead and make a link.  In use this updates the browser window I am in. How do I instead create a n

  • Tiles and run-time expressions

    I use an in-house developed library similar to Struts Tiles. Consider this line <put name='header' value='header.jsp'/>. At run-time it will send header.jsp to web browser. I need to select a specific .jsp using a flag like <put name='header' value='

  • Security for Internal WLAN

    I'm trying to figure out the best way to set up authentication on my WLAN for my internal users. I want to use certificates but I'm not exactly sure what layer 2, layer 3 and AAA settings I need to configure for certificates. If I do certificate auth