Dear SAP
I am trying to retrieve the WBS element data of a EnterPrise Project using the SDK in a Java application.
However, when I run it with the following source, I get an InternalServerError.
// 財務プロジェクトのWBS要素を取得する
List<Enterpri...
We are using A_SalesOrder in S/4HANA Cloud to register Sales Order.
When we use this API to register details, is there a limit to the number of details that can be registered at one time?
Dear mkuhr-test Thanks for the information.I tried to fix the source code as you suggested, but the result was the same. Iterable<EnterpriseProjectElement> enterpriseProjectElement = new DefaultEnterpriseProjectService()
...
Thanks for the reply.I think there is a limit to how long a response can be received, but is there a timeout limit set in the API? Please let me know if there is a specific time limit to a certain timeout.