cancel
Showing results for 
Search instead for 
Did you mean: 

No XML message appears in SXMB_MONI.

former_member230666
Participant
0 Kudos

Dear Experts,

I would like to test an inbound service interface in SAP ABAP SPROXY. The source data is a file based and it will be transmitted via SAP PO interface to SAP ERP to store the data in a customized Z-table. However, I've tried to run the SAP Inbound service interface in SPROXY, but there is no messages being recorded in SXMB_MONI and the data is able to be stored in the customized Z-table. I've checked the configuration setting in SXMB_ADM, the parameters for LOGGING, LOGGING_SYNC have been set to 1. The TRACE_LEVEL has been set to 3. Hope you can share some light with me. Thanks in advance.

Regards,
Shawn

Accepted Solutions (0)

Answers (5)

Answers (5)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Shawn,

a configuration-less shortcut simplifies the local usage of a Provider Service. It is no longer necessary to create an Endpoint and a Logical Port for local communication in a separate configuration step. Instead, a generic endpoint for all Provider Services is generated during technical setup of the web service runtime (within report SRT_ADMIN), and a Logical Port name for shortcut processing can be retrieved at runtime via API.

Use tcode SRT_ADMIN to set up, please refer to note for initial set up .https://launchpad.support.sap.com/#/notes/2347013

Thanks

Sugata

sugata_bagchi2
Active Contributor
0 Kudos

Yes, this is correct and we have to select the check box - use config less shortcut.

former_member230666
Participant
0 Kudos

I've tried the mentioned method by selecting the check box "Use config-less shortcut", triggered the SAP Inbound service interface using F8. Followed by manually selecting the "trigger commit work". There is no record being captured in SXMB_MONI. Can you please advice me further?

sugata_bagchi2
Active Contributor
0 Kudos

when you are testing the inound proxy in ECC / S4 , you are selecting the inobund interface (hope the proxy class is already implemented). After this you will execute the service and a window will appear where you have to select -generate template request etc. in that window you will find this option.

former_member230666
Participant
0 Kudos

when i press F8 in the service interface sproxy, i got the above screenshot. Is this the correct screenshot?

sugata_bagchi2
Active Contributor
0 Kudos

Now I got your requiement, could you please check if you have selected the below option-

Thanks

Sugata

former_member230666
Participant
0 Kudos

where can i get into those configuration? Is the configuration for SAP PO 7.4? Please advice me. Thanks a lot

sugata_bagchi2
Active Contributor
0 Kudos

Hello Shawn,
I think, as you are testing the inbound interface internally and it is being called within SAP w/o invoking the integration server (PI) ,it will not create the message ID in sxmb_moni. Unlike, the inbound IDoc creation using WE19 -it will create an IDOc number.

Thanks

Sugata

former_member230666
Participant
0 Kudos

As i understand from the blog below, it is able to get the xml. If i understand it correctly but i'm not sure if i may have missed out any configuration.

https://www.int4.com/michals-tips-persisting-abap-proxy-messages-tested-sproxy-transaction/