Skip to main content
June 16, 2021
Question

more question about extracting the integration result response

  • June 16, 2021
  • 4 replies
  • 0 views

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

4 replies

acaciob0002
June 16, 2021

Hi Lin how are you?

I'm wondering if SAP will ever get rid of BAPI's [emoticon:c4563cd7d5574777a71c318021cbbcc8]

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

linp0001Author
June 16, 2021

thanks for he suggestion, I tried, but it did not work.

regards,

Lin