Hi there,
I have to create a service notification via BAPI_ALM_NOTIF_CREATE and have to maintain the longtext. The problem is, that the standard longtext (created automatically by IW51) is inserted above the longtext, which I send via FM. Because the standard longtext is newer, it has to stand below the longtext which I send via FM.
Example:
current order:
10.03.2016 12:59:45 Ralf Wenzel (SAP_USER_ID)
This is the standard text, created by IW51
10.03.2016 12:56:51 Ralf Wenzel (SAP_USER_ID)
This is the longtext I send to BAPI_ALM_NOTIF_CREATE
10.03.2016 13:56:51 Ralf Wenzel (SAP_USER_ID)
This is the place, where a new longtext would be created by User in IW52
correct order:
10.03.2016 12:56:51 Ralf Wenzel (SAP_USER_ID)
This is the longtext I send to BAPI_ALM_NOTIF_CREATE
10.03.2016 12:59:45 Ralf Wenzel (SAP_USER_ID)
This is the standard text, created by IW51
10.03.2016 13:56:51 Ralf Wenzel (SAP_USER_ID)
This is the place, where a new longtext would be created by User in IW52