Symptom
Scenario 1.
Executing a remodeling rule with customer exit produces the following error messages:
- NRSCNV000 Field &1 does not exist in old data
- NRSCNV291 Customer exit failed during conversion
- NRSCNV105 Unable to convert InfoProvider &2
- NRSCNV150 Returncode: 1
Scenario 2.
Simulation/Executing a remodeling rule with customer exist produces the following error messagas and dump:
- NRSCNV044 Unable to prepare operation number 001 (&3)
- NRSCNV293 Unable to run background job to test customer exit; see ST22
- NRSCNV105 Unable to convert InfoProvider &4
Additiona dump in ST22:
Category ABAP programming error
Runtime Errors DYN_CALL_METH_NOT_IMPLEMENTED
Except. CX_SY_DYN_CALL_ILLEGAL_METHOD
ABAP Program CL_RSCNV_MANAGER==============C
Application Component BW-WHM-DBA
Short Text
Non-implemented interface method called.
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_METHOD' and was not
caught in procedure "TEST_CUSTOMER_EXIT" "(METHOD)"
An attempt was made in class "XYZ" to call non-implemented interface
method "IF_RSCNV_EXIT~GET_OBJECT".
10 FIELD-SYMBOLS: <f_t_table> TYPE STANDARD TABLE.
11
12 CLEAR e_t_msg.
13 e_subrc = 0.
14
15 * Create instance
16 MESSAGE s288(nrscnv) INTO dummy WITH i_classnm.
17 add_msg( CHANGING c_t_msg = e_t_msg ).
>>>>> CALL METHOD (i_classnm)=>if_rscnv_exit~get_object
19 EXPORTING
20 i_conversion_id = n_conversion_id
21 i_ipronm = p_r_ipro->get_ipronm( )
22 i_rrnm = p_r_rr->n_rrnm
23 RECEIVING
24 r_r_rscnv_exit = l_r_customer_exit
Active Calls/Events
No. Ty. Program Include Line
Name
4 METHOD CL_RSCNV_MANAGER==============CP CL_RSCNV_MANAGER==============CM02U 18
CL_RSCNV_MANAGER=>TEST_CUSTOMER_EXIT
3 METHOD CL_RSCNV_MANAGER==============CP CL_RSCNV_MANAGER==============CM00H 76
CL_RSCNV_MANAGER=>IF_RSBATCH_EXECUTE~EXECUTE
2 FUNCTION SAPLRSBATCH LRSBATCHU13 459
RSBATCH_EXECUTE_PROCESS
1 EVENT RSBATCH_EXECUTE_PROZESS RSBATCH_EXECUTE_PROZESS 481
START-OF-SELECTION
Read more...
Environment
- SAP NetWeaver 7.3
- SAP NetWeaver BW 7.31 (SAP NW BW 7.3 EnhP 1)
- SAP NetWeaver BW 7.40
- SAP NetWeaver 7.40
- SAP NetWeaver 7.50
Keywords
NRSCNV 000, NRSCNV 291, NRSCNV 105, NRSCNV 150 , KBA , BW-WHM-DBA-RMT , Remodelling Toolbox , BW-WHM-DBA-DSO , DataStore Object (classic) , BW-WHM-DBA-ICUB , InfoCubes , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.