I was implementing a change per note: 0000937697 - Usage of SAP NetWeaver BI Diagnostics & Support Desk Tool
and I am bewildered to see a change like the one below. There is no change to that code.
Am I missing something?
FORM ADD_RESULT
<b>Delta 001
Context Block </b>
-->VALUE Value
-->E_T_NAME_VALUE Result
----
<b>Delete Block </b>
FORM add_result USING name index value CHANGING e_t_name_value TYPE STANDARD TABLE.
<b>Insert Block </b>
FORM add_result USING name index value CHANGING e_t_name_value TYPE
STANDARD TABLE.