cancel
Showing results for 
Search instead for 
Did you mean: 

SFCProcessingInBinding.FindStatebyBasicData does not return SFCStatus.CreateDateTime

Former Member
0 Kudos

Hi,

I am running the WebService SFCProcessingInBinding.FindStateByBasicData in SAP ME 6.0.3.2.

In the Web Service Guide on page 166 and 167 it says that the <me:SFC> response tag should contain the 3 date tags:

-CreatedDateTime

-ModifiedDateTime

-ActualCompleteDate

But in my response they are all missing. All other response tags for <me:SFC> exists except the date tags.

Is this a bug or is some kind of weird "design" issue?

Br,

Johan

I am sending this XML request message:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:me="http://sap.com/xi/ME" xmlns:gdt="http://sap.com/xi/SAPGlobal/GDT">

   <soapenv:Header/>

   <soapenv:Body>

      <me:SfcStateRequest_sync>

         <me:SfcStateRequest>

            <me:SiteRef>

               <me:Site>TEST1</me:Site>

            </me:SiteRef>

            <me:SfcRef>

               <!--You may enter the following 2 items in any order-->

               <me:Sfc>TEST11</me:Sfc>

            </me:SfcRef>

            <me:includeSFCStepList>False</me:includeSFCStepList>

         </me:SfcStateRequest>

      </me:SfcStateRequest_sync>

   </soapenv:Body>

</soapenv:Envelope>

The response I get:

<SOAP-ENV:Envelope xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

   <SOAP-ENV:Body>

      <ns2:SfcStateConfirmation_sync xmlns="http://sap.com/xi/SAPGlobal/GDT" xmlns:ns2="http://sap.com/xi/ME">

         <ns2:SfcStateResponse>

            <ns2:SFCStatus>

               <ns2:Sfc>

                  <ns2:SiteRef>

                     <ns2:Site>TEST1</ns2:Site>

                  </ns2:SiteRef>

                  <ns2:ShopOrderRef>

                     <ns2:ShopOrder>SO1000_1</ns2:ShopOrder>

                     <ns2:SiteRef>

                        <ns2:Site>TEST1</ns2:Site>

                     </ns2:SiteRef>

                  </ns2:ShopOrderRef>

                  <ns2:SfcIdHistory>

                     <ns2:SfcRef>

                        <ns2:Sfc>TEST11</ns2:Sfc>

                        <ns2:SiteRef>

                           <ns2:Site>TEST1</ns2:Site>

                        </ns2:SiteRef>

                     </ns2:SfcRef>

                     <ns2:Sequence>1</ns2:Sequence>

                     <ns2:Reason>R</ns2:Reason>

                  </ns2:SfcIdHistory>

                  <ns2:StatusRef>

                     <ns2:Status>403</ns2:Status>

                     <ns2:SiteRef>

                        <ns2:Site>TEST1</ns2:Site>

                     </ns2:SiteRef>

                  </ns2:StatusRef>

                  <ns2:QuantityScrapped>0</ns2:QuantityScrapped>

                  <ns2:Sfc>TEST11</ns2:Sfc>

                  <ns2:QuantityDone>0</ns2:QuantityDone>

                  <ns2:Quantity>8</ns2:Quantity>

                  <ns2:ItemRef>

                     <ns2:Item>1000</ns2:Item>

                     <ns2:Revision>A</ns2:Revision>

                     <ns2:SiteRef>

                        <ns2:Site>TEST1</ns2:Site>

                     </ns2:SiteRef>

                  </ns2:ItemRef>

                  <ns2:Priority>500</ns2:Priority>

               </ns2:Sfc>

            </ns2:SFCStatus>

         </ns2:SfcStateResponse>

      </ns2:SfcStateConfirmation_sync>

   </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Johan,

I don't receive those tags too. Either documentation either request has to be fixed then, so I would suggest that you log a support ticket.

Regards,

Alex.

Former Member
0 Kudos

Hi Alex,

I have logged a support ticket for this.

Br,

Johan

0 Kudos

Hi Johan,

It was fixed in ME 6.0.3.4.

And I see one more fix against FindStateByBasicData in 6.0.3.5.

Br, Alex.

Message was edited by: Alexander Teslyuk

Answers (0)