Save Button saves in data base not adding on form.In Detail form of M/D For

Hello Everyone,
Please help me on following.
I ahve mater detail form and in detail form i have only one field displaying and if i add new row it adds and if i put new data in subject name and save it .It saves in database but doesn't display in form.
I have
Table A with
CaseId PK (Master Table)
Table B
CaseID-FK &
Subject Id PK(Detail Table)
Edited by: user639035 on Mar 17, 2010 8:44 AM

REPORT  YH648_1111111.
TABLES SSCRFIELDS.
parameter : c  AS CHECKBOX USER-COMMAND SUNIL
AT SELECTION-SCREEN .
SY-UCOMM = SSCRFIELDS-UCOMM.
START-OF-SELECTION.
  CASE SY-UCOMM.
    WHEN 'SUNIL'.
      WRITE 'SUNIL KUMAR .BETHINEDI'.
    WHEN ' '.
      WRITE 'BLA BLA BLA '.
ENDCASE.
THIS IS THE WAY U CAN USE THE CHECK BOX.
INSTED OF THIS  WRITE 'SUNIL KUMAR .BETHINEDI'.
U USE THE INSERT STATEMENT.

Similar Messages

  • Oracle ADF Form Data was Not adding to DB.

    I have Created a Query Based VO(I have given Updatable:Always and i ahve checked in source that IsUpdateable="true"),and added that to AM,I Have created a ADF Form with CreateInsert Operation,When Click on CreateInsert Button It was creating an empty form,
    After Entering the Date into that empty field, when i click on Commit button Data is Not Saving into DB.
    After that,
    I have Creted a Readonly Table With Same Iterator,When i click on "Commit" it was sowing that data is adding to the New Row in that Readonly Table,But when i was checking in DB ,The Data was not adding to DB
    i am useing 11.1.2.3.0 version jdeveloper.
    Any Help is appreciable.....
    Edited by: Rajashekar Thippireddy on Feb 4, 2013 8:47 AM

    You are conceptually wrong. A query-based VO does not insert/update/delete any data to DB. You must create an entity-based VO if you want to insert/update/delete data to DB.
    When you issue a commit operation on an AM, it looks for created/modified/removed Entity objects and then performs the corresponding DML operations on DB. (In fact, DML operations are performed by Entity objects. If there are no Entity objects, then there are no DML operations). If your VO is not entity-based (but query-based), then you do not have any created/modified/removed ADF entities, so there is noting to flush to DB.
    The "Updateable" property of the VO attributes controls whether the VO should allow data entry/modification of these attributes in memory. You can have non-entity based attributes that are marked as "updateable" (for example, transient attributes storing temporary values in memory) but it does not mean that these attributes are going to be flushed to DB.
    You have seen data in the read-only table, because it is based on the same VO and it displays the newly-created row which is in memory.
    Dimitar
    Edited by: Dimitar Dimitrov on Feb 4, 2013 7:00 PM

  • HT1386 purchased new songs from itunes and when I clicked on the Sync button those new songs are not added to my ipod nano. Have any idea how to resolve this problem?

    purchased new songs from itunes and when I clicked on the Sync button those new songs are not added to my ipod nano. Have any idea how to resolve this problem?

    Do you have the right boxes checked to sync the music to your iPod?
    iTunes: Syncing media content to iOS devices and iPod
    Do they play in iTunes on the computer?
    Have you successfully synced music form this iTunes library/computer before?

  • To save packages without you data base starts

    hello,
    I installed minisap on XP. Mine maxdb data base does not start because I network problems has.  How know does I mean packages to save without data base starts? can I save still my developed programs?

    Hi,
    you mean to say you are not able to login into minisap due to database is not start and mini SAP is not running,
    it's not possible to save your developed program without login into sap,
    regards,
    kaushal

  • How to save data aquired with NI mydaq and save it in a data base using Labview?

    i have developped with labview an interface that can control automatic irrigation station using two sensors ( humidity sesonr and temperature sensor) so i want to save data aquired during a year in a data base so i can compare these results in the next year please help me to do that in my interface labview and thanks 
    Attachments:
    PFE.vi ‏223 KB

    There is a database toolkit for LabVIEW.  I don't think it is a free download however.  With the Data Manipulation toolkit, you can integrate with most databases that use the ODBC protocol.
    If you don;t need anything fancy, you can write the values out to file using the write/read spreadsheet VIs.  If the file is [COMMA] or [TAB] delimited, you can import it into your database with ease.
    Another approach is to format you output to a text file as SQL, and import the records that way.
    INSERT INTO TEMP_HUM_TBL (Temperature, Humidity, Txn_Date)
    VALUES (30, 95, 'Dec-24-2013');
    Machine Vision, Robotics, Embedded Systems, Surveillance
    www.movimed.com - Custom Imaging Solutions

  • JQuery Custom Save Button - Save, Validation, and Redirection Issues

    We have a custom list form that we are trying to save, validate, and redirect. We can get the button to save and validate, but not redirect. And vice versa. We have tried several variations on the lines in red, all with either
    no save or no redirect. We are also using this custom list form on a custom master page.
    Is there something that we are doing wrong?
    <script>
    $(document).ready(function() {
        var button = $("input[id$=SaveItem]");
        // change redirection behavior
            button.removeAttr("onclick");
            button.click(function() {
                var elementName = $(this).attr("name");
                var aspForm = $("form[name=aspnetForm]");
                var oldPostbackUrl = aspForm.get(0).action;
                var currentSourceValue = GetUrlKeyValue("Source", true, oldPostbackUrl);
                var newPostbackUrl = oldPostbackUrl.replace(currentSourceValue, "custompageurl.aspx")
                if (!PreSaveItem()) return false;
                                                    if (SPClientForms.ClientFormManager.SubmitClientForm('WPQ1')) return false;
                                                    if (!Page_ClientValidate()) return false;
                                                    WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(elementName, "", true,
    "", newPostbackUrl, false, true));
    </script>

    Hi,
    From your description ,my understanding is that you want to redirect to your custom page after you create a new item.
    You could accomplish you requirement via sessionvars.js file, please refer to this article:
    http://spjsblog.com/2009/09/04/redirect-from-newform-to-editform-or-custom-page/
    Here is a similar case for reference:
    https://social.technet.microsoft.com/Forums/office/en-US/b2b70571-d8bf-4633-9ed4-99f4ee40fdc3/redirect-to-a-home-page-when-on-click-of-save-button-in-a-discussion-forum-thread?forum=sharepointdevelopmentprevious
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to control the name of custom field in data base table, added by AET

    Hi,
    I have added the one custom field by Application Enhancement Tool (AET).
    The name of custom field has been added in the data base table as ZZFLD000004 by AET.
    I need to add the some meaningful name like that ZMYPROB.
    How can I control the name of custom field in the database field through AET?
    Thanks,
    Amit

    Got the answer.
    Need to click on the Enable Expert mode, then custom field name will be editable.

  • Sap erp(data base ) not conneted

    Hi Gurus , 
    I am getting problem  while starting sap server  it showing the status  disp+work.exe is stopped  and in system   log error  is “data base :ora-01033”      pls help in this regards
    Points will be rewarded.
    Mail me : [email protected]
    Regards.
    Madhukar Reddy. A

    ORA-1033 = Oracle intialization or shutdown in progress
    is the database started?
    the oracle listener is up and running?
    try :
    > lsnrctl status (using user <sid>adm)
    if the listener is not up, start it using the appropriate service...
    do you have any logs, like the startdb.log or any of the dev_w?, dev_disp etc.?
    GreetZ, AH

  • Address field data is not getting dispalyed in company details

    Dear All,
    After filling up the necessary details in the Administration->system initialization->company details->general tab->Local language for the address of the company.
    I am not getting the address displayed in the Address field.
    I have filled all details in street,block,building,city,zip code,state,country.
    But still i am not getting anything displayed in the address field.
    Kindly help me in resolving this issue.

    Open Administration  -> Setup -> Business Partners  -> Address Formats Window.
    Check if you have the address format for the Country available in this window

  • Button based on data is not working in form/ report / region

    create or replace procedure "BUT2"
    is
    begin
    declare
    cursor c1 is select plot_id,plot_status from re_plot;
    tno number;
    v1 varchar2(500);
    c2 c1%rowtype;
    begin
    open c1;
    loop
    tno := nvl(tno,0) + 1;
    fetch c1 into c2;
    exit when c1%notfound;
    if c2.plot_status='BLOCKED' then
    v1 := v1 || ' ' ||'<input inline type =submit style="color:BLUE;background-color:RED" value='||c2.plot_id||'>';
    else
    v1 := v1 || ' ' ||'<input inline type =submit style="color:ORANGE;background-color:GREEN" value='||c2.plot_id||'>';
    end if;
    if mod(tno, 4)= 0 then
    --v1 := v1 || '<br/>' || ' ';
    htp.p(v1);
    v1 := null;
    end if;
    end loop;
    close c1;
    htp.p(v1);
    end;
    end;this above procedure works fine in SQL Command browser. I am unable to make it as page form / report.
    My requirement is i want to bring this images in form / report. Based on click button, the value need to be parsed to other page?
    how to do it?
    yours
    andi_raj

    is not working Insufficient information. In what way is it "not working"? The page doesn't render as required? There's an error message? The browser crashes? The server room has been trampled into dust by a herd of buffalo?
    >
    I am unable to make it as page form / report.
    v1 := v1 || ' ' ||'<input inline type =submit style="color:BLUE;background-color:RED" value='||c2.plot_id||'>';
    ...It is not possible to generate form elements in an APEX page in this way. The [APEX_ITEM API|http://download.oracle.com/docs/cd/E14373_01/apirefs.32/e13369/apex_item.htm#CACEEEJE] is the only way to create APEX items in PL/SQL. However it contains no procedures to generate button items, so an alternative design is required in this case, e.g. a report with links.
    (Also what is the intention of "inline" in the above code? [There is no *inline* attribute|http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#h-17.4].)

  • Reg: Data Base Not Open

    Hi ,
    i m not Mouting my database.while start up i m getting error like
    ORA-01103: database name 'MLLNBSNL' in controlfile is not 'BSNLMLLN'
    Kindly help me to resolving this error.

    Starting ORACLE instance (normal)
    Wed Aug 11 11:34:32 2010
    Running with 1 strand for Non-Enterprise Edition
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 3
    Running with 1 strand for Non-Enterprise Edition
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.4.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 117440512
    large_pool_size = 16777216
    java_pool_size = 117440512
    control_files = /orasw/controlfile/bsnlmlln/control01.ctl, /orasw/controlfile/bsnlmlln/control02.ctl, /orasw/controlfile/bsnlmlln/control03.ctl
    db_block_size = 8192
    db_cache_size = 33554432
    compatible = 9.2.0.0.0
    log_archive_start = TRUE
    log_archive_dest = /oraarch/oradata/bsnlmlln/archive
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 0
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 10800
    O7_DICTIONARY_ACCESSIBILITY= TRUE
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = bsnlmlln
    dispatchers = (PROTOCOL=TCP) (SERVICE=bsnlmllnXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = /opt/u01/app/oracle/admin/bsnlmlln/bdump
    user_dump_dest = /opt/u01/app/oracle/admin/bsnlmlln/udump
    core_dump_dest = /opt/u01/app/oracle/admin/bsnlmlln/cdump
    sort_area_size = 524288
    db_name = bsnlmlln
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Wed Aug 11 11:34:33 2010
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=12
    ARC0: Archival started
    ARC1 started with pid=13
    ARC1: Archival started
    Wed Aug 11 11:34:33 2010
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Wed Aug 11 11:34:33 2010
    ARC0: Thread not mounted
    Wed Aug 11 11:34:33 2010
    ARC1: Thread not mounted
    Wed Aug 11 11:34:33 2010
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Aug 11 11:34:33 2010
    ALTER DATABASE MOUNT
    Wed Aug 11 11:34:37 2010
    ORA-1103 signalled during: ALTER DATABASE MOUNT...
    Wed Aug 11 11:35:41 2010
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Wed Aug 11 11:40:57 2010
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Wed Aug 11 11:42:04 2010
    Shutting down instance: further logons disabled
    Shutting down instance (immediate)
    License high water mark = 3
    All dispatchers and shared servers shutdown
    Wed Aug 11 11:42:07 2010
    ALTER DATABASE CLOSE NORMAL
    ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Wed Aug 11 11:42:07 2010
    ARCH shutting down
    Wed Aug 11 11:42:07 2010
    ARCH shutting down
    Wed Aug 11 11:42:07 2010
    ARC0: Archival stopped
    Wed Aug 11 11:42:07 2010
    ARC1: Archival stopped
    Wed Aug 11 11:42:11 2010
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Wed Aug 11 11:43:39 2010
    Starting ORACLE instance (normal)
    Wed Aug 11 11:43:39 2010
    Running with 1 strand for Non-Enterprise Edition
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 3
    Running with 1 strand for Non-Enterprise Edition
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.4.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 117440512
    large_pool_size = 16777216
    java_pool_size = 117440512
    control_files = /orasw/controlfile/bsnlmlln/control01.ctl, /orasw/controlfile/bsnlmlln/control02.ctl, /orasw/controlfile/bsnlmlln/control03.ctl
    db_block_size = 8192
    db_cache_size = 33554432
    compatible = 9.2.0.0.0
    log_archive_start = TRUE
    log_archive_dest = /oraarch/oradata/bsnlmlln/archive
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 0
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 10800
    O7_DICTIONARY_ACCESSIBILITY= TRUE
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = bsnlmlln
    dispatchers = (PROTOCOL=TCP) (SERVICE=bsnlmllnXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = /opt/u01/app/oracle/admin/bsnlmlln/bdump
    user_dump_dest = /opt/u01/app/oracle/admin/bsnlmlln/udump
    core_dump_dest = /opt/u01/app/oracle/admin/bsnlmlln/cdump
    sort_area_size = 524288
    db_name = bsnlmlln
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Wed Aug 11 11:43:40 2010
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=12
    ARC0: Archival started
    ARC1 started with pid=13
    Wed Aug 11 11:43:40 2010
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Aug 11 11:43:40 2010
    ARC1: Archival started
    ARC1: Thread not mounted
    Wed Aug 11 11:43:40 2010
    ARC0: Thread not mounted
    Wed Aug 11 11:43:40 2010
    ALTER DATABASE MOUNT
    Wed Aug 11 11:43:45 2010
    ORA-1103 signalled during: ALTER DATABASE MOUNT...

  • Created By and Created Date fields not showing up on Custom List form webpart

    Hi,
    I have added Custom Listform WebPart on "DispForm.aspx" of custom list. I need to display, out of box fields "Author" [Created By] and "Created" [Creation Date] on this custom list form webpart, I have added them on the webpart, following is the code behind of aspx page:
    <td width ="400px" valign= "top" class="ms-formbody">
    <xsl: value-of select = "@Author" disable-output-escaping = "yes"/>
    </td>
    However these fields are not showing/populating data on the form ?? Any inputs ???
    Regards

    Hi,
    I think that when you insert a custom list form web part you select “Item” content type, so custom list form is designed to display only the fields that are appropriate for that content type “Item”, but the item content type doesn’t contain the created and created by column, when you add the two columns, it will not find the field value. By default, the two columns will display at the foot of the list form using SharePoint:CreatedModifiedInfo.
    Hope it can help you.
    Xue-Mei Chang

  • STPO's --- load date is not appearing in the item detail

    Hi SAP Expert's,
    We have a issue with inter company STPO, the Qty of mtrl is80 Kg. we received 10 kg on 1st feb.
    In item detail --Delivery schedule tab it showing the delivery date is 1st feb and goods issue is 5 th feb.
    Same like they delivery 10 kg .Delivery date is 25th feb,but the system not showing the  Transport date, load date and goods issue date. Mtrl availablity date is past date of delivery date (1st feb).
    When we change the delivery date 26 th feb. the system showing the transport date, load date and goods issue date. Now the mtrl availablity date is 25th feb.
    Please any one can clarify my doubt. Why the system is not showing the transport date, load date, and goods issue date.
    Please tell me that where its from the  system picks these dates..
    Thanks in Advance.
    Thanks and Regards
    Chandru.

    Hi Venkatesh,
    Check the condition record in transaction NACE. Whether the print output field is present in the condition record.
    Regards,
    Gajendra.

  • Additional Data to be added to 7501/Entry Summary form?

    Hi,
    Just wanted to know if there is any way we could add additional data in the Entry Summary /7501 form?
    If some extra data needs to be added in the form can this be accomplished through GTS? If Yes then do you think any enhancements should be done?
    Thanks,
    Shruthi

    Hi ,
    You can have your custom Z ot Y Form created with the additional data you required . It is possible in GTS, if you first make sure that the additional data that you looking for is present in GTS.
    Kind regards,
    Sameer

  • Enhancement on SAVE button in CRM CIC

    Hi,
    We have a requirement to call the SAP IS-U code when clicked SAVE button on CIC0 in CRM (not one on the standard tool bar), under tab IBase, after entering a new PoD or change PoD.
    I am new to CRM and not sure how to find the enhancement for this, how to customise the class. Not sure how to use CRMV_EVENT.
    Please could someone help me out in this.
    Many Thanks,
    Anand

    Hi All,
    Sorry for the delay . I am quite new to CRM. I was just looking for the enhancement options and I found that I could add-in the custom code in SAP standard FM.
    In the FM you can create enhancement space where you can code and which will be called in runtime.So i put the code in their and it worked as I wanted it.
    Please refer implicit enhancements.
    http://help.sap.com/saphelp_nw04s/helpdata/en/13/ca944160b8ac5fe10000000a1550b0/frameset.htm
    Thanks,
    Anand

Maybe you are looking for

  • Help needed to create Quik Time VR movies, step by step

    Hello, thank you for your attenction. I need to create Quick time vr movies, and I need to know the exact sequance of steeps to do it, and if the starting point I use is correct. 1) I shooted a sequence of photos with my digital camera (for example:

  • [SOLVED]Swapping from xf86-video-ati driver to catalyst

    Hey everyone, So as the title implies, I need some help on this.  I tried doing a pacman -R xf86-video-ati, then setting my xorg over to vesa as the driver prior to installing the catalyst driver.  That part went fine.  Installed catalyst which updat

  • Problem with Microsoft Word

    I've had my Macbook for over a year and never had this problem: When I try to open a Word document from my Downloads, Microsoft can't open the file. It starts to run, but freezes and won't open anything. Any ideas?

  • How to display IndexedFaceSet from .wrl file to Java 3D using cv97 package.

    Dear everyone, I'm trying to load a VRML file containing some IndexedFaceNode to Java3D using cv97 package written by Shatoshi Konno (http://www.cybergarage.org/vrml/cv97/cv97java/index.html). I use the code as below. However, there is nothing displa

  • Minimized Aperture window won't restore by clicking on Dock item

    Aperture 3.3.1 OS X 10.7.4 If you minimize an app you can restore the window by single-clicking the icon in the Dock. This works fine for most apps, but not for Aperture. Clicking (or double-clicking) the Dock icon doesn't restore the window. The onl