How Can I Assign Multiple Transports to Tickets/Changes from a Excel or a Tab-delimited File?
Overview
SmartChange provides a Z-Report that enables bulk assignment of ITSM ticket information to transport requests by importing data from an Excel file. This tool is particularly useful when you need to assign multiple transports to their corresponding tickets efficiently.
Report Name: ZRTC_TM_SET_ITSM_ATTRIB (Transport request RTCK900449)
Availability: This report can be provided upon request. Please contact REALTECH support to obtain the report for your system.
Excel File Requirements
File Format
The Excel file / CSV file must meet the following specifications:
Supported formats: XLSX or Tab-delimited file
Required columns: Exactly three columns in this specific order:
Transport (e.g., MT1K900122)
Ticket ID (e.g., TIF-8)
Guid ID (only relevant for ServiceNow UUID)
Worksheet processing: Only the first worksheet is processed
Example File Structure
transport | Ticket ID | Guid ID |
|---|---|---|
MT1K900122 | TIF-8 | uuid1 |
MT1K900133 | TIF-8 | uuid2 |
MT1K900144 | TIF-9 | uuid3 |
Report Execution
Step-by-Step Instructions
Call transaction SE38
Execute the report:
ZRTC_TM_SET_ITSM_ATTRIBConfigure report parameters: The following fields are pre-filled with standard values:
Attribute for ITSM: ZRTC_TM_ITSM_ID
Attribute for Ticket/Change ID: ZRTC_TM_TICKET_ID
Attribute for ID/UUID: ZRTC_TM_TICKET_GUID
⚠️ If these attributes have not been changed in your Integration Framework configuration, you can leave them as pre-filled.
Enter ITSM Name: Add your configured Server ID name from the Integration Framework > ITSM systems configuration.
Example:Select the Excel file containing your transport-to-ticket mappings
Execute the report
Synchronization with ITSM
Important: Mandatory Post-Processing Step
After running ZRTC_TM_SET_ITSM_ATTRIB, you must execute the synchronization report to transfer all updates to SmartITSM:
Report: /RTC/TM_SYNC_SAP_ITSM
Synchronization Configuration
Include transport requests in selection criteria:
Use the transport requests from your Excel file in the report selection
This ensures only relevant transports are synchronized
Deactivate Test Mode:
Uncheck the "Run Test Mode" flag
Schedule as background job:
Schedule the job to run during off-peak hours (e.g., after working hours)
The process updates each transport individually and may take considerable time
Best Practices and Recommendations
Initial Testing
✓ Start with a small test batch:
Select 3–5 transports for initial testing
Verify the report executes without errors
Check the results in the TM Workflow Monitor
Large Data Volumes
✓ Split large Excel files:
For very large datasets, consider splitting the Excel file into multiple smaller files
Process transports in manageable batches
This approach makes troubleshooting easier if issues arise
Scheduling Strategy
✓ Plan synchronization timing:
Schedule the synchronization job during off-peak hours
Avoid running during business hours to minimize system load
Monitor the first execution to estimate processing time
Data Validation
✓ Verify Excel data before import:
Ensure all transport numbers are valid
Check that Ticket IDs exist in your ITSM system
Verify the GUID format matches your system requirements