Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgudkov/tr_copy_release
Copy and release transport request
https://github.com/sgudkov/tr_copy_release
abap abap-environment abap-hints
Last synced: 21 days ago
JSON representation
Copy and release transport request
- Host: GitHub
- URL: https://github.com/sgudkov/tr_copy_release
- Owner: Sgudkov
- License: mit
- Created: 2023-04-04T07:05:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T07:48:11.000Z (over 1 year ago)
- Last Synced: 2024-11-02T07:06:02.732Z (2 months ago)
- Topics: abap, abap-environment, abap-hints
- Language: ABAP
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copy or copy and release requests
### This example allow you to create transport of copies automatically
#### Sometimes need to move development to another system without workbench TR release. Here is useful tool to do it automatically instead of do it yourself.
>Source code [here](https://github.com/Sgudkov/TR_COPY_RELEASE/blob/main/TR_COPY.abap).
#### 1. Simple selection screen to choose transport request.
![alt text](https://github.com/Sgudkov/TR_COPY_RELEASE/blob/main/SEL_SRC2.jpg).
#### 2. Here how grid looks like.
![alt text](https://github.com/Sgudkov/TR_COPY_RELEASE/blob/main/GRID.jpg).
> You can overview only your requests.
#### 3. Buttons "Copy and release" and "Copy".
- [x] "Copy"
> Allow you to copy selected transport request with selected from request tasks.
> All selected task release.
> Description of new "Copy" obtain from copied request.- [x] "Copy and release"
> After create copy TR, release it without any check.- [x] "Copy, release, import"
> The copied and released request is imported into the next system across the landscape (see. method get_target_system).
> Each 5 seconds after request released start FM TR_READ_GLOBAL_INFO_OF_REQUEST to check import status of request and refresh it on ALV.