Application Development 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: 

Transport of selection-text - translated

Former Member
0 Kudos

Hi

In SAP standard program there is added some new customer parameters in the selection-screen.

The new parameters are displayed as p_xxx in the selection-screen.

I have translated the paramteres, via SE38 - abapcode - Choosen GoTo->Translation.

My problem is, that I don't get any transport request for these translations.

Can anybody help me?

10 REPLIES 10

Former Member
0 Kudos

Some changes in system are not transportable.

Ask your Basis team to confirm this and request him to make it as transport required.

Or check for the option Manual transport. and after you make the change, Add it to a request and forcefully transport.

regards,

Sandeep Josyula

*Reward helpful answers

former_member181962
Active Contributor
0 Kudos

Run the program RSTXTRAN to attach the text to a Transport Request.

Regards,

Ravi

0 Kudos

Hi

Thanks for the reply.

As I see, RSTXTRAN is only for SAP Script?!

Furthermore I don't find my selection-text in the list

0 Kudos

You can always create a transport request and add your report texts to that transport directly:

R3TR REPT <report_name>

0 Kudos

> You can always create a transport request and add

> your report texts to that transport directly:

> R3TR REPT <report_name>

R3TR REPT <report_name> doesn't function...

But I have tried LIMU REPT <report_name> but after pressing enter, the line is blank.

0 Kudos

Yes, you are right, should be LIMU.

Since release 4.6C LANG REPT <report> is available...

0 Kudos

In the request, try addding a record with the following key:

LIMU DOCU DE<your program name>

For ex. if the program name is ZZREPORT, the request must contain an entry for the documentation as follows

LIMU DOCU DEZZREPORT.

Hope this helps.

0 Kudos

NO - it doesn't help

0 Kudos

Have you written your report name in capital letters?

0 Kudos

Yes, in capital letters.