Difference between debug and run the application in adf

Hi,
my application working properly to fetch the data from viewobjects using dynamic viewcriteria while debugging it but not working properly when running the application....
Please tell me what the problem its urgent...
Thanks in Advance...

Hi,
LEAVE PROGRAM always leaves the current program - there is never any processing after LEAVE PROGRAM !
While If you use the EXIT statement within an event block but not in a loop, the system stops processing the block immediatelyand If the EXIT statement occurs inside a DO, WHILE, or LOOP loop, it is the loop that terminates, not the processing block.
I think it will help you.
regards,
Lokesh

Similar Messages

  • Difference between BSP_WD_CMPWB  and SE80/BSP Application

    Hi Guys,
    This is related to SAP CRM Module.
    Can somebody tell the difference between BSP_WD_CMPWB and SE80 / BSP Applications.
    Also can somebody give the tutorial for BSP_WD_CMPWB.
    Thanks,

    post this in CRM web forum at
    SAP CRM: Interaction Center

  • Find the difference between loading and registering the drivers..

    Dear Sir..
    Could you please help me to find the difference between two activities..
    1.Loading the drivers
    2.Registering the drivers
    What's the difference between loading and registeing the drivers and what activities take place by the JVM to do it all.

    Dear Sir..
    Could you please help me to find the difference
    between two activities..
    1.Loading the drivers
    2.Registering the drivers
    What's the difference between loading and registeing
    the drivers and what activities take place by the JVM
    to do it all.You load a class - it isn't specific to a driver.
    That is part of java - not JDBC.
    Normally JDBC drivers register themselves when the class is loaded. This is specific to the driver and has nothing to do with a user of the driver. It is only a concern to someone who must implement a driver.

  • While Deploying and running the application

    Dear all,
    While deploying and running the application, after importing the relevant files into my local amchine workspace from another machine, i am facinf exception/error message as below:
    'Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found'.
    Would someone suggest for the same.
    With Regards,
    Lux.

    Hi,
    This is the message i am receving during runtime
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4013.00.0000.20050607163945.0000 (release=630_SP_REL, buildtime=2005-06-07:21:12:54[UTC], changelist=351986, host=PWDFM067)
    Web Dynpro code generators of DC local/SurveysOverview:
    SapDictionaryGenerationCore: 6.4013.00.0000.20050606171348.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:02:28[UTC], changelist=351717, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4013.00.0000.20050609113138.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:05:41[UTC], changelist=352442, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:56:40[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:21:22[UTC], changelist=356134, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:21:22[UTC], changelist=356134, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4013.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:55:55[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:09:17[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4013.00.0000.20050606171352.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:59:56[UTC], changelist=351719, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-18:19:56:48[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-18:20:09:46[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_08-b03, vendor: Sun Microsystems Inc.
    Operating system:
    Windows XP, version: 5.1, architecture: x86
    Error stacktrace:
    java.lang.NullPointerException
         at com.sap.survey.NewSurveyView.onActionCreateSurvey(NewSurveyView.java:180)
         at com.sap.survey.wdp.InternalNewSurveyView.wdInvokeEventHandler(InternalNewSurveyView.java:198)

  • What is the difference between start() and run()

    Hi:
    what is the difference between start() and the run()???
    in my app, i have
    Console.debug( "starting thread to listen for clients" );
    _server = new Server( this );
    _server.start();
    _server extends Thread..
    why everytime i use server.start(); my app will terminate on it is own, even though in my servr.run() method, i have a while loop
    and if i call _server.run() explicitly in my code, that while loop will be in execution
    can someone let me know??
    thnx

    what is the difference between start() and the
    run()???start() is a method on Thread that tells it to start.
    run() is a method in the object that the thread executes.
    why everytime i use _server.start(); my app will
    terminate on it is own, Err.... I'm not convinced this is true. It'll throw an IllegalThreadStateException, if you try to restart an existing thread.
    If that's what you're saying.
    even though in my _servr.run()
    method, i have a while loopI don't see the connection. Are you saying that the while loop never terminates, and you don't see why the thread is terminating?
    and if i call _server.run() explicitly in my code,
    that while loop will be in executionIf you call server.run() explicitly, then run() will be executed in the same thread that you called it in.

  • How do I keep photos and videos on an external hard drive  and run the application on the macbook

    I am running out of space on my Macbook and would like to move all my photos and videos to an external hard drive to free up disk space. How do I designate those drives as the destination drive when running the application (iPhoto, iMovie) on the Macbook.

    Moving your iTunes Music folder   http://support.apple.com/kb/HT1449
    Moving your iPhoto library    http://support.apple.com/kb/HT1229
    Moving iMovie footage to another drive    http://support.apple.com/kb/HT1026

  • What is the primary difference between Debug and Release build?

    I'm coming from the world of VS, where there's a clear distinction between a Release and Debug builds. In Xcode I can't seem to see how two are different and how would I benefit from, say, a Debug build. Can someone explain this for me?

    The differences between the Xcode debug and release builds are similar to the differences you'll find on any other system, though the Xcode interface might not present them as obviously. Basically, a debug build preserves all kinds of information that was developed during compilation but is no longer necessary at runtime. The presence or absence of this information (e.g. symbol tables and mappings which provide the original name of each source code variable and the source code line number corresponding to each instruction), becomes increasingly obvious as you use gdb and other debugging tools.
    We normally would never want to release a debug version (in the iOS case, of course, it would never be accepted) because the binary is usually much larger and the performance will probably be compromised as well. For example, a typical debug build will have many perfomance optimizations turned off because these can make debugging more difficult. It's also common to enable "assert" statements in a debug version. These will bring the program down rather than giving the user any options or attempting recovery.
    For more info specific to Xcode, see [Build Configurations|http://developer.apple.com/library/ios/documentation/DeveloperTo ols/Conceptual/XcodeBuildSystem/400-BuildConfigurations/build_configs.html#//appleref/doc/uid/TP40002692-SW7] in the +Xcode Build System Guide+. To get into lower level details, refer to the gcc docs, maybe starting with [3.9 Options for Debugging Your Program or GCC|http://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html]. You might also want to take a look at your Target Build Options for the Debug configuration (Project->Set Active SDK->Use Base SDK and Project->Edit Active Target->Build). There's a one-to-one mapping between many of these settings and the gcc options.
    \- Ray
    p.s.: Didn't mean to repeat Xnav's points. As usual, I was still editing long after he posted! To clarify one difference: Selecting the Edit Active Target menu item gets you to the same place as double clicking on the icon for the active target in the Targets group of the Groups & Files tree. - R
    Message was edited by: RayNewbie

  • When cloning the 11 DB, difference between dbconfig and running autoconfig?

    Hi,
    Doing 11i cloning. I never used to use autoconfig on the db tier, just recreate the control file, open the db, get the listener running, and only otherwise use apps autoconfig.
    I still have to recreate the controlfile by hand, since using hot backups, so for the db cloning portion I am now using dbtechstack (initially), then recreate the control file, apply the archive logs, open the database, and then run perl adcfgclone.pl dbconfig (xml file)as per app. B of MOS 230672.1.
    Now when I just ran perl dbconfig, I was having some issues. I normally specify the XML file, but this time left it blank to let it ask me the
    questions. Anyway, it asked the questions, then started re-createing the controfile and hosed my db, which I am restoring now.
    If I specify the xml file (that appears to be good from dbtechstack above)-- will it NOT then try to recreate the controlfile? I am afraid
    to run dbconfig again -- since it could mean another restore and I don't have time.
    As an alternative, what I have done in the past ... is this (instead of dbconfig) as the db user.
    1. relink oracle
    2. relink all
    3. run autocfg.sh for the db (ie regular, garden-variety autoconfig for the db, not dbconfig).
    In the past this alternative has worked well when I've not used db autoconfig at all for the clone, and want to get autoconfig
    running on the db tier, and it has been a while since I cloned.
    So my question is -- is dbconfig with the specification of the xml file the same as a relink + regular db autoconfig?
    The reason I am asking, is that sometimes by not strictly following note 230672.1 my cloned db's have some wierd issues that show up in patching.
    Thanks marv

    If I specify the xml file (that appears to be good from dbtechstack above)-- will it NOT then try to recreate the controlfile? I am afraidIt will not create the controlfiles for you and you still need to recreate it manually.
    So my question is -- is dbconfig with the specification of the xml file the same as a relink + regular db autoconfig?Correct (remember to run the library update script once you open the database).
    In addition to (230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone), please see (Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database [ID 760772.1]).
    The reason I am asking, is that sometimes by not strictly following note 230672.1 my cloned db's have some wierd issues that show up in patching.What kind of issues?
    Thanks,
    Hussein

  • Difference between debug and release

    Hallo,
    I'm in trouble with sending CAN-Message to servo-controllers (Lust).  In debug -mode all works fine, but in release it seem's that there some leaks in the message.
    I've already added some delays between send-orders, but it doesn't help.
    the CAN is a USB-adapter from PEAK.
    1. Does CVI make some changes as I include the peak.dll (included in my project) from debug to release?
    2. Is there some alternative of using the Delay-Command in windows?.
    greetings
    F.A.

    Debug mode and Release mode are different configurations for building your .Net
    project. Programmers generally use the Debug mode for debugging step by step
    their .Net project and select the Release mode for the final build of Assembly
    file (.dll or .exe). follow link for more information
    http://net-informations.com/faq/net/debug-release.​htm
    cros.
    http://net-informations.com

  • Difference between desaturating and changing the brightness?

    What is the difference between dragging the saturation slider all the way to the left to desaturate a color and dragging the brightness slider all the way to the left? Isn't desaturating (removing the color) the same as decreeasing the brightness?
    Thanks.

    Desaturating means dulling the colours. If you go all the way you end up with a greyscale image.
    Increasing the brightness makes all the colours lighter. If you go all the way you end up with just white.

  • Whats the functional difference between dbconole and using the Grid control.

    I know this may seem like a strange question, but I was wondering if I only have one instance on my server, would benefit would i gain if I installed and configured the grid control
    over the dbconsole that comes with the 11gr2?
    I know the Grid control can discover many databases, but what else can it do that the dbconsole cannot?
    thanks!

    Hi,
    Indeed good question.
    It depends on installation type you selected. But are responsible for user administration in terms of creating, deleting, updating and role assignment tasks to users and groups.
    --CUA is meant for ABAP Installation. CUA is responsible for entire landscape user administration works with RFC connection talking to all ABAP systems
    --UME is meant for Java installations, plus UME is responsible for handling communication between ABAP users and java users.
    UME
    For more details see below links all advantages and disadvantages of both systems and comparisons deliberately.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/3e3842b23d690de10000000a155106/frameset.htm
    Thanks,
    Amit Lal
    P.S Please don't forget to reward pts.

  • Difference between closing and locking the WBS

    Hi,
    May i know what is the difference of locking vs closing WBS?
    Can you state some example?
    Thanks!

    WBS closing: Once project is completed or no further expenses are envisaged for the WBS , it will be closed. Once closed, normally,  it is not possible to go back to lower staus, i.e  open, and post the entries.
    WBS Locking : Locking is temporary blocking of entries to the WBS.

  • Whats the difference between renting and buying the movie in itunes?

    what's the difference if you buy the movie or just rent it from the itunes store?

    Buy: you can watch it as many times as you like; and it stays on your iPad.
    Rent: you can watch it for 24/48 hours only; and it will disappear from your iPad

  • Files Migration from one server to another server and run the application

    Hi All,
    We have four environments in our firm, Dev, test, pre-prod and prod. We have completed installation of weblogic in dev(server1) and testing(Server2) environments in with linux OS. Now we are preparing to install on pre-prod
    My questions is : Whether I can copy all the file systems( Have two file systems /opt/bea and /domain/weblogic) from testing(Server2) to pre-production without installing weblogic server. If yes what are the changes I need to do . Kinldy give full details. Thanks in advance
    Note : File systems, IDs, permissions all are same from dev to pre-prod
    Regards,

    Hi Ram,
    Yes you can copy entire package and put that one there.
    Use pack and unpack command check below link for further assistance.
    http://docs.oracle.com/cd/E13179_01/common/docs92/pack/commands.html
    Apart from file permission you can check Java home that's it.
    Regards,
    Kal

  • Difference between ITS and Web Application Server

    Hi All,
       What is ITS server. Can anyone explain me the difference between ITS and WAS(Web Application Server)
    Thanks
    Harpreet

    Hi Harpreet:
    ITS is basically the tool that allow you to use SAP via http. Theres lots of info about <a href="http://help.sap.com/saphelp_nw04/helpdata/en/0d/654d356560054ce10000009b38f889/frameset.htm">ITS</a> or <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/5f/0ef441ad7bc417e10000000a155106/frameset.htm">WebAS with Integrated ITS</a>
    The ITS is a standalone application connected to R3 via RFC connection, In the SAP WebAS the ITS is integrated to the system.
    Hope this help!
    Juan
    PS: Please reward with points if helpful

Maybe you are looking for

  • Ipod touch (2nd gen) not connecting to itunes on mac air

    I have an old iPod touch (2nd gen) and want to sync it with my macbook air, but it will not show up on my mac or in iTunes. When connected it is charging so there is nothing wrong with the cable but i do not know why it is not showing up on the macbo

  • Schedule manager documentation

    Dear All, anybody have a schedule manager config document or kindly give me the steps to be followed for config. thanks in advance. regards Elan

  • HT1349 The procedure entry point sqlite3-wal-checkpoint could not be located in the dynamic link library SQLite3.dll

    I just downloaded the update (Ver: 10.6.3.25) to ITunes on my HP (windows 7) Laptop, and mow when I start up my computer in get this error message ( The Procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic Library SQJite3.

  • Slider with more than one thumb

    Hi, does anybody know a slider with more than one thumb? The JSlider-class only provides one thumb, but I need more thumbs to displace. That why I posted the last question: I found one in the web but when I call the constructor, I get that error. Tha

  • Import PO Receipts using custom conversion.

    I am importing PO Receipts through a custom conversion by populating the PO Interface tables and running the receving Transaction processor. But when I look for the receipt in the application, I cannot find it. The receipts correspond to existing App