cancel
Showing results for 
Search instead for 
Did you mean: 

Assertion Failed in ABAP Program /SCMTMS/CL_SD_TM_MAP_TTRQ(S/4 HANA (1709) TM integration)

ranasap2018
Explorer
0 Kudos

Hi All,

I am facing one issue in SAP S/4 Hana and TM integration 1709 version.After pressing save button in order in SAP S/4 hana,I am getting ABAP dump error for 'ASSERTION FAILED' runtime errors in ABAP programm /SCMTMS/CL_SD_TM_MAP_TTRG.

Notes system, check there first using the following keywords: "ASSERTION_FAILED" "/SCMTMS/CL_SD_TM_MAP_TTRQ=====CP" bzw. /SCMTMS/CL_SD_TM_MAP_TTRQ=====CM007 "PREPARE_DATA"

   Prepare Global Tables
****************************************************************
   CALL METHOD /scmtms/cl_logint_cmn_reuse=>get_bsg_and_logsys
     IMPORTING
       ev_bsg    = mv_bsg       " Business System Group
       ev_logsys = mv_logsys.   " Logical System
   " Business System Group must be filled
   ASSERT mv_bsg IS NOT INITIAL.
   " Logical system must be filled
   ASSERT mv_logsys IS NOT INITIAL.
****************************************************************

I have done all relevant configuration for S/4 Hana and TM integration point .Request you to give your input on that.

Regards

Rana

<br>

Accepted Solutions (1)

Accepted Solutions (1)

ranasap2018
Explorer
0 Kudos

can somebody respond the above issue please as it's eargent..

regards

Rana

Answers (3)

Answers (3)

former_member201799
Active Participant

Hi Rana,

You can check if SAP Note 2641662 - Error Message if same business system group and BSG Org.Unit is assigned to multiple organizational units, is applicable to your scenario.

From your code snippet, the ASSERT statement is dumping because either mv_bsg or mv_logsys is initial. Please check if you have maintained the business system group and logical systems in SPRO.

Best,

Joseph

talmi
Explorer
0 Kudos

Hi all,

I had the same issue and the problem was that following customizing entry was missing:

Create it and check again.

Regards,

Tatiana

ranasap2018
Explorer
0 Kudos

can somebody respond the above issue please as it's eargent..

regards

Rana

StefanA74
Discoverer
0 Kudos

I am facing the exact same problem! Regards, Stefan

Rana, You might need to change the message status from 'answer' to 'comment' to get awareness...It looks to me currently that you already gave the best answer...