Hi,
We are passing a particular info parameter through "Define SAP EM Data Extraction" using following configuration.
Field Type : Use Value
Structure/Table : <Custom Structure Name>
Field Name : <Custom Field Name>
Extract Entries : Use All Entries
Data is getting updated perfectly at EM end.
For multiple entries, parameter indexes are populated sequentially.
For Ex:
Parameter Name Parameter Value Parameter Index
X A 1
X B 2
X C 3
X D 4
When we are trying to change the value of ABCD to EF, then we are expecting the following
Parameter Name Parameter Value Parameter Index
X E 1
X F 2
but we are still getting the following.
Parameter Name Parameter Value Parameter Index
X E 1
X F 2
X C 3
X D 4
the parameter index 3 and 4 are not getting reset to Initial.
Any Suggestion, how to refresh all the parameter values of a parameter (all the parameter index), before passing any value to it.
Regards,
Ratnakar