SAP Advanced EWM License check

For “Advanced EWM” features in SAP EWM embedded:

  • Table /SCWM/EXT_OBJ lists extended objects.
  • Report /SCWM/RP_COMPLIANCE_CHECK (S/4HANA 2016+) checks overall license compliance per warehouse.
  • Report /SCWM/RP_LICENCE_SELF_AUDIT (S/4HANA 2022+) provides monthly usage of Basic/Advanced features per warehouse, including item counts and active days, plus customization compliance.

These reports help monitor Advanced feature usage and ensure license compliance.

image_pdfimage_print

Clear cache in GO

To clear cache in Go just run a simple command:

$ go clean -cache -modcache -i -r
image_pdfimage_print

Export an IDoc as an XML

XML-file is the best way to transfer data and it has many advantages. Various functions are available in SAP for exporting IDoc data. Here is one example …

(more…)
image_pdfimage_print

Update Portainer CE in Docker

You will be notified of new Portainer releases in the interface. In the lower left corner you will see an orange rectangle with the text “A new version is available”.

(more…)
image_pdfimage_print