How to change the content of a cell in an ALV-List?

Hi,
knows anybody a way to change the cell-content in an ALV-List?
In my case, I want to give the user the posibility to click on a pecific cell
in the list and change in an edit-mode or similar else!?
Thanks for your ideas!

Get the existing field catalog using the method cl_gui_alv_grid->get_frontend_fieldcatalog. Change the edit property in the field catalog and refresh it using the method cl_gui_alv_grid->set_frontend_fieldcatalog.
Hope this helps.
Regards,
Nithya

Similar Messages

  • How to change the "content created" date/time in FCPX?

    Since I've had problems importing my whole iMovie event library into FCPX I decided to run some tests with importing individual files (part of iMovie events and originally imported from camera into iMovie). Some of them for some reason got the wrong "content created" date/time in them while in iMovie they have the right date/time set. Does anybody have an idea on how to change the "content created" timestamp?

    I had a bunch of DV files that imported stamped with the file modification date and time.  I did not find a way to change it in FCPX. With FCPX not running, I used A Better Finder Attributes to modify the creation and modification dates of the files in the event folder. FCPX reconnected to them but the event still showed the old range of dates so I created a new event and moved the clips to it. Maybe ther is a beter way but that is how I did it.

  • 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

  • On opening up toast to burn its telling me that the tv standard is set to ntsc but all of my content is in pal format. how to change the content to ntsc seeing i am using final cut 10.

    on opening up toast to burn its telling me that the tv standard is set to ntsc but all of my content is in pal format. how to change the content to ntsc seeing i am using final cut 10.

    Select the Project in the Browser.  Go to the Info section of the Inspector.  Click the Modify Settings button.  For  Video Properties, change the Format from PAL to NTSC.  Export again, you'll be fine.

  • 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.

  • 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  attribute of screen field to drop down list dynamically

    Hi All,
      Col X                   Col Y
      A                        input field
      B                       drop down list
    This is a tabular disply where the Screen field attribute for Col y  is NO DROP DOWN BOX.
    My requirement is to change the attribute of COl Y to DROP DOWN list depending on the value of
      COL X  dynamically.

    Dear Ajay,
    Actually this requirement is to enhance the standard screen for Tcode :EHSVU21.
    So depending on the 1st Column(Test no)  value ,i have to change the 3rd Column(Low.norm.result)
    property either to DROP Down or not.
    So in the PBO only the changes to be made and there is no field in SCREEN internal table for changing the attribute to DROP down. I checked SCREEN internal table where the field VALUE_HELP and REQUEST is useful but not  suitable for my case.
    Any solution available?

  • How to change the format of a cell in a web report

    Hello experts,
    Is it possible to implement this in a Web Report/BEx query?
    We have a list of products grouped into Company A and Company B. One key figure is for example Net Cost Price.
    We need to highlight the lowest net cost price in every company but with a different colour depending on the company assuming prices are sorted in ascending order.
    We have been recommended to use Web Design Api for Tables but we understand that in order to format a cell content we need to know the axis position of the cell but we don't know how many rows the query will display for every company. Is this kind of requirements only possible with "static" reports where we know exactly the number of rows and columns that are going to be displayed?
    This is an example.
    COMPANY      PRODUCTS    NET COST PRICE
    Company A    Product 1    <b>5€</b>
                 Product 2    10€
    Company B    Product 1    <b>10€</b>
                 Product 2    20€
    Any help would be very much appreciated.
    Thanks in advance,
    Inma

    Hi Inma,
      If you have already not solved your problem , you can try the following solution with table interface class.
    Table interface class generates HTML table row by row so it first process the charecterstics and then KFs .
    You define a  attribute(type public) in class and set that attribute to X (In CHARECTERSTIC menthod)when ever the company code changes.
    Then make use of that flag in DATA method to change the format of cell (Assuming you sorted by Ascending).
    hope this helps.
    Regards
    Madhukar

  • How to change the content of the URL on the fly.

    Hi,
    I am creating a label for sold items. To create this, I've created a html template which fills the data dynamically.
    In Silverlight,
    System.Windows.Browser.HtmlPage.Window.Navigate(someUri, "_blank");
    is the way to open html files.
    My requirement is before navigating to the page, I want to replace the data in the file. and when we navigate, it should show the modified content. So that I can print the label.
    The steps are:
    Read the template file
    Replace the values (Don't save)
    Navigate to the page with modified content.
    Please advice me to get this functionality.
    Thanks,
    Tahnks & Regards Kiran Chinthakuntla

    You can save data to a cookie and navigate to a html page which reads from that cookie to display it's contents.
    http://stackoverflow.com/questions/12183572/how-to-use-javascript-to-fill-a-form-on-another-page/12183659#12183659
    http://stackoverflow.com/questions/5639346/shortest-function-for-reading-a-cookie-in-javascript
    Your process is silverlight > cookie
    Navigate to page which is served from your server.
    page reads cookie and fills itself.
    Other options.
    You can actually do xsl transforms from javascript within the page to build html.
    Or you could pass the data as query strings, but that's a bit rubbish as the user sees them.
    There was a similar question a while back you might want to search for. 
    I found a link which demonstrates live update between two web pages via cookie.
    You could change the cookie dynamically in silverlight and that is reflected in the web pages.
    I don't think that's your requirement here but....
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • How to change the message in a cell of a ssrs report to a hyperlink dynamically

    Hi,
    I am developing a ssrs report.
    I want to change the message to hyperlink for a particular message and not all messages of a column.
    and link it to another report.
    for e.g-if a cell of the column has values A,B,C then I want to change only cell with values C as hyperlinks and not A and B

    Hi fanu987,
    According to your description that you want to conditional add the hyperlink according to different values in the fields, the link is to another report, right?
    I have tested on my local environment and we have two method to do this: one method is to choose ”Go to report” and add expression to conditional add the link which will link to the subreport for the special values, another method is to create
    an placeholder and add the HTML tag to conditional hyperlink to the URL of the Subreport in the Report Server.
    Details information for your reference:
    Method one: "Go to Report":
    Right click the fields which will add the hyperlink and select the “Textbox Properties”, click the “Font” to add expression conditional add an underline for ”Text1” which have the hyperlink function and change its color to blue. (expression add to
    "Effect" and "color"):
    Effect:
    =IIF(Fields!YourHyperlinkFields.Value="Text1","Underline","default")
    Color:
    =IIF(Fields!YourHyperlinkFields.Value="Text1","Blue","Black")
    Click "Action" to select the "Go to Report" and using this expression in the "Select a report from the list" (If the value is "Text1" then link to Subreport  or it will just refresh on the main report):
    =IIF(Fields!YourHyperlinkFields.Value="Text1","SubreportName","mainReportName")
    If have parameter delivery between main report and the subreport, add expression to omit this parameter for the fields which value is not "Text1":
    =IIF(Fields!YourHyperlinkFields.Value="Text1",false,true)
    Method two: Create Placeholder and using the HTML tags to conditional  add the hyperlink which will link to the subreport URL in the Report Manager.
    Double click the fields which will add the hyperlink and select the "Create Placeholder".
    In the Placeholder properties window, add this expression in the Value to add hyperlink only to the "Text1" and check the "HTML- interpret HTML tags as style under the "Markup type" section:
    =IIF(Fields!YourHyperlinkFields.Value="Text1", "<a href=""Subreport Link in the Report Manager"">" & Fields!YourHyperlinkFields & "</a>" ,Fields!YourHyperlinkFields.Value)
    You can also add parameter in the URL if you have parameter delivery between main report and the subreport. Finally preview will have the report like below:
    If you still have any problem, please provide us more details information.
    Any problem, please feel free to ask!
    Regards
    Vicky Liu

  • How to change the content dynamically by date wise

    Hi,
    In my application, i have a survey module.
    In that i have to change the question by every week, which iam getting
    from the Database.
    Iam using java,and mysql DB, framework struts.
    How can i update the question for every week ??
    What is the procedure to attain it.
    Give me suggestions and tips to startup.
    Thanks,
    Mohan

    The cron command would do that on Linux and Solaris. On Windows, use a similar command.

  • How to change the content of a text input?

    Hi!
    I would like to help me with the following
    I've create and input text, for example this:
    var one= sym.$("one")
    one.html("Enter your answer: ");
    inputOne = $('<input />').attr({'type':'text', 'value':'', 'id':'one'});
    inputOne .css ('font-size', 14);
    inputOne .css ('width', 350);
    inputOne .css ('background-color', '#0a81fb');
    inputOne .appendTo(one);
    Now the user can write anything in this input text.
    The corret word that the user has to write is "correct"
    so i use an if to validate it
    if (inputOne.val() == "correct"){
         alert ("good")
    }else {
           // HERE IS MY PROBLEM!!!   What i need to do is: if the user types a wrong answer i           //need to show him the correct answer in the input text.
    I hope you can help me.
    Thank's =)

    sym.$("NameofInputTextElement").html("What you want to change the text to");
    Have you tried this yet?
    Katherine

  • How to change the content of a frame

    Hi,
    I want to create a link that refreshes the content of a frame in my page.
    I guess that Oracle Portal does not support frames.
    That's why I wonder if I'm obliged to developp a new page each time I just want
    the content of a frame to be updated ?
    Thanks for your help,
    Best Regards,
    Jean-Christophe

    Cleartoby,
    Well, another thought that comes to mind is to define and implement a listener.
    e.g.
    public interface MyListener
        public void setText(String text);
    public class MyFrame extends JFrame implements MyListener
        private JTextArea textArea;
        public void setText(String text)
            this.textArea.setText(text);
    public class MyOtherFrame extends JFrame
        public void addMyListener(MyListener l)
            // somehow keep track of listeners
        // so some stuff and when needed call "setText()" on the listener(s)
    --- pam11

  • How to change the options shown by default in project task list

    ----> All tasks    Calendar   Completed   ...    <-------
    These three options show by default followed by ellipse.
     I want to display not just three but maybe many options by default here like for example I want gantt option also to be shown.
    User should see it straight away and not have to click ellipse to locate it.
    Is it possible to modify what options are shown by default here.
    Thanks.

    Since you are using SharePoint 2013 I would recommend you to consider the following approach. In SharePoint 2013 was introduced a so called Client Rendering Mode (CSR) which is intended for rendering of List Views and Forms using HTML and JavaScript and
    which is a default rendering mode.
    About View selector menu
    As part of CSR ClientPivotControl control (clienttemplates.js) is intended for rendering View selector menu, SurfacedPivotCount property defines the amount of view menu options rendered horizontally (default value is 3)
    How to display custom amount of view options for List View using CSR
    The following template demonstrates how to override SurfacedPivotCount property in order to display 4 view menu options:
    function renderHeaderTemplateForDocuments(renderCtx, fRenderHeaderColumnNames){
    var viewData = eval(renderCtx.ListSchema.ViewSelectorPivotMenuOptions);
    ClientPivotControl.prototype.SurfacedPivotCount = 4;
    return RenderHeaderTemplate(renderCtx, fRenderHeaderColumnNames); //render default Header template
    SPClientTemplates.TemplateManager.RegisterTemplateOverrides({
    Templates: {
    Header: renderHeaderTemplateForDocuments
    How to apply the changes:
    There are at least two options how to apply the changes:
    Using JSLink property of XLV web part
    Place JavaScript template on page via Script Editor/Content Editor web parts
    Here is how to apply the changes using the second option:
    Switch the page (NewForm.aspx) into edit mode
    Add Script Editor webpart right below the list view web part.
    Put the specified code by wrapping it using script tag code into the Script Editor, for example: <script type="text/javascript">{Template JS code goes here}</script>
    Save the page
    For more information: http://sharepoint.stackexchange.com/questions/112543/how-to-display-more-than-3-views-in-document-library
    Hope it helps!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • How to change the font of a cell in an Excel spreadsheet from within LabVIEW?

    The Font property appears to be a Read-Only property and I can not find another ActiveX Property or Method that seems to do the job.

    Devron-mouse,
    You will need to go down to the Range object and get a reference to a cell or group of cells. From there you can get font object for that range and change properties there. (This is of course dependent upon your version of Excel that you have.)
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

Maybe you are looking for

  • Education Cess JECS  vs. JCES

    Hi Friends. In my pricing procedure, I used JCES and JCED  for Education Cess(  instead of using JECS and JECX ) I assigned AltCty 366 to JCES and 356 to JCED in my Pricing procedure. I assigned AltCty 366 to JCES and  in tax Pricing procedure. Now P

  • How can I fix my overheating problem?

    As many of you iMac users may have noticed, the only ventilation an iMac gets is through a single vent strip on the back of the computer. Unfortunately this system of ventilation does not always succeed in keeping the iMac cooled off in order to run.

  • Error during PO confirmation

    Hi I have a problem while doing PO confirmation. The confirmation comes from an IDOC, but I am getting this error "line 30 erred out with quantity marked as 0". I would like to know why this comes and does it have any impact when doing shipment confi

  • Dynamically loading xml content

    I'm creating a menu bar in which the links have to be dynamically created based on the values in the xml, and the number of links(buttons) may even exceed 100. The menu bar will be displayed in the horizontal manner. I have the following questions, c

  • PPPoE Menu Problem in Time Capsule

    I just set up a Time Capsule 500GB as my network gateway. The Time Capsule is connected to a simple DSL modem, which just forwards the phone line over ethernet. I am using PPPoE to connect to the internet, and my DSL provider is Qwest broadband. I am