cancel
Showing results for 
Search instead for 
Did you mean: 

integration between MAM and MRS

Former Member
0 Kudos

Hi Gurus,

we are integrating MAM with MRS. i.e. when we assign some operations in MRS planning board the sameshould get transfered to MAM and when we confirm the operations in MAM the same should get reflected in MRS. we got strucked up here

The dump is because type mismatch in Function Module

Daten Mapping

CALL FUNCTION 'MAP2E_CAUFVD_TO_ALM_ME_ORDER_H'

EXPORTING

caufvd =ls_caufvd

CHANGING

alm_me_order_header=ls_order_list

Here the ls_order_list is of type MAM_30_ORDER_HEADER_T,

But Function Module is expecting of type ALM_ME_ORDER_HEADER.

The MAM version we are using is MAM 3.0. any pointers would be really appreciable.

Thanks in advance.

Regards

Satish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

.