Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Read payload data and get the status of each record passed (SPROXY)

0 Kudos


Hi Experts,

I have a requirement where I need to fetch the status of payload data of its each records.

Suppose payload contains 5 row records in it. We only get total error in payload suppose 4 errors we got for this payload.

We need to identify that these 4 error belongs to which records of payload.

As we have 5 records in payload then might be only some of them are in error.

Is their any method or FM that I can use and pass the details of message ID and get the payload records along with status (error or sucess record by record)?

Thanks And Regards

Ranjeet Singh.  

1 REPLY 1

ArcherZhang
Advisor
Advisor
0 Kudos

Hi Ranjeet,

Please try method READ_DETAILS_VIA_MSGUID of CL_XMS_PERSIST_HELPER.

Also please check CL_XMS_PERSIST.

regards,

Archer