cancel
Showing results for 
Search instead for 
Did you mean: 

Employee Time Web Service Error

former_member528620
Discoverer
0 Kudos

Hi,

I tried to enter time sheet through web service using SOAP UI it was worked previously, When I tried this recently it shows the fallowing error

Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
   <soapenv:Header/>
   <soapenv:Body>
      <glob:EmployeeTimeCreateRequest_sync>
         <EmployeeTime>
            <EmployeeTimeAgreementItemUUID>00163e0d-9cea-1ed6-a0a1-0417c2e684f9</EmployeeTimeAgreementItemUUID>
            <TextCollection>
               <Text>
                  <TypeCode>10071</TypeCode>
			 <TextContent>
                <Text>~W~ff</Text>
                  </TextContent>
               </Text>
            </TextCollection>
           <Item>
           <TypeCode>US0001</TypeCode>
            <EmployeeTimeValidity>
             <DatePeriod>
                     <StartDate>2017-04-03</StartDate>
                     <EndDate>2017-04-03</EndDate>
                  </DatePeriod>
               <TimePeriod>
                <StartTime>10:00:00</StartTime>
                 <EndTime>11:00:00</EndTime>
                 </TimePeriod>
            </EmployeeTimeValidity>
            <ProjectTaskConfirmation>
             <ProjectReference>
              <ProjectElementID>CPSO27-4</ProjectElementID>
              </ProjectReference>
              <ServiceProductKey>
              <ProductID>3200</ProductID>
               </ServiceProductKey>
              </ProjectTaskConfirmation>
            </Item>
         </EmployeeTime>
      </glob:EmployeeTimeCreateRequest_sync>
   </soapenv:Body>
</soapenv:Envelope>

Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Server</faultcode>
         <faultstring xml:lang="en">RABAX occurred on server side</faultstring>
         <detail>
            <sap:Rabax xmlns:sap="http://www.sap.com/webas/710/soap/runtime/abap/fault/generic">
               <SYDATUM>20171025</SYDATUM>
               <SYUZEIT>043745</SYUZEIT>
               <ERRORCODE>MESSAGE_TYPE_X_TEXT</ERRORCODE>
            </sap:Rabax>
         </detail>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>

In By design System I track this error it shows:

The detailed error description may not be available in logon language: Source type \CLASS=/EXT/CL_CUS_MESSAGE_HANDLER is not compatible, for the purposes of assignment, with target type \CLASS=CL_ESF

Accepted Solutions (0)

Answers (1)

Answers (1)

praveen333604
Advisor
Advisor
0 Kudos

Hi

RABAX is a generic and server side error, we need an incident to debug further.

Regards

Praveen