cancel
Showing results for 
Search instead for 
Did you mean: 

Error in posting at TM from ECC

Former Member
0 Kudos

Hello Experts

While sending sales order data from ECC to TM, we are getting dump at TM. Data is not able to post to TM system.

Below is the ST22 log.

    1 METHOD /bobf/if_frw_configuration~get_node.

    2

    3   READ TABLE mo_conf_sh->mt_node

    4     WITH TABLE KEY node_key = iv_node_key

    5     INTO es_node.

    6   IF sy-subrc NE 0.

>>>>>     ASSERT sy-subrc = 0.

    8   ENDIF.

    9   ms_last_node = es_node.

   10

   11 ENDMETHOD.

Could you please suggest what is missing parameter, whether Config, any activation etc?

Appreciate your correct help with reward points.

Thanks

Amol

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

check if there are any custom code which is getting executed here.

Usually you will get this error when you are passing the wrong NODE Key during a retrieve  or ret by association..