Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2.   Notes

Note

Description

Category

2023_02_1

Function “Approval” works incorrectly at transaction /K3TMT/REP_MONITOR. In case aggregation message contains parts with SGTIN-SSCC and SSCC-SSCC all parts start sending. After correction part with SSCC-SSCC aggregation is excluded from sending.

Implementation error.

Function “Reset processing status” works incorrectly at transaction /K3TMT/REP_MONITOR. Message header status at ALV table not updated. After correction message header status is updated automatically.

Implementation error.

Error on creation report LP_GOODS_IMPORT Import 3rd country:

object list is empty in case notifications contains SGTINs only

New feature:

True-API methods changed to version V4:

/api/v4/true-api/doc/list

/api/v4/true-api/doc/{docId}/info

/api/v4/true-api/receipt/{receiptId}/info

/api/v4/true-api/receipt/list

Manual activity required: maintain REST path via SM30 /STTP/V_RSRVPATH:

method ZZGET_DOCUMENTS: “/api/v4/true-api/doc/list”

method ZZGET_DOCUMENT_INFO: “/api/v4/true-api/doc/{docId}/info”

method ZZGET_RECEIPT_INFO: /api/v4/true-api/receipt/{receiptId}/info

method ZZGET_RECEIPT_LIST: “/api/v4/true-api/receipt/list”

New feature, error

...