Make LIKP-KODAT   from VL02N non editable

Hi gurus i want to make the field LIKP-KODAT from  transaction VL02N in header data in processing tab.
is any way to make this by the spro transaction? is there any way to code this, because it is a subscreen, so i cant loop at screen for acces to the subscreen?.
Thanks.

thanks a lot i use sdh0

Similar Messages

  • LIKP-KODAT from  transaction VL02N in header data in processing tab non edi

    Hi gurus i want to make the field LIKP-KODAT from  transaction VL02N in header data in processing tab.
    is any way to make this by the spro transaction?
    Thanks.

    Hi,,
    what do you want to do with the meitoned field?? you did not mention that..
    SB

  • How to make the message choice as non-editable thru personalization

    Hi,
    I have one requirement to make the messageChoice field as non-editable, how to do this thru personalization for particular page.
    because the same region available in some other pages also, so i need to do only for that page.
    How to do?
    Thanks in advance,
    SAN

    Hi Shanthi,
    If you want to make some rows editable and some as read-only, then the best thing to do is use an iterator. It is basically a class that implements interface IF_HTMLB_TABLEVIEW_ITERATOR and allows you to change properties of each cell of your table. You can do the following:
    1. Create an iterator class that implements this interface.
    2. Code method RENDER_CELL_START( ) to set all elements of a given row as read-only or editable as required.
    3. Leave other two methods empty but do activate them.
    4. Declare a public reference in your view implementation class of same type as this iterator class.
    5. Pass this iterator class to 'iterator' attribute of your <chtmlb:configTable> in view htm.
    In the iterator class, you also need to access your table node to decide which rows to make editable and which row to make readonly. To do this, you can declare an attribute in this class of type CL_BSP_WD_CONTEXT_NODE_TV and instantiate it from the CONSTRUCTOR. And you can instantiate this iterator class from DO_VIEW_INIT_ON_ACTIVATION( ) of your view controller.
    Regards,
    Shiromani

  • Textfields in advanced search from LOV non-editable

    I have a LOV where the textfields in advanced search are always non-editable. When I look into the LOV JSP page, maxlength of the textfields is 0.
    One of the textfields uses following attribute:
    in EntityObject: attribute "Kuerzel", type "String" (database datatype VARCHAR2(10))
    in ViewObject: attribute "DspKuerzel"
    in the JHeadstart ADF BC Property Editor from EntityObject and ViewObject the Setting "maximum length" of the attribute is not set (no entry). Jheadstart help says that when maximum length is set to 0 then the corresponding textfield is non-editable. But here it is not set. Is there a solution to this problem?

    If you send a testcase to [email protected] and rename extension .zip to .zipped we can investigate why the maximum length is not generated correctly in your situation.
    Steven Davelaar,
    JHeadstart Team.

  • How to make a cell readonly or non editable? Matrix

    Hello foristas, I can leave a cell of a matrix in mode readonly. 
    to the moment to make click it doesn't allow it to me. 
    will I have to draw the matrix cell for cell? and to pass him the value 
    Thank you.
    Jorge

    Change the question.
    thanks

  • Make rows as non editable in ALV

    Hi Experts,
    I have a standard ALV table where records are fetched from backend table. Here I have a field Approved as check box.
    My requirement is I need to make all the rows as non editable, if the Approved checkbox is checked. How can I achieve this.
    I went through the below discussion, but still am not clear of how to achieve it.
    How to set some rows in ALV to be editable or some non editable.
    I know to set a field as non editable in WD, but don't know how to set some specific rows as non editable in alv.
    Please help me.
    With Regards,
    Ramakrishnan M

    Hi,
    Create an Attribute in the Context say READ_ONLY of type wdy_boolean and bind the read only of cell editor to that attribute using set_read_only_fieldname( ) method. Then set the value of attribute READ_ONLY to abap_true/abap_false based on check box value.
    check this wiki for reference: How to edit conditionally row of a ALV table in Web Dynpro for ABAP - Web Dynpro ABAP - SCN Wiki
    Hope this helps u,
    Regards,
    Kiran

  • Tax code to make non-editable after GRN against PO

    Dear All,
    I want to make tax code non-editable in PO after GRN is done against the LIne item.
    Are there settings or User exit to do to make tax code non-editable?
    Regards,
    Rakesh

    thanx for reply.
    But the requirement is to make Tax code in PO non-editable after GRN (we don,t have CIN implemented.),
    What happening is after GRn if tax ocde is changed in print preview the total or tax value is showing as per new/changed tax code. Also same tax code picked up in MIRO.
    I want to avoid that.
    Regards,
    Rakesh

  • 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 field in non Editable mode

    Hi All:
    Now i created one form through wizard method this consists of following details
    Table name:T1
    Fields:No,Name
    here my requirement is how to make this "No" field in non editable mode after the insertion of the first record.

    You can make it a display item, you can disable the item, or you can set the update property to No. See the set_item_property in the Help documentation.

  • How do I save a PDF as non-editable?

    I have a form that I filled out with Adobe Professional 7.0. What options do I select to make sure it saves as non-editable? Thanks for any help.

    Hey David, add some security to it. You can even keep people from printing it if you want to, or even need a password to open it.
    J.R.

  • Text editor control to be made non-editable

    Hello Experts,
    Need a small help from you people.
    I need to make a text editor control  non-editable,i n a sub-screen; depending upon the value of a field on the main screen. Can you please let me know of the easiest way out with this?
    Thanks in advance,
    Kumud.

    HI,
    You can write a code in PAI of main screen. there by using loop at screen you can make that field editable or disabled.
    Code sample:
    loop at screen.
    ****condition for value check
    if screen-name = 'TEXT_EDIT_NAME'
    screen-output = 1.
    screen-input = 0.
    modify screen.
    endif.
    endloop.
    Hope this will help you.

  • Sorting edited versus non-edited images

    Hi,
    I'm working through horribly-unorganized iphoto and aperture libraries on three computers, trying to create one "master" library that contains all of my images (probably around 22,000 different images in all).  I've found a good way to combine the iphoto libraries but not a terribly efficient way to bringing the aperture images into iphoto (that's where my master library will reside).
    What I finally settled on was to export the RAW images from aperture into a folder, then import to iphoto.  That works great, but then I lose all of my post-processing.  I haven't worked on all the images, so I thought it would be great to make a folder with just the edited images, then export those to iphoto. But I can't figure out how to separate the edited from the non-edited images.  There may be a completely simple way to do this, but I just can't find it.
    Can anyone provide advice on how to distinguish/separate edited images from those that haven't been touched?  In large quantity, so I can't just flip through image-by-image to figure it out.  Help is greatly appreciated.  (And for all future work, I promise to keep things better organized!   22,000 images snuck up on me quickly!)
    Thanks,
    Janine

    Hi Janine,
    With the most recent updates of iPhoto and Aperture, there is no reason to "bring the Aperture images into iPhoto".  The two programs' Libraries have the same file format.  You can open any Library in either program.
    See this page for information on how to merge your Libraries into one:
    How to use Aperture to merge iPhoto libraries
    I suggest merging everything, and then using Aperture to weed and prune your collection, and to lay out new flower beds.
    You can easily filter in Aperture for Images that have adjustments applied.  Use the filter Rule "Adjustments" set to "Are applied".  Add the Rule to the Filter HUD if it's not there.
    Good luck.  As you know, setting up a good import and processing workflow is the only way to avoid getting swamped by your productivity.

  • Making particular rows as non editable before displaying the TABLE

    Hi everyone,
                               I would like to know how to make a particular rows as non editable in UI element "TABLE" before it is displayed . The scenario is :
    On entering the Personnel number, I am getting family dependants in the table. Then, I am selecting any of the family members on some condition and saving each member with the request.
    Next time when i enter the same personnel number, I would like to show the table with already saved request for the family members rows as non editable & other members row as editable.????
    Please provide a feasible solution.

    Hi Pradeep,
    follow as per suggested. if not work use cell variants concept. it will work.
    Please check this wiki...
    http://wiki.sdn.sap.com/wiki/display/WDABAP/WebDynproforABAPCellVariants
    Cheers,
    Kris.

  • Making the whole po line item as a non editable one (Greyed out)

    Hi all
    can any one please let me know is there is any way we can grey out the whole line item,
    i mean to say non editable mode.
    i am working on a user exit where based on certain field entries i have to make the whole line
    item as an non editable one.
    For example po change transaction if there are 5 line items i want to make the three as a non editable one and i have a user exit
    with me but dont have the idea of how to make it geryed out.
    Thanks in advance.
    Joe

    Hi
    Do you have a PO release strategy implemented. This can be done through PO release strategy. please tell  the exact requirement whether this is for all users ???
    hope it will help
    Regards

  • Acrobat Pro 9 Mac**Making a pdf fill-out form non-editable when it is completed.

    HELP!!
    If anyone out there can help me I would greatly appreciate it.
    I see the forums are with LifeCycle but I need direction for the mac version of acrobat pro.
    I am creating a fill-out pdf form for distribution. I would like the person who receives the fill out form to complete the form,
    and click a "lock all fields" button or "form completed" button that will make all form fields lock/ non editable when emailed back to me.
    Where would I put this script? Can someone give me step by step direction for this button?
    I am a novice to this. I don't know how to run a javascript for the button or what is needed to get this completed.
    Can someone please help me.
    Thank you so much-
    Katy

    Maybe this will do the trick...
    http://forums.adobe.com/message/3813078#3813078#3813078

Maybe you are looking for

  • When using tokens in workflows, notify is not working

    I have created a token to add the business manager. <$wfAddUser(xvg_busconname, "user")$> With this, I now am thinking that whatever username is in the custom metadata fields vg_busconname will be used for my notification. Next, I create a workflow t

  • Help with Patch 20485724 - Oracle Grid Infrastructure Patch Set Update 12.1.0.2.3 (Apr2015)

    Two issues. First, the readme for 20485724 states need OPatch 12.1.0.1.6 or greater.  After installing OPatch 12.1.0.1.7, there is no opatchauto in the OPatch directory that was unzipped.  Cannot apply patch without opatchauto. Second, attempted to a

  • Hidden files

    In Windows Explorer I can see a TIF file. The file properties are set to show the file. It is not a hidden file. However, the file does not appear in Bridge CS4. In Bridge "View | Show Hidden Files" is selected. The cache has been purged and then reb

  • InDesign CS2 keeps unexpectedly quitting. Running Mac OS 10.5.8

    Please Help! In calling customer support, this is where I am directed. The problem has been slowly coming on... when I open a document, after working on it awhile, InDesign will "Unexpectedly Quit". Now, I cannot even get a document to open before it

  • Binary tree find 2nd smallest

    Hi, What's a good approach to find the second smallest element in a tree given its root? find2ndSmallest(BinaryTreeNode root). root.left, root.right, root.element thanks!