Hi guys!
I started to work into the SAP world about two months ago, and upon here I found all the answers I need specially in this forum, plenty of good advice!
However, I can't find a solution for this problem: I need to change, by ABAP program, the status of a sent request.
I clarify myself: we have a fax server that send an email of sent confirmation (success or error) thatu2019s not a status mail, but a u201Cnormalu201D mail, and I would like to update the corresponding message status in SAP.
I searched everywhere, but seems that I can't find the solution....
Somebody can help me, peraphs telling some documentation to read? If possible, I would not want to update DB table manually, I don't like to touch table like SOOD, SOST, etc.......this is too risky, but if it's the only way, I'll proceed.
The more close FM that I found that seems to satisfy my expectations is SO_OBJECT_STATUS_UPDATE, called by SX_OBJECT_STATUS_RECEIVE, seems that's the FM that update the status of request (also, that FM is called by SOST when want to set a request to OK).
Somebody know where to look for some documentation?
Thanks in advance for the attention, I'll post here if I'll find some more