Hi there,
I posted similar question before, have an integration, the returned result is as above.
I want to extract the "MESSAGE" in the returned response, how to extract? I did "AC!Result.body.'BAPI_GOODSMVT_CREATE.Response'.RETURN.item.MESSAGE", does not work.
regards,
Lin
Discussion posts and replies are publicly visible
Hi Lin how are you?
I'm wondering if SAP will ever get rid of BAPI's
I'm not sure how many items your BAPI returned, but if you just want the first item you could try to add the index, something like below:
"AC!Result.body.'BAPI_GOODSMVT_CREATE.Response'.RETURN.item[1].MESSAGE"
Not sure if will work but worth to try.
Let us know,
Regards,
Acacio B
thanks for he suggestion, I tried, but it did not work.
"AC!Result.body.'BAPI_GOODSMVT_CREATE.Response'.RETURN.item.MESSAGE" is working now, Not sure why it did not work before,
anyway thanks.
That is good Lin!