Make a mandatory segment of a flexfield as non mandatory in iprocurement

Hi all,
I have a desc flex field in the requisition header, there are 3 segments and i want to display only two of them. Out of the 3 segments one of them is a mandatory segment, one which i do not want to display. when i display the other two segments and proceed, i get an error saying , there is no value for a required segment. So can anyone let me know how to make that segment as non required, only in self service, but i want it to be a required segment in core application.
Thanks

Hi Nizam,
                   You can check the component 'BT111H_OPPT' view 'BT111H_OPPT/ItemsList ', context node 'BTADMINI' has onclick action implemented for item list in opporrtunity transaction. In the same way you can do the coding.
Hope this helps.
Regards,
Ruby.

Similar Messages

  • How to make a DFF segment mandatory only in one page?

    Hi All,
    We have added a DFF in 2-3 pages. One of the segments in that DFF should be made mandatory only for one particular page. Is there any way to make it mandatory via personalization?
    I can't make it mandatory in DFF settings as it will make the field mandatory in all pages where the DFF is used.
    I m aware that I can extend the controller and check wehther the value has been entered or not. But does anyone have idea whether this can be achieved without any customization?
    Regards,
    Pradeep

    We can achieve this requirement using Java script but this script is fired for every event in the page. You need to carefully choose the event(i.e. when the script should be fired).
    Sample code:
    1. create a rawText item
    2. .in text property of the rawtext item use below sample code
    <SCRIPT>if (document.getElementById("DFFFlex0").value != null) {alert('This field is required');} </SCRIPT>
    // here DFFFlex0 is the ID of the specific DFF segment-Anand

  • How can i create a SP transaction to make Dimension1 Mandatory

    Hi All
    How can i create a SP transaction to make Dimension1 Mandatory
    Best regards
    Rashid

    Dear Rashid,
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(25),                     -- SBO Object Type
    @transaction_type nchar(1),     -- [A]dd, <u>pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                    -- Result (0 for no error)
    declare @error_message nvarchar (200) -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    IF (@object_type = '30' AND @transaction_type= 'A')
    BEGIN
    IF EXISTS (SELECT DocEntry FROM [dbo].[JDT1] WHERE (ProfitCode IS NULL OR ProfitCode = '') AND DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    SELECT @error =1, @error_message = 'Profit Center cannot be blank -Enter Plant Code'
    END
    END
    select @error, @error_message
    END
    Jeyakanthan

  • Make VPRS Mandatory at billing, not at Sale Order

    Hi
    I want to make VPRS mandatory at Billling (VF01)....
    I know that as a std setting. it can be made mandatory from Pricing Procedure in SD.. But that will prevent creation of Sale Order
    What the user wants it it shud allow creation of sale order, but at VF01, it shud hard stop.... So that the user goes and updates the VPRS price in Sale Order by means of "Update/Re-determine Price" Feature in Sale order
    Any ideas?
    Regards
    Ajay

    Hi
    Unfortunately, some postings have happened in Prod client where VPRS posted was zero
    Even, i was of the opinion that if the std cost is Zero @ the time when SO is created, but was released later on and PGI happened based on the released cost, then VPRS shud have been populated in COPA
    Am i missing some thing??
    Regards,
    Ajay

  • How to make it mandatory to enter a value in a collection?

    Is it possible in Wave 7 CLM - Contract Management to make it mandatory for a collection to have at least one record?
    We have created a custom collection and placed it on the Supplier tab of agreements and we would now like to make it mandatory for at least one record to be entered into this collection.
    So far, I have tried setting the UI_override on the field name of one of the fields in the collection to mandatory but that did not work.
    In WYSIWYG for Master Agreements, collections are uneditable.
    I have thought of creating an additional simple hidden field, making that mandatory and then developing a script to copy that field into the first field of the collection, but that seems to be an unnecessarily complex solution.

    Hello Chris,
    I think this can be acheived by writing a script that checks the size of the collection. If the size = 0, then raise an exception. This script can be made to execute On Validate target.
    Hope this helps.
    Thanks
    Devesh

  • Make "division" mandatory in material master !!

    Hi
    I want to make division mandatory while creating material .i.e. in MM01 and MM02 for all material types.
    I go to OMSR and find tht field selection group is 90
    Now I go to OMS9 and make division mandatory.
    But the problem is that it makes all fields mandatory which are in field selection group 90
    How to overcome this issue??
    Any help friends??
    Thank You

    Dear Aditi,
    please follow below steps :
    1) OMSR
    2) select 90 field group
    3) click on green arrow
    4) You will find field selection group of 90. i.e. field ref , hide,display,reqd entry,opt entry.
    5) select mm01 line and mm02 line
    6) select radio button on reqd entry.
    7) save.
    Vijay.
    Maharashtra.

  • How to make attachment mandatory in E-Separation ?

    How to make attachment mandatory in E-Separation in ESS screen while submitting the resignation?

    Hello,
    Apologies for delayed response. Please find the below steps :
    1) Extend ReviewCO (pkg - oracle.apps.per.selfservice.review.webui.ReviewCO)
    2) In PFR – check button event is Submit then call function ( that check whether doc is attached or not )
    3) Funtion returns True and False. If false display message.
    Pls. let me know if you need any more information.
    Thanks,
    Sudhakar

  • Help Desk - make fields mandatory and sub catagories

    Is there a way to make fields mandatory (not in the portal) but on the ticket?
    Also, when creating custom attributes, is there a way to make a 'sub attribute' show up based on another attribute?
    thanks!
    This topic first appeared in the Spiceworks Community

    Hello Alex,
    To add a message, you can modify the EH_ONSAVE method of the controller class.
    For a sample code, please see below.
    I hope this helps.
    Kind regards,
    Kristoff.
    data: lv_entity         TYPE REF TO cl_crm_bol_entity,
            lv_coll             TYPE REF TO if_bol_entity_col,
            lv_current        TYPE REF TO if_bol_bo_property_access,
            lv_country          TYPE string,
    Address Data
    *navigate down to Address
        try.
          lv_coll = lv_entity->get_related_entities(
                   iv_relation_name = 'BuilStandardAddressRel' ).
          lv_current = lv_coll->get_current( ).
          catch CX_CRM_GENIL_MODEL_ERROR.
        endtry.
        if lv_current is not bound.
          return.
        endif.
        lv_entity ?= lv_current.
        lv_country = lv_entity->IF_BOL_BO_PROPERTY_ACCESS~GET_PROPERTY_AS_STRING( 'COUNTRY' ).
        IF lv_country IS INITIAL.
              lv_msgsrv->add_message( iv_msg_type = 'E' iv_msg_id = 'Z_CRM_IC' iv_msg_number = '001' ).
              lv_input_nok = 'X'.
        ENDIF.

  • How to make it mandatory for a call off order to reference a contract.

    Hi,
    How do I make it mandatory for my call-off orders to reference contracts?
    Thanks.

    Hi,
    Make the field: "Outline Agreement" in the field selection group assigned to your calloff PO document type.
    Umakanth R

  • How ot make classifications mandatory in service order

    Hi,
    We are using classifications configured through category modeler in interaction center for service orders. How can we make classifications mandatory for the service orders. We are using SAP CRM 7.0.
    Thanks
    Dan

    Hi.
    The fields are on the service order details screen?
    If so, you may set each of the categorization fields as required using the UI configuration tool.
    Regards.

  • How to make hdiutil create segmented images?

    The problem: I need to make an image of my data on a UFS formatted drive. The folder is 16 Gb. The image file size is limited to 4Gb. I need to make hdiutil make an image segmented into parts less than 4 Gb, but when I give option -segmentSize 4Gb I get an error: -segmentSize ignored since -srcdevice not specified. Well, formally it's a warning, because hdiutil proceeds to create an unsegmented image and cr@ps out at 4 Gb.
    I can't image the whole device - I don't have enough space. What can I do?
    Vladimir

    Hi Vladimir,
       You can extract the tarball pieces by putting them together with the "cat" command and using "tar" to unpack that. The inverse of Andy's command is:
    cat image-tgz* | tar -zxf - <dir>
    The "-z" option of "tar" does the same thing as using gzip in the middle of the pipe and can be used in creating the pieces as well. A word of warning: I used GNU's textutils in testing this. I believe that Apple BSD versions of split and cat are the same and they should certainly work together similarly but I haven't tested that yet.
       I don't believe that hdiutil reads and writes to STDIN the way UNIX tools do. You might be able to use named pipes to "fool" hdiutil into "believing" that it's working with files.
    Gary
    ~~~~
       In matters of principle, stand like a rock;
       in matters of taste, swim with the current.
             -- Thomas Jefferson

  • How can I make the line segment tool repeat several times?

    How can I make the line segment tool repeat several times?

    If this is what you want, hold the ~ key on your keyboard while dragging with the tool.
    If you want spaced copies of the completed line, use the Transform Effects from the Effects menu.

  • Make attachment mandatory in IExpense page by using workflow

    Hi All,
    I have one requirement in which need to make attachment mandatory in IExpense page.
    how do I achieve that. Which process or function,packge do I need to modify to complete the requirement.
    Please Guide.
    Thanks,
    Priyanka

    Hi,
    Take the help of ABPer to get solution for your requirement.  before posting PR try to check document is attached or not with BADI "ME_REQ_POSTED".
    May be this will help you...
    Thanks...

  • How to create stock in Make to order and make to stock segments?

    Hi,
    Could u please tell me how How to create stock in Make to order and make to stock segments?
    Regards,
    AS

    Hi,
    If you are processing production order, use tcode MB31with mvt type 101, system will create stock. This method is same for both make to order and make to stock scenarios.
    For initial stock upload you can use 501 or 561 mvt for make to stock and for Make to order use same mvt typt with special indicator E.
    Regards,
    Dharma

  • How to make fields mandatory in cost center

    Hi Sap Experts,
    How to make fields mandatory in cost center.
    Please give me advise.
    Regards,
    Raj

    If you want to make "Profit Center" field as mandatory, then OBA5 transaction code
    Application Area - KS
    Number 096
    make this as error for online and batch input. Then profit center will become mandatory.

Maybe you are looking for

  • IMac G4 will not start up from OS disk to upgrade

    I am trying to upgrade the OS in a G4 iMac, the OS disk is recognized, am asked to restart, but it will not restart from the OS 10.5 disk.

  • Help: Using templates with Library items

    Hey there dreamweaver users Just a quick question it might sound dumb but im new to the dreamweaver world and would be greatful if you could answer this question i have. I have made a template for my site and i wish to update all the child pages with

  • Registration Page is wrong?

    the code on the registration is: date -u +%VLinux|sha256sum|sed 's/\w//g' that always resulting: it should be date -u +%VLinux|sha256sum|sed 's/\W//g'

  • Re install acrobat 9

    Hi, I have purchased Adobe Acrobat 9 and have the serial # for re-install, however after downloading Acrobat 9 it says that my serial # is invalid. What am i doing wrong? Should i install the trial version and update from there?

  • Http debugging of page layout

    hi all I am able to do http debugging for onCreate event after that cursor move to layout page, but from here i am not able to further processing bloc like onInputprocessing or onInitialization bloc . I have set the breakpoint also in respective even