Reg Simple Web Dynpro Application

Hello Gurus,
I am developing a simple Web Dynpro Application that displays just Purchase Header Details.
It says the runtime Error, "The exception CX_WD_CONTEXT" was raised but was not caught at any stage in Call Hierarchy.
Any Suggestions would be rewarded.....
Regards
Jay

Hi,
I have pasted the short dump....
===========================================================
Runtime Errors         UNCAUGHT_EXCEPTION
Except.                CX_WD_CONTEXT
Date and Time          27.02.2007 11:48:17
     ShrtText
          An exception that could not be caught occurred.
     What happened?
          The exception 'CX_WD_CONTEXT' was raised but was not caught at any stage in the
          call hierarchy.
          Since exceptions represent error situations, and since the system could
          not react adequately to this error, the current program,
           'CL_WDR_CONTEXT_NODE_VAL=======CP', had to
          be terminated.
     What can you do?
          Print out the error message (using the "Print" function)
          and make a note of the actions and input that caused the
          error.
          To resolve the problem, contact your SAP system administrator.
          You can use transaction ST22 (ABAP Dump Analysis) to view and administer
           termination messages, especially those beyond their normal deletion
          date.
          is especially useful if you want to keep a particular message.
     Error analysis
          An exception occurred. This exception is dealt with in more detail below
          . The exception, which is assinged to the class 'CX_WD_CONTEXT', was not
           caught,
          which led to a runtime error.
          The reason for this exception is:
          Die Anzahl der Elemente der Kollektion des Knotens INDEX.1.EKKO_ITAB verletzt
          die Kardinalität.
     How to correct the error
          You may able to find an interim solution to the problem
          in the SAP note system. If you have access to the note system yourself,
          use the following search criteria:
          "UNCAUGHT_EXCEPTION" CX_WD_CONTEXTC
          "CL_WDR_CONTEXT_NODE_VAL=======CP" or "CL_WDR_CONTEXT_NODE_VAL=======CM001"
          "CHECK_COLLECTION"
          If you cannot solve the problem yourself and you wish to send
          an error message to SAP, include the following documents:
          1. A printout of the problem description (short dump)
             To obtain this, select in the current display "System->List->
             Save->Local File (unconverted)".
          2. A suitable printout of the system log
             To obtain this, call the system log through transaction SM21.
             Limit the time interval to 10 minutes before and 5 minutes
             after the short dump. In the display, then select the function
             "System->List->Save->Local File (unconverted)".
          3. If the programs are your own programs or modified SAP programs,
             supply the source code.
             To do this, select the Editor function "Further Utilities->
             Upload/Download->Download".
          4. Details regarding the conditions under which the error occurred
             or which actions and input led to the error.
     System environment
          SAP Release.............. "640"
          Application server....... "diamond"
          Network address.......... "64.72.230.131"
          Operating system......... "Windows NT"
          Release.................. "5.2"
          Hardware type............ "4x Intel 801586"
          Character length......... 8 Bits
          Pointer length........... 32 Bits
          Work process number...... 0
          Short dump setting....... "full"
          Database server.......... "DIAMOND"
          Database type............ "MSSQL"
          Database name............ "ECC"
          Database owner........... "ecc"
          Character set............ "English_United State"
          SAP kernel............... "640"
          Created on............... "Nov 21 2005 00:50:16"
          Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
          Database version......... "SQL_Server_8.00 "
          Patch level.............. "101"
          Patch text............... " "
          Supported environment....
          Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
          SAP database version..... "640"
          Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
          Memory usage.............
          Roll..................... 8112
          EM....................... 12543552
          Heap..................... 0
          Page..................... 0
          MM Used.................. 11868848
          MM Free.................. 672136
          SAP Release.............. "640"
     User and Transaction
     Information on where terminated
          The termination occurred in the ABAP program "CL_WDR_CONTEXT_NODE_VAL=======CP"
           in "CHECK_COLLECTION".
          The main program was "SAPMHTTP ".
          The termination occurred in line 12 of the source code of the (Include)
           program "CL_WDR_CONTEXT_NODE_VAL=======CM001"
          of the source code of program "CL_WDR_CONTEXT_NODE_VAL=======CM001" (when
           calling the editor 120).
     Source Code Extract
     Line     SourceCde
         1     method CHECK_COLLECTION .
         2     
         3       data:
         4         path_name type string,
         5         lines type i.
         6     
         7       lines = lines( me->collection ).
         8     
         9       if ( lines = 0 and abap_true  = me->node_info->is_mandatory ) or
        10          ( lines > 1 and abap_false = me->node_info->is_multiple  ).
        11         path_name = me->if_wd_context_node~get_path( ).
     >>>>>         raise exception type CX_WD_CONTEXT exporting textid = CX_WD_CONTEXT=>COLLECTION_ILLEGAL_
        13       endif.
        14     
        15       lines = lines( me->selection ).
        16     
        17       if ( lines = 0 and abap_true  = me->node_info->is_mandatory_selection ) or
        18          ( lines > 1 and abap_false = me->node_info->is_multiple_selection  ).
        19         path_name = me->if_wd_context_node~get_path( ).
        20         raise exception type CX_WD_CONTEXT exporting textid = CX_WD_CONTEXT=>SELECTION_ILLEGAL_C
        21       endif.
        22     
        23     
        24     endmethod.
     Contents of system fields
     Name     Val.
     SY-SUBRC     0
     SY-INDEX     1
     SY-TABIX     1
     SY-DBCNT     12919
     SY-FDPOS     34
     SY-LSIND     0
     SY-PAGNO     0
     SY-LINNO     1
     SY-COLNO     1
     SY-PFKEY     
     SY-UCOMM     
     SY-TITLE     HTTP Control
     SY-MSGTY     
     SY-MSGID     
     SY-MSGNO     000
     SY-MSGV1     
     SY-MSGV2     
     SY-MSGV3     
     SY-MSGV4     
     Active Calls/Events
     No.   Ty.          Program                             Include                             Line
           Name
        22 METHOD       CL_WDR_CONTEXT_NODE_VAL=======CP    CL_WDR_CONTEXT_NODE_VAL=======CM001    12
           CL_WDR_CONTEXT_NODE_VAL=>CHECK_COLLECTION
        21 METHOD       CL_WDR_CONTEXT_NODE_VAL=======CP    CL_WDR_CONTEXT_NODE_VAL=======CM01B    34
           CL_WDR_CONTEXT_NODE_VAL=>IF_WD_CONTEXT_NODE~BIND_TABLE
        20 METHOD       /1BCWDY/MXAJIDSD2PZXCNSR7DDN==CP    /1BCWDY/B_UXWMB4OI2PW6SWO6N6KC       1058
           CL_INDEX_CTR=>WDDOINIT
           Web Dynpro Component          ZJAY_WEBDYN1
           Web Dynpro Controller         INDEX
        19 METHOD       /1BCWDY/MXAJIDSD2PZXCNSR7DDN==CP    /1BCWDY/B_UXWMB4OI2PW6SWO6N6KC        167
           CLF_INDEX_CTR=>IF_WDR_VIEW_DELEGATE~WD_DO_INIT
           Web Dynpro Component          ZJAY_WEBDYN1
           Web Dynpro Controller         INDEX
        18 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM003     3
           CL_WDR_DELEGATING_VIEW=>DO_INIT
        17 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM00Q     3
           CL_WDR_CONTROLLER=>INIT_CONTROLLER
        16 METHOD       CL_WDR_VIEW===================CP    CL_WDR_VIEW===================CM00K     5
           CL_WDR_VIEW=>INIT_CONTROLLER
        15 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002    12
           CL_WDR_CONTROLLER=>INIT
        14 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    58
           CL_WDR_VIEW_MANAGER=>GET_VIEW
        13 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM005    23
           CL_WDR_VIEW_MANAGER=>BIND_ROOT
        12 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM00B    21
           CL_WDR_VIEW_MANAGER=>INIT
        11 METHOD       CL_WDR_INTERFACE_VIEW=========CP    CL_WDR_INTERFACE_VIEW=========CM004     5
           CL_WDR_INTERFACE_VIEW=>INIT_CONTROLLER
        10 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002    12
           CL_WDR_CONTROLLER=>INIT
         9 METHOD       CL_WDR_CLIENT_COMPONENT=======CP    CL_WDR_CLIENT_COMPONENT=======CM003    46
           CL_WDR_CLIENT_COMPONENT=>DISPLAY_TOPLEVEL_COMPONENT
         8 METHOD       CL_WDR_CLIENT_APPLICATION=====CP    CL_WDR_CLIENT_APPLICATION=====CM00I    30
           CL_WDR_CLIENT_APPLICATION=>INIT
         7 METHOD       CL_WDR_WEBDYNPRO_MAIN_TASK====CP    CL_WDR_WEBDYNPRO_MAIN_TASK====CM008    29
           CL_WDR_WEBDYNPRO_MAIN_TASK=>IF_WDR_CLIENT_TASK~EXECUTE
         6 METHOD       CL_WDR_CLIENT_MANAGER=========CP    CL_WDR_CLIENT_MANAGER=========CM004    18
           CL_WDR_CLIENT_MANAGER=>PROCESS_TASK_LISTS
         5 METHOD       CL_WDR_CLIENT_MANAGER=========CP    CL_WDR_CLIENT_MANAGER=========CM002    99
           CL_WDR_CLIENT_MANAGER=>DO_PROCESSING
         4 METHOD       CL_HTTP_EXT_WEBDYNPRO=========CP    CL_HTTP_EXT_WEBDYNPRO=========CM001    77
           CL_HTTP_EXT_WEBDYNPRO=>IF_HTTP_EXTENSION~HANDLE_REQUEST
         3 METHOD       CL_HTTP_SERVER================CP    CL_HTTP_SERVER================CM00D   645
           CL_HTTP_SERVER=>EXECUTE_REQUEST
         2 FUNCTION     SAPLHTTP_RUNTIME                    LHTTP_RUNTIMEU02                      879
           HTTP_DISPATCH_REQUEST
         1 MODULE (PBO) SAPMHTTP                            SAPMHTTP                               13
           %_HTTP_START
     Chosen variables
     Name
         Val.
     No.         22     Ty.      METHOD
     Name      CL_WDR_CONTEXT_NODE_VAL=>CHECK_COLLECTION
     ABAP_TRUE
          X
             5
             8
     ME->NODE_INFO->IS_MANDATORY
          X
             5
             8
     LINES
          12919
             7300
             7200
     %_DUMMY$$
             2222
             0000
     SYST-REPID
          CL_WDR_CONTEXT_NODE_VAL=======CP
             4455455444545554444554433333334522222222
             3CF742F3FE4584FEF45F61CDDDDDDD3000000000
     ABAP_FALSE
             2
             0
     ME->NODE_INFO->IS_MULTIPLE
             2
             0
     SY-REPID
          CL_WDR_CONTEXT_NODE_VAL=======CP
             4455455444545554444554433333334522222222
             3CF742F3FE4584FEF45F61CDDDDDDD3000000000
     ME
          O:167*=CL_WDR_CONTEXT_NODE_VAL
             5000A000
             80007000
     RSJOBINFO
                                          00000000000000                                  ####
             222222222222222222222222222222223333333333333322222222222222222222222222222222220000
             000000000000000000000000000000000000000000000000000000000000000000000000000000000000
     PATH_NAME
          INDEX.1.EKKO_ITAB
             44445232444454544
             9E458E1E5BBFF9412
     SY
          ########################################w2##"#################################################
             0000000000000000000000000000000000000000730020000000000000000000000000000000000000000000000000
             1000000010001000000000000000000000000000720020001000000010000000000000000000800000000000000000
     %_EXCP
          O:13087*=CX_WD_CONTEXT
             E0001300
             0000F300
     SPACE
             2
             0
     CX_WD_CONTEXT=>COLLECTION_ILLEGAL_CARDINALITY
          B5CA499B9D5CBA47B8D4664C56B3A97C
             43443334343444334343333433434334
             25314992945321472844664356231973
     ME->SELECTION
          Table[initial]
     ME->NODE_INFO->IS_MANDATORY_SELECTION
             2
             0
     ME->NODE_INFO->IS_MULTIPLE_SELECTION
             2
             0
     No.         21     Ty.      METHOD
     Name      CL_WDR_CONTEXT_NODE_VAL=>IF_WD_CONTEXT_NODE~BIND_TABLE
     NEW_ITEMS
          Table IT_325[12919x492]
             POOL=/1BCWDY/MXAJIDSD2PZXCNSR7DDN=CL_INDEX_CTR=WDDOINIT=ITAB_EKKO
             Table reference: 153
             TABH+  0(20) = C8E8E33CD0C4E73C000000009900000045010000
             TABH+ 20(20) = 77320000EC010000FFFFFFFF04C30000801B0000
             TABH+ 40( 8) = 10000000C1308000
             store        = 0xC8E8E33C
             ext1         = 0xD0C4E73C
             shmId        = 0     (0x00000000)
             id           = 153   (0x99000000)
             label        = 325   (0x45010000)
             fill         = 12919 (0x77320000)
             leng         = 492   (0xEC010000)
             loop         = -1    (0xFFFFFFFF)
             xtyp         = TYPE#000116
             occu         = 16    (0x10000000)
             access       = 1     (ItAccessStandard)
             idxKind      = 0     (ItIndexNone)
             uniKind      = 2     (ItUniqueNon)
             keyKind      = 1     (default)
             cmpMode      = 8     (cmpManyEq)
             occu0        = 1
             collHash     = 0
             groupCntl    = 0
             rfc          = 0
             unShareable  = 0
             mightBeShared = 0
             sharedWithShmTab = 0
             isShmLockId  = 0
             gcKind       = 0
             isUsed       = 1
             >>>>> Shareable Table Header Data <<<<<<br /> tabi = 0xF8C9E33C
pghook = 0x08E9E33C
idxPtr = 0x00000000
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 16368 (0xF03F0000)
lineAlloc = 12944 (0x90320000)
store_id = 202 (0xCA000000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 1st level extension part <<<<<<br /> regHook = 0x80EFFE3C
hsdir = 0x00000000
ext2 = 0x00000000
>>>>> 2nd level extension part <<<<<<br /> tabhBack = Not allocated
delta_head = Not allocated
pb_func = Not allocated
pb_handle = Not allocated
SET_INITIAL_ELEMENTS
X
5
8
ELEMENT
O:13086*=CL_WDR_CONTEXT_ELEMENT
E0001300
1000E300
ELEMENT->NODE
O:167*=CL_WDR_CONTEXT_NODE_VAL
5000A000
80007000
ME
O:167*=CL_WDR_CONTEXT_NODE_VAL
5000A000
80007000
ME->COLLECTION
Table IT_330[12919x8]
O:167*=CL_WDR_CONTEXT_NODE_VAL=COLLECTION
Table reference: 157
TABH+ 0(20) = 78F2FE3C00000000000000009D0000004A010000
TABH+ 20(20) = 7732000008000000FFFFFFFF04D10000E0030000
TABH+ 40( 8) = 10000000C1288000
store = 0x78F2FE3C
ext1 = 0x00000000
shmId = 0 (0x00000000)
id = 157 (0x9D000000)
label = 330 (0x4A010000)
fill = 12919 (0x77320000)
leng = 8 (0x08000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000008
occu = 16 (0x10000000)
access = 1 (ItAccessStandard)
idxKind = 0 (ItIndexNone)
uniKind = 2 (ItUniqueNon)
keyKind = 1 (default)
cmpMode = 4 (cmpSingleEq)
occu0 = 1
collHash = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 0
sharedWithShmTab = 0
isShmLockId = 0
gcKind = 0
isUsed = 1
>>>>> Shareable Table Header Data <<<<<<br /> tabi = 0xE8F1FE3C
pghook = 0x18B8D83C
idxPtr = 0x00000000
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 15408 (0x303C0000)
lineAlloc = 13360 (0x30340000)
store_id = 207 (0xCF000000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 1st level extension part <<<<<<br /> regHook = Not allocated
hsdir = Not allocated
ext2 = Not allocated
>>>>> 2nd level extension part <<<<<<br /> tabhBack = Not allocated
delta_head = Not allocated
pb_func = Not allocated
pb_handle = Not allocated
SY-TABIX
1
0000
1000
%_SPACE
2
0
ME->LEAD_SELECTION_INDEX
1
0000
1000
ME->LEAD_SELECTION
O:168*=CL_WDR_CONTEXT_ELEMENT
5000A000
70008000
ME->NODE_INFO->IS_MANDATORY_SELECTION
2
0
ME->SELECTION
Table[initial]
ME->NODE_INFO->IS_INITIALIZE_LEAD_SELECTION
X
5
8
ME->IF_WD_CONTEXT_NODE~NO_SELECTION
-1
FFFF
FFFF
ME->ELEMENTS_SUPPLIED
2
0
No. 20 Ty. METHOD
Name CL_INDEX_CTR=>WDDOINIT
IF_WDR_APPLICATIONAPPLICATION_INFO->STARTUP_PLUG->IF_WD_RR_PARAM_FEATUREPARAMETERS
          Table[initial]
     State Dump for Thread Id 1488
     eax=00000001 ebx=00000103 ecx=fffffffe edx=003c0000 esi=00000000 edi=00000000
     eip=7c82ed54 esp=0589feb0 ebp=0589fef4 iopl=0         nv up ei pl zr na po nc
     cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
     function : KiFastSystemCallRet
             7c82ed54 c3               ret
             7c82ed55 8da42400000000   lea     esp,[esp]              ss:0589feb0=7c821514
             7c82ed5c 8d642400         lea     esp,[esp]              ss:098bd47f=00000000
     FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
     0589fef4 00ff70c7 000006c4 00000000 00000000 044bed68 ntdll!KiFastSystemCallRet
     0589ff84 7c349565 00000000 00000000 00000000 044becd0 disp+work!SigIMsgFunc
     0589ffb8 77e6608b 044becd0 00000000 00000000 044becd0 MSVCR71!endthreadex
     0589ffec 00000000 7c3494f6 044becd0 00000000 00000000 kernel32!GetModuleFileNameA
     List of ABAP programs affected
     Index     Ty.     Program     Group     Date     Time     Size     Lang.
          0     Prg     SAPMHTTP          0     06.11.2003     20:57:21          6144     E
          1     Prg     SAPLHTTP_RUNTIME          1     12.11.2004     04:12:18        152576     E
          2     Typ     ICFHANDLST          0     21.11.2003     11:40:58         13312     
          3     Prg     %_CIHTTP          1     12.11.2004     03:26:38         36864     E
          4     Typ     ICFSERVICE          0     21.11.2003     11:41:18         13312     
          5     Typ     ICFATTRIB          0     06.11.2003     20:36:18          4096     
          6     Typ     ICFLOGIN          0     12.11.2004     03:26:38          9216     
          7     Prg     CL_HTTP_SERVER================CP          7     12.11.2004     04:13:34        154624     E
          8     Typ     ICFRECORDER          0     06.11.2003     20:36:19         12288     
          9     Typ     IOPROP          0     29.03.2001     16:07:43          2048     
         10     Typ     ICFSTAT          0     09.11.2000     14:08:22          2048     
         11     Prg     CL_HTTP_UTILITY===============CP         11     12.11.2004     03:48:49         15360     E
         12     Prg     CL_ABAP_TRACE=================CP         12     06.11.2003     21:53:44          6144     E
         13     Prg     CL_ICF_RECORDER===============CP         13     12.11.2004     03:26:45          8192     E
         14     Prg     CL_HTTP_SERVER_NET============CP         14     12.11.2004     04:13:34        101376     E
         15     Typ     ICFRECODER_LOGON          0     06.11.2003     20:28:45          3072     
         16     Prg     CL_ABAP_RUNTIME===============CP         16     06.11.2003     20:59:29          8192     E
         17     Prg     CL_HTTP_REQUEST===============CP         17     12.11.2004     03:48:50         20480     E
         18     Prg     CL_HTTP_ENTITY================CP         18     12.11.2004     03:48:50         41984     E
         19     Prg     CL_HTTP_RESPONSE==============CP         19     12.11.2004     04:13:34         24576     E
         20     Typ     ICFALIAS          0     21.11.2003     11:41:17         13312     
         21     Typ     ICFVIRHOST          0     19.01.2001     18:13:06          2048     
         22     Typ     ICFBUFFER          0     21.11.2003     11:41:18         16384     
         23     Prg     SAPLSHTTP         23     12.11.2004     03:49:05        166912     E
         24     Typ     ICFAPPLCUST          0     21.11.2003     11:41:17          2048     
         25     Prg     CL_HTTP_USER_CONTEXT==========CP         25     12.11.2004     03:48:50          9216     E
         26     Typ     BAPIALIAS          0     09.12.1999     13:47:51          1024     
         27     Prg     SAPLLANG         27     06.11.2003     20:53:03          8192     E
         28     Typ     T002          0     14.02.1998     10:24:58          2048     
         29     Typ     ABAPTEXT          0     16.03.1993     18:19:31          1024     
         30     Prg     SAPLSCP2         30     23.11.2004     18:49:18        126976     E
         31     Prg     SSO2GETPARAM          1     06.11.2003     20:57:30         15360     E
         32     Prg     SAPLSSFG         32     09.12.2003     11:41:04        116736     E
         33     Typ     SSFARGS          0     19.11.2001     15:50:14          5120     
         34     Typ     PARMVALUES          0     03.01.1996     15:26:26          2048     
         35     Prg     SAPLSPFC         35     12.11.2004     03:38:48        239616     E
         36     Typ     MOD_FIELDS          0     16.07.1997     14:42:34          2048     
         37     Typ     SSF_PSE_H          0     15.11.2000     17:54:53          4096     
         38     Typ     ICFRECSTRU          0     06.11.2003     20:28:45          2048     
         39     Prg     SAPLSAUTHTRACE         39     16.03.2004     20:07:17         43008     E
         40     Typ     IHTTPNVP          0     29.03.2001     16:07:42          2048     
         41     Prg     CL_HTTP_EXT_WEBDYNPRO=========CP         41     12.11.2004     03:49:03         49152     E
         42     Prg     IF_HTTP_EXTENSION=============IP          7     29.03.2001     17:03:40          5120     E
         43     Prg     CL_HTTP_EXT_1X1_GIF===========CP         43     12.11.2004     03:48:51         11264     E
         44     Prg     IF_HTTP_HEADER_FIELDS_SAP=====IP         43     06.06.2001     13:26:02          5120     E
         45     Prg     CL_WDR_CLIENT_MANAGER=========CP         45     12.11.2004     03:48:52         47104     E
         46     Prg     CL_WDR_TASK===================CP         46     12.11.2004     03:49:04         46080     E
         47     Prg     CL_WDR_EVENT_QUEUE============CP         47     06.11.2003     21:11:25         10240     E
         48     Prg     CX_WDR_RT_EXCEPTION===========CP         48     06.11.2003     21:15:08         15360     E
         49     Typ     SCX_SRCPOS          0     09.11.2000     14:12:15          2048     
         50     Prg     CX_WD_EXCEPTION===============CP         50     06.11.2003     21:15:11         10240     E
         51     Prg     CX_NO_CHECK===================CP         51     06.11.2003     21:33:04          8192     E
         52     Prg     CX_ROOT=======================CP         52     06.11.2003     21:56:05          9216     E
         53     Prg     CL_WDR_CLIENT_SSR=============CP         53     12.11.2004     04:21:19        121856     E
         54     Prg     CL_WDR_CLIENT_ABSTRACT_HTTP===CP         54     12.11.2004     03:48:52         58368     E
         55     Prg     CL_DYNP_GLOBAL_CONTROL========CP         55     06.11.2003     21:02:15          7168     E
         56     Prg     CL_WDR_CLIENT_INSPECTOR=======CP         56     12.11.2004     03:48:49         39936     E
         57     Typ     WDR_CLIENTS          0     06.11.2003     20:38:42          2048     
         58     Typ     WDR_CLIENT_DATA          0     06.11.2003     20:33:21          2048     
         59     Prg     CL_WDR_CLIENT_CONSTANTS=======CP         59     06.11.2003     21:11:17         12288     E
         60     Prg     CL_WDR_CLIENT_CSF=============CP         60     12.11.2004     03:48:50        103424     E
         61     Prg     IF_WDR_CLIENT_DESCRIPTION=====IP         56     06.11.2003     21:34:13          3072     E
         62     Prg     CL_WDR_CLIENT_CSF_COND========CP         62     12.11.2004     03:26:52         32768     E
         63     Prg     CL_WDR_CLIENT_ABSTRACT_COND===CP         63     12.11.2004     03:26:52         32768     E
         64     Prg     IF_WDR_CLIENT_CONDITION=======IP         56     06.11.2003     21:34:13         29696     E
         65     Prg     IF_WDR_CLIENT_INFO_OBJECT_HDL=IP         56     06.11.2003     21:34:13         29696     E
         66     Prg     CL_WDR_CLIENT_XML=============CP         66     12.11.2004     03:48:49         80896     E
         67     Prg     CL_WDR_CLIENT_XML_COND========CP         67     12.11.2004     03:48:49         32768     E
         68     Prg     CL_WDR_VIEW_ELEM_ADAPTER_MNG==CP         68     06.11.2003     22:00:29         49152     E
         69     Prg     CL_WDR_UIEL_ADAPTER_MANAGER===CP         69     16.03.2004     19:57:19         13312     E
         70     Prg     CL_WDR_ABSTRCT_ADAPTER_MANAGERCP         70     06.11.2003     21:11:15          9216     E
         71     Typ     WDY_MD_CHANGE_INFORMATION          0     06.11.2003     20:33:22          2048     
         72     Typ     WDY_UI_LIBRARY          0     06.11.2003     20:38:47          3072     
         73     Prg     CL_EXITHANDLER================CP         73     12.11.2004     03:49:03         27648     E
         74     Prg     CL_ABAP_TYPEDESCR=============CP         74     07.11.2003     13:01:59         26624     E
         75     Prg     CL_ABAP_ELEMDESCR=============CP         75     06.11.2003     22:11:36         33792     E
         76     Prg     CL_ABAP_DATADESCR=============CP         76     06.11.2003     22:10:04         16384     E
         77     Prg     CL_ABAP_REFDESCR==============CP         77     07.11.2003     13:01:58         20480     E
         78     Prg     CL_ABAP_STRUCTDESCR===========CP         78     21.11.2003     11:42:45         34816     E
         79     Prg     CL_ABAP_COMPLEXDESCR==========CP         79     06.11.2003     22:10:04         14336     E
         80     Prg     CL_ABAP_TABLEDESCR============CP         80     06.11.2003     22:11:36         21504     E
         81     Prg     CL_ABAP_CLASSDESCR============CP         81     06.11.2003     22:11:36         25600     E
         82     Prg     CL_ABAP_OBJECTDESCR===========CP         82     06.11.2003     22:11:36         29696     E
         83     Prg     CL_ABAP_INTFDESCR=============CP         83     06.11.2003     22:11:36         20480     E
         84     Prg     CL_ABAP_SOFT_REFERENCE========CP         84     06.11.2003     20:41:10          8192     E
         85     Prg     CL_ABAP_REFERENCE=============CP         85     06.11.2003     20:52:43          6144     E
         86     Prg     IF_EX_WDR_UIE_LIBRARY=========IP         77     09.12.2003     11:45:52          4096     E
         87     Prg     %_CABAP         83     06.11.2003     22:07:49         25600     E
         88     Typ     SXS_INTER          0     30.11.1998     15:55:16          2048     
         89     Prg     SAPLSEXV         89     16.03.2004     20:14:01        108544     E
         90     Prg     CL_BADI_FLT_DATA_TRANS_AND_DB=CP         90     12.11.2004     03:49:03         35840     E
         91     Typ     SXS_ATTR          0     20.08.2001     12:23:27          4096     
         92     Typ     V_EXT_ACT          0     09.11.2000     14:27:05          2048     
         93     Typ     SXC_EXIT          0     09.11.2000     14:23:43          2048     
         94     Prg     SAPLSEXE         94     12.11.2004     03:49:05         78848     E
         95     Typ     TADIR          0     09.11.2000     14:14:40          4096     
         96     Prg     SAPLPA_PACKAGE_SERVICES         96     12.11.2004     04:12:26        121856     E
         97     Typ     SXS_MLCO          0     04.12.2000     14:59:55          2048     
         98     Prg     CL_EX_WDR_UIE_LIBRARY=========CP         98     09.12.2003     11:43:56         24576     E
         99     Prg     CL_WDR_EVENT_ADAPTER_MANAGER==CP         99     06.11.2003     22:00:29         35840     E
        100     Prg     CL_WDR_CLIENT_SSR_COND========CP        100     12.11.2004     03:48:49         33792     E
        101     Prg     CL_WDR_SERVER_SESSION=========CP        101     09.12.2003     11:39:43         39936     E
        102     Prg     CL_WDR_CLIENT_INFO_OBJECT=====CP        102     06.11.2003     21:11:17         12288     E
        103     Prg     CL_WDR_CLIENT_USER============CP        103     06.11.2003     21:11:19         34816     E
        104     Prg     SAPLISOC        104     06.11.2003     20:53:02         26624     E
        105     Prg     CL_WDR_LOCALE=================CP        105     06.11.2003     21:11:28          7168     E
        106     Prg     CL_WDR_CLIENT_SESSION=========CP        106     06.11.2003     21:11:18         36864     E
        107     Typ     WDR_NAME_VALUE          0     06.11.2003     20:33:21          2048     
        108     Prg     CL_WDR_CLIENT_WINDOW==========CP        108     06.11.2003     21:11:19         40960     E
        109     Prg     IF_WDR_CLIENT=================IP         56     06.11.2003     21:34:13         30720     E
        110     Prg     CX_SY_MOVE_CAST_ERROR=========CP        110     06.11.2003     20:41:23          9216     E
        111     Prg     CX_DYNAMIC_CHECK==============CP        111     06.11.2003     21:33:04          8192     E
        112     Prg     CL_WDR_REC_PLUGIN_MANAGER=====CP        112     06.11.2003     22:00:29         50176     E
        113     Typ     WDR_REC_PLUGIN          0     06.11.2003     20:38:42          2048     
        114     Prg     SAPLSPLUGIN        114     06.11.2003     21:28:25          6144     E
        115     Prg     CL_WDR_WEBDYNPRO_MAIN_TASK====CP        115     12.11.2004     03:49:04         60416     E
        116     Prg     IF_WDR_CLIENT_TASK============IP         45     06.11.2003     21:34:13          4096     E
        117     Typ     WDR_EVENT_ADAPTER          0     09.12.2003     11:37:55          2048     
        118     Prg     CL_WDAL_URD2_DYNPRO_CONVERSIONCP        118     12.11.2004     04:21:19        263168     E
        119     Prg     CL_WDR_SYSTEM_EVT_HANDLER_REG=CP        119     06.11.2003     21:11:35         33792     E
        120     Prg     CL_WDR_ABSTRACT_SRV_EVTHDL_REGCP        120     06.11.2003     21:11:15         34816     E
        121     Prg     CL_WDR_CLIENT_APPLICATION=====CP        121     12.11.2004     03:48:49         67584     E
        122     Prg     CL_WDR_CLIENT_COMPONENT=======CP        122     09.12.2003     11:39:43         64512     E
        123     Prg     CL_WDR_RR_RUNTIME_REPOSITORY==CP        123     16.03.2004     19:57:19         27648     E
        124     Prg     CL_WDR_RR_APPLICATION=========CP        124     06.11.2003     22:00:29         29696     E
        125     Typ     WDY_APPLICATION          0     06.11.2003     20:38:43          3072     
        126     Prg     CX_WDR_RR_EXCEPTION===========CP        126     09.12.2003     11:39:45         15360     E
        127     Typ     WDY_RT_OBJECT_MAP          0     06.11.2003     20:33:24          2048     
        128     Prg     CL_WDR_RR_COMPONENT===========CP        128     12.11.2004     03:49:04         73728     E
        129     Typ     WDY_RR_COMPONENT          0     27.01.2004     13:51:32          2048     
        130     Typ     WDY_RR_VIEW          0     06.11.2003     20:33:24          2048     
        131     Typ     WDY_RR_VIEW          0     06.11.2003     20:33:24          2048     
        132     Typ     WDY_RR_WINDOW          0     06.11.2003     20:33:24          2048     
        133     Typ     WDY_RR_WINDOW          0     06.11.2003     20:33:24          2048     
        134     Typ     WDY_RR_COMPO_USAGE          0     06.11.2003     20:33:23          2048     
        135     Typ     WDY_RR_COMPO_USAGE          0     06.11.2003     20:33:23          2048     
        136     Typ     WDY_RR_CONTROLLER          0     06.11.2003     20:33:23          2048     
        137     Typ     WDY_RR_CONTROLLER          0     06.11.2003     20:33:23          2048     
        138     Typ     WDY_RR_VUSAGE          0     06.11.2003     20:33:24          3072     
        139     Typ     WDY_RR_VUSAGE          0     06.11.2003     20:33:24          3072     
        140     Typ     WDY_RR_VCA_INFO          0     06.11.2003     20:33:23          2048     
        141     Typ     WDY_RR_VCA_INFO          0     06.11.2003     20:33:23          2048     
        142     Typ     WDY_RR_NAV_LINK          0     06.11.2003     20:33:23          2048     
        143     Typ     WDY_RR_NAV_LINK          0     06.11.2003     20:33:23          2048     
        144     Typ     WDY_RR_NAV_TARGREF          0     06.11.2003     20:33:23          2048     
        145     Typ     WDY_RR_NAV_TARGREF          0     06.11.2003     20:33:23          2048     
        146     Typ     WDY_SUBSCRIBED_EVENT          0     06.11.2003     20:33:24          2048     
        147     Typ     WDY_SUBSCRIBED_INBOUND_PLUG          0     06.11.2003     20:33:24          2048     
        148     Typ     WDY_RR_CTLR_COMPO          0     06.11.2003     20:33:23          3072     
        149     Typ     WDY_RR_CTLR_COMPO          0     06.11.2003     20:33:23          3072     
        150     Typ     WDY_RR_UI_EVT_BIND          0     06.11.2003     20:33:23          2048     
        151     Typ     WDY_RR_UI_EVT_BIND          0     06.11.2003     20:33:23          2048     
        152     Typ     WDY_RR_UI_VIEW_CONT          0     06.11.2003     20:33:23          2048     
        153     Typ     WDY_RR_UI_VIEW_CONT          0     06.11.2003     20:33:23          2048     
        154     Typ     WDY_RR_IOBOUND_PLUG          0     06.11.2003     20:33:23          2048     
        155     Typ     WDY_RR_IOBOUND_PLUG          0     06.11.2003     20:33:23          2048     
        156     Typ     WDY_RR_PARAMETER          0     06.11.2003     20:33:23          2048     
        157     Typ     WDY_RR_PLUG_PARAMS          0     06.11.2003     20:33:23          3072     
        158     Typ     WDY_RR_PLUG_PARAMS          0     06.11.2003     20:33:23          3072     
        159     Typ     WDY_RR_UI_ELEM_DEFS          0     06.11.2003     20:33:23          3072     
        160     Typ     WDY_RR_UI_ELEM_DEFS          0     06.11.2003     20:33:23          3072     
        161     Typ     WDY_RR_UI_ELEM          0     06.11.2003     20:33:23          3072     
        162     Typ     WDY_RR_UI_ELEM          0     06.11.2003     20:33:23          3072     
        163     Typ     WDY_RR_CLUSTER          0     27.01.2004     13:51:32         21504     
        164     Prg     CL_WDY_MD_PARAM_FEATURE=======CP        164     16.03.2004     20:12:30         25600     E
        165     Typ     WDY_MD_OBJECT_DESCRIPTION          0     09.12.2003     11:37:56          2048     
        166     Prg     CL_WDY_MD_OBJECT==============CP        166     06.11.2003     22:00:30         12288     E
        167     Prg     CL_WDR_RR_DB==================CP        167     16.03.2004     20:12:30         82944     E
        168     Typ     WDY_COMPONENT          0     06.11.2003     20:38:43          3072     
        169     Typ     WDY_RR_TEXT          0     06.11.2003     20:33:23          2048     
        170     Typ     SOTR_KEY          0     09.12.1999     13:48:20          2048     
        171     Typ     SOTR_TERM          0     15.11.2000     17:54:28          3072     
        172     Prg     SAPLSOTR_DB_READ        172     12.11.2004     04:15:08         39936     E
        173     Typ     SOTR_CNTXT          0     09.12.1999     13:48:20          2048     
        174     Typ     SOTR_ADMIN          0     09.12.1999     13:48:20          2048     
        175     Typ     SOTR_TEXT          0     06.11.2003     20:31:14          5120     
        176     Typ     SOTR_HEAD          0     15.11.2000     17:54:28          4096     
        177     Prg     CL_WDR_RR_EMPTY_VIEW==========CP        177     06.11.2003     21:11:32         28672     E
        178     Prg     CL_WDR_RR_ABSTRACT_VIEW=======CP        178     06.11.2003     22:00:29         35840     E
        179     Prg     CL_WDR_RR_INBOUND_PLUG========CP        179     06.11.2003     21:11:32         32768     E
        180     Prg     CL_WDR_RR_INCOMING_EVENT======CP        180     06.11.2003     21:11:32         26624     E
        181     Prg     CL_WDR_RR_PARAM_FEATURE=======CP        181     06.11.2003     21:11:33         28672     E
        182     Prg     CL_WDR_RR_COMPONENT_INTF_IMPL=CP        182     06.11.2003     21:11:31         29696     E
        183     Prg     CL_WDR_RR_COMPONENT_INTERFACE=CP        183     06.11.2003     21:11:30         31744     E
        184     Prg     CL_WDR_RR_CONTROLLER==========CP        184     06.11.2003     22:00:29         36864     E
        185     Prg     CL_WDR_RR_WINDOW==============CP        185     06.11.2003     22:00:29         43008     E
        186     Prg     CL_WDR_RR_VIEW_USAGE==========CP        186     06.11.2003     22:00:29         54272     E
        187     Prg     CL_WDY_MD_ABSTRACT_VIEW=======CP        187     19.07.2004     03:41:57         96256     E
        188     Typ     WDY_VIEW          0     06.11.2003     20:38:47          4096     
        189     Prg     CL_WDR_RR_VIEW================CP        189     06.11.2003     22:00:29         39936     E
        190     Prg     CL_WDR_RR_INTERFACE_VIEW======CP        190     06.11.2003     21:11:32         30720     E
        191     Prg     CL_WD_TODO====================CP        191     06.11.2003     21:12:50         24576     E
        192     Prg     CL_WDR_CONFIGURATION_CONSTANTSCP        192     06.11.2003     21:11:20          6144     E
        193     Prg     CL_WDR_SERVER_CONSTANTS=======CP        193     06.11.2003     21:11:34          6144     E
        194     Prg     CL_WDR_UI_ELEMENT_FACTORY=====CP        194     06.11.2003     21:11:36         31744     E
        195     Prg     /1BCWDY/MXAJIDSD2PZXCNSR7DDN==CP        195     24.02.2007     13:45:21         89088     E
        196     Prg     IF_WDR_CLASSLOADER============IP        122     06.11.2003     21:34:13         27648     E
        197     Prg     CL_WDR_DELEGATING_COMPONENT===CP        197     06.11.2003     21:11:24         46080     E
        198     Prg     CL_WDR_COMPONENT==============CP        198     06.11.2003     22:09:16         60416     E
        199     Prg     CL_WDR_CONTROLLER=============CP        199     06.11.2003     22:00:29         45056     E
        200     Prg     IF_WDR_CONTEXT================IP        197     06.11.2003     21:34:13         27648     E
        201     Typ     WDR_CONTEXT_ATTR_VALUE          0     06.11.2003     20:33:21          2048     
        202     Typ     WDR_CONTEXT_ATTR_VALUE          0     06.11.2003     20:33:21          2048     
        203     Typ     WDR_CONTEXT_ATTRIBUTE_INFO          0     06.11.2003     20:33:21          3072     
        204     Typ     WDR_CONTEXT_MAPPING_INFO          0     06.11.2003     20:33:21          2048     
        205     Prg     CL_WDR_CONTEXT_NODE_INFO======CP        205     09.12.2003     11:39:43         29696     E
        206     Prg     CX_WD_CONTEXT=================CP        206     06.11.2003     21:15:10         12288     E
        207     Prg     CL_WDR_CONTEXT_NODE===========CP        207     09.12.2003     11:39:43         45056     E
        208     Typ     WDR_CONTEXT_CHILD          0     06.11.2003     20:33:21          2048     
        209     Prg     CL_WDR_CONTEXT_NODE_VAL=======CP        209     09.12.2003     11:39:43         66560     E
        210     Prg     IF_WDR_COMPONENT_DELEGATE=====IP        195     16.03.2004     20:12:31         27648     E
        211     Prg     IF_WD_CONTROLLER==============IP        197     09.12.2003     11:46:03         27648     E
        212     Prg     CL_WDR_MESSAGE_MANAGER========CP        212     09.12.2003     11:39:43         74752     E
        213     Prg     CL_WDR_DATA_CONTAINER=========CP        213     09.12.2003     11:39:43         69632     E
        214     Typ     WDY_RT_DATA_CONT_ATTR_MAP          0     06.11.2003     20:33:24          3072     
        215     Typ     WDY_RT_DATA_CONT_CNTL          0     06.11.2003     20:33:24          2048     
        216     Prg     CL_WDR_APPLICATION_WINDOW=====CP        216     06.11.2003     21:11:15         44032     E
        217     Prg     CL_WDR_WINDOW=================CP        217     06.11.2003     22:00:29         50176     E
        218     Prg     IF_WDR_APPLICATION============IP        101     06.11.2003     22:07:12         29696     E
        219     Typ     WDR_EVENT_PARAMETER          0     06.11.2003     20:33:21          2048     
        220     Typ     WDR_VIEWMAN_LINE          0     06.11.2003     20:33:21          2048     
        221     Prg     CL_WDR_VIEW_MANAGER===========CP        221     12.11.2004     03:49:04         70656     E
        222     Prg     IF_WDR_VIEW_MANAGER===========IP        221     06.11.2003     22:07:12         27648     E
        223     Typ     WDR_CONTROLLER_LINE          0     06.11.2003     20:33:21          2048     
        224     Prg     CX_WDR_BAD_STATE==============CP        224     06.11.2003     21:15:06          9216     E
        225     Prg     CX_WDR_RUNTIME================CP        225     06.11.2003     21:15:08         10240     E
        226     Typ     WDR_CLIENTCOMP_LINE          0     06.11.2003     20:33:21          2048     
        227     Prg     CL_WDR_WINDOW_MANAGER=========CP        227     06.11.2003     21:11:39         37888     E
        228     Prg     CL_WDR_DELEGATING_IF_VIEW=====CP        228     06.11.2003     21:11:24         45056     E
        229     Prg     CL_WDR_INTERFACE_VIEW=========CP        229     06.11.2003     21:11:28         43008     E
        230     Prg     CL_WDR_VIEW===================CP        230     06.11.2003     22:00:29         62464     E
        231     Prg     IF_WDR_VIEW_DELEGATE==========IP        195     16.03.2004     20:12:31         27648     E
        232     Prg     IF_WD_CONTEXT_NODE============IP        228     09.12.2003     11:46:03         31744     E
        233     Prg     IF_WD_CONTEXT_NODE_INFO=======IP        228   

Similar Messages

  • Difference between mobile web dynpro and simple web dynpro application

    Hi Everyone,
    Can anyone pls let me know what's the difference b/w mobile web dynpro application and an offline or simple web dynpro application.
    Thank U!!
    Ravi Aswani

    Hi ,
    Mobile WebDynpro
    The SAP Web Application Server allows direct online access to Web Dynpro applications using mobile devices. As part of the SAP Web Application Server, Web Dynpro provides a development and runtime environment with which you can quickly and simply create professional user interfaces for desktop PCs or for mobile devices. An appropriate infrastructure and renderer classes are provided for developing mobile Web Dynpro applications for Pocket PCs as well as for BlackBerry Wireless Handhelds and Nokia Series 80 devices.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fa/100d4113eff16fe10000000a1550b0/frameset.htm
    WebDynpro Java
    Web Dynpro is a client-independent programming model of the SAP NetWeaver technology platform for developing user interfaces for professional business applications. It is based on the model view controller paradim which ensures that the business logic is separated from the presentation logic. This architecture is visible in the Web Dynpro perspective of the SAP NetWeaver Developer Studio (NWDS).
    Web Dynpro helps you with the development of Web applications by:
    ·        Ensuring platform-independence with the meta model approach
    ·        Minimizing the implementation effort through declarative programming
    ·        Supporting a structured design process by applying the model view controller paradigm
    ·        Providing reuse and better maintainability by using components
    ·        Providing graphical support with tools in the Web Dynpro perspective
    ·        Providing the SAP NetWeaver Java Development Infrastructure (NWDI) which supports team work with different services such as source code versioning and the Central Build Service.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fa/100d4113eff16fe10000000a1550b0/frameset.htm
    Thanks
    Suresh
    Edited by: Suresh Mandalapu on Sep 2, 2008 11:07 AM

  • Simple web dynpro application

    i m new to web dynpro java. i m trying to make an application having only one view. In this view there is one button , one label and one input field.i want that whatever the user enters in inputfield is passed to the label. for that what i need to add in the context of the view and what i need to write in the eventhandeller of the button.
    can anybody please suggest on this?

    Hi,
    1) Create two context attributes .(Va_Input, Va_Label)
    2) Bind Va_Input to the input field .
    3) In the text property of label, bind the context attribute Va_Label.
    (On the Right Hand side of the Text propert there is a button after Reset, using which you can bind the context attribute with the label)
    4) In the implementation of the action associated with the button write the following code:
    wdContext.currentContextElement().setVa_Label(wdContext.currentContextElement().getVa_Input());
    Hope it helps.
    Regards.
    Rajat

  • Web dynpro application deployment problum on sneak preview 2004S

    Hi all,
    I have installed SAP Netweaver sneak preview 2004S every thing is fine but when ever I  am try to deploy a simple web dynpro application I got this error.
    Nov 2, 2006 5:02:03 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : systech-sap92
    SDM port : 50118
    URL to deploy : file:/C:/DOCUME1/jkumar/LOCALS1/Temp/temp45999home.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/jkumar/LOCALS1/Temp/temp45999home.ear
    Aborted: development component 'home'/'local'/'LOKAL'/'0.2006.11.02.17.01.29':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [systech-sap92] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted
    Please help me out asap.
    Regards
    Jitender

    Hi jitender,
    I've installed the same version.
    After configuring the Netweaver Developer Studio (+ searching for the config) and trying to deploy a webdynpro application I was asked for an SDM password (which should be the default password from the install "abcd1234" unless you've changed it of course)
    After entering it I was able to deploy it.
    In other words can you check if your config settings in the Netweaver Developer Studio are correct? I cannot check now unfortunantly.
    Br,
    Tom.

  • Reg: Closing and Opening Web Dynpro Application in same browser

    Dear Experts
    In my webdynpro application when i click a button another web dynpro application is opened in another window(another browser) .
    But i want to open the second web dynpro application inside the same browser in which closing the first applicaiton and opening the second web application in same browser window .
    Please guide me to do this.
    Regards
    Arun

    hi ,
    Exit plugs have the special property that they use the defined URL parameter. After you have created the URL parameter in the parameter list on the Outbound Plugs tab page in the window editor, you can specify a value for this parameter in the method that calls the exit plug.
    ref
    link:[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/content.htm]
    it would help u
    regards,
    amit

  • Is there a simple way to incorporate web dynpro applications.............

    .......using Adobe Interactive forms with Guided procedures??
    Hi all,
    Sorry the question was so long I had to continue it.
    So here is what I'm asking in detail. The scenario is to be able to incorporate an Adobe Interactive form (online and offline) in a guided procedure. Now, from my experience I think a guided procedure doesn't display a pdf document during the workflow process unless it consumes a web dynpro application which has an adobe form embedded within it. In this case I want the user to be able to download the adobe form from a process initiated by the guided procedure. 1) The user should be able to save the adobe form and fill it in offline. 2) Then the user can submit the form for approval (again a step in GP also), 3) if the form is approved the GP should inform the user and have the other relevant fields of the form filled in by an RFC invokation. 4) The user can see the new form. Steps 3) and 4) are no problem. Its the in between approval step that is posing a problem. How do you tackle the part of filling in the form and re-submitting it to a web Dynpro app that will fill in the required fields IF and ONLY IF the form is approved as part of the workflow??
    Any tips or suggestions will be greatly appreciated.
    Thanks in advance
    Kunal.

    Hi Kunal,
    Please have a look into this following links which can give you little idea about
    1. <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a01d8da5-22f0-2910-e9b2-aa7cc9d3cabf?prtmode=navigate">how to use Guided Procedure with SAP Interactive Forms by Adobe.</a>
    2.  <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e99cff7a-0601-0010-dea3-e8166c7a7f20">My First Form Process in Guided Procedures</a>
    3.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b9ea34c2-0701-0010-e2a2-d8e9cd6d85dc">Configuring Guided Procedures for Interactive Forms</a>
    I hope all these links will give you a better idea.
    Thanks and Regards
    Avijit Dhar

  • Error while accesing ABAP web dynpro application

    Hi Experts,
    We are getting warning symbol on web page status bar, when we are accessing the ABAP web dynpro application
    only first page of application is getting loaded and when we click on page it is showing error on status bar and we can perform any thing.
    once we double click on warning icon,
    below details are coming:
    Line: 1491
    Char: 3
    Error: Object Expected
    Code: 0
    URL: url of the ABAP web dynpro application
    This scenario is occuring for many ABAP WD application for a client.
    Please guide how to solve this issue?
    Thanks!
    Piyush

    Hi
    First try a very simple application with nothing in it just one text saying Hello World
    Run it and see what happens.
    Also check if your url uses FQDN name. something like https:
    company.name.co:50000\.......
    If you do not use the FQDN it will always show a script error on the bottom and some functions will not work e.g
    dropdowns.
    regards
    Yuval.

  • Error while implementing a web service in web dynpro application

    HI All,
    I am trying to use a webservice in a web dynpro application.
    Web service description:- This is a very simple application which takes two String inputs and when submitted displays the string in the concatenated form.
    Web dynpro:- I used this web service in the web dynpro as an adaptive web service model.
    The Layout design consists of two input fields which are mapped to the request fields
    ex : - Request_Add.Add.S1 and Request_Add.Add.S2
    A text area to display the response:- Request_Add.Response.AddResponse.Response
    And a button which invokes the execute method
    public void onActionWebserviceCall(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionWebserviceCall(ServerEvent)
        wdThis.wdGetWebserviceCompController().executeRequest_Add();
        //@@end
    When I am trying to run the application I am getting error:-
    Exception on execution of web service with WSDL URL 'http://<Host>:<Port>/EjbWebservice/Config1?wsdl' with operation 'add' in interface 'EjbWebserviceVi_Document'
    Kindly reply.
    Thanks
    Neha

    Hi,
    Yes I have tested the web service in Navigator . The WSDL is also properly generated.
    I have not publish the web service in UDDI but as per my understanding this is not necessary. please correct me if I am wrong.
    Thanks
    Neha

  • Web Dynpro applications not working on ECC 6.0 IDES

    Hi,
    I'm new to Web Dynpro and developed a custom Web Dynpro (including the application) on a ECC 6.0 IDES system. It's simple with a couple of input fields. When I test it (either via SAP GUI 7.1 or 7.2, or Web GUI), it appears on the browser ok but the screen is frozen. I can't enter anything into the fields, etc. I also tested SAP Web Dynpro applications and they act the same way, frozen screen. There aren't any errors displayed or any runtime errors in ST22. Please advise. I searched this forum but didn't see any issue similar to mine. The IDES vendor suggested I post the issue on SDN.
    John

    I guess it has do to with some sort of browser's font size or view settings.
    press ctrl +0  make the zoom 100% and font size medium and try again.
    thanks
    sarbjeet singh

  • The Web Dynpro Application 'Appl' has expired.

    Hallo altogether,
    i am a newbie in this area.
    I maked a simple Web Dynpro with two views,
    only for navigation test
    and without data transport.
    Everybody view consist of two elements:
    one TXV_Field and one BTN_Element.
    V_ONE:
    TXV_ONE with a text "View one",
    BTN_GO + action GO,
    OP_TO_TWO,
    IP_FROM_TWO
    V_TWO:
    TXV_TWO with a text "View two",
    BTN_BACK + action BACK,
    OP_TO_ONE
    IP_FROM_ONE.
    There are two links between views builds.
    I cann my application APPL deploy without problem and without error messages.
    I see my V_ONE im browser.
    If i click the button BTN_GO ==>
    The Web Dynpro Application 'Appl' has expired.
    I controlled the file default.properties
    the timeout = 3600.
    what cann i do????
    Thank,
    vmath.

    1. check ur server configuration windw> preference->j2ee-engine.
    I have DeveloperStudio local on my PC.
    There are  following settings for j2ee-engine:
    SAP J2EE-engine is installed on local host
    System name: J2E
    J2EE Instance: 0
    SCS Instance: 1
    BEN_1\sapmnt\J2E\SYS\profile\J2E_JC00_ben_1
    BEN_1\sapmnt\J2E\SYS\profile\J2E_SCS01_ben_1
    vmath

  • Display HTML stream in Web Dynpro application

    Hello,
    Sorry, I am new to the Web Dynpro environment, so this might seem like a stupid question.
    How can I display streaming HTML content in a Web Dynpro application.  The IFrame element only seems to allow you to point to a URL.  In this case, I am receiving an HTML stream back from an R/3 system via a BAPI call.
    Thanks very much.

    Hi
    As per your question, I understand that HTML output is getting generated through a R3- Bapi call. Fine, create a model with the data binding to the context to some text view. Simply create view with the relevant UI element through which you want to exhibit the data and call the R3 call through your model. instead of a HTML output, you will get your data in the view.
    you may not get the exact format / style of the html output.
    Otherwise, directly HTML content cannot be shown in webdynpro. You need to have some UI control to take its content.
    Or else, you can go in for j2ee stack and end up with a java based appl, use a simple jsp and get the output!
    if you have any specific queries do let us know
    hope this helps you
    thanks

  • Error when web dynpro application is deployed

    Hi,
    I get this error when i deploy the web dynpro application
    Could you please help to know wat it is about ? my application is extremely simple hello world application.
    java.lang.ClassNotFoundException: helloworld.wdp.InternalHelloworld -
    Loader Info -
    ClassLoader name: [local/helloworld] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc library:tc~cmi Resources: D:\usr\sap\ID6\DVEBMGS00\j2ee\cluster\server0\apps\local\helloworld\webdynpro\public\lib\app.jar Loading model: {parent,references,local} -
    thanks......

    Hi Murtuza,
    I have done it.
    Reload means I closed and opened the project
    but still i get the error
    this time it also says negative cache
    The initial exception that caused the request to fail, was:
       java.lang.ClassNotFoundException: helloworld.wdp.InternalHelloworld Found in negative cache -
    Loader Info -
    ClassLoader name: [local/helloworld] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc library:tc~cmi Resources: D:\usr\sap\ID6\DVEBMGS00\j2ee\cluster\server0\apps\local\helloworld\webdynpro\public\lib\app.jar Loading model: {parent,references,local} -

  • Securing Web-Dynpro application with Netegrity

    Hi,
    I'm developing a web-dynpro application that will be secured by Netegrity SiteMinder. SiteMinder is a reverse-proxy that authenticates the user and adds the user details as additional headers to the HTTP stream. According to the documentation I found in SDN with regards to JAAS and NetWeaver it looks like SAP has added callbacks so that I can retrieve HTTP headers in my custom login-module. I've implemented a simple login-module and deployed it, but now am stuck with the following issues:
    (1) I can't seem to be able to debug the module (even when I create a simple HelloWorld.jsp and require the use of this module in the visual administrator, the debugger seems to ignore the break-points).
    (2) I can't find any possibility to configure the engine so that this specific module is required for authenticating my deployed web-dynpro application.
    My questions are as follows:
    (1) Is it possible to use standard JAAS authentication with web-dynpro applications?
    (2) How do I debug JAAS login modules?
    Regards, Chris.

    <b><b>Hi Adrian
    During the Life cycle of your application Your connection will be Released when it is inactive for particular Time (The inactive time limit will be specified in the JCo Pool Settings that would be in milli seconds)
    The RFC Connection can be Monitored using the Gateway process .
    There are Some Predefined Connections in the Gatewway Process and each connection Requires approximately 200Kb of Memory.
    So the memory cosumption of the Gateway process is proportional to the number of Active RFC Connection.
    For More Details Check This
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/85a483cb-0d01-0010-2990-c5168f01ce8a">JCo Connection Pools</a>
    Regards
    Chandran S</b>

  • First Web Dynpro application error

    Hi,
    I'm new to SAP portal development, when I tried to deploy my first web dynpro application, I getting the below error.  I have followed exactly the same procedure described in the tutorials.  I'm using NW Sneak preview.  What is DC mean?
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0, version: null, DOM version: null, client type: ns7, client type profile: nn7, ActiveX: disabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4009.00.0000.20041104173322.0000 (release=630_REL, buildtime=2004-11-18:22:17:10[UTC], changelist=298578, host=PWDFM027)
    Web Dynpro code generators of DC local/Welcome:
    SapDictionaryGenerationCore: 6.4010.00.0000.20040910101802.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:15:29[UTC], changelist=280522, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4010.00.0000.20041213121535.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:19:39[UTC], changelist=312712, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4010.00.0000.20041126121122.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:08:55[UTC], changelist=306364, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4010.00.0000.20041209081817.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:37:37[UTC], changelist=311488, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4010.00.0000.20041209081817.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:37:37[UTC], changelist=311488, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4010.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:07:58[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4010.00.0000.20041104141931.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:24:21[UTC], changelist=298465, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4010.00.0000.20040609163924.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:12:38[UTC], changelist=253570, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4010.00.0000.20041126121122.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:09:08[UTC], changelist=306364, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4010.00.0000.20041104141931.0000 (release=630_VAL_REL, buildtime=2004-12-13:22:24:53[UTC], changelist=298465, 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_07-b05, vendor: Sun Microsystems Inc.
    Operating system:
    Windows XP, version: 5.1, architecture: x86
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for view com.sap.examples.welcome.StartView. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.<init>(DelegatingView.java:41)
    Caused by: java.lang.NoSuchMethodError: com.sap.tc.webdynpro.progmodel.gci.GCIContext.createMappedAttribute(Ljava/lang/String;Ljava/lang/String;Z)Lcom/sap/tc/webdynpro/progmodel/gci/IGCIAttributeInfo;
         at com.sap.examples.welcome.wdp.InternalStartView.<init>(InternalStartView.java:43)
         ... 36 more

    Hi Siva,
    to my understanding - your problem has nothing to do with J2EE server configuration - your application is already deployed on the server and running (brings error though):
    at com.sap.examples.welcome.wdp.InternalStartView.<init>(InternalStartView.java:43)
    so your class is already called.
    DC = Development Component, but if you created a "simple" WebDynpro project - you should read the hint as "are you sure your project is properly deployed?"
    I got similar messages (see your quota about NoSuchMethodException - I'm not really sure I was getting NSME, but definitely "Failed to create delegate for view") in case a Java-type context attribute was not initialized (e.g. you create context attribute of type java.util.Properties, do not put any object there, and request the attribute value). Check if you properly initialize context attributes.
    Another thing - I presume you're running DevStudio of the same version as your server. DevStudios of different versions generates different sources - there could be problems in run-time when out of synchronization.
    Best regards,
    Nick

  • Error - Creating a Web Dynpro Application Accessing ABAP Functions

    Dear All,
    we are trying to implement a web dynpro application with accessing ABAP functions.
    Previous tasks:
    -     insert the ABAP system into the SLD from the NWDI System (Transaction RZ70; the ABAP system is correctly insert into the SLD => technical systems)
    -     equipped the JCO connections with the web dynpro content manager (ping and test = OK)
    It’s the standard tutorial out of the SDN called “Creating a Web Dynpro Application Accessing ABAP Functions”.
    Some hints:
    -     There are no errors after the implementation and the “rebuild” of the project in the NWDS
    -     The auto deployment works fine to the development runtime system. The application is shown in the Web Dynpro content manager
    -     The In the build log I found these entries:
    System.err] [Invoked from  com.sap.s2x.tools.GUID.getnodeaddress(GUID.java:585)]
    [System.err] java.net.UnknownHostException: FRASAPP562: FRASAPP562
    [System.err]      at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    [System.err]      at com.sap.s2x.tools.GUID.getnodeaddress(GUID.java:575)
    [System.err]      at com.sap.s2x.tools.GUID.<clinit>(GUID.java:179)
    [System.err]      at com.sap.s2x.tools.S2XGUID.getGUID(S2XGUID.java:19)
    [System.err]      at com.sap.ide.metamodel.core.i18n.LanguageState.createS2XID(LanguageState.java:191)
    [System.err]      at com.sap.ide.metamodel.core.i18n.S2XLanguageUnmarshaller.unmarshal(S2XLanguageUnmarshaller.java:52)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.loadLanguageState(TextPoolProxy.java:703)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.prepareLanguageForRead(TextPoolProxy.java:646)
    [System.err]      at com.sap.ide.metamodel.core.i18n.TextPoolProxy.isEmpty(TextPoolProxy.java:222)
    [System.err]      at com.sap.ide.webdynpro.checklayer.MDOChecker.check(MDOChecker.java:23)
    [System.err]      at com.sap.ide.webdynpro.checklayer.view.ViewChecker.check(ViewChecker.java:52)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ViewControllerChecker.check(ViewControllerChecker.java:96)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ControllerChecker.check(ControllerChecker.java:119)
    [System.err]      at com.sap.ide.webdynpro.checklayer.controller.ControllerChecker.check(ControllerChecker.java:56)
    [System.err]      at com.sap.ide.webdynpro.checklayer.component.ComponentChecker.check(ComponentChecker.java:181)
    [System.err]      at com.sap.ide.webdynpro.checklayer.component.ComponentChecker.check(ComponentChecker.java:56)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.check(Generation.java:2039)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentComponent(Generation.java:1296)
    [System.err]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:175)
    [System.err]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:50)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:324)
    [System.err]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:219)
    [System.err]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [System.err]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [System.err]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [System.err]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [System.err]      at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    [System.err]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:112)
    [System.err]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:61)
    [System.err]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:213)
    [System.err]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:190)
    [System.err]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
    [System.err]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:324)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76)
    [System.err]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1723)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1495)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:727)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:503)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:442)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:314)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:252)
    [System.err]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)
    -     I’m able to start the application out of the Web Dynpro content manager with “run” => only the user interface is displayed without any functionality
    -     The “normal” start over the NWDS fails => error text
    “com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/J08_Flugdat_Daventdcflight~xxx.com' and application 'FlightListApp' are not deployed on the server. Please check the used URL for typos.”
    There two different URLs in use.
    Start via NWDS:
    http://frasapp562:50000/webdynpro/dispatcher/J08_Flugdat_Daventdcflight~xxx.com/FlightListApp
    Start via web dynpro content manager:
    http://frasapp562:50000/webdynpro/dispatcher/xxx.com/aventdc~flight/FlightListApp
    For test purposes, we started the BAPI (BAPI_Flight_Getlist) on the ABAP system directly. It works.
    Any ideas about the system behaviours (different URLs and missing functionality)?
    Thanks a lot in advanced!
    Best regards
    Christoph

    The Error has been solved – The implementation of a method was missing....
    Thx
    Christoph

Maybe you are looking for