cancel
Showing results for 
Search instead for 
Did you mean: 

***Execution of proxy IN ECC resulted in grey coloured flag

Former Member
0 Kudos

Hi all,

We are working on Proxy to File scenario.

ABAP part of development in the proxy is pending.

I want to test the Scenario by passing the valid data in the message interface through Sproxy>interface ->proxy->messageinterface->Test(F8)button .

When i do this no data is being sent to XI.

When I see SXMB_MONI in ECC I see Gray coloured flags.

We did this earlier after Executing the ABAP code in proxy,it was running fine.

When I try by only running proxy.Why data is not sent to XI.

Please let me know.

Thanks,

Srinivasa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivas,

Do you have the connections between ECC and XI? Check in SM58 of ecc for any errors and queues in pi for any errors.

Regards,

---Satish

Former Member
0 Kudos

Yes,As I told with abap code done it is sending data to XI,

when I put mouse on status in MONI of ECC it shows COMMIT missing.

Checked in SM58 no errors seen.

VijayKonam
Active Contributor
0 Kudos

I think after calling a client proxy you should need to send a commit statement. Otherwise the proxy might not get called. Check in your previous proxy code, there would be a commit statement after the proxy call.

VJ

Answers (0)