cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI ...File to Proxy _ BDC

former_member184948
Active Participant
0 Kudos

HI All,

I have created one scenario in which A file containing details of employees is picked by SAP PI sender com channel and at the target side I am using server proxy .In the class of proxy, I am using program generated by shdb for transaction PA40.

Problem is when I pick the file, I can see the message in sxmb_moni is ok and its not stuck in any queues also.But in PA000 transaction in ECC I can't see entry for new employee.So where is it stuck now? where can I check the error log if anything went wrong? There could be a problem in program,but I ran it in SE38 separately for few records by creating internal table and its working fine there.

Please give any suggestions.Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

gagandeep_batra
Active Contributor
0 Kudos

hi dilip

Did you check in SXMB_moni in ECC also.?

and try to take the same payload and debug the inbound proxy in SPROXY.

Regards

GB

former_member184948
Active Participant
0 Kudos

Thanks Gagandeep,

I dind't know that we had to check sxmb_moni in ECC also, thnks.!!

I checked it there and message is in green flag status and at the queue status its red dot says: system error , restart not possible.

Also, can I use the payload generated after mapping in SPROXY? where to enter that payload? can you ping me any link for such testing of payload in sproxy?

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dilip,

Message might be stuck in ECC queues check transaction SMQ2 for inbound queues. If it fails with "sysfail" in queue try to find out the error and also check translation ST22 for more details about the error. Check transation SXMB_MONI in ECC for message status.

Regards,

Krupa.

former_member184948
Active Participant
0 Kudos

Hi Krupa,

Thanks!..Correct I checked the smq2 of ECC and many messages were pending in queue.So i deleted all of them .But then again I ran my interface with fresh file and again in the smq2 of ECC it got stuck with error: SYSFAIL and when I double click on that it says : Error GEN_INCLUDE_NOT_EXEC occured.PI=ABAP generation exit error.

Any idea how can i fix this?

Former Member
0 Kudos

Hi Dilip,

Check transaction ST22 for ABAP runtime dumps to know more about the error. Share these details to ABAPer, so they will help you out to resolve this issue.

Regards,

Krupa

former_member472138
Active Contributor
0 Kudos

Try running it background. It should go through.

Regards

Pothana