cancel
Showing results for 
Search instead for 
Did you mean: 

File to ABAP Proxy (problem with inbound queues in R3)

jwalithtatikonda2
Participant
0 Kudos

Hi,

In File-XI-ABAP proxy scenario, XI is successfully picking up file and sending it to R3.

But in R3, an inbound queue is created in SMQ2 transaction code and I solved the same to automatically process the Queue by registering that in SMQR transaction code. But even though the inbound queue doesn't appear in SMQ2 (which means that it is processed successfully) it doesn't call the method EXECUTE_ASYNCHRONOUS. Can anyone help me whether I need to do any settings to run that method?

Also can anyone help me, after the inbound queue is successfully processed in SMQ2 transaction, what would be the next step to watch what exactly that queue has done?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jwalith,

Did you make sure the message that was stucked in SMQ2 was processed correctly and not deleted as there will be option to delete the message.

And if its processed further then definetly you should see the data coming in R3 side check any master table that has hit by your code.

And also check the status in R3 for that message in SXMB_MONI.

Thanks

Sudharshan

jwalithtatikonda2
Participant
0 Kudos

Hi Sudarshan,

Yes, the Inbound queue was successfully processed in SMQ2, even then none of the talbes in SAP are populated.

I think in SXMB_MONI, it shows whether it is successfully sent to R3 or not. Anyway it is showing as succesfull.

Former Member
0 Kudos

Hi Jwalith,

I hope you have checked SXMB_MONI at R3 side.

I would share my experience about this scenerio where even after deleting the message[LUW] from the queue our messages were processed into R3 where we manually deleted the records from R3.

I hope nothing has went wrong in your case.

Thanks

Sudharshan

former_member240483
Contributor
0 Kudos

Looks strange ..if message is successfull and queues are cleared the data must reach the target table.

check your proxy code once again..according to me if anything problem in updating tables it must show in MONI or atleast dump ....

Check through u r tables ,appropriate clients for the target system.

Regards

Rao

Former Member
0 Kudos

Hi

One more thing I would like to tell you is did you checked posting the same message again to R3. I hope you dont have problem in your data.

Thanks

Sudharshan

jwalithtatikonda2
Participant
0 Kudos

Hi,

I have checked SXMB_MONI in R3 and found the following error:

"Error during XML => ABAP conversion (Request Message; error ID: CX_ST_GROUP_MISSING_CASE; (/1SAI/TXS00000000000000000002 XML Bytepos

.: 974 XML Path: Instance(1) Error Text: Element 'Instance' missing))"

Could you please help me in this.

Former Member
0 Kudos

Hi,

I don't know about the kind of error you have got in Moni.

But you can debug your proxy :

Atleast you can be sure that your proxy code is working fine with this.

Regards,

Manjusha

Former Member
0 Kudos

this s Server Proxy..

try this link step by step details

http://www.saptechnical.com/Tutorials/XI/ABAPProxy/page1.htm

Former Member
0 Kudos

Hi,

Please check the program code for Server ABAP proxy.

This will show you the trigerring of Proxy on inbound side.

ABAP Proxy inbound program - sales order creation - Community Profiles - Wiki

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsa...

For Queues, you can go to SMQR and check for the register queue. Select and double click on it. If anything is stuck up then you can see in it. Even same with SMQ2

Thanks

swarup