Hello Experts,
We are looking for re-processing features of fault messages in ABAP Inbound proxy class since it allows to re-process the message in target ABAP application system (ECC/CRM etc) and also automatically triggers an alert on its failure if SOLMAN is implemented.
Although its a standard feature to re-process the message via SXMB_MONI, the catch is it re-sends the entire payload.
Now we are considering this approach for bulk transactions (huge number of records). In that case, we are trying to isolate failed records because they would be not more than 5%.
In that case, do we have any indicator say Message Header to indicate that its a re-processed message. What I am looking at is a differentiator which will indicate that it is re-processed message. With that, we can write a logic to by-pass the successfully process records in the payload by comparing it with the already created records. I tried finding one in the message header blog from Michal but that talks about message ID, timestamp etc.
Just FYI. Since our interface scope is limited, we are not looking for FEH-PPO options.
Thanks in advance.
Regards