複数の POST リクエストを 1 つのバッチで送信しようとしています。
これら 3 つの要求により、通知と注文 --> 作業が完了し、完了し、レポートを閉じるのステータスが設定されます。FIORIのように。
しかし、SAP Gateway Client では、リクエスト 1 と 3 のみが OK です。注文のステータスは同じままです。
1 つの要求が他の要求をブロックしている可能性がありますか? 別の変更セットを作成する必要がありますか? どうすればそれを行うことができますか?
Request-URI:
/sap/opu/odata/sap/EAM_MALFUNCTION_MANAGE/$batch
Request:
--batch
Content-Type: multipart/mixed; boundary=changeset
--changeset
Content-Type: application/http
Content-Transfer-Encoding: binary
POST C_MaintNotificationTPPerform_user_action?sap-client=320&MaintenanceNotification='100000001882'&DraftUUID=guid'00000000-0000-0000-0000-000000000000'&IsActiveEntity=true&Statusobject='OV100000675500000001'&Targetstatus='O030'&Eventconfiguration='1'&Reasoncodegroup=''&Reasoncode=''&Isadditionalreason=false HTTP/1.1
Content-Type: application/json
sap-contextid-accept: header
Accept: application/json
Accept-Language: en
DataServiceVersion: 2.0
MaxDataServiceVersion: 2.0
Content-Length: 626
--changeset
Content-Type: application/http
Content-Transfer-Encoding: binary
POST C_MaintNotificationTPPerform_user_action?sap-client=320&MaintenanceNotification='100000001882'&DraftUUID=guid'00000000-0000-0000-0000-000000000000'&IsActiveEntity=true&Statusobject='OR000004001747'&Targetstatus='0050'&Eventconfiguration='1'&Reasoncodegroup=''&Reasoncode=''&Isadditionalreason=false HTTP/1.1
Content-Type: application/json
sap-contextid-accept: header
Accept: application/json
Accept-Language: en
DataServiceVersion: 2.0
MaxDataServiceVersion: 2.0
Content-Length: 800
--changeset
Content-Type: application/http
Content-Transfer-Encoding: binary
POST C_MaintNotificationTPPerform_user_action?sap-client=320&MaintenanceNotification='100000001882'&DraftUUID=guid'00000000-0000-0000-0000-000000000000'&IsActiveEntity=true&Statusobject='QM100000001882'&Targetstatus='0051'&Eventconfiguration='1'&Reasoncodegroup=''&Reasoncode=''&Isadditionalreason=false HTTP/1.1
Content-Type: application/json
sap-contextid-accept: header
Accept: application/json
Accept-Language: en
DataServiceVersion: 2.0
MaxDataServiceVersion: 2.0
Content-Length: 755
--changeset--
--batch--