cancel
Showing results for 
Search instead for 
Did you mean: 

INTERNAL">QRFC_SYSTEM_DUMP

former_member221434
Participant
0 Kudos

Dear Expert ,

I have created a soap to proxy inbound scenario ,but I am facing an issue in tcode SXMB_MONI in ECC production sever ,whenever data is coming from pi sever to ecc production sever .

The Error was coming as-

<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">QRFC_SYSTEM_DUMP</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Short dump occurred when executing message in qRFC queue XBTR0000: Date/time 02.07.2015 16:14:38, user PIECCUSER, runtime error: 00102587 personnel number(s) could not be locked</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>


Please help , as it is urgent .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Pradeep,

Please check following link,

Regards

Anand

iaki_vila
Active Contributor
0 Kudos

Hi Pradeep,

I think the problem is not with integration and it is nearer to the data that you are sending, check this link Locking personnel numbers in the payroll program.

Regards.

former_member221434
Participant
0 Kudos

Hello Inaki Vila ,

Now I am facing this error in sxmb_moni at ECC serevr .

Error .....

<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">QRFC_SYSTEM_DUMP</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Short dump occurred when executing message in qRFC queue XBTR0006: Date/time 06.07.2015 12:47:11, user PIECCUSER, runtime error: 00102265Fill in all required entry fields</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Pradeep,

Now also, the issue is related to the data.

The mandatory fields are missing in the payload, due to which it is unable to get process in ECC system.

Please make sure the mandatory fields are coming in the payload as designed.

Regards

Vishnu

iaki_vila
Active Contributor
0 Kudos

Hi Pradeep,

The issue is in the way that you are calling your target RFC, may be any mandatory field is missing or any paramtrization is missing in the endpoint.

Please try fist to execute directly the bapi in the endsystem and try to get a right answer, if you have any problem you should contact with a functional member in your company to know how you should call the BAPI.

Regards.