Hello dear SAP CRM specialist!
There was a problem while trying to BW system to receive data from CRM. I quote the following scenarios for their reproduction.
When calling extractor 0BPARTNER_ATTR mode delta downloads landscape CPA dynamic error occurs UC_OBJECTS_NOT_CONVERTIBLE.
Quick Overview about the dump in attached file:
Termination occurred in the ABAP program "SAPLRSC1" - in "HANDLE_COMP_DATA".
The main program was "RSFHGEN2 ".
In the source code you have the termination point in line 421
of the (Include) program "LRSC1F01".
Source code fragment:
IF dc_buflen < tleng.
DO.
dc_newrest = dc_buflen.
PERFORM read_next_decomp_data USING dc_newrest
CHANGING subrc.
IF subrc <> 0. EXIT. ENDIF.
IF dc_buflen >= tleng. EXIT. ENDIF.
ENDDO.
IF subrc <> 0. EXIT. ENDIF.
dc_actlen = 0.
ENDIF.
ENDIF.
ASSIGN dc_buffer+dc_actlen(tleng) TO <f> TYPE 'X'.
dc_actlen = dc_actlen + tleng.
value = <f>.
ASSIGN value TO <l_f> TYPE 'C'.
>>>MOVE <l_f> TO e_t_data. APPEND e_t_data.
When we call the extractor in a full load mode in the CPA - extractor worked normally.
in CPA: transaction RSA3 → Source: 0BPARTNER_attr → change update mode from F to D
In the extraction the error occurred.
error message: RJ012.
Please help to solve this problem.
Regards,
Pavel.