cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Compare TM STOPs before and after changes.

ZenonK
Active Participant
0 Likes
599

Hello EM Gurus.

In standard Event Relevance Function /SCMTMS/REL_EVT_RES_EE_MODIFY these tables are populated with the STOP information:

* Read Stop Data
PERFORM read_appl_table
USING i_all_appl_tables
scmtms/if_scem_res_int_c=>sc_table_definition-resource-tor_stop
CHANGING lt_stop.

* Read Stop Before Data

PERFORM read_appl_table
USING i_all_appl_tables
/scmtms/if_scem_res_int_c=>sc_table_definition-resource-tor_stop_before
CHANGING lt_stop_before.

Parameter SEQ_NUM in lt_stop has a value but in lt_stop_before it is always zero.

The tables are populated in Class /SCMTMS/CL_EVENT_MANAGEMENT Method CALL_EM_TOR_DATA


I want to make an abap Compare but can;t do it because of the seq_num is always different.

Is this a Bug?

Regards.

Zenon.

Accepted Solutions (0)

Answers (2)

Answers (2)

ZenonK
Active Participant
0 Likes

I contacted SAP.
They told me to check note '2190507 - Bug in change analyzer' (Changes in SAP_BS_FND).

Problem solved!

kevin_wilson2
Contributor
0 Likes

Without checking it in detail but just by going on your description I would say that it is most likely a bug. I would imagine SAP has an OSS out for it though - Have you checked?

ZenonK
Active Participant
0 Likes

I contacted SAP.
They told me to check note '2190507 - Bug in change analyzer' (Changes in SAP_BS_FND).

Problem solved!