cancel
Showing results for 
Search instead for 
Did you mean: 

Are PI XML payload stored in ABAP stack table when only AAE is used?

gopalkrishna_baliga
Participant
0 Kudos

Hi Experts,

   I have a PI scenario which uses advanced adapter engine (AAE) only (both outbound and inbound side).

   In this case will the PI XML payload be still stored in ABAP stack tables? I want to actually extract the XML payload.

   What is the alternative option if i need to extract XML payload in this AAE case?

Thanks

Gopal

Accepted Solutions (0)

Answers (3)

Answers (3)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Gopal,

As said by lnaki, Payload will be stored in ABAP tables, if you use normal configuration scenario.

If you go for integration configuration, you can only view the payload in java stack.

You can view the payload in RWB. please refer the below link

http://scn.sap.com/thread/1979308

Regards

Bhargava krishna

Former Member
0 Kudos

Hi Gopal,

the short answer is "no". I don't know how to extract Java payloads, but there may be some Java API command to do that.

Regards,

Jörg

iaki_vila
Active Contributor
0 Kudos

Hi Goapl,

If you use sender agremeent, receiver agremeent, receiver determination and interface determination, the message will go to the abap stack after to enter and before to out with the adapter (java stack).

If you use the integration configuration object your message only will be in the java stack.

Regards,