cancel
Showing results for 
Search instead for 
Did you mean: 

Examples for ManageSiteLogisticsTaskIn (Pick)

former_member200567
Active Contributor
0 Kudos

Hi experts,

I am trying to call ManageSiteLogisticsTaskIn web service for a simple Pick Operation.

But having this error.

"The node    of BO SITE_LOGISTICS_LOT is unknown in the runtime metadata; application component: AP-SLP-LOT"

I have read the documentation for ManageSiteLogisticsTaskIn . But still cannot figure out how to fix it.

Please advise on what could be the problem.

Any help is super appreciated.

Best Regards

Fred

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_resag
Advisor
Advisor
0 Kudos

Hi Fred,

I have been able to execute a pick task via the following SOAP request. Please check:

Best regards,

Stefan

former_member200995
Contributor
0 Kudos

Hi Stefan,

     I want to Confirm putaway Task, and the xml below, execute success, but the Task didn't update, please help me to check it, thanks.

     xml:

    

result XML:

The task is not update:

former_member200995
Contributor
0 Kudos

Hi Stefan,

     Could you tell me how can I get the UUID, include SiteLogisticsTaskUUID, ReferencedObjectUUID, OperationActivityUUID, MaterialOutputUUID, MaterialInputUUID?

     And why the ProductID have the same value, but the MaterialOutputUUID != MaterialInputUUID?

     Thanks.

former_member200995
Contributor
0 Kudos

Hi Stefan,

     I had got the UUID, the web service is: querysitelogisticstaskin. Thanks.

stefan_resag
Advisor
Advisor
0 Kudos

Hi,

correct. QuerySiteLogisticsTaskIn is the correct one.

Best regards,

Stefan

former_member200995
Contributor
0 Kudos

Hi Stefan,

     In my test system, it is Ok when I run the ManageSiteLogisticsTaskIn.

     But in my production system, when I run the ManageSiteLogisticsTaskIn, the result is:

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

   <soap-env:Header/>

   <soap-env:Body>

      <soap-env:Fault>

         <faultcode>soap-env:Client</faultcode>

         <faultstring xml:lang="en">Application exception occurred!</faultstring>

         <detail>

            <n0:StandardFaultMessage xmlns:n0="http://sap.com/xi/AP/Common/Global" xmlns:prx="urn:sap.com:proxy:L40:/1SAI/TAS5118194EC91140F9E030:804">

               <standard>

                  <faultText>Decoding of bar code  failed</faultText>

                  <faultUrl>RC_AUTOID_TN002</faultUrl>

                  <faultDetail>

                     <severity>E</severity>

                     <text>Decoding of bar code  failed</text>

                     <id>RC_AUTOID_TN002</id>

                  </faultDetail>

               </standard>

               <addition/>

            </n0:StandardFaultMessage>

         </detail>

      </soap-env:Fault>

   </soap-env:Body>

</soap-env:Envelope>

How can I do?

Thanks.

stefan_resag
Advisor
Advisor
0 Kudos

Hi,

it looks like the bar code cannot be decoded. Can you please compare both systems with respect to the bar codes? As an alternative you can also first try not to use the bar code but instead use the normal tags.

Best regards,

Stefan

former_member200995
Contributor
0 Kudos

Hi Stefan,

     I got it, thanks.Now it is Ok.

    

Former Member
0 Kudos

Hello Fred,

Attach the XML here provided it is within your data privacy laws of your company/country or you could create an incident so that we could check further.

note : as there could many reason for this error and we could only determine by checking the XML file you use.

Regards

Leo