Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in transporting

Former Member
0 Likes
906

Hi guys

I released transport request to the quality system.That request is a program.When the prog is executed in the quality system in the initial selection screen the selection texts for the fields are missing.

What should i do?do i need to transport anything else with the prog?

any suggestions?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
832

Its because you are missing the REPT object in your transport. Create a new transport for the prorgam and add R3TR PROG <your program name>.

6 REPLIES 6
Read only

Former Member
0 Likes
833

Its because you are missing the REPT object in your transport. Create a new transport for the prorgam and add R3TR PROG <your program name>.

Read only

Former Member
0 Likes
832

goto SE03 and create a new request for the object

R3TR REPT <program name>

Cheers

VJ

Read only

RaymondGiuseppi
Active Contributor
0 Likes
832

Look at your transport request If you transported the whole program then you will find an entry like <b>R3TR PROG zprogram</b> or <b>LIMU REPO</b>, if you find a <b>LIMU REPS zprogram</b> only the souce code was transported, in this cas create a transport request for the texts <b>LIMU REPT zprogram</b> or the whole program(SE38(1), SE80(2) or manuallly under SE01(3)

Regards

(1) simulate a change in text adding a space/save

(2) just select the program header right click and transport

(3) open object list in update mode, add entry like upper

Read only

Former Member
0 Likes
832

Just go to the program and:

Goto->Text elements and pick one of your elemtents.

Add a space at the end and press save. If the space is actually created, remove it. You are just trying to leave it the way you found it.

The request will be created. Release and transport.

Alternatively, go to version management for the text elements and you'll see which request the texts are in. Release and transport this request.

Rob

Message was edited by:

Rob Burbank

Read only

former_member734916
Participant
0 Likes
832

Hello,

Open the program again and go to selection text and save it, then it will asks for a transport request create new request and activate.

now transport the request to quality then you can find the text there.

Regards.

Krishna Yerram.

Read only

Former Member
0 Likes
832

THANKS FOR THE REPLIES.