Page Properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Release 5.3.3.0
Released on Aug 30, 2022
New Feature
Priority |
---|
Title | Release Note | Components |
---|
Reference |
---|
SC-1100
Update Jira Configuration Templates with Action STATUS_SW
The Jira TM IF configuration templates, TEMPLATE_ JIRA CLOUD and TEMPLATE_ JIRA SERVER, have been enhanced with the new action, STATUS_SW for Item type 'UPD', for activating the Jira Update on Status Switch.
TM_BADI enhancement: Check special aspects before release | With this feature, the TM Badi configuration is extended. In addition to checking for Critical Objects, it is now also possible to check and display Special Aspects before release. This feature causes issue SC-1070 Done (Dump CALLBACK_REJECTED_BY_WHITELIST at TR release) if you have the callback security mode set to '3' (secure). Please adjust the ZRTC* RFC whitelist according to the instructions in the related issue. | BAdI, Quality Assurance | SC-1060 | |
Create a template for Solution Manager configuration | With this feature, you can easily configure a Solution Manager system within the TM Integration Framework, without knowledge of the technical details. |
|
For the ITSM configuration, 2 item types are available: |
For the Workflow step configuration, the following actions are included: |
Configuration, Integration Framework | SC- |
TM_BADI enhancement: Check special aspects before release
This feature causes issue SC-1070 (Dump CALLBACK_REJECTED_BY_WHITELIST at TR release) if you have the callback security mode set to '3' (secure). Please adjust the ZRTC* RFC whitelist according to the instructions in the related issue.
1074 | ||||
Update Jira Configuration Templates with Action STATUS_SW | The Jira TM IF configuration templates, TEMPLATE_ JIRA CLOUD and TEMPLATE_ JIRA SERVER, have been enhanced with the new action, STATUS_SW for Item type 'UPD', for activating the Jira Update on Status Switch. | Configuration, Integration Framework | SC-1100 | |
Make action "Creation of a request" available for Solution Manager Integration | With this feature, you are now able to assign a Solution Manager Ticket to a transport request in SAP, at the creation time of the transport request. As prerequisite, you need to install and activate the OData service /RTC/SOLMAN_SRV on the Solution Manager system. | Integration Framework | SC-813 | |
Extract TM Notes from one Server and Upload to a different one | This new feature gives the option to copy TM transport notes from one TM server to another TM server. |
SC-813
Make action "Creation of a request" available for Solution Manager Integration
As prerequisite, you need to install and activate the OData service /RTC/SOLMAN_SRV on the Solution Manager system.
Notifications/Mails, TM History, UI | SC-1056 | |||
Adapt TM WF-Monitor to higher resolutions 4k/8k | With this feature, the size of the TM WF-Monitor subscreen was increased to maximum size. | UI | SC-778 |
Fixed Bugs
Priority |
---|
Title |
---|
Release Note | Release Note Solution | Components | Reference |
---|---|---|---|
Checking Critical Objects at TR Release does not work for sub-objects | Issue: This seems to occur because the code to identify the development class of the analyzed object is executed on the TM Server (which can be a Solution Manager, not containing the objects) instead of the development system. Solution: | BAdI, Quality Assurance | SC-1050 | ||
Error when jumping to ITSM Ticket from TM Monitor | Issue: Solution: | Integration Framework, UI | SC-1071 | ||
/RTC/TM_LD_15 reports running in parallel transfer transports multiple times from DEV to the TM system | Issue: When the destination route combination is open on the TM, if the distribution job has a lot of accumulated transports for distribution, that may take a long time. If other transports are released in the meantime, the event-controlled LD_15 runs again and takes a large part of the LO81 entries, which are already 'in progress in the previous LD_15. In this situation, the same transports can be included multiple times in the TransportManager. Solution: | Loaders/Switchers | SC-1064 | |
Dump CALLBACK_REJECTED_BY_WHITELIST in dev system at transport request release | Issue: Root cause: Solution: The whitelist will be adjusted with the new lines: Called Function Module |Callback Function Module |
Security | SC- |
1070 | ||
When adding a note for transport the UI shows an option for deletion of multiple requests | Issue: |
When the destination route combination is open on the TM, if the distribution job has a lot of accumulated transports for distribution, that may take a long time. If other transports are released in the meantime, the event-controlled LD_15 runs again and takes a large part of the LO81 entries, which are already 'in progress in the previous LD_15. In this situation, the same transports can be included multiple times in the TransportManager.
Solution:
The /RTC/TM_LD_15 was adjusted. When the LD_15 reads the transports entries from the /rtc/tm_lo81 table, these are also locked so that the LD_15 can run multiple times in parallel jobs, without processing the same transport requests.
adding a note for a transport request, the popup for creating the note shows an option for enabling the deletion of multiple requests. Solution: | UI | SC-1059 |
Priority | Title | Release Note | Release Note Solution | Components | Reference |
---|---|---|---|---|---|
Short dump CNTL_ERROR when running the SyM>Workbench analysis at Release | Issue: Solution: The program was modified, and ENHS object types are now correctly analyzed via SyM in background jobs. The ENHS objects are no longer analyzed with function module SVRS_COMPARE_OBJECTS (this FM is mandatory for CDS views mostly). |
SC-1059
When adding a note for transport the UI shows an option for deletion of multiple requests
When adding a note for a transport request, the popup for creating the note shows an option for enabling the deletion of multiple requests.
Solution:
This option has been hidden when entering the note creation screen with the function TM > Notes. It is only displayed when creating the note as part of the TR deletion process.
SC-1050
Checking Critical Objects at TR Release does not work for sub-objects
Checking for critical objects at release time does not recognize an object as critical, if the Quality Assurance configuration contains not the object itself, but its development class, with ‘check sub-objects’ flag set.
This seems to occur because the code to identify the development class of the analyzed object is executed on the TM Server (which can be a Solution Manager, not containing the objects) instead of the development system.
Solution:
The program has been corrected. The check is done in the development system.
Objects analysis, Workbench | SC-1062 |