Is it possible to create editable columns in report output?

Hi guys,
I want to create a column in report output displayed using Write statement as editable such that User can change the value at the output after display.
Let me know the possible solutions.
Thanks,
GURU

hi,
use this statment
WRITE: num1 INPUT
After entering or changing the value
MODIFY LINE 1 FIELD VALUE num1 FROM num1
this Line 1 may differ according to ur prigram
Reward points if helpful
Regards,
priya

Similar Messages

  • Is it possible to create a Column with Conditional Mandatory with another Column?

    Is it possible to create a Column with Conditional Mandatory with another Column?
    For example
    In a Table we have column A, B, C.
    A is Primary Column.
    B is Optional
    C is Conditional Mandatory.
    A B
    C
    12345 ABC
    OK
    12346 NULL
    NULL
    12347 ABC
    OK
    Only if the B Column has the value then only C column should be mandatory

    I guess you can't create a condtional mandatory column directly. However, you can use check constraint to on the column
    create table YourTable
      A int primary key,
      B char(3),
      C int,
      constraint ch_con check(
                                B
    is not null
    or C is null

  • Is it possible to create a column in  runtime?

    Hi,
    I created a application that connect with Access database. I just wonder is it possible for user to create a column in runtime, because the application need this kind of interaction.
    Many thanks,
    Ann

    Here's code to do that
         static void addColumn(Connection dbConn, String cname)
              Statement ins;
              String sql = "ALTER TABLE TestTable ADD "+cname+" CHAR(20)";
              try
                   ins = dbConn.createStatement();
                   ins.executeUpdate(sql);
                   ins.close();
              catch (SQLException se){fail(se);}
         }The rest of my TestODBC example can be found at
    http://forum.java.sun.com/thread.jsp?forum=31&thread=453376

  • Is it possible to create a column in the runtime?

    Hi,
    I created a application that connect with Access database. I just wonder is it possible for user to create a column in runtime, because the application need this kind of interaction.
    Many thanks,
    Ann

    Cross-post:
    http://forum.java.sun.com/thread.jsp?
    forum=31&thread=453860&start=0&range=15#2066833

  • Is it possible to create a column in run time?

    Hi,
    I created a application that connect with Access database. I just wonder is it possible for user to create a column in run time, because the application need this kind of interaction.
    Many thanks,
    Ann

    Code that does it is here:
    http://forum.java.sun.com/thread.jsp?forum=48&thread=453846&tstart=0&trange=15
    MOD

  • Editable column in report

    Hi All,
    Is there any way to set column of a tree editable.i am using class cl_gui_alv_tree_simple and i tried using fieldcatalog edit option but i didn't get.
    Can any one help me.Thanks in advance.
    Thanks and regards,
    Suman.

    Hi ,
    set_table_for_first_display has one parameter IS_LAYOUT .
    edit field can be set to X .
    Also In fieldcatalog we have edit field this can be set to X.

  • Is it possible to create column chart in WAD

    Hi All,
    I would like to know if it is possible to create WAD -column chart  in BI
    Regards,
    Sampda.

    Though Arun has almost answered your query, gues this might also be helpful to you.
    You can create and here is how to do it SAP recommended way:
    http://help.sap.com/saphelp_nw04s/helpdata/en/c9/08533b97037963e10000000a114084/content.htm
    Cheers.
    Ray.

  • How to create, edit files in AL11?

    Is it possible to Create,Edit Files in AL11 without using OPENDATASET
    CLOSEDATASET ?

    Hi,
    Function Modules for
    DX_FILE_WRITE --> Create file to Application Server
    DX_FILE_EDIT    --> Exit the Application Server file
    DX_FILE_READ  --> Read file form Application Server
    DX_FILE_DELETE --> Delete file from Application Server
    Regards,
    Durai.V

  • Developer role able to edit a shared report that he did not create

    Hi,
    It seems like user with "BI Publisher Developer" role is able to edit a report
    in shared folder that he has access to.
    Question: How can I create a user who can develop/create/edit his own reports,
    and have view only access to some shared reports and
    have edit access to some other shared reports?
    i.e I want a scenario where there are 2 folders in Shared folder say FolderA and FolderB.
    I want to create a user who is a developer such that he can create reports under My Folder
    for his personal use and also be able to create/edit reports under Shared/FolderA,
    but have only view-only access to Shared/FolderB
    Thanks

    Moderator Action:
    Same reaction as with your other triple multi-post:
    https://forums.oracle.com/thread/2576361
    Do not multi-post.
    That's the same as if you were a spammer.
    This one is also locked.
    Stay with your post that is in the New To Java forum space.
    Stay in the New To Java forum space until you are not a novice any longer.

  • Possible to create detailed and Summary in same crystal report?

    Hello
    I have worked with cyrstal reports back in 2001. Now I am back to creation of reports. I vaguely remember I was able to create summary and detailed reports from one crystal report file. I don't remember if I was using two different stored procedures or not. Can anybody explain if it is possible to create summary and detailed reports from one crystal report file and with one stored procedure. I am guessing somehow I should be able to control behaviour of report - ie. say if user selects detailed report- report will show all records and if user selects summary view then report will show summarized view of same data.
    If its possible how do you do it? Can you explain.
    Thanks a lot.

    There are a couple of techniques with drilling and sub-reports, but what I do most frequently is create a Detail/Summary  parameter for the user to select, and then have a formula that references this parameter to either hide or display a Detail section of the report sepending on the option the user chooses.  My experience is that most users can relate to this approach better, where as driling and sub-reports can sometimes cause confusion for them.

  • Is it Possible to Create Custom Report in SOLMAN

    Hi Experts,
                         I am new to SOLMAN. I have one question. Is it Possible to create our own custom Reports in SOLMAN. If possible
    tell me the variuos types of reports and how we can create.

    Hi
    SAP Solution Manager can be used for entire ALM so you need to clearly specify which area and what report you are talking about
    http://www.sdn.sap.com/irj/sdn/alm-getting-started
    General transaction code for reporting is
    SOLAR_EVAL
    it helps you to build the entire project report phase wise or for service desk or for charms or test management etc
    check if that you are looking for.
    regards
    Prakhar

  • Is it possible to create hierarchical tree report (not group tree) CR2008?

    Hi,
    Is it possible to create hierarchical tree kind report using CR 2008(no group tree in the report)?  The report somewhat look like below and a node can have multiple Child and so and so. Is there any magical way either as a chart or any object which supports the below structure.
                                                          Parent1
                                           Child1              Child2             Child3             Child4          Child5
                     Child1A     Child1B      Child1C
        Child1Aa  Child1Ab
    its hierarchical tree  structure and it should be in detail section of the report so that print in paper is possible.
    Please help first of all, can we able to create a report in above structure(each item needs to be surronuded with box and the each last child will contain a table valued data.
    (if I post this thread, it may look like plain text, please consider the above data as a hierarchical tree  structure with child having N number of children)
    Thanks

    Moved from .NET Development - Crystal Reports forum to Crystal Reports Design forum.
    Ludek

  • Create a Summarized custom report having information of Client Status, Deployments and patching

    Hi, 
    I have to create a custom report in SCCM 2012 R2. The single report will contain a summarised details of
    1. Number of SCCM clients & there health.
    2. OSD/Software Distribution/Client Installation performed within a period of time.
    3. Patching (Report should have separate rows for different OS, application which are having ADR's & details of number of machines patched using each ADR.)
    4. Create a Weekly Subscription for the Report.
    Is is possible to create such a custom report. If possible then please help.
    Regards
    Pallavi

    Hi,
    >>Number of SCCM clients & there health.
    The report in the blog below could help you.
    Report | System Health – Configuration Manager Client
    For the updates part, you could use the build-in reports in Software Updates - B Deployment Management folder for reference.
    Note:
    Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to hide a column in report when it has all zeros.

    Hi Experts.,
    Is there any possibility to hide a column in report when it has all zeros.
    Thanks in Advance
    Venkat

    Venkat Krishna wrote:
    Hi Experts.,
    Is there any possibility to hide a column in report when it has all zeros.
    Thanks in Advance
    VenkatNot out-of-the-box, but there are several workarounds if you wish to pursue any of them:
    1) Use a View Selector. One report will have a pivot table with the column, the other will have the same report minus the column. Users can switch reports.
    2) Use a Column Selector. The two choices would be that column or a blank. If the blank is chosen (because the user sees there are no values), the column will "disappear" from the report.
    3) Use Guided Nav. This method doesn't involve user intervention. Build a small report using the one column and put a filter on it "is not equal to" 0. Because there is only one column, if all the rows are 0, the report will not return rows.
    Use this report in the guided navigation properties of a section of the dashboard. Set this to "if the report returns rows" and put the report that has the column in this section. Now add another section to your dashboard and in the guided navigation properties of this section, set it to "if the report returns no rows" and point it to the small report as well. In this section put a second version of your report without the column in it.
    When the column contains all zeroes, the second section will display with the column not in it; the first section will not display. When at least one row contains a non-zero value, the first section will appear with the column, and the second section will not.

  • Editable column in ECM(compensation) not possible,but what happens in EHP4?

    Hi all,
    I've been reading in the forum that it's not possible to create an editable custom column in the ECM Compensation and of course I haven't been able to get it.
    But, I'm working in MSS 6.0 EHP2, does anyone know if it is going to be possible to do this in EHP4?? I know that the funcionality of ECM in EHP4 has been increase a lot.
    Any news about it??
    Thanks,
          Juanjo

    I am a little confused because this is an editable region called "head" that makes changes to the footer.  I don't think i will be able to explain WHY this is so for a while, but at least i will be able to see what is wrong and give the solution.
    You are embedding a stylesheet in the editable region called 'head'.  That stylesheet sets the style for the element called "footer" by specifying the background image to be used.  It's quite straightforward.
    What was really freaky:  entering the url for the background image in the style sheet as "/path/to/your/image.jpg".  Lordy i didn't think that could be the literal thing i was supposed to enter!     
    It's not.  You were supposed to alter that to match the path from your site's root to the desired image.
    Where did you find this gem of information?
    It's just basic CSS, really.

Maybe you are looking for

  • XIF Interface for Activities in CRM 5.0

    Hi, I am planning to use XIF interface for data load and on-going interface for CRM activities. I have extended Activity structure with some Z fields using EEWB and it generated all of the necessary structures (BDOCs etc.) When I go to BDFG and creat

  • Solaris 10, Ultra20m2 random crashdumps

    Hi, I have quite strange problem with S10U6 with latest updates and from time to time completly crashed, reboots a starting up normally. I have Sun Ultra20m2. I've found a few crashdumps in /var/crash and here are the first and the latest one. ======

  • Incoming mail error in window XP

    Hi, I have an issue in outlook 2007 or 2010 in windows XP machines. Receiving' reported error (0x800CCC1A) : 'Your server does not support the connection encryption type you have specified. Try changing the encryption method. Contact your mail server

  • How to do a count(*) with Jena Adapter?

    Hi, I am trying to do a count(*). I know it's not part of the SPARQL 1.0 standard, but it is supported in ARQ, and presumably by the Jena Adapter too then? Other examples I have been able to find do an iteration over the resultset to get a count, but

  • How do you configure the DAM so it can be shared across multiple CQ instances?

    How do you configure the DAM so it can be shared across multiple CQ instances?