cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with ServiceExecutionOrderERPCreateRequestConfirmation_In_V1

Former Member
0 Kudos

Hello all,

Right now Iu2019m testing the web service:

ServiceExecutionOrderERPCreateRequestConfirmation_In_V1 (activated in SOAMANAGER / using Ehp4)

Iu2019m not able to create a service order using this web service, since it seems that there are always data missing. I followed the u201CSimple Sampleu201D from the ES Workplace and also checked the sample WSDL, but still my implementation of the web service seems to need u201Cmoreu201D data.

The error message is as following:

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

<soap-env:Header/>

<soap-env:Body>

<n0:ServiceExecutionOrderERPCreateConfirmation_sync_V1 xmlns:n0="http://sap.com/xi/APPL/SC/Global2" xmlns:prx="urn:sap.com:proxy:T01:/1SAI/TAS47FE29AFFD77E42A4667:701:2009/02/10">

<Log>

<BusinessDocumentProcessingResultCode>5</BusinessDocumentProcessingResultCode>

<MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode>

<Item>

<TypeID>039(OPS_SE_EAM)</TypeID>

<SeverityCode>3</SeverityCode>

<Note>S:OPS_SE_EAM:039 cx_gdt_conversion goods movement allowed</Note>

</Item>

<Item>

<TypeID>004(OPS_SE_EAM)</TypeID>

<SeverityCode>3</SeverityCode>

<Note>S:OPS_SE_EAM:004 relationship type goods movement allowed</Note>

</Item>

</Log>

</n0:ServiceExecutionOrderERPCreateConfirmation_sync_V1>

</soap-env:Body>

</soap-env:Envelope>

It seems that the service needs data from the relationship tag, but in the sample data this segment doesnu2019t even exists.

I successfully tested the services:

- ServiceExecutionOrderERPByIDQueryResponse_In_V1 (getting the service order details back)

- ServiceRequestERPByIDQueryResponse_In_V1 (getting the service request details back)

- ServiceRequestERPCreateRequestConfirmation_In_V1 (created service requests)

So in general our test system seems to be working fine and now my questions are:

1. Does anyone have some experience on the web service ServiceExecutionOrderERPCreateRequestConfirmation_In_V1and could share some light on the usage?

2. Or does somebody know another source of information besides the ES Workplace that could help me with my problem?

Thank you in advance.

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

cx_gdt_conversion indicates some error when converting data from your request to some internal format, it does not indicate missing data.

I experienced this e.g. when I did not follow the rules for "duration" fields, requiring something like P0Y0M2DT0H0M0S (meaning 2 days). Check the WSDL or the documentation of the service in the ES workplace about your input.

Regards,

Uwe.

former_member473547
Participant
0 Kudos

Hi Thomas,

did you gather some experiences in the domain?

I am trying to use

InternalRequestSRMCreateRequestConfirmation_In

and

InternalRequestSRMByElementsQueryResponse_in

but I am facing problem after problem, couldn't even use the secund one ,

getting exception :

CX_GDT_CONVERSION

If you want share your experience, I would apreciate

regards

Vincent