cancel
Showing results for 
Search instead for 
Did you mean: 

how to understand return code 200 when using SOAP API

06-19-2024 5:05 AM
SAPSupport Employee
1967 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

how to understand return code 200 when using SOAP API


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

Return code with 200 only means the request is sent successfully, it does not mean that the posting is successful. It is necessary to check the log to judge if system posts correctly.

In order to check if it is a successful posting or error, you can check below:

<AccountingDocument>0000000000</AccountingDocument>

With successful posting above should be document number instead of '0000000000', thanks.

  • if MaximumLogitemSeverityCode is 1, the registration of the slip was completed without any problems.
  • if it is 2, it is completed with a warning.
  • if it is 3, the registration could not be done due to an error.

Answers (0)