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

transport request

Former Member
0 Likes
881

hi

i have to add some code in one enhancement so i created a transport request for

this before starting.

But for this enhancement i have to get the data from enhancement in which i have to write totally new code so i created a new project for this and a new transport request.

whether any problem occurs with this since 2 different transport request for the

single objective means whether any of these being not tirggered at runtime.

9 REPLIES 9
Read only

Former Member
0 Likes
856

Hi,

The problem is the order in which the requests are transported. First u need to transport the dependent enhancement request and then the other.

Sreedhar

Read only

Former Member
0 Likes
856

Hi,

It can be done in the singe transport req but now u hv to follow the sequence of the dependent object.

Cheers.

Read only

Former Member
0 Likes
856

hi,

as you have created the new transport request for the updated program the old program will be overwritten with the updated changes.

regards,

deepthi reddy

Read only

Former Member
0 Likes
856

Kiran,

Develop all the Code , and Transport the two request together. or Merge the request while transporting. so you will not face any problems.

Regards

vijay

Read only

0 Likes
856

hi

whether their is any effect on the invocation of these enhancements at runtime

that means before transportation in terms of

1st enhc followed by second or

2nd enhc followed by first or

only one from either of this 2 is triggered

Means the proper sequence required for triggering is missing at runtime during testing which is being done before actual transportation takes place.

Read only

0 Likes
856

what is the Transaction and what are the exits you are talking about.

and where are you testing in Dev or QA

When you are Testing all the Enhancements should be released, then only you can test .or else there is no point in Testing since Second one requires first one. but you can Test First one Functionality if it is released.

Regards

Vijay

Read only

Former Member
0 Likes
856

hi,

only the second enhancement is triggered as you are creating the new transport request for the updated program.

regards,

deepthi

Read only

0 Likes
856

hi all,

testing in the sense in the development server only for sample data not the original data.

i am working on iw31 transaction code.

in this i have to export the functional location address from COZF0001 enhacment(for which i created new project and a new code in the enhancement so for this

one transport request is created.

In 2nd enhacement i have to import data and use that data - so here i am adding code to existing code and here for this 2nd Transport Req is created.

Now in this case when i want to test data in dev server itself what i have to do.

whether to TR the first req or any other alternate method

like deleting this TR and adding to the 2nd TR if so how is it

or still any other alternate method is there

Read only

0 Likes
856

Kiran,

if you want to test in Dev then you finish both the exits development, and then if you don't have data , in debug mode append the records and then test the functionality of user exits.

and if every thing is fine then Transport it to QA and test there also.

Regards

vijay