SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

EMIGALL INST_MGMT supported actions

daniel_mccollum
Active Contributor
0 Kudos

Hi all,

Im attempting to automate a batch correction of equipments that were installed in error. IE reverse the Billing & Technical installation of these devices entirely.

the billing removal is trivial & supported by Action: 05 for the date of install.

However when dropping down the available actions in the EMIGALL test object I have generated, for structure DI_INT-ACTION I see:

01Full Installation
02Full Removal
03Replacement
04Billing-Related Installation
05Billing-Related Removal
06Technical Installation
07Technical Removal
08Reversal of technical installation
09Reversal of installation relevant to all data
10Reversal of technical replacement
11Reversal of technical installation, removal, replacement

Choosing any of the options from 08 - 11 & processing the intended technical reversal SAPLE30B FORM:CHECK_INPUT_DATA checks the set of valid actions which is a subset of the options available in the EMIGALL list & an error is raised.

Choose a valid function

Message no. E9034

Diagnosis

You have selected a function which is not permissible in the current

state of processing.

System Response

The system can not perform the function.

seems fairly declarative that technical reversal is not supported in the migration workbench. 

Is there an option to perform this action systematically?

any advice welcome,

Cheers

Daniel

2 REPLIES 2

ivor_martin
Active Contributor
0 Kudos

Hi,

You could trigger ISU_S_WORKLIST_INSTALL_PR within a custom batch program that you can feed your Device numbers into.

Trigger the function module per Device, with Action Code "07" (Technical Removal).

There's no documentation in SE37 for this module, but perhaps try searching via Google or equivalent.

Regards,

Ivor

0 Kudos

07 - technical removal is already supported in the case statements in the standard checks. It's the list 08 - 11 that are listed in the available options in EMIGALL for INST_MGMT but not in the case.

Reversal of technical installation is different from Technical Removal.


Cheers

Daniel