‎2006 Nov 28 2:04 PM
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.
‎2006 Nov 28 2:08 PM
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
‎2006 Nov 28 2:10 PM
Hi,
It can be done in the singe transport req but now u hv to follow the sequence of the dependent object.
Cheers.
‎2006 Nov 28 2:13 PM
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
‎2006 Nov 28 2:21 PM
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
‎2006 Nov 28 2:39 PM
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.
‎2006 Nov 28 2:47 PM
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
‎2006 Nov 28 2:49 PM
hi,
only the second enhancement is triggered as you are creating the new transport request for the updated program.
regards,
deepthi
‎2006 Nov 28 3:23 PM
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
‎2006 Nov 28 3:28 PM
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