Making title as non editable for Mail

Hi,
I am sending mail by using FM 'SO_DYNP_OBJECT_SEND'. My need is to make title of the mail as non editable in dialog screen.
How can I do this?
Thanks,
Suchender

Hi Suchender,
         I tried it passing OBJECT_HD_CHANGE-OBJDES = 'test'
                                OBJECT_HD_CHANGE-PRTCT = ' ',
                                  EDIT_TITLE-FLAG = ' '.
          But i was not successful to display as non editable.
          Please let me know if you got the answer.
Thanks,
Dinesh

Similar Messages

  • Make a filed Non-Editable for specific Users

    Hi Experts
    Any Idea How can I make fields of any Table non-editable for a specific Group of Users.
    My Requirement
    I have 4 fields namely, Customer Name, Address, Pincode,City which at time of creation is open to user but once updated and customer is created,  I need to make it non-editable for a specific Group of user.
    Please advice.
    Regards
    Prashant

    Hello Neethu,
    I just wanted to confirm one of the sentence in the above post.
    I feel that the option 2 can also be achieved (Once record is approved and gone through all processes of WF and saved in MDM.Specific users should not modify the record.)
    For this we need to create validation where we need to mention the User
    Just create a Status field and write an expression as
    IF(STATUS FIELD [RECORD]=STATUS[DONE] AND UPDATED BY="USER NAME",FALSE,TRUE)
    for this the automatic execution type property should be set to error.
    Only difficulty is that we need to mention all the users for whome we want to remove the write access once the record is saved.
    Rgds,
    Prasad.

  • How to make a table column block editable for a row and remain non editable for other row based on some condition

    hi ,
    i need help on the below scenario ,
    we have a web dynpro table with different columns, now based on new business requirement  one of the column need to     
    dynamically editable or non editable for different row.
    for ex :
    Field 1
    Field 2 ( Dynamic field )
    Field 3
    Field 4
    Data 11
    Data 12 ( Editable with Drop down   )
    data 13
    data 14
    Data 21
    Data 22 ( Non editable )
    Data 23
    data 24
    Data 31
    data  32 ( Editable with drop down )
    data 33
    data 34
    how to achieve this ? please help on this.
    Thanks in advance
    Thanks
    Manish

    Manish,
    there is no proper way to insert two Cell Editors in a column(except variants), have a look on below scenario, it may help.
    add one more attribute to your table context node for read-only.
    create dropDown as celleditor for table and bind with newly created attribute to read-only property of dropdown.
    before binding data to table, check the condition then mention readonly value abap_true / false.
    @ we can achieve by the use of Variants.
    for ex :
    Data 11
    Data 12 ( Editable with Drop down)
    data 13
    read-only - abap_false
    Data 21
    Data 22 ( Non editable, dropdown )
    Data 23
    read-only - abap_true
    Data 31
    data  32 ( Editable with drop down )
    data 33
    read-only - abap_false

  • Sold to party field should be editable and non-Editable for diff sales org

    Hi,
        in creation of SO,i want SP field should be editable for Domestic sales org and Non Editable for Export sales org.
    please help on this.

    Dear Mohanty,
    In sales order, for domestic sles SP is editable - It is Normal process.
    Non Editable for Export sales org.
    In this how user will enter the sold to party while creating sales order.
    And did you create export customer classification in Sales org rather Distribution channel.
    Regards,
    Mani

  • Making screen fields non-editable in standard SAP screen

    Hi All,
    I have a reuirement. In transaction code CAA2 I have to make the field 'Incoming payment method' (EZAWE) as read only/non-editable. This field is available in table FKKVKP. We can make this field as read only by performing some configuration setting. But this field needs to be disabled based on some validations.
    For example EZAWE field should appear in changable mode when user has the role 'ZDJ: SUPER_USER' assigned to him. If the user does not hold this role the EZAWE fields needs to be disabled.
    One more thing here I don't have to use screen variants for this.
    Thanks,
    Venkat

    >
    Vijay Babu Dudla wrote:
    > Try with Transaction Variants , if there is no exit available to modify the screen dynamically, check the Transaction code SCDO.
    >
    > Search SDN with Transaction Variants
    Hi,
    I think it is SHD0. correct me if am wrong
    Rhea.
    Edited by: rhea on Oct 17, 2008 12:39 PM

  • Making Screen fields Non editable in Migo

    Hi TO ALL,
    In MIGO T-code , aganist oubound delivery under Batch Tab i want to make fields Non editable.
    I am unable to find suitable exit for this,can any body help me regarding this.
    Thanks

    Hi,
    Use Transaction variant (Tcode : SHD0) to make fields display only.
    Regards,
    Ashok.

  • Making the ALV Non Editable on the Fly

    Dear All ,
    I have a one requirement inwhich i want to make the ALV grid Editable or non editable depending on a value of a perticular field in the Internal table.
    Eg. I have one internal table as IT_DATA with fields Customer number , Order NUmber Comments and Status.
    There are 10 records in this internal table out of which 5 has a status as 1 and 5 has a status as 0.
    Now i want to make the field Comments non editable if the value in the status is 1. If it is 0, i want to keep it as Editable.
    Please Suggest ,
    Regards,
    Nikhil Joshi

    Hi
    Try like this
    DATA : it_fieldcat TYPE TABLE OF slis_fieldcat_alv,
              wa_fieldcat TYPE slis_fieldcat_alv.
    if status = 0.
    CLEAR wa_fieldcat.
      wa_fieldcat-fieldname = 'FLD1'.
      wa_fieldcat-coltext = 'Field1.
      wa_fieldcat-edit = 'X'.
      APPEND wa_fieldcat TO it_fieldcat.
    elseif status = 1.
    CLEAR wa_fieldcat.
       wa_fieldcat-fieldname = 'FLD2'.
      wa_fieldcat-coltext = 'Field2.
       APPEND wa_fieldcat TO it_fieldcat.
    then call function module 'REUSE_ALV_GRID_DISPLAY;.
    Thanks & Regards,
    Anagha Deshmukh

  • Making some rows non-editable in ALV grid

    hi
    I am using reuse_alv _grid _display to display the output. I want to make some of the rows non-editable based on some conditions. please help.

    Hi Vijay / Manisha / Murugan
    Is this question answered? The link is presently not working.
    I have a same requirement. I am using reuse_alv _grid _display to display the output. After click on 'Add row'
    button, the alv should add a row in edit mode and remaining all other rows in display mode. Is that possible using reuse_alv _grid _display?
    Any kind of inputs regarding this will be damn damn helpful. Thanks.

  • Making pdf form non-editable after submission

    I created a form for users to fill in and submit by a "Submit by Email" button. The form is being send back as a pdf form in an attachment in an email. After we receive it back and have reviewed it and possibly making changes, we need to save it so the form fields are not able to be changed. How can this simply be done?
    Thanks,
    Chad

    FWIW, if your form does not have to be dynamic (grow, shrink, add fields on the fly), it is often better to create it in Acrobat. It's generally easier to create, easier to program, and will have much fewer backwards compatibility issues. There are a lot of things, such as flattenPages, that are available with Acrobat forms that are not available with XFA forms.
    George

  • COST CENTRE field to made non-editable for a particular ROLE

    Hi all,
      We ar running on SRM 4.0(Classic)..I have a query regarding the COST CENTER field under the node COST ASSIGNEMNT in the item deatils when i add an item to the SC.Here at our place,we have kept the field editable with F4 help only given for a particular role.
    However for other roles,there is no F4 help given for this field.Now i need to make this field 'DISPLAY' for these roles for which the F4 is not given.....
      Can anyone tell me whcih std program i will need to change wherin  for this field i can put up a check as to whcih roles the USER belongs to and based on that info i can make this field display?
      Any help is highly appreciated..Please help.
    BR,
    Disha.

    Hi,
      Any suggestions??
    BR,
    Disha.

  • Making Saved Copies Non-Editable

    I have developed a form that we need to send to customers for them to fill out and send to us to order services. The problem we have been having is that the customer tends to "recycle" saved copies and just change the fields they think are important. Often they end up missing a lot of important stuff and they end up sending us the wrong information. What I would like to do is force the user to save a copy of the original (which is the easy part), but I would also like that saved copy to no longer be editable, forcing the user to open the original copy and start again from scratch for each order. Is what I am asking possible?

    It is hard to protect people from themselves. You have many options.
    1) Have them electronically sign the document, this could make it more difficulty for them to change the content.
    2) Create a form with a send button. The pdf file could then submit their order data to a server or via email to your company. You could save the order data on their computer incase there is an issue, but have the send button script clear the form data when finished. You, of course, would need to send them finished form back to them with an acknowledgement. Of course, what you send back to them would not be editable.
    3) You could probably create a button script locking all of the fields. See Acrobat Scripting forum.

  • Making conditions tab non editable in PO

    Friends
    My requirement is to make the conditions which defaults in the PO from pricing procedure to be greyed out. The conditions adopted from Inforecord in to the PO (i.e.) discounts and Packing and forwarding also needs to be greyed out in PO. Kindly guide me
    Regards
    Arvind

    If you want to enter/display field 'Net price' immediately after enterin
    transaction for specific users, you can define function authorizations
    for buyers (customizing transaction OMET) and set for specific function
    authorizations key value in field 'Field sel.' to value display:
    a) Ta: SPRO:
    MM-> Purchasing -> Purchase Order ->
    Define Screen Layout At Document level
    Let say choose: '$DE1' as Field selection key
    Field Selection Group:Choose Quantity and Price
    Field Label: Set 'Price and price unit' to display
    b) Ta: OMET
    Unchecked the 'Indicator: Enter/change conditions' check box and fill
    in the Field selection key as set previously($DE1).
    c) Ta: SU3
    Then for user in User Profile create parameter EFB with value equal to
    function authorizations key defined in OMET.

  • Ship to party should be editable and Non-Edutable for Diff sales org.

    Hi,
    When i create SO with Refto QT then i want Sold to Party Field should be Edtable for Domestic sales org and non-editable for Export Sales org.
    so pls help me on the same.

    Hi,
    Hi,
    Go to SE16N >> Put table TPAER
    Tick mark to Maintain entry ( If it is display mode put command &SAP_EDIT and enter)
    Maintain sales document procedure TA and partner function SP and execute
    Then remove X from not changeable column and save
    Note : After this you have to block VOPA - Partner determination other wise some one run this t-code then X indicator is reset automatically as it is defaulted by program.
    Kapil

  • SOLAR01 / 02 Administration tab - making 'Plan Data' fields non-editable

    For the SOLAR01 / 02 t-codes, and under the Administration tab, how can one make the 'Plan Data' non-editable for the users. This is required so that the planned data is controlled only by the Admin / Mgmt team and the functional and technical team can update only the 'Actual Data' fields.
    Thanks very much,
    Varun Narula

    Hi Prakhar,
    I would like to create a project plan similar to MS Project with tasks, activities etc. and having planned and actual dates. The ASAP roadmap structure is more suitable for this kind of thing, but it does not provide a tab to add the planned and actual dates.
    The SOLAR01 provides the Admin tab for the planned and actual dates, but it has a constraint that the structure it creates is only 2 levels deep. Besides, I don't want the Org Structure, Master Data and Business Processes sub-folders to appear under each task / activity.
    Any ideas if any of the above can be achieved?
    Regards,
    Varun

  • How to make a field non-Editable in Web UI

    Hello Experts,
    I am new to Web UI CRM 7.2. Could anyone pls guide me in making a field non-editable on Web UI.I have the field in one of the custom assignment block. Could you pls guide me with some sample code how to achieve this ?
    Thanks in advance.

    Hi experts,
    For the component 'ICCMP_EMP_SRCH' there is a view 'BUPAEMPSEARCH' , which has 2 context nodes 'CUSTOMER' AND 'SEARCHEMPLOYEE' , i need to add the field 'NICKNAME' which is part of the 'CUSTOMER' context node on the search screen. Currrently all the fields on the screen screen are from the 'SEARCHEMPLOYEE' context node. when i did the configuration , the 'NICKNAME' field is greyed out . I have already generated the Getter ,Setter , GET_I, GET_M methods for the 'NICKNAME' field and the context node and controller class and context class are all active .
    on debugging the GET_I method, i see that rv_disabled = 'TRUE' and the current = collection_wrapper->get_current( ) is returning empty value .
    for this rv_disabled to be set false , the code below is not triggered since there is no value in current.
    IF current->is_property_readonly(
    'NICKNAME' ) = abap_false. "#EC NOTEXT
    rv_disabled = 'FALSE'.
    ENDIF.
    when i check for other search fields of context node 'SEARCHEMPLOYEE' , all the fields are set to rv_disabled = 'FALSE'.
    can anyone suggest how to approch this. iam i missing any binding between context nodes or any activations ?
    The field properties are set as Input field and the display checkbox is not checked.

Maybe you are looking for