cancel
Showing results for 
Search instead for 
Did you mean: 

RFC receiver..

Former Member
0 Kudos

Hi,

I am trying to send to our ERP systems from File. But unfortunately we are running below ECC 6.0 and so cannot set an external breakpoint. Is there an option to look at the inbound XML into the ERP system before the BAPI posting? I went through Michal's blog which is great but just wondering if there an another option.

Teresa

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

if you are using standard RFC, then wrap it in a custome RFC and writ e BREAK-POINt statement.

you can also see the xml payload in SXI_monitor in R\3

Former Member
0 Kudos

Hi,

there is a workaround for this thing: in XI by SXMB_ADM transaction, in Integration engine configuration, you can increase the trace level of your msgs........then if you reexecute your scenario, on double clicking your msg, you will see incoming msg, technical routing etc.........just expand technical routing, payload, main document and on double clicking this main document, you will see the RFC request msg going to ERP.............

Regards,

Rajeev Gupta