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

text element

Former Member
0 Likes
818

how to transport the text elements in reports?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
795

Hi..

<b>DATA:

ITAB TYPE STANDARD TABLE OF TEXTPOOL WITH HEADER LINE.

READ TEXTPOOL 'ZYH642_TEST' INTO ITAB</b>

this will fetch you all the text elements with their numbers (001,002....)

8 REPLIES 8
Read only

Former Member
0 Likes
796

Hi..

<b>DATA:

ITAB TYPE STANDARD TABLE OF TEXTPOOL WITH HEADER LINE.

READ TEXTPOOL 'ZYH642_TEST' INTO ITAB</b>

this will fetch you all the text elements with their numbers (001,002....)

Read only

Former Member
0 Likes
795

it goes along with Transport request of report when u are creating the report.

or

just change any thing and save it will ask for TP request.

Regards

Prabhu

Read only

Former Member
0 Likes
795

hi,

you need to add entry for <b>limu</b> <b>rept</b> <b><prog name></b>in the transport request

regards,

Navneeth.K

Read only

Former Member
0 Likes
795

use program RSTXTRAN

regards

navjot

Read only

Former Member
0 Likes
795

Hi Sunil,

<b>Run the program RSTXTRAN to transport the texts.</b>

regards,

Gaurav

<b>reward points if useful</b>

Read only

Former Member
0 Likes
795

Hi

If you create the text elements for a report, its advised to have them under the same Transport request, so that, they will move along with the program.

You can use program <b>RSTXTRAN</b>, to manually add Standard texts to any correction .

Regards,

Raj

Read only

former_member632991
Active Contributor
0 Likes
795

Hi,

When u will create the text element, system will ask for the transport request, use that TR to transport the text element

Regards,

Sonika

Read only

Former Member
0 Likes
795

Hi Sunil,

The text elements created for a report are saved under the same request number and transported with the request , provided they are activated.

From your code, In the Menu. choose GOTO --> TEXT ELEMENTS --> Select any one of list headings , selection texts or text symbols, you will go to a screen where all text elements of the program are maintained. Check if it is active, if not, activate it.

Then, the text elements get transported along with the report.

Award points if useful.

Regards,

Divya