Skip to main content

SAP Transport Management

 SAP Transport Managemnet System


Understanding the files and how they are shared among prod , quality and develeopment environemnet

For more link : https://www.guru99.com/transport-management-system-tms.html



What are the different type of transport logs created (STMS-SAP) ?

1) ALOG – It Specifies the Application Log
2) SLOG – It specifies the Job steps
3) ULOG – Tp commands

Request SIDXXXX has the invalid attribute : https://basisgenie.blogspot.com/2016/09/request-sidxxx-has-invalid-attribute.html

How to change released TR into unrelease TR : https://blogs.sap.com/2021/11/13/how-to-change-released-tr-into-unreleased-tr-2/



Comments

You might find these interesting

8 Must-Know Questions About Object Store on SAP Business Technology Platform

What is the problem that Object Store solves ? Modern enterprise systems increasingly deal with massive volumes of unstructured data such as documents, logs, media files, and backups. Traditional relational databases are not optimized for such workloads. What is Object Store ? Object storage—commonly referred to as blob storage—addresses this gap by providing scalable, durable, and cost-efficient storage for unstructured data. Object storage is a storage architecture designed to manage unstructured data as discrete units called objects.  Each object consists of: Binary data (file content) : Image , File etc Metadata (descriptive attributes) : File size, Content type, Last modified timestamp, Storage class (hot, cool, archive) Unique identifier (key or URL) : unique path-like string used to locate a blob inside a bucket Unlike file systems or relational databases, object storage does not rely on hierarchical file structures or schemas. The SAP BTP Object Store service is a managed, ...