Manually change column to edit

I am placing a SQL Query report on my form. I can not use a tabular form wizard because it will only open with a new page. Under report attributes, how do I make a column editable. For example, I have a check under Edit for a [row selector] column which is automatically done by htmlDB.

Basically I want to goto the report attributes tab where all my columns are displayed, and make a column editable
OK so click on the Report Attributes tab, click on the Edit icon on the Column you want to make editable. Go to the Tabular Form Element section.
See http://i17.tinypic.com/52dtxk6.jpg
Everything other than the first option "Standard Report Column" results in an editable column being displayed. When the page is submitted, the column values are available in a PL/SQL collection (apex_application.g_fNN). The actual NN is, unfortunately, available only by inspecting the HTML source of the page and seeing the INPUT tag generated for that column.
You might want to review the Manual Tabular Form How-to in the OTN documentation for details on how to manually render and process a tabular form.
Hope this helps.

Similar Messages

  • Restrict manual change in sales order with respect to quotation

    Hi All,
    The user use to create sales order with respect to quotation.  The user can able to change pricing as well as some header and item fields.  How can I restrict user for manual change in sales order expect some specific fields.
    Thanks.

    Hi Sunil,
    It is possible through configuration better you can post in sd forums.
    For the condition type settings , ensure that the manual entries is 'D'. it wont allow any changes in the order.
    Regards,
    Madhu.
    Edited by: madhurao123 on Aug 1, 2011 1:08 PM

  • Interactive Report - Display New/Changed Columns

    Hi,
    when I add or change a column in Interactive Reports, APEX doesn't show me the new column automatically.
    Everytime the user log in, he has to go on "Actions" and "Select Columns" manually, otherwise the new/changed column won't be displayed.
    How can I do that the column is displayed automatically after login?
    I am using APEX 4.0.2.00.07.
    Regards,
    Marc

    Either you, as a Developer, can save the report as Public.
    Or an aithorized user can save the report as a General/Shared Report.
    Or the user can save the report as a Private one.
    Pick the columns you/user wants to see. Then [Action -> Save]

  • Manual Standby on Standard Edition

    Hey, I try to setup a manual standby on standard edition 10gR2.
    Source is a RAC database (standard edition on sles10 sp3)
    I created a node and created a oracle instance on this node. This node is using the filesystem for the oracle files.
    I did a hotbackup of the source database and copied all files over to the other host.
    Which parameters needs to be change in the init.ora and how can I recover my database ?
    Articles like
    http://www.databasejournal.com/features/oracle/article.php/3682421/Manual-Standby-Database-under-Oracle-Standard-Edition.htm
    or
    Alternative for standby database in standard edition [ID 333749.1]
    does not really help me.
    Thanks for your patience... :-)

    ./rman target / cmdfile=/opt/oracle/rman.sh
    rman.sh
    run{
    change archivelog all crosscheck;
    allocate channel ch1 type disk;
    backup incremental level 0 database format
    '/opt/oracle/backup/backupnew/bk_inc0_%s_%p' include current
    controlfile for standby ;
    sql "alter system archive log current";
    backup archivelog all format '/opt/oracle/backup/backupnew/al_%s_%p';
    release channel ch1;
    copy files from '/opt/oracle/backup/backupnew' to standbyhost:'/opt/oracle/backup/backupnew'
    ./rman cmdfile=/opt/oracle/duplicate.rman
    duplicate.rman
    connect auxiliary sys/oracle@standby
    connect target /
    run {
    allocate auxiliary channel ch1 type disk;
    duplicate target database for standby dorecover nofilenamecheck;
    release channel ch1;
    Now I get this:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/15/2010 15:20:35
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06024: no backup or copy of the control file found to restore
    When do have I to issue the
    ALTER DATABASE CREATE STANDBY CONTROLFILE AS '/opt//oracle/stbycf.ctl';
    command. And where to copy ?

  • F110 Configaration - Manually change the payment method.

    Hi Experts ,
    Below is my requirement
    In Txn FBZP.
    1. Use 'Payment method in country' to create a new payment method 'P' as copy of
        payment method 'C'.
    2. Use 'Payment method in company code' to add method 'P' to 3010 ( Company
         code). The only difference between 'C' and 'P'  should  be the SAPScript check
         form.
    3. Create a proposal with payment method 'C'.  in Txn F110, Manually change the
        payment method to 'P'.
    Here my question is how to change the payment method from "C" to "P" manually.
    Thnx & Regds ,
    Rajasekhar.P

    Hi
    Run the Proposal...after that go to the Edit proposal and using the reallocate button and change payment method manually..
    VVR

  • Manual change / copy currency in intercompany billing document

    Hi,
    We are running the SD intercompany process, where 'F1' is the customer invoice billing document type and 'IV' is the intercompany billing document type.
    The currency in billing document type 'F1' is derived from the final customer master data, whereas the currency in billing document 'IV' is taken from the intercompany customer master data. We would like the currency in billing document 'IV' (intercompany) to be the same as the one in 'F1'. It is the Finance team business requirement.
    Is it possible to have the currency copied from 'F1' to 'IV'. We would also be happy to manually change the currency in 'IV'.
    Please advise which settings are required - if this is even possible.
    Thank you,
    Karol
    Edited by: Karol on Jun 17, 2010 12:07 PM

    Hello Karol
    Why do you want to get into copy controls etc,, when you can simply set up the Intercompany customer's currency based  on the  customer's (Sales Org) country.
    Let me explain. US Company is selling to US customer from a Plant in Switzerland.  Real customer is set up with USD in US sales area. The Inter Co Customer created in Swiss Sales Area should be set up with USD as currency based on the country of the Inter Co customer. This is how it is set up in my current client's setup and is working. The only issue you may get is when US is supplying to an International customer based in UK, then you will run into issues, I am assuming you don't have any such cases.
    If the customer master set up  idea does not work for you, then I guess your only option are user exits during Billing document creation or copy control routines.
    Proposals:
    1)  USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC). Yo can try filling up VBRK-WAERK with VBAK-WAERK.
    2)  Alternately you may insert the same logic in Include LV60AA95 for program SAPLV60A. This is supposed to be part of the copy control routines but I don't know how it is called etc. It does not appear to be filled in the copy control config. I got the inspiration for this from OSS note 358893 which was meant for Euro conversion, Same concept so why not use it?
    3)Thirdly in the area of copy control (Delivery- Billing Document)  itself, for the item category, set up a custom routine in the feild Data VBRK/VBRP and  insert code there to replace the Document currency with that  from the sales order. You may also want to set up the PricingExchRate type field also with a suitable value right here itself. Only doubt is whether this works for only item or for header also as the field name (VBRK/VBRP) indicates.
    Review  the following OSS note 358893 - Create billing document with different document currency for more on proposal 2.
    Keep us posted on how you are proceeding with the solution.
    Please keep us posted with how you are proceeding on the solution.

  • Un-checking Manual Price Column in Price List

    I am trying to un-check the manual price  column in the Item Price List (Inventory > Price Lists > Price Lists) for several items. After unchecking several items and clicking in  the update button, nothing happens. No error message, no update. It happens with some, not all items. What can it be??
    Also, can I bulk un-check the manual price ? For example, with DTW template ?

    hi
    the two option "update the entire price list" and "update by selection" are to update any cjanges in the price list there may be different price list difined in ur system and if i want to update the changes made in all the list i select the first option and if i want to update it with the selection criteria i select the second option.
    Regards,
    Manish

  • Changing column positions of a table

    Hi
    Please lemme know how do we change column postions in a table
    Table A ( x number ,
    y varchar2(10),
    z number)
    How do i make it
    A (x number ,
    z number ,
    y varchar2(10))
    Thanks

    In general, you don't because the order of columns in a table is irrelevent.
    If you want to present columns in a particular order, you can create a view on top of the table and make that view available to end users.
    If you're really determined, you could do an online table redefinition (depending on the Oracle version and edition, neither of which you mentioned). Or do a
    RENAME TABLE a TO a_old;
    CREATE TABLE a
    AS
    SELECT x, z, y
      FROM a_old;
    <<Create appropriate indexes, constraints, etc>>
    DROP TABLE a_oldThis is basically what online table redefinition is doing. Obviously, if you have a lot of data, this is going to be slow and expensive.
    Justin

  • Variant Configuration - Manual changes to BOM Items

    Hi All:
    We are implementing Sales ORder (SET) process. Need to have the ability to change BOM Items.
    According to SAP documentation referred in the link below, we have set the flag to allow the manual changes to BOM Items in the configuration profile. We have made sure that in the Material BOM configuration the fixed quantity flag is not set.
    But it is not working. Not sure if we are missing some other settings.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/92/58bfb9417011d189ec0000e81ddfac/content.htm
    Any help would be greatly appreciated.
    Thanks, Raja

    this would happen if you have edited the server.xml manually. if you do edit this file for valid reasons and want to keep the changes
    please run
    asadmin reconfig user admin password secret12 host host.domain.com  port 4848 --keepmanualchanges=true server1
    then deploy your applications, you should be ok

  • AI CS3 Color Palette CMYK: I manually change C, and MYK values automatically change. WHY?

    As I was searching the Adobe forums and Google for a resolution to this problem, the problem STOPPED. I am absolutely baffled, because I didn't change anything! Still curious to know what was going on:
    I'm creating color swatches to print on a high-quality printer (digital process) so I have about 200 color blocks on a page.
    I have been manually entering CMYK builds in different ranges, for example:
    32/0/68/0
    32/0/70/0
    32/0/74/0
    So that I can print them out and match the color, like a Pantone swatchbook, only in CMYK full-color/process printing.
    After doing this for a few days, all of a sudden I went to change a square of color to a different color. I changed the CYAN value to something else (by typing a number in via my keyboard, rather than the slider), and when I tabbed to the MAGENTA field, all the other values automatically changed to drastically different numbers.
    I tried manually changing the MAGENTA, and it would alter the CY&K. I tried manually changing the YELLOW, and it would alter the CM&K. In fact, it would not allow me to type in the exact build I wanted to. Strangely though, I was able to drag the sliders and that didn't alter the other values.
    I have no idea why this happened, or how it resolved itself. I had even quit out of Illustrator and re-opened the document and the problem persisted.
    Does anyone know about a setting - maybe I indavertently pressed a keyboard command without realizing it?
    I'm working in:
    Adobe Illustrator CS3, .AI file in CMYK color settings with Proof Colors turned ON (and "Simulate Paper Color" turned ON)
    Color Settings: U.S. Web Coated SWOP v.2 (and "Preserve CMYK Numbers" box checked)
    MacBook Pro Core i7
    Mac OSX 10.6.3 (Snow Leopard, I think)

    If you do a variety as you describe it does require some work and diligence.
    You should set up two different color settings and if you use the bridge change them globally throughout the suite through the bridge.
    Edit>Creative Suites Color Settings
    One setting for Web and Print (Press) and the other for Photograhy and Print (Press)
    The CMYK should be the same in both either Adobe RGB 1998 or Adobe Pro Photo RGB or Color Match RGB.
    Then select the one for the type of project you are working for for print it could be either on since you would work in cmyk.
    For web the web setting of course which should be sRGB. You have to make different copies of the files for web then for print as the color has to be adjusted for each.
    And use the right one for each as well. You should check the profile each image as well and make them match for each type of document, it is not just good enough to have your settings correct does little good if an embedded profile is a mismatch, you want to do the adjustment your self and do any adjustments required.
    In other words color management is work.

  • What property/preference sets block property "Update changed columns only"

    Hi, we are wondering how Designer (latest version 10.1.2.4) desides when it generates a form with block property "Update changed columns only" set to Yes.
    Under some cricumstances this property is No in the generated .fmb
    We checked the object library, but the .olb has this property set to No, so Designer overrules it.
    Our goal is to generate all blocks with the "Update changed columsn only" set to No, because we ran in a forms bug that it can't handle Insert statements on blocks with this property set to Yes (ORA-01036). This bug only occurs in the latest forms version 10.1.2.3
    Hope anyone can help to force this property to be No when we want to achieve 100% generation from Designer.
    Kind Regards
    Auke Quist
    Edited by: aukequist on Oct 13, 2008 8:49 PM

    I think that's not possible in designer. You could define a block with this property set in the template form or in the object library. The use this block use the template/library object property in designer.
    Regards Erik

  • Mark fields (columns) in editable ALV Grid as mandatory

    Hi,
    could you please help me to set up a column in an editable alv grid as mandatory? I had a look in several references and also did not find anything in the fieldcatalog structure.
    Best regards,
    Fabian

    Hello Fabian
    Here is some coding to explain what I meant.
    *& Report  ZUS_SDN_ALV_ERROR_LOG
    REPORT  zus_sdn_alv_error_log.
    DATA:
      er_data_changed    TYPE REF TO cl_alv_changed_data_protocol.
    START-OF-SELECTION.
    * Dynpro is empty (contains no elements)
      CALL SCREEN '0100'.
    END-OF-SELECTION.
    *&      Module  PBO_0100  OUTPUT
    *       text
    MODULE pbo_0100 OUTPUT.
    * Event DATA_CHANGED was fired due to changes in the editable ALV grid
      IF ( er_data_changed IS BOUND ).
    * User did not change any values
      ELSE.
        CREATE OBJECT er_data_changed
    *      EXPORTING
    *        I_CONTAINER =
    *        I_CALLING_ALV = <your ALV grid instance>
      ENDIF.
    * That is how your code probably looks like
    *  LOOP AT gt_outtab INTO gs_outtab.
    *    IF ( gs_outtab-obligatory IS INITIAL ).
    *      CALL METHOD go_alvlog->add_protocol_entry
    *        EXPORTING
    *          i_msgid     = '00'
    *          i_msgty     = 'E'
    *          i_msgno     = '398'
    *          I_MSGV1     = 'Field OBLIGATORY must not be empty'
    **          I_MSGV2     =
    **          I_MSGV3     =
    **          I_MSGV4     =
    *          i_fieldname = 'OBLIGATORY'
    **          I_ROW_ID    =
    *          I_TABIX     = syst-tabix
    *    ENDIF.
    *  ENDLOOP.
    * Generate a protocol for testing purposes
      DO 5 TIMES.
        CALL METHOD er_data_changed->add_protocol_entry
          EXPORTING
            i_msgid     = '00'
            i_msgty     = 'E'
            i_msgno     = '398'
            i_msgv1     = 'Field OBLIGATORY must not be empty'
    *          I_MSGV2     =
    *          I_MSGV3     =
    *          I_MSGV4     =
            i_fieldname = 'OBLIGATORY'
            i_row_id    = syst-index
            i_tabix     = syst-index
      ENDDO.
      CALL METHOD er_data_changed->display_protocol
    *    EXPORTING
    *      I_CONTAINER =
    ENDMODULE.                 " PBO_0100  OUTPUT
    Please note that this report dumps as soon as you close the log popup. However, this will not happen within your event handler method.
    Regards
      Uwe

  • How to catch changed column values in alv oops using grid

    My requirement needs to catch changed column values in alv oops using grid .any method to do this.
    please help me out ,
    Tks in advance

    Have a look into the SAP standarad Programs those programs have the edit option on the ALV output.
    BCALV_EDIT_01
    BCALV_EDIT_02
    BCALV_EDIT_10.
    Regards,
    Gopi ,
    Reward points if helpfull.

  • [kde - Homerun kicker] How change columns width

    I found a new Kde launcher a few months ago, I find great (of course this is only my opinion).
    It is the smaller version (not full screen) Homerun , which is available in Aur at the following address : https://aur.archlinux.org/packages/kdep … s-homerun/ , which can be seen in the following link : http://blogs.kde.org/2014/01/29/homerun-120 , although the current version is slightly advanced.
    This launcher version not full screen, works like Lancelot , but is more simply and more faster.
    Moreover, it displays the recently used applications and the recently used documents .
    However, I have a slight regret about this launcher : the column width is fixed and can not be changed.
    Does anyone know how to change the columns width ?
    Thank you in advance for your help.
    Last edited by Pafrapé (2014-05-02 21:37:58)

    @Julie – you can change column width by alt + shift + dragging left or right cell sides without changing the overall size of the table.
    For other table goodies see:
    http://indesignsecrets.com/18-handy-table-shortcuts.php
    Hope that helps!
    Uwe

  • How to restrict manual changing of free goods in sales order

    Hi ,
    Goodmorning ,
    We have some requirement : In sales order free goods quantity determination by system  should not be allowed to change manually , where can we do this ?
    Looking for your inputs
    Thanks and regards
    Venkat

    As per SAP Standard, when the main Item quantity is changed, the Free Goods are redetermined. In this case any manual changes to Free Goods Quantities are lost.
    But your requirement is for restricting the Chages of the Quantity of Free Goods Correct?
    I believe there is no SAP standard solution for this. You will have to apply a User Exit, which will check the Item category of each LIne item & if it is free goods (TANN) then changes are not permitted.
    Hope this helps.
    Thanks,
    Jignesh Mehta

Maybe you are looking for

  • Issue of layouts  in COOIS

    Hi, Recently we faced problem of layouts in transaction COOIS. Our users use transaction COOIS to see various production reports. Managers prepare the global layouts and inform users to use those layouts to see daily reports. In last month someone /

  • Acquire 2 signals with different sampling rate?

    Hello, i am using first time labview signal express together with a NI pci 6251 & NI Scc 68 device. There are 2 signals I wish to acquire over a 2 week time period. They should be saved in several tdms files. One is a dc Voltage.(sampling rate 100Hz)

  • Mac book pro 17 inch purchase

    My wife would like a macbook pro for her birthday on the 29th. Is the 7200rpm hard drive worth upgrading to and what about the high resolution screen? If i remember right apple just did some upgrades to the macbook pro so all should be good for awhil

  • Existing Actions and Plugins Compatible with Photoshop CS5?

    I have actions and plug-in products, and while I've done everything I can to make them future-proof, I'm wondering if any Photoshop CS5 beta testers can speak to whether existing actions and plugins are generally compatible with Photoshop CS5? Specif

  • Determine which vi is executing at runtime and read its block diagram

    I have a time-critical loop.  Within this loop, one of a set of known VI's is chosen in a case statement.  Within each of those VI's, data is decoded in a specific way.  I cannot modify these VI's to make the information I need available, because it