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

Abap Text Elements

Former Member
0 Likes
3,681

Hi experts,


I created some text elements with my program.


I am trying to add them into my TO using program RSTXTRAN. But it didn’t work (Message : No texts were selected)


Could someone show me the right procedure to follow.


Thanks.


Amine

1 ACCEPTED SOLUTION
Read only

amy_king
Active Contributor
0 Likes
3,153

Hi Amine,

Program RSTXTRAN is for adding a standard text object (SO10) to a transport. What you have created are text elements within your program.

When you created these text elements and clicked the SAVE button, the system should have automatically prompted you for a transport. You can confirm this by looking through your transports for an entry for "Report Texts" (Program ID LIMU, Object Type REPT) belonging to your program.

Is there a reason you're trying to manually add these texts to a transport?

Cheers,

Amy

13 REPLIES 13
Read only

Former Member
0 Likes
3,153

Hi Amine,

Please go through the following discussion. I hope it will help and you might figure out the difference.

http://scn.sap.com/message/3421464

HAPPY ABAPing

Read only

former_member193464
Contributor
0 Likes
3,153

its pretty basic
check the link http://scn.sap.com/thread/58030

Read only

0 Likes
3,152

Hi Maverick,

What he means by adding manual entry R3TR PROG ?


My transport order was generated automatically while creating the program and it contains already these information.


Thx

Amine

Read only

0 Likes
3,152

basically when your program goes then defaultly all the selection text and text elements are also transported... did you transported and checked whether your selection texts have transported or not ... ??

Read only

0 Likes
3,152

I didn’t transport yet this program.
But I already tried before with another program and it failed and I had to create manually the text elements.
Normally I should see an object in my Transport Order referring to text element. No?

Amine

Read only

0 Likes
3,152

when you  first create a selection text it would have asked for a TR always assign the TR of the program ..... may be in the previous program you assigned the selection text to a different TR...
do one thing try n edit your text element and see if a task/object is added in your request.... it will create an object entry like LIMU REPT 

Read only

amy_king
Active Contributor
0 Likes
3,154

Hi Amine,

Program RSTXTRAN is for adding a standard text object (SO10) to a transport. What you have created are text elements within your program.

When you created these text elements and clicked the SAVE button, the system should have automatically prompted you for a transport. You can confirm this by looking through your transports for an entry for "Report Texts" (Program ID LIMU, Object Type REPT) belonging to your program.

Is there a reason you're trying to manually add these texts to a transport?

Cheers,

Amy

Read only

Former Member
0 Likes
3,152

Hi Amy,


My TO contains only the name of the program. I can’t see any task or something referring to the text elements.I tried to modify one of them and save again, didn't work.

May be it’s due to our system settings (Transport management).


Amine

Read only

KarthikCheers
Product and Topic Expert
Product and Topic Expert
0 Likes
3,152

hi Amine,

  When you create a new program, text elements of that program gets attached with the same transport request as of the program. In that case, there is no need to explicitly create transport request for text elements.

But make sure that text elements are active or not.

  If you are copying existing program to a new program, then we have to explicitly assign text elements to the transport request. We can do this by changing a text element and revert it back again. Then it asks for a transport request. Now, you can give the same transport request of the program for the text elements also. Active the text elements.

  To make sure whether text elements got attached to the transport request or not, go to SE10 -> Request No -> See whether there is a node with Program Texts under your transport request. If it is not there, text elements are not there under that request.

Karthik

Read only

Former Member
0 Likes
3,152

Thanks for your explanations Karthik.

Unfortunately I can't see any nodes under my transport request with texts …

Amine

Read only

Former Member
0 Likes
3,152

I tried differnt combination with technical and text names. None of them is working.

This is crazy !

Could someone tell me if he sees something wrong on my screens (sorry I just change the name of TO for confidentiality reasons)?

Thx

Amine


Read only

amy_king
Active Contributor
0 Likes
3,152

Hi Amine,

OK, I thought maybe you were adding text elements to a pre-existing program. If this is a brand new program, the text elements will be included in the R3TR PROG object entry. If you later release this transport and then decide to make changes to the program's text elements, then you will be prompted for transport and a LIMU REPT object entry will be created.

You should be fine as-is if this is a new program.


Cheers,
Amy

Read only

Former Member
0 Likes
3,152

I just called an Abap expert.

He tolds me the same as you.

Thanks Amy. Question solved.

Amine