on ‎2017 Aug 23 2:45 PM
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.
Request clarification before answering.
I contacted SAP.
They told me to check note '2190507 - Bug in change analyzer' (Changes in SAP_BS_FND).
Problem solved!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 8 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.