cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to automatically flip all Normal Changes once Imported into Production

former_member187281
Participant
0 Kudos

Good day:

We want to ask the community if there is a way to automatically switch a Normal Change from Successfully tested to Imported into Production, once the transport(s) of that Normal Change are moved to Production via Maintenance Cycle?

Is anyone aware of a program that could do the job?

Is anyone aware is SAP is planning to do that in the future, if not done, yet?

When you have hundreds of transports moved in a release, having to individually go to each Normal Change to flip the status is very time consuming.

Finally, we know we may be able to use report CRM_SOCM_SERVICE_REPORT to help on that, but that is still not automatic, and we will need to provide the list of all Normal Change documents, still.

Thanks and regards,

Juan Carlos

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Juan Carlos,

you can try this:

Set the report CRM_SOCM_SERVICE_REPORT to select all normal changes in status successfully tested and change them to the next status (imported to production).

Create a variant for it and scedule a job to run with it automatically in background.

So the report could also select changes whos transports have not yet been imported. When the report tries to change the status for this tickets, the charm condition PRODUCTION_IMPORT_OK, which should be active for status imported to production, should check the import status and prevent the status change.

Hope this helps,

Christoph

former_member187281
Participant
0 Kudos

Hi Christoph:

Many thanks for your quick answer?

How could you "select changes that have not been imported"?  I do not see that on the selection screen, unless the Status:  Not Completed, Completed, All, or Posting Date refer to that.

May you clarify?

Thanks,

Juan