Skip to main content

Local Transport Request STMS

Few days ago a issue was mentioned , After you performed the release it was stuck in issues stating



Transport Control Program tp ended with error code 0247.

Errors: Add to buffer has problems with data – and /or co file


What exactly happens here ?


Developments are made in Development Workbench may be customer specific or changes in SAP Standard object . When you perform the release operation in STMS , data and co files are not generated. 


Why this happens ?


Incorrect Setting of the workbench organizer and Transport System. These changes are entered by the system into local request that is not transportable. 


What needs to be done ?


Though the changes were made on local request and cannot be transported . The requirement is that the request needs to be transported.


How it needs to be done ?


User which will be performing this operation needs authorization of Workbench Organizer S_CTS_ALL (contained in the profile S_A.SYSTEM)


Firstly, Change Released SAP Transport to Unreleased

Run SE38 and execute execute report RDDIT076 > f8 or execute

Or 

SQL> select TRKORR,TRSTATUS from SAPSR3.E070 where TRKORR=’TR-REQUEST’; SQL> update SAPSR3.E070 set TRSTATUS=’D’ where TRKORR=’TR_REQUEST’; SQL> commit;


 

Now we have few scenarios and depending on which you need to decide what next steps to be used Read SAP note for more : 28967 

Ways to do it 

Assign the value of target system

  1. SE10 > Fill Your transport number .

  1. Go to properties and add the target system SID

  2. Release the TR again and this time your data and co file will be created

By using ABAP Dictionary

  1. SE11 > Enter the structure > Change > Object Directory Entry that was used  and click change

  2. As soon as this changes are performed you will be prompted to enter TR which you would like to sum up and then you can release that TR

Include objects from local change to a new Request

  1. Create new request using SE10 with description and target system

  2. Add object from the Local Change Request to the new request that we just created.

Read More :-

Local Transport STMS issue [Also used for Reference]





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, ...