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: 

question on transporting report

Former Member
0 Kudos
96

Hi,

this is the interview question .

When a program is created and need to be transported to prodn does selection texts always go with it?

if not how do you make sure? Can you change the CTS entries? How do you do it?

Thanks,

jigar

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos
72

Hi,

When a program is created and need to be transported to prodn does selection texts always go with it?

Yes, if you maintain the selection text along with the program created in the same CR. Next step just release the task and CR.

If not how do you make sure? Can you change the CTS entries? How do you do it?

If you change the existing one, you can transport the text element of the report by:

- Modify a text and automatically the system will ask to create a request

- You can create an emty request and insert like this:

PGMID = LIMU

OBJECT = REPT

NAME = <PROGRAM NAME>

Regards,

Ferry Lianto

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos
72

selection texts are always goes along with "Main" program .

aRs

ferry_lianto
Active Contributor
0 Kudos
73

Hi,

When a program is created and need to be transported to prodn does selection texts always go with it?

Yes, if you maintain the selection text along with the program created in the same CR. Next step just release the task and CR.

If not how do you make sure? Can you change the CTS entries? How do you do it?

If you change the existing one, you can transport the text element of the report by:

- Modify a text and automatically the system will ask to create a request

- You can create an emty request and insert like this:

PGMID = LIMU

OBJECT = REPT

NAME = <PROGRAM NAME>

Regards,

Ferry Lianto