cancel
Showing results for 
Search instead for 
Did you mean: 

how to check in inbound.

Former Member
0 Kudos

Hi all,

i created abap proxy for both outbound and inbound.did communication

channel for the inbound.

then i created the report and passed the 3 fields like carrid, connid and fldate.

then i executed the report its working fine. now my doubt is,

i want to check in the inbound. by creating the ztable and want to check that

the passed data has stored there. so how to do that.

could u please give the code for that......

thanks in advance'

sasi

Accepted Solutions (0)

Answers (3)

Answers (3)

udo_martens
Active Contributor
0 Kudos

Hi Sasi,

you can debug proxys: <a href="/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation: Debug your inbound ABAP Proxy implementation</a>

Regards,

Udo

bhavesh_kantilal
Active Contributor
0 Kudos

Check this blog by Prateek Shah.

It contains the Inbound Proxy Code to insert data into a table,

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Regards

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

could u please give me the code to write in the inbound for Ztable.

iam also trying the code...

regards

sasi

Former Member
0 Kudos

Hi Sasi,

TCode SMQR probably will help u out

Regards