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

Regarding CTS..

Former Member
0 Likes
681

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?

With Regards

Badri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
634

Hi Badri,

If the request number has the main program that is

R3TR PROG <Z PROGRAM NAME>

Then it will automatically move all

>> Source code

>> Report text

>> Screens

>> GUI status

Cheers

VJ

A Change request is a list in the system, which mainly contains the object to be transported. It also contains the transport type, the request category and the target system.

When the change request is created either manually or automatically, the system assigns a number to it automatically. This number is known as change request number.

The format of this number is normally

<SID>K<Number>

E.g., DD1K<900002>

Where DD1 is System Identification Number (SID)

K is keyword

The number is automatically generated by system and starts with 900001.

The change request records all modifications made to development object.

When the changes are made and the change task (will be discussed) has been released, the change request can be released.

SEO9 transaction

Or

Tools -> ABAP/4 W.B -> overview -> W.B. organizer

Will display and check all the change requests.

3 REPLIES 3
Read only

Former Member
0 Likes
635

Hi Badri,

If the request number has the main program that is

R3TR PROG <Z PROGRAM NAME>

Then it will automatically move all

>> Source code

>> Report text

>> Screens

>> GUI status

Cheers

VJ

Read only

Former Member
0 Likes
634

hi,

When a new program is created, it transports the selection texts and text elements also. It asks for request no when we try to active text elements.

But when we copy an existing program to a new program, text elements and selection texts will not be included in CTS request. To include them in the request, just make a change and revert it back, again activate. then it asks for a chagne request.

Regards,

Sailaja.

Read only

Former Member
0 Likes
634

A Change request is a list in the system, which mainly contains the object to be transported. It also contains the transport type, the request category and the target system.

When the change request is created either manually or automatically, the system assigns a number to it automatically. This number is known as change request number.

The format of this number is normally

<SID>K<Number>

E.g., DD1K<900002>

Where DD1 is System Identification Number (SID)

K is keyword

The number is automatically generated by system and starts with 900001.

The change request records all modifications made to development object.

When the changes are made and the change task (will be discussed) has been released, the change request can be released.

SEO9 transaction

Or

Tools -> ABAP/4 W.B -> overview -> W.B. organizer

Will display and check all the change requests.