cancel
Showing results for 
Search instead for 
Did you mean: 

ChaRM SDHF How can I import multiple Transport Requests NOT at once

Former Member
0 Kudos

Hi

I had the requirement in Change Management to manage multiple Transport Requests in one urgent correction (SDHF).

DONE:

To enable multiple transport request in SDHF I have modified the report /TMWFLOW/SCMA_TRORDER_CREATE. For this reason I have deactivated the section

IF p_tltype = gcs_project_type-hotfix. ...... ENDIF

.

This works fine. It's now possible to create more then one transport request for one urgent correction.

PROBLEM:

But the problem now is, if I perform the action "Pass Correction to Test" and then select only a part and not all of the open transport requests for release and import in Test System, the warning message no. SOCM_ACTION_LOG016: "Not all transport requests yet released" occurs". Selected transport requests are released but not imported in Testsystem. Only if I select all the open requests, then it works fine.

QUESTION:

Where is the condition that makes such an import in Test impossible? Which class/method/section I have to modify?

I have looked for this in Classes like CL_CHM1_INSTANCE and CL_CHM1_URGENT_CORRECTION but unfortunately I can't found it.

If anyone can give me a hint I would be very appreciated and will note down this in sdn/wiki.

Thanks a lot in advance.

Regards Stephan

Edited by: Stephan Blaser on Aug 7, 2008 5:50 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

Not sure if I got you right. You may have a look at "Make Settings for Change Transaction Types" in Reference IMG.

Select SDHF -> Assign Condition -> E0004 TR_REQUEST

This condition checks if all requests have been released.

IMPORT_INTO_TEST_OK checks if all transports have been imported successfully.

Hope this helps.

/cheers

Former Member
0 Kudos

Hi Christian

Volltreffer - in other word bull's eye. Thanks a lot!

Regards, Stephan

Answers (0)