Getting FRM-40400 but data is not in table

I have a form with three data blocks. The first one is Database Data Block = no because it is used for query purposes only. The second one is Database Data Block = yes and is the only data block in which data gets entered into a table. The final data block is Database Data Block = no because it is a control block that houses my display items and buttons. Now, I am trying to get the data to save by way of a SAVE button. On the button I have code to GO_BLOCK() to the second database block and then perform a commit; I get a message back FRM-40400 which says Transaction complete: 1 records applied and saved. However when I open up the table in the database, nothing is there.... I imagine that this tells me that the form is not actually committing as it says. So, how do I find out what exactly my form is doing?
Thanks!

I've modified my form a bit since I posted this...I created a master-detail relationship between my first data block and the second one. I had a suggestion from someone else on this topic that when I press the save button, I should go_block('detail block') before performing the commit and that should work. Well, that didn't work either. It's still trying to commit the first data block. I used commit and commit_form because I wasn't sure which one was appropriate for my form.

Similar Messages

  • I bought Numbers because my Excel files would not work with Mavericks. How can I import a non-functioning Excel file into numbers? (As of now, the file NAME transfers but data is not.) but

    I bought Numbers because my Excel files would not work with Mavericks. How can I import a non-functioning Excel file into numbers? (As of now, the file NAME transfers but data does not.)

    HI Dave,
    I'm surprised you get no message when you attempt opening the Excel document in Numbers.
    I'm assuming Numbers 3.1, since you are running Mavericks.
    Does the Numbers file that opens show any content?
    Does it contain a table?
    How large?
    Does it contain more than one tab (indicating more than one sheet)?
    Do those other tabs contain a table?
    Have you checked those tables for data content?
    There have been cases in the past of imported documents opening with white text on a white background, giving the appearance of containing nothing. Check for this by selecting a block of cells, then applying a Fill colour or a Text colour using the Format button (paintbrush).
    I'd also suggest attempting to open the Excel files using LibreOffice, which can be downloaded from the linked website.
    Regards,
    Barry

  • Synchronization from SLD to LMDB is working fine, but data is not written to Software == Product Instance

    Dear Gurus,
    Synchronization from SLD to LMDB is working fine, but data is not written to Software ==> Product Instance section tab. What could be the problem ? Normally it should gather automatically, but pushed me to select manually lots of component ???
    Here is collecting is working fine !!!

    Hello Kemal,
    You have to ensure that your Technical System info is properly filled automatically.
    In LMDB you first create its Product System on LMDB Start Screen ProductSystem tab, after that please assign its respective Technical System. You probably need to run the Verification Check in order to confirm that your Product System has all Product Instances according on Technical System's Software Component Versions.
    Regards.
    Luis Roel

  • I use my mac book to dj. however, i tend to get the beach ball alot. is this due to lack of memory or is it something else. ive been thinking about getting more memory but i am not sure what the issue is

    I use my mac book to dj. however, i tend to get the beach ball alot. is this due to lack of memory or is it something else. ive been thinking about getting more memory but i am not sure what the issue is...i would like some advice before i go and buy more memory if it is not needed... i also do not keep my music on my lap top

    Okay, so we've eliminated the lack of space since you have plenty.
    See the screenshot from my Mac here:
    Page ins and page outs - post those (or just post the same type of screenshot). If you have a lot of those, that means that your machine needs to keep swapping RAM around to make the best of what is available which can result in slow responses.
    Also post the total amount of RAM you have (in my case, I have 12 GB)
    You free RAM of 221 MB is very, very low - I'm guessing you only have a total of 2 GB. If that is the case, I would absolutely max out the machine (if you don't know how much RAM you can put in, post your model number here so we can help with that).

  • I have purchased a 3gs and its jail broken. i tried to update it and it did get update also but it is not working, and techinal person said it is a locked.now how do i factory unlock it?

    i have purchased a 3gs and its jail broken. i tried to update it and it did get update also but it is not working, and techinal person said it is a locked.now how do i factory unlock it?

    It is not always possible to return a jailbroken phone to a pristine state. Jailbroken devices can NOT be discussed here per the terms of service. As for unlocking. It was previously hacked and has re-locked to the original carreir. ONLY the carrier it is locked to can authorize unlocking it. Find out who that is and contact them or do as steve359 advised above and try to return it for your money back.

  • Table PA0045 is getting updated but data is not getting displayed in Infty

    Hi,
             When i save entries for any employee in Infty 0045 , the table pa0045 is getting updated with the record.
              But FOR FEW USERS, who created the record, the data is not getting displayed in one tab of the tabstrip bur rest tabs are filled with data. Its the case with few users only .
    Regards,
    Jyoti

    Check if there is proper data to be shown in the tabstrip.
    EX.. Loan Amount Granted in the Tabstrip Basicdata ...

  • LS Getting the error "The data could not be saved because the server could not be contacted" when deploying on my local desktop

    Hi:
    I have a very simple test LS App:
    1 Table "Person" with 1 property "Name"
    One totally standard Editable Grid
    So no complicated calculations that could timed out...
    When I hit F5 the screen launches and shows the data, but when I try to create a new Person it waits for about 2 minutes and then the following error appears:
    The data could not be saved because the server could not be contacted. Please check your network connection and try saving again. The Operation timed out.
    Despite the error the data gets persisted on the database.
    I am on VS 2013 Pro Update 4 and SQL Server LocalDB 2012 (v11.0).

    If you decide to try again I would:
    1) Uninstall Visual Studio
    2) Uninstall SQL Server (all versions)
    3) Re-install SQL Server
    4) Re-Install Visual Studio
    Unleash the Power - Get the LightSwitch 2013 HTML Client / SharePoint 2013 book
    http://LightSwitchHelpWebsite.com

  • Display the FRM-40400 at the bottom not with popup

    Hi,
    I need help with one form i have to modify, after modifiying the form, i noticed that the message FRM-40400 is displayed as popup but i just want this message to be displayed at the bottom of the form. Do you have any idea?
    Thanks.

    What version of Forms are you using?  What changes did you make to the form?  Did you make changes to the ON-MESSAGE or ON-ERROR triggers?
    The most likely cause of the FRM-40400: Transaction Complete message being promoted to the Default Alert is that you are writting a new message to the status bar but you didn't call the CLEAR_MESSAGE() built-in first.  It is always good (and recommended) practice to call the CLEAR_MESSAGE() built-in before displaying a new message with the MESSAGE() built-in; this ensures the status bar is clear before the message is displayed.  If there is a message already displayed in the status bar when a new message is sent to the status bar then the current message is promoted to the default Alert so the new message can be displayed.
    What message is in the status bar after you click OK on the popup (default Alert)?
    Craig...

  • Issue with Vendor Master Data-field notes ID  (Table ADRT-REMARK)

    Hello,
    I have a issue related to Vendor Master Data maintenance.
    The client wants to maintain the u201CNotesu201D field in vendor master data. The field gets populated from the field u201CADTR-REMARKu201D table ADRT.
    Now client wants to maintain some alphabet to distinguish some of vendors (i.e. 1250) out of 5000 vendors. We tried to develop LSMW, however it is not getting generated as this field is not getting recorded as the field is inside the tab (next to e-mail id field) which requires click. It seems BDC also is also not working as it is not populating these fields except e-mail id.
    The table ADRT contains filed ADDRNUMBER which is the same field in LFA1, and it is ADRNR (Address number).
    Also please note that CATT/e CATT is not permitted at all the client level.
    Can any body suggest the way to change the master data through some way.
    Regards,
    Chepan

    Hi,
    Did you heard about SAP GUI Scripting? There is SAP functionality - seems to Excel Macros. You are able to record SAP  like macros, then after small code modifcation (code is in Visual Basic), and special excel origin (there could be excel prepared like for CATT) upload data to VMD.
    If you have any questions I try to help you?
    Best regards,
    Piotr
    Edited by: Piotr Wieczerzak on Jan 26, 2010 9:35 PM

  • Added new fields in vendor master in xk01 but data is not getting saved

    Hi experts,
    To add new fields in vendor master i have followed the following steps :
    1.) Appended a structure ZRTGS in LFA1 table with required fields and activated
    2.) Added new button in xk01( vendor master ) using spro -> logistics-general -> business partner -> vendors ->
    control ->adoption of customer's owaster data fields -> prepare modification free-enhancement of vendor master record
    Created a screen group ZR and defined label tab pages with function code ZRTGS and saved entries
    3.) Created a implementation for BADIs VENDOR_ADD_DATA and VENDOR_ADD_DATA_CS.
    4.) Created a program with my own subscreen for the required fields
    The button is getting displayed in XK01, XK02 and XK03 respectively. Whenever the button is clicked the subscreen with
    the fields is also displayed. But whenever i try to save the data in either XK01 or XK02 it is not getting saved in to the
    database table LFA1.
    Request your help in this regard.
    Thanks in Advance.

    Hi,
    You may need to check this include .
    EXIT_SAPMM06E_008  -->Import Data from Customer Subscreen for Purchasing Document
    Thanks,
    vamshi

  • IPhone 5 after the Verizon carrier update shows connected to LTE but data is not sending or receiving for periods of time

    After I updated the carrier settings on my iPhone 5 with Verizon I've noticed that my phone shows that its connected to LTE with 4 or 5 bars showing but quite often no data is actually transmitting. When one of these periods happen I can't connect to any sites on Safari and all of my text messages trying to send over iMessage fail to send out. If I wait a few minutes it will start sending and receiving again. I've already tried to reset my network settings as well as restart my phone numerous times. I'm not sure if its related to this data connectivity issues or not but my battery seems to be draining quite fast compared even to my 2 year old iPhone 4.

    I just switched to Verizon and seem to be having similar issues. I think Verizon is having more issues even after the update...now they won't be reading your wifi as billable data but that's because we can't even use it! I have to restart my phone 1-3 times per day to get LTE to work again! Seems to be whenever it goes from 3G to LTE or after I've placed a call for the most part... Working on contacting VZW tonight..this is BS.

  • A copy of Firefox is already open. Only one copy of Firefox can be open at a time. I GET THIS MESSAGE - BUT FIREFOX APPEARS NOT TO BE OPEN.????????

    i have already deleted (trashed) all versions of firefox, and then re-downloaded the new Firefox, and when i try to open it, i get the message, "A copy of Firefox is already open. Only one copy of Firefox can be open at a time."

    Make sure you allow Firefox a few minutes to close down,and always use the menu options to close Firefox (Not just closing a window or killing the process).
    Just for now Look for Firefox processes or plugin container that are still running and kill them before trying again.
    * see [["Firefox is already running but is not responding" error message - How to fix it]]
    ** and also [[Firefox hangs or is not responding - How to fix]] <br />& http://kb.mozillazine.org/Firefox_hangs#Multiple_sessionstore.js_files

  • I can view the data in front end form, but data is not avilable in backend

    Hi,
    i created a form with three blocks.In first block i entered the data.Based on the data it will fetch recodrs from A & B tables and insert into C table.This logic i have written in backend and put commit in front end and back end. In the 2nd block iam using C table. i can view the data in front end(C table) . But i unable to
    see the data in C table when i go and see in back end.
    Form is used for only querying purpose. for the C block insert allowed and update allowed is false.
    Plz do the need ful

    Please try and post sufficient information for someone to replicate your problem. We are not looking over your shoulder and do not have access to your database.
    We need a minimum table structure, example data, a walk-through of how the form works - you mention 3 blocks and only half-way describe 1. Is another for the C block? Or is that a different form?
    e.g. Enter search data in Block A. Execute Query. Blocks A and B populated with data from database tables based on FK relationship B to A. User presses Save button, procedure in form updates table C based on data in form and issues commit. Execute Query in Block C retrieves just inserted data in table C.
    Is that remotely what's happening? Or something completely different?

  • I have a DVD from The Best of Adobe Photoshop Elements, which requires Firefox 3.+ to opperate. I have down loaded Firefox 3.6, can get on lime but disc will not operate??

    I was able to run the disc previously, a message came on to upgrade, I did and haven't been able to run since. I've installed Firefox 3.6b but can't get disc to operate. Message I now receive says to install 3.+, but not how.
    Have not tried their web yet (next). (Adobe) www.photoshopelementsuser.com

    Ok, let me try to explain step-by-step:
    #The bookmarks are '''not''' in HTML file. This is OK. Firefox does not store the bookmarks in HTML format.
    #Even if you boot the old Firefox, it will show the new bookmarks. This is also OK. You can't really do much about that.
    #Uninstalling and re-installing Firefox will '''not''' solve your problem. Firefox will '''not''' see the bookmarks in the external hard drive. Please '''do not''' try this approach.
    Now, to make things as simple as possible, let's try to bring all of your old bookmarks and settings into the new computer.
    #Make sure that you have closed Firefox completely. This can be done by selecting '''File''' menu and then clicking on '''Exit'''.
    #You said you were able to locate the Profile folder on the '''external hard drive''', right? Just to confirm, the name of this folder is something like xxxxxxxx.default (for example, my Profile folder is named 9qnmvkea.default. Yours will be something similar).
    #Double click on this folder to open it.
    #Select the '''Edit''' menu and click on '''Select All'''. Select the '''Edit''' menu again and then click on '''Copy'''.
    #Now, open Firefox from your new computer and follow the instructions given in this article to locate your new Profile folder: [https://support.mozilla.com/en-US/kb/Backing+up+your+information#Locate_your_profile_folder Locate your profile folder]. Again, this folder would be named like xxxxxxxx.default
    #Once this is done, again close Firefox by selecting '''File''' menu and then clicking on '''Exit'''.
    #Double click on your new Profile folder to open it.
    #Select the '''Edit''' menu and click on '''Paste'''. Windows will ask you if you want to replace existing files with same name. Select '''replace'''. Wait till all the files have been replaced.
    #Open Firefox again from the new computer. Hopefully, you should see your old bookmarks now.

  • Data in extractorchecker, but data does not arrive in PSA

    Hello,
    I have the following problem: when I execute the extractorchecker RSA3 on the sourcesystem I get as a result the expected datasets (nearly 2000).
    When I execute the infopackage in BI system I receive not a single dataset. It says me that there is no data in the sourcesystem (which is not true). unfortunately I don't get any error message...
    Do you know what could be the problem? From my point of view, I don't have problems with authorization as I did an authorization check with ST01
    thanks

    Hi,
    normally it will not happen  u do the following steps once again and try to load it
    may be one more reason will be there
    in source system assignmnet the r/3 client (where u r deveople ur data source) and the bw side source client me wrong please can u check that also.
    once again u replicate the data source and do the activation
    if it is production use this progarm and do it RSDG_ACTIVATE_ALL_DATASOURCE
    then once again activate ur transformations and cube also then u do the load.
    if it is generic extractor in r/3 side u can check the loop also raise _excepton is there or not
    Thanks & Regards
    sathish

Maybe you are looking for

  • Black band issue across screen

    hello, i have just switched on my mac to discover that there us a blackband of interferece across the screen. above it is a similar band of displaced apple screen approx 10mm high and across the entire length of the sreeen. any ideas on how t get rid

  • How can I email a photo as an attachment only and not as a photo in the body of the email?in the message

    How can I send a photo as an attachment only and not in the body of the email?

  • Formatting files for  PC's using AutoCad machine control

    I sent a series of line drawings (Illustrator 12.0.1, OS 10.4.1) to a water-jet cutter who asked for the drawings in dxf format. He controls his CNC machine with a PC running AutoCad program. The drawings imported into his program OK but he says Auto

  • Java ME installation problem

    Hi, i am new to java me, but not to java in general. I am trying to install java me already   4 days and it still cannot be done. When i download java me sdk, usually the latest version, but i tried also previous versions, and i start the *.exe file

  • Add wagetypes to IT table

    Experts, I need to add a wagetype 1100 (and it's value) in the IT table at a particular point during a payroll run. How do I do that? At that particular point, the IT table has 3 wagetypes: /110, /550 and /700. After the processing (of my rule), I ne