cancel
Showing results for 
Search instead for 
Did you mean: 

Action "Pass correction to Test"

Former Member
0 Kudos

Hi Experts !

We have a requirement to do additonal validaton wrt TR import when user selects event "Pass correction to Test" i.e. IMPORT Transport Request.

We want to validate whether user is importing the TR in correct sequence to ensure overtake & over-ride functionality.

Any pointers to this would be highly appreciated !

We tried modifying FM 'TMS_TP_IMPORT' to include custom validation but found that this FM is not called when "Pass correction to Test" event is selected by user.

Requirement in detail :-

User creates Urg. Correcton using CRMD_ORDER & fixes the object ZREPORT_DISPLAY. The change is under TR1. TR1 is released through SolMan but not yet Imported ( Pass correction to test).

Meanwhile another Urg. correction is created using CRMD_ORDER & developer has to fix the same report ZREPORT_DISPLAY. The change now is under TR2. TR2 is released through SolMan. Now developer tries to import the TR2 to Quality system using "Pass correction to test).

In this case since developer is trying to import TR2 before TR1 ( Sequence should be followed as per release date/time. In our case it would be TR1 followed by TR2)., we should throw an error message stating that TR1 is not yet imported !

Thanks,

Best regards,

Prashant

Edited by: Prashant Patil on Nov 30, 2010 11:36 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member223537
Active Contributor
0 Kudos

Hi All,

We were able to implement this by creating an Implicit enhancement in

Class u201CCL_CHM1_URGNT_CORR_INSTANCEu201D, Method u201CIMPORTu201D.

Thanks,

Best regards,

Prashant