cancel
Showing results for 
Search instead for 
Did you mean: 

write message in ABAP inbound proxy

former_member186158
Active Participant
0 Kudos

I put this in the inbound class, where can I find the message?Thanks.

WRITE :'TEST 主键冲突'.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there is only one place where you should be able to find it

TCODE- ST22

Regards,

Michal Krawczyk

Former Member
0 Kudos

I guess you are testing your inbound proxy in which code is written to see whether your proxy is called or not.

Better create a local z table and write the code to insert the values into this z tab in the inbound proxy to test the proxy.

Regards,

Vinay