Change the content of a field for a record in table

Dear guru ,
i know that there is chance to change the content of a field for a record in table using SE16 for the table involved and debugging.
Can you explain me the flow to run this ?
Thanks.

>
CONS  SAP wrote:
> Dear guru ,
> i know that there is chance to change the content of a field for a record in table using SE16 for the table involved and debugging.
> Can you explain me the flow to run this ?
> Thanks.
Hi CONS SAP,
You can use se16n transaction. This is very user friendly trnasaction. You may use it like this:
1) Start transaction SE16n.
2) Type the table name and press ENTER.
3) Type the string "&sap_edit" into the command line and press Enter.
4) Enter your selection criteria and press F8.
Now you can easily change/delete/add the lines you want and then save.
All Changes are recorded in the tables SE16N_CD_DATA and SE16N_CD_KEY.
But I would request you to keep in mind the suggestions from Vijay Babu Dudla
>
Vijay Babu Dudla wrote:
> if you are trying on some test table then it is ok. but don't update any transactional data like that. it is not good practice.
>
Many regards,
Ravi.

Similar Messages

  • Changing the readOnly attribute of fields in a JHeadstart generated table

    Hey Folks,
    I'm trying to set the readOnly attribute on a bunch of fields in a jheadstart generated uix table based on a http request param, using a <boundAttribute>. For some strange reason, the value of the param is ALWAYS seen as true within the table, no matter what the param actually is set to. I have other fields that are NOT part of the Jheadstart generated table, and it is working fine. However, when I try and apply the boundAttribute to the uix table, the readonly attribute is always seen as true. Why is this? Wouldn't the http request param be the same throughout the page no matter if it was in a uix generated table or not? What am I doing wrong? I'm using Jdev 10.1.2 and Jheadstart 10.1.2.2, using struts/uix.
    Thanks!

    Sure. First, note that this page submit to itself. Previewmode is a request param that gets toggled to true or false each time the page loads through a seperate boundAttribute.
    Here is the code for one of the fields on the uix table:
    <messageTextInput id="${ui:concat('DetailsInClaim:ProcRevDrug:',uix.current.tableIndex)}"
    model="${uix.current.ResubmitProcRevDrug}"
    text="${uix.current.ResubmitProcRevDrug}"
    name="ProcRevDrug"
    promptAndAccessKey="&amp;Procedure / Revenue"
    rows="1"
    maximumLength="12"
    columns="5">
    <boundAttribute name="readOnly">
    <if>
    <not>
    <comparison type="equals">
    <convert javaType="string">
    <dataObject default="${!param.previewMode}"/>
    </convert>
    <fixed text="true"/>
    </comparison>
    </not>
    <fixed text="true"/>
    <fixed text="false"/>
    </if>
    </boundAttribute>
    </messageTextInput>
    However, our consultant figured out that applying the value of ${param.previewMode} directly to the readOnly attribute WITHOUT using a bound attribute actually worked. (within the messageTextInput tag do readOnly="${param.previewMode}"
    Not sure why that would work as when a <boundAttribute> would not.

  • How to change the content of GTC (terms and conditions) for Partner

    Hi all,
         We are using R/3 version of ISA B2B site. while creating order thru Shopping Basket we have requirement that We need to provide GTC (General Terms and Condions) for the Partner (View GTC link ).  Right now some default text is displayed in that window (text text text ext text text text text text like that). we need to change this.
    where i can change this text and enter our own terms and conditions.
    Please help me to resolve this,
    thanks in advance
    siva kumar

    Hi Siva,
    the GTC is shown in the JSP b2c/order/terms_and_conditions.jsp. If you have a look at the file, you will find the following code:
    <isa:translate key="b2c.order.termsAndConds.txt.dmy"/>
    The translate tag will render the language dependant text for the resource key "b2c.order.termsAndConds.txt.dmy". To change the content that is shown you can change the resource text or create your own resource key in the corresponding resource file. The resource files are located in the src-folder of the web application DC.
    Best Regards,
    Peter Kraus
    SAP Web Channel Consultant
    http://www.leonardo-it.com

  • How to change the Content-Transfer-Encoding for the fmddataa.fmd from base

    Dear all,
       When I using this SO_DOCUMENT_REPOSITORY_MANAGERto send email,I find the fmddata.fmd  file have been changed  to binary file attachment. I don't hope so.any one have good idea to avoid this case occur?
      Can you tell me how to change the Content-Transfer-Encoding for the fmddata.fmd from base64 to quoted-printable.  The quoted-printable is the Content-Transfer-Encoding for text file with extension .txt
    Best Regards,
    Merry

    Thank you

  • Why can't I change the content for some songs when I click the Get Info button?

    Why can't I change the content for some songs when I click the Get Info button?  The information on the song, artist, genre is grayed out and will not allow me to alter the information.

    Hi htechadmin,
    Revcevied your PM and noted all details, Many Thanks.
    Getting this addressed by the team, either they will reply to you, here, or they shall email Or Call you.
    Regards,
    LP

  • Itune display "is waiting for the application to change the content"

    I don't now why my itune display "is waiting for the application to change the content"??

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site
    Restore from backup. See:
    iOS: How to back up
    Restore to factory settings/new iPod

  • Is waiting for the application to change the content ???

    Many methods online, but I have tried many without success, is still stuck in this "is waiting for the application to change the content does not respond.

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site
    Restore from backup. See:
    iOS: How to back up
    Restore to factory settings/new iPod

  • Cr XIR1 to create a custom function to change the timestamp of a field

    Post Author: palm
    CA Forum: Crystal Reports
    Hi,
    I am trying to create a custom function to change the timezone of a field in the report depending on the timezone selected by the user in the prompt
    I wrote a SQL Expression to do this , but i ended up creating a bunch of expressions for each time zone ,
    So i am thinking of custom fuction some thing like
    TimeZoneConvertor:
    Fuction(TimeStampField ,  Timezone)
    Returns: Timestamp field with newtimezone as selected by user
    Hope you get this and please give me some kind of ideas to acheive this
    Thanks in Advance!!!!!!!!

    Hi
    goto se37...here u need to create a function group... then u need to create a function module. inside assign import/export parameters. assign tables/exceptions. activate the same. now write ur code within the function module
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm
    Look at the below SAP HELP links, These links will show you the way to create a Function Module
    http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm

  • How to change the content in request at approval stage

    Dear experts,
    We have a requirement like following:
    Frist, User submits a new account request, the field "Position" is set to cerntain value, eg. sales support
    Then, Manager should have the capbility to change the content in field "Position", such as changeing sales support to sales manager, when he approves the request.
    However, it seems that only very few fields can be changed after request submition.
    How could we configure AC to let the managers can change the content in request at approval stage?
    Thanks a lot!

    Tang,
    In the stage for the Manager set the "Change Request" to 'Yes'.  This will open up a few fields for you, including user group, role validity dates, etc.  I do not believe this will open up position though.

  • Changing the Default meta data field property required into not required.

    Hi,
    Is it possible to change the default meta data field property values in UCM server.
    For example consider the meta data Revision field which property required is true, then how to change this property required into not required.
    Is this possible or not?
    Thanks
    Hari

    Hari,
    in your case (if you don't want to use versioning) I'd rather recommend to change it to hidden than not required. You should be able to do it with standard profiles (the field name, I believe, is dRevision)
    I don't think you can have the field empty (in case someone deletes the content).

  • I have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code?

    i have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code? thank you!

    i inherited the website. It’s for a non-profit and is not very
    sophisticated, and neither am I in webdesign. It currently has multiple
    pages that are identical except for that body section, so whenever i change
    the navigation (in the sidebar) I have to update every html page.  I want
    to have one basic page, and just call in the different body content based
    on the link the user selects from the nav bar. How can i do that using a
    script? i am using Dreamweaver.
    ~ in love and light ~
    Jeannie
    On Sat, Feb 7, 2015 at 4:07 AM, Ben Pleysier <[email protected]>

  • After upgrading to Maverick, when I double click on the attchment I get this message "...could not be saved, because you cannot change the contents of that fold

    After upgrading to Maverick, when I double click on the attachment I get this message "...could not be saved, because you cannot change the contents of that folder. Change the folder properties and try again, or try saving in a different location." It happens for all types of files.
    Any suggestions as how to fix this?
    I'm on a Mac OS X 10.9.3 with Thunderbird 24.5.0

    Thunderbird > preferences (I think on a mac) and under attachments set the folder

  • Changing the label of a field in SAP GUI

    Hello SAP Guys,
    I would like to change the label of a field in SAP GUI.
    I already did it internally because for that field the Shor Text of the label changed:
    I went to SE11, and wrote down the appropriate data element, through Translation I changed the entries of SCRTEXT_L, SCRTEXT_M and SCRTEXT_S and activated this change after saving.
    It is very strange that after making sure that the
    Short Text of that field was changed, I went to trx BP and I could see that the label didn´t change.
    I´ll appreciate any help you can give me,
    Regards,
    Efrain

    Hi Efrain,
    Can you tell me in which screen did you make the screen.
    Moreover the changes are not reflected immediately.
    What you can try is to create a new record of the transaction in which you changed the label and save the recore. After this try to close the session and reopen the transaction and this should work.
    The reason is the label on the screen are not picked up from the data element everytime but from buffer. So when you create a record this updates the database table entry and can also refresh the buffer.
    I had the same problem in BP transaction and the above solution worked.
    Let me know if this helps.
    Jash.

  • How can i change the color of a field in a table depence of a value

    Hi forum
          Is this possible to change the color of a row in a specific field of a table depends of the value of this field,,, for example if the value is equal or greather than 1.
    Thnks
    Josué Cruz

    Josue,
    Yes this is possible if you use the fillColor method. It requires R,G,B value of color.
    //Sample code which highlights cell2 in my table which has two rows.
    frm1.Table1.Row2.Cell2.fillColor = "120,120,120";
    // If you want highlight complete row.
    frm1.Table1.Row2.fillColor = "120,120,120";
    So now just apply an if loop which reads the input value as greater than 1 and use the code shown above.
    Chintan

  • Changing the Content of a Document at creation time using Java

    Hi,
    I made a ClassObject 'Division' that is a subclass of the
    oracle.ifs.beans.Document,
    and I want to change the content of a Division instance while it
    is being created because I can't change the editor (Epic) that
    creates this object.
    (and it has to be at creation time!)
    To do this, I made a server-side class S_Division that
    implements the extendedPreUpdate method.
    I was able to get the content of the object when that method was
    called for the 4th time
    and that way I could change some attributes of that object that
    depend on that content.
    My problem is that I need to change the origal content into
    something else using that extendedPreUpdate method
    and I don't know how.
    The bean-side Document class has an easy method setContent
    (DocumentDefinition) for changing the content of its instances,
    but the server-side S_Document doesn't!
    So how can I do that using the server-side classes?
    Maybe using the update(OperationState,
    S_LibraryObjectDefinition) method?
    Can someone give me some help or an example that shows me the
    way?
    Thanx,
    Gerd Vanhoof

    Hi,
    I made a ClassObject 'Division' that is a subclass of the
    oracle.ifs.beans.Document,
    and I want to change the content of a Division instance while it
    is being created because I can't change the editor (Epic) that
    creates this object.
    (and it has to be at creation time!)
    To do this, I made a server-side class S_Division that
    implements the extendedPreUpdate method.
    I was able to get the content of the object when that method was
    called for the 4th time
    and that way I could change some attributes of that object that
    depend on that content.
    My problem is that I need to change the origal content into
    something else using that extendedPreUpdate method
    and I don't know how.
    The bean-side Document class has an easy method setContent
    (DocumentDefinition) for changing the content of its instances,
    but the server-side S_Document doesn't!
    So how can I do that using the server-side classes?
    Maybe using the update(OperationState,
    S_LibraryObjectDefinition) method?
    Can someone give me some help or an example that shows me the
    way?
    Thanx,
    Gerd Vanhoof

Maybe you are looking for

  • Updated event in iCal - but responses from invitees deleted the event

    I recently updated an event in iCal (changed the date). The updated event was sent to invitees. Unfortunately, when invitees responded, I got responses back in "Notifications" that the event had been canceled. I hadn't actually canceled the event - j

  • IPhone 3G won't switch from bluetooth

    Unlike so many threads I've seen, my phone has no trouble pairing and connecting to a bluetooth device. My problem comes later, when the device is off, and not even nearby. If I use my phone in the car with it's built in bluetooth, I have to manually

  • Late 2011 Macbook Pro still running slow on Mavericks

    Anyone care to look at my EtreCheck results and see if there is anything glaring that may be the problem? I noticed a [failed] under one of the User launch agents... EtreCheck version: 1.9.15 (52) Report generated August 30, 2014 at 7:37:18 PM MDT Ha

  • Open PDF attachments from links in PDF

    I've attached four files ( 2 images + 2 Matlab files) to a PDF document with Adobe Acrobat XI Pro. Now I want to create a link within the PDF to open each attachment, in order to make it possible for the reader to open these files while reading the P

  • Safari times out when uploading. Is there a fix?

    I'm a fan of the Safari webbrowser, BUT, for years it has pained me that it times out when uploading multiple images. I have scowered the internet in hopes to find a solution, but I find only third party plugins that don't look like they are from rel