on 2010 Dec 20 7:40 PM
Hi,
I want to enhance a Web Dynpro configuration (I want to add a button to contract main view).
I enter the web dynpro configuration editor via SE80
No problem so far
When I choose Enhancement and enter a development package and a name (form my enhancement) and press enter I get a dump:
MESSAGE TYPE X
Does anybody know this issue?
We are on SRM 7.0 SP 07, Core Leve 111
Thanks and regards
Andreas
Request clarification before answering.
Problem with authorization....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Can you please provide more information on error.Hope you have selected your desired view and clicked on enhancement button.
Thanks and Regards,
P.Bharadwaj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
please find the important information below.
Might be a problem with basis customizing?
Thanks and Regards
Andreas
I want to enhance the following Web Dynpro Component (Configuration)
Line: -
Web Dynpro FPM_OIF_COMPONENT
Configuration ID /SAPSRM/WDCC_FPM_CTR_PURCH
Line: -
I start the context konfigurator
Push the enhancement button
Line: -
Enter the following statements
Configuration /ZSAPSRM/WDCC_FPM_CTR_PURCH
Description Test
Package Z Package
Line: -
Push OK button
--> Dump
Line: -
Message type " " is unknown.
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_WDR_MESSAGE_MANAGER========CP" had to be terminated because it has come across a statement that unfortunately cannot be executed.
Information on where terminated
Termination occurred in the ABAP program "CL_WDR_MESSAGE_MANAGER========CP" -
in "IF_WD_MESSAGE_MANAGER~REPORT_T100_MESSAGE".
The main program was "SAPMHTTP ".
In the source code you have the termination point in line 16
of the (Include) program "CL_WDR_MESSAGE_MANAGER========CM00R".
Source Code Extract
Line SourceCde
1 method if_wd_message_manager~report_t100_message.
2
3 data: msg type string,
4 msg_type type i,
5 l_msg_object type ref to cl_t100_message,
6 l_parameter type wdr_name_value,
7 l_para_list type wdr_name_value_list,
8 l_t100_helper type ref to lcl_t100_helper.
9
10 if scope_permanent_msg = if_wd_message_manager=>co_msg_scope_ctxt_element.
11 raise exception type cx_wdr_rt_exception
12 exporting
13 textid = cx_wdr_rt_exception=>invalid_msg_scope.
14 endif.
15
>>>>> message id msgid type msgty number msgno
17 with p1 p2 p3 p4
18 into msg.
19
20 if p1 is not initial.
LAST CALLS
18 METHOD CL_WDR_MESSAGE_MANAGER========CP CL_WDR_MESSAGE_MANAGER========CM00R 16
CL_WDR_MESSAGE_MANAGER=>IF_WD_MESSAGE_MANAGER~REPORT_T100_MESSAGE
17 METHOD CL_WDR_CFG_EDITOR=============CP CL_WDR_CFG_EDITOR=============CM00A 17
CL_WDR_CFG_EDITOR=>RAISE_CTS_MESSAGES
16 METHOD CL_WDR_CFG_EDITOR=============CP CL_WDR_CFG_EDITOR=============CM00B 29
CL_WDR_CFG_EDITOR=>PROCESS_OPERATION
15 METHOD CL_WDR_CFG_EDITOR=============CP CL_WDR_CFG_EDITOR=============CM00C 64
CL_WDR_CFG_EDITOR=>DO_BEFORE_COPY
14 METHOD /1BCWDY/K0TH9FJ7VT4WN6AUORXC==CP /1BCWDY/B_K0THBIOZI2W5C5AWD3PM 1151
CL_COPY_CTR=>ONACTIONDO_COPY
Web Dynpro Component WDR_CFG_EDITOR
Web Dynpro Controller COPY
13 METHOD /1BCWDY/K0TH9FJ7VT4WN6AUORXC==CP /1BCWDY/B_K0THBIOZI2W5C5AWD3PM 270
CLF_COPY_CTR=>IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER
Web Dynpro Component WDR_CFG_EDITOR
Web Dynpro Controller COPY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.