Error in Output--please ignore, not urgent

Hi friends,
I wrote a bdc to update the value in an outbound delivery thru VL02N transaction.
Everything is going fine n unexpectedly at some point i'm getting an error in output. Error is coming only sometimes not every time we execute the program.
Error is as below :
Cursor field  LIKP-VLABDATA does not exist in the screen.
But that field is present in the screen and it is a customized field in VL02N at header level.
The bdc code is as below :
REFRESH bdctab.
PERFORM bdcdynpro USING 'x' 'SAPMV50A' '4004'  '' ''.
PERFORM bdcdynpro USING '' '' '' 'LIKP-VBELN' vbeln.
PERFORM bdcdynpro USING '' '' '' 'BDC_OKCODE' '=HDET_T'.
PERFORM bdcdynpro USING 'x' 'SAPMV50A' '2000' '' ''.
PERFORM bdcdynpro USING '' '' '' 'BDC_SUBSCR' 'SAPMV50A                             2502SUBSCREEN_HEADER'.
PERFORM bdcdynpro
USING '' '' '' 'BDC_SUBSCR' 'SAPMV50A                                2126SUBSCREEN_BODY'.
PERFORM bdcdynpro USING '' '' '' 'BDC_SUBSCR' 'SAPMV50A                                0611SUBSCREEN_BOTTOM'.
PERFORM bdcdynpro USING '' '' '' 'BDC_SUBSCR' 'SAPLZSD_DEL_SCRNTAB                     9001CUSTOMER_SCREEN'.
PERFORM bdcdynpro USING '' '' '' 'BDC_CURSOR' 'LIKP-VLABDATA'.
PERFORM bdcdynpro USING '' '' '' 'LIKP-VLABDATA' newfreight.
PERFORM bdcdynpro USING '' '' '' 'BDC_OKCODE' '=SICH_T'.
CLEAR messages.
REFRESH messages.
    CALL TRANSACTION 'VL02N'
                      USING bdctab
                      MODE  tmpmode
                      UPDATE 'S'
                      MESSAGES INTO messages.
     IF messages[] IS NOT INITIAL.
        PERFORM messages.
     ENDIF.
     REFRESH bdctab.
Please let me know y i'm getting this error only sometimes and how to rectify.
Thanks in advance,
Sudha
Edited by: Julius Bussche on Jul 15, 2008 9:48 AM

Hi,
Delete this perform
PERFORM bdcdynpro USING '' '' '' 'BDC_CURSOR' 'LIKP-VLABDATA'.
It will not have any impact on your program. this staement is just to place the cursor in the field.
Thanks,
Rajinikanth

Similar Messages

  • CUA: SCUG - Transfer Users errors with Output Device does not exist

    Greetings,
    I'm currently setting up CUA on our ECC 6.0 boxes and ran into an issue when I run SCUG and try to transfer the users. We're in the process of upgrading to ECC. The target systems are upgraded copies of our current 4.7 target systems.
    Currently we have CUA connecting to our DEV,TEST, PreProd, and Prod Systems.
    The output devices only reside on the target systems. There are no output devices on our production CUA box.
    I'm trying to setup the ECC CUA box and modeling all the settings to our current environment. Once I set the CUA setting, including the RFC's and ALE connections I ran scug and ran into the issue.
    I only get the error where the Default Output Device is populated. Users with no Default Output transferred without any issues. I looked up notes in OSS and can't seem to find any on this subject.
    Side note: If I remove the output device it transfers without error. Obviously this is not a solutions, I was merely testing out the scenario.
    Any help would be greatly appreciated

    Hi Alex,
    there is just a little comment in SAP note #399917 (point 4).
    As from my knowledge, the SCUM settings are not considered during SCUG. So setting
    'output device' to local will not be a solution.
    The standard way is to transport the ouput device information to your CUA-master system before taking over the users. (create transport in  SPAD).
    I have also another workaround for you gurus, but this will need to modify the standard coding for the time of taking over your users. Using this modification, only a warning message will appear and unknown printers will not be taken into CUA-master system.
    Pls test this proposal carefully (coding is rather old....), this is just a suggestion !
    Include LSUUCF01                                                 
    FORM DEFAULTS_CHECK                                              
    Spool: Ausgabegerät                                            
      IF NOT DEFAULTSX-SPLD IS INITIAL AND                           
         NOT USER_DEFAULTS-SPLD IS INITIAL.                          
        SELECT SINGLE * FROM TSP03 WHERE PADEST = USER_DEFAULTS-SPLD.
        IF SY-SUBRC <> 0.                                            
          PAR1 = USER_DEFAULTS-SPLD.                                 
          CALL FUNCTION 'BALW_BAPIRETURN_GET2'                       
               EXPORTING                                             
                    TYPE       = 'W' "'E' "Warning instead of error                                                                               
    CL         = '01'                                
                    NUMBER     =  29                                 
                    PAR1       = PAR1                                
              IMPORTING                                              
                   RETURN = ERRORTABLE                               
               EXCEPTIONS                                            
                    OTHERS     = 1.                                                                               
    APPEND ERRORTABLE.                                         
        ENDIF.                                                       
      ENDIF.                                                         
    I strongly recommend to undo this modification after you have finished SCUG.
    Good luck, b.rgds, Bernhard

  • Dump error in smartforms , please help me urgent

    Hi,
          i have created a smartform with two pages in it , i was not able to create the window in the second page it was showing me a dump error but i manage to  copy the main window of first page in to second page it was working fine but if i delete anything in it , it was reflecting in first page , then i managed to reduce the size of the main window and add a secondayry window , as the content of the second page must flow to pages . i need to create a main window , it is aagin throwing a dump error , plsease help me in sloving in this , thanks
    srihar

    Hi,
    create folder in main area in main wondow and keep all the rows of table  in folder.
    the go to output options of folder and tick check box Page protection.
    Now u can reduce the size of main window in second page .it will not get any short dump.
    regards,
    Sunil.K

  • Please Ignore.  Solution found.

    After submission a registration Form I am designing compares
    the two email entries to make sure they're the same, and if not re-
    presents a similar form asking that the punter submits the
    information again, checking the email address carefully. You know
    the sort of thing.
    My question is "How can I get the re- presented form to
    retain the good information from the first completion?" I hate it
    myself when I have filled in a form, made a slight error, get it
    re-presented, and I have to start from scratch.
    I am using php in the comparison check, but be warned, I am
    in the foothills of understanding with php and such.
    Steve

    bhaskarfromhalesowen wrote:
    Message was edited by: bhaskar
    Found the solution already, therefore please ignore, not sure if it is possible to close the message.
    Mark as solved.

  • Error parsing output

    Hi There,
    New to the Java World and Im getting the following error when submitting this java program for compilation and output. Output is Via a html page
    // just import the BufferedReader and inputstream reader
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    class addtwonumbers
        public static void main(String[] args)
        // system.in reader (e.g. the input from the console)
        InputStreamReader ISR = new InputStreamReader(System.in);
        // buffer the console reader
        BufferedReader BR = new BufferedReader(ISR);
        // the default values for the two numbers
        int val1 = 0;
        int val2 = 0;
        try
            // output the question.
            System.out.print("Enter two Numbers:\n");
            // read in the console intput one line (BR.readLine) and then convert to a integer
            val1 = Integer.parseInt(BR.readLine());
            val2 = Integer.parseInt(BR.readLine());
        catch (Exception ex)
            //if the input was a string.
            System.out.println(ex.toString());
        // output the answer of adding both of the values together and * by 3
        System.out.println("The result is " + (val1 + val2) * 3 );
    The error message is "Error parsing output, please try again"
    Thanks In advance.
    Edited by: Conor O'Neill on Mar 16, 2009 4:11 PM

    >
    Conor O'Neill wrote:
    > Hi Ayyapparaj
    >
    > Thanks for getting back to me: yes I already have done what you suggested and it works fine, but I'm trying to output in an HTML page (in a table).
    Hi,
    What you mean by HTML page(in a table)?
    Code what you have written above is a pure application that need to be run in the way i have mentioned above.
    If you are interested to create a HTML page where you can enter two numbers and print their out put. You need to change the code altogether.
    Regards
    Ayyapparaj

  • Error in ALV : Field Does not exists in Output table .

    Hi All,
    In my ALV report, program get dumped and showing error when i tried to put a col named Distribution channel ion the alv.
    I have put the Distribution cannel field in the IT_FInal table , but still getting folwong errors :
    Error : Field Symbol is not been assigned.
    As Instructed i have passed            I_INTERFACE_CHECK              = 'X'.
    By this i am getting detail error that :
    Field Distribution channel does not exists in Output table & Heading for List is missing .
    But i have maintained the distribition channel in IT_Final table
    Please suggest wheather we have to define dis channel in any other place.
    Thanks in advance.
    Can any one help me regrarding this.
    Thanks in advance.

    Hello,
    You have to populate the same in the fieldcatalog as well, i think you have not maintained this field there.
    BR,
    Suhas
    PS: Also make it a point to follow-up on your previous post: [Error in ALV : Field Symbol not been assigned.|Error in ALV : Field Symbol not been assigned.]

  • Urgent: Error in idoc(Application document not posted)

    Hi experts,
    i am getting the error in R/3 side when i am extracting data from it.
    i checked with WE07 it's shows the error as follows
    "Application document not posted".
    it's been urgent how to resolve this issue. please through a light on it.
    Regards
    Harikrishna N

    Hi Hari,
    You start error processing by executing the corresponding work items in your Business Workplace. If a file read error could be corrected, for example, the IDocs which have not yet been read can be read and stored in the database manually, by starting report program RSEINB00.
    This could be the reason for ur error..
    IDoc could not be generated under MC
    EDIN: Evaluates the partner data from the MC record
    TS70008037
    No process code in the additional partner profile MC parameters; Error when writing the application data in the IDoc.
    this link givs u the req info
    [http://help.sap.com/saphelp_nw70/helpdata/EN/dc/6b7f1543d711d1893e0000e8323c4f/frameset.htm]
    Hope it helps U
    Regards,
    NR

  • Output type should not be triggered when error in invoice

    Dear Experts,
    I have this issue.
    Whenever there is an error in the document, the output type should NOT be triggered.
    But in my case, in spite of the error "Pricing error in item 0001"the output is getting triggered.
    This is a Billing Document.VF03.
    In NACE, it is linked to RSNASTED-->EDI_PROCESSING form routine.
    i need your help in identifying, where should be looking for this check.
    check: when error in document->do not post idoc via the output type.
    where will i be able to find this check.
    Please guide.
    Regs,
    SuryaD.

    FORM KOBEV_907.
    *{   INSERT         D94K915917                                        1
    * Declaration for Constants
    constants : lc_kschl type char4 value 'ZNTP', " Message type
                lc_h type char1 value 'H',        " CREATE TRANS. TYPE
                lc_v type char1 value 'V'.        " CHANGE TRANS. TYPE
    IF komkbv3-trtyp EQ lc_h.        " CREATE
      IF komt1-kschl <> lc_kschl.
    *   Check o/p type ZNTP in the newly proposed o/ps in table NNAST
        READ TABLE nnast WITH KEY kschl = lc_kschl.
        IF sy-subrc EQ 0.
          sy-subrc = 4.
          EXIT.
        ENDIF.
      ENDIF.
      sy-subrc = 4.
      CHECK : KOMKBV3-UVALL CA ' C'.
      CHECK : KOMKBV3-UVPRS CA ' C'.
      CHECK : KOMKBV3-UVALS CA ' C'.
      CHECK : KOMKBV3-RELIK EQ SPACE.
      CHECK : KOMKBV3-RFBSK EQ 'C'.
      sy-subrc = 0.
    ELSEIF komkbv3-trtyp EQ lc_v.    " CHANGE
      IF komt1-kschl <> lc_kschl.
    * Check o/p type ZNTP in existing o/ps in table xnast and NNAST
        READ TABLE xnast WITH KEY kschl = lc_kschl.
        IF sy-subrc EQ 0.
          sy-subrc = 4.
          EXIT.
        ENDIF.
        READ TABLE nnast WITH KEY kschl = lc_kschl.
        IF sy-subrc EQ 0.
          sy-subrc = 4.
          EXIT.
        ENDIF.
      ENDIF.
        sy-subrc = 4.
        CHECK : KOMKBV3-UVALL CA ' C'.
        CHECK : KOMKBV3-UVPRS CA ' C'.
        CHECK : KOMKBV3-UVALS CA ' C'.
        CHECK : KOMKBV3-RELIK EQ SPACE.
        CHECK : KOMKBV3-RFBSK EQ 'C'.
        sy-subrc = 0.
    ENDIF.
    *}   INSERT
    ENDFORM.
    the above code is what i see in RV61B907

  • Archive file with errors in sender file adapter not working! please help!

    Hi Experts,
       I have a file to RFC scenario. the input is a XML file. I have setup the flag in sender file adapter channel for archiving the input files with errors. But it is not working.
    For testing I have used an invalid xML file for example without the main XML tag. I have also tested with a MSWORD file saved with.xml extension. But in both the cases the files are not getting archived.
    My archive location permissions are fine and in fact normal archive operation is happening. That is, if I select the processing mode as "Archive" and gave the Archive directory then files are getting archived. The problem is only with the "Archive faulty source files" option.
    What am I missing? DO I need to do some more configurations?
    What are the prerequisites if any for this option?
    How to test this?
    Please help me! I will be greatfull to you all!
    Thanks & Regards
    Gopal

    and go thru this links
    Creating a Single Archive of the Version Files
    http://help.sap.com/saphelp_nw04/helpdata/en/79/1e7aecc315004fb4966d1548447675/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/31/8aed3ea86d3d67e10000000a114084/frameset.htm
    Note: reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Tying to install itunes and I get error message "This file does not have a program associated with it for performing this action.  Please install a program, or if one is already installed, create an association in the Default Programs control panel.  Help

    am tTying to install itunes and I get error message "This file does not have a program associated with it for performing this action.  Please install a program, or if one is already installed, create an association in the Default Programs control panel. Can anyone help me?

    Hi,
    Here is a similar thread for your reference:
    There is no email program associated to perform the requested action. Please install an email program or, if one is already installed, create an association in the Default programs control panel
    http://social.technet.microsoft.com/Forums/en/w7itproappcompat/thread/036e3cf6-bff7-4ef2-bd0a-555cd2399ad4
    Hope this helps
    Vincent Wang
    TechNet Community Support

  • 'Error loading plugin: Plugin file not found' message on ONLY 5 sites, but all others OK.  Help, please!

    Hi Again!
    I posted this problem here before, but since I really need to access the sites that receive this error message in less than a month, I had to re-post; hopefully someone who didn't see it before will see it & have a solution for me.
    Here are the details:  I'm running windows 8.1 & I use Firefox 33.1.1, Pale Moon 25.1.0 or Opera 26.0 as my browsers, (I have IE installed & up-to-date, but I never use it).  I followed the 10-point checklist on Adobe & everything was done, except for "uncheck Hardware Acceleration" in Flash 'Settings'; I tried to uncheck it on this site, where it's indicated, as well as in my 4 browsers when I'm doing something that uses Flash, but no matter how hard I try, I can't 'uncheck' the check mark in that tiny box!  Since this error problem only affects 5 web sites, & I can watch streaming media on all other sites, I don't think it's an issue. 
    Here's how this problem began:  I was watching a live, streaming nest-cam on 5/09/14 around 11:00AM, (yes, I DO know the exact time & date, because it happened so suddenly while I was watching this website that I'd been watching since the end of February, 2014), when my screen went black.  I thought it was probably an Adobe Crash, but when the usual Crash Report window didn't show up, I just closed Firefox & reopened it, expecting to resume watching the nest-cam.  When I went back to the site, I got the black screen with the "Error loading plugin: Plugin file not found" message.  The chat portion on the site still works, though. I know there are other sites with this nest-cam feed, so I started trying them, but it took several tries for me to find one that didn't get the error message! I posted this problem on "Windows BBS" forum, & someone else posted that the same thing happened to them AND on the same sites!  They didn't have a solution, either.  I cleared my cache, rebooted my PC & even did a System Restore, but whatever happened in that brief second made using ONLY 5 sites impossible.  Here are the sites that receive the error message:
    http://pixcontroller.com/eagles, (but I CAN go to http://pixcontroller.com, but there isn't any streaming media)
    http://cbslocal.com/eagles
    http://westmorelandconservancy.org/BlueBirdwebcam-1.htm
    http://wildearth.tv/cam/pittsburgh-bald-eagles, (I get the error message on ALL cams on this site)
    http://aviary.org/BE-NestCam1 (I get the error message on ALL cams on this site)
    Now if any videos from the 5 websites above are uploaded to YouTube, I can watch them perfectly...no error message if I watch the videos elsewhere.  Luckily, I found Ustream, & they have most of the nest cams I watch, but I need to fix this issue, because it's nearing nesting time!  I'm an amateur nest-watcher & it's vital that I have access to these 5 sites, so if anyone knows how to fix this, PLEASE tell me!
    Thanks for taking the time to read my post.
    All suggestions/solutions are gratefully accepted.
    Thanks in advance for your help!
    DogPal 

    File Not Found Error in Welcome Screen
    07-Nov-2013 10:25
    Tags: #dreamweaver_cs6_update
    Help please!
    Live preview also not working.
    I have exactly the exact problem described below but do not have a folder with the same name as the volume created under the volume. Please can someone help - I've tried everything. This problem only happened when I upgraded to Dreaweaver CC!
    "On launching Dreamweaver on your Macintosh if your Welcome Screen is not loading and if you see a "File not found" error, please check if you have a folder with the same name as your volume created under the volume. For more info on this please go through the attached pdf document. Other dialogs/panels in dreamweaver that will be blank due to this issue are Jquery Swatches panel, Adobe Edge Webfonts tab in Manage Fonts dialog,W3c Error Info dialog, Externalise Javascript dialog and svn revert dialog. After following the changes mentioned in the attached document please check all the affected dialogs/panels to confirm everything is working as expected."
    Thanks,
    Martin Bond
    [personal information removed by moderator]

  • I cannot open a PDF in either Chrome or Firefox. I have uninstalled and reinstalled Adobe Reader XI.0.09 and restarted my computer.   This is the error I receive:Please wait...    If this message is not eventually replaced by the proper contents of the do

    I cannot open a PDF in either Chrome or Firefox. I have uninstalled and reinstalled Adobe Reader XI.0.09 and restarted my computer.   This is the error I receive:   Please wait...    If this message is not eventually replaced by the proper contents of the document, your PDF  viewer may not be able to display this type of document.    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by  visiting http://www.adobe.com/go/reader_download.    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark  of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other  countries.

    Or http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • IPHONE 5: can't receive calls & random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational.

    IPHONE 5:  can't receive calls and random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational, and it does not matter whether wifi is on or off.  ATT went through the standard protocol - resetting network, resetting sim card, etc.  No changes.  Other phones working fine in same region with same carrier.  Apple's solution is to restore software, but haven't gone there yet.  Anyone successfully addressed this/these issues?   

    I should point out that it worked when the iPhone was set back to factory settings, but when restored with the backup, data/internet no longer works again, and I get the "Could not activate cellular data network" error message yet again.

  • Please help! ReferenceError: Error #1065: Variable tracker is not defined.

    Hi guys im tearing my hair out over this, sorry if its an extreme noob question but i know its quite a common problem and im sure someone on here must be able to help.
    After debugging my project here is the error message -
    ReferenceError: Error #1065: Variable tracker is not defined.
              at CustomsConnect/buttonClick()[C:\Users\LiamT\Desktop\plz\CustomsConnect\CustomsConnect.as: 443]
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at shell::Button/buttonClick()[C:\Users\LiamT\Desktop\plz\CustomsConnect\shell\Button.as:47]
    Please let me know if you can point me in the right direction here -  the problem has come about as I have inherited a .fla that has been set up on another machine. If you need me to post any of the code that its referring to above let me know.
    Thanks in advance for any help that you can offer me.

    CustomsConnect is the designated document class.    Tracker is relating to my google analytics tracker as far as I can see it is already defined and perhaps this line of code could be something to do with the problem
    Line 77:   private var tracker: GATracker;
    Do you want me to post up the rest of the code?
    thankyou so much Ned for taking the time out to help me with this.
    Many thanks  
    Liam

  • I have a problem with installing PS13 as I get an error message "This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements." how do i do this?

    i have a problem with installing PS13 as I get an error message "This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements." how do i do this

    Try downloading the trial. It ought to detect that you have a 64-bit system.
    You aren't using Vista, are you? PSE 13 requires at least win 7 and I think a few folks with vista have gotten a similar error message on trying to install it.

Maybe you are looking for

  • Ical not showing new events and older events as well

    Hi There, Since (as I recall) last monday, iCal started to work strange. Or, better put in other way: stopped working. I have three calendars only (personal, work and "no category), all of them syncing with iCloud. There are two other local calendars

  • Itunes freezing when Ipod touch is connected

    Everytime I try to connect my iPod touch (2nd Gen, 32 Gb), iTunes hangs on that spinning ball and won't respond or recognize my iPod. The strange thing is that iTunes works fine with both my nano and shuffle and the iPod touch is also working perfect

  • How to read the BOL of confirmed BP on IC?

    Hi Experts, Could you tell me (or send me a piece of code) how to read the business partner number and address of the confirmed BP on Interaction Center? What is the right BOL object? Where is this data stored? How can I gain this information in runt

  • 'DVD or CD sharing' isn't possible. HELP!

    Okay so i got a MacBook air on the 27th December I have done ALL the updates available, I now want to setup DVD or CD sharing however this is not an option when I go on 'system preferences', 'Sharing'. Help I have already like read all the forums and

  • User registration uses first name/second name as username instead of using the email address

    I am just building my website and noticed that when a user registers, the username is set to the first name/second name. BUT... using a different temporary BC site, I noticed that this was using the email address as the username. When the username is