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: 

ISU_S_WORKLIST_INSTALL-Creating move in reads

Former Member
0 Kudos

Hi,

We are processing and IDOC and calling ISU_S_WORKLIST_INSTALL FM to install a device to an installation.

If the installation is just moved in and does not have a move-in read this FM internally calls 'ISU_ADD_MISSING_MOVEIN_EABLS' to create a move-in read.

Is there any way to make sure this 06 read does not get created automatically?


Thanks.

Joshua.

5 REPLIES 5

srinivasankh
Contributor
0 Kudos

Hi Joshua,

Creating Move-in Read with Read Reason 06 is standard and should not be avoided during Move-in. I am not sure in your process how 'does not have a move-in read'?

Can you please check your step-by-step process and my guess is that before you start installing the Device using that FM ISU_S_WORKLIST_INSTALL Move-in was not complete, may be you have use COMMIT or check for Move-in errors.

Hope this might help.

Thanks,

Srini

0 Kudos

Hi Srini,

Thanks for the answer.

When we create move-in, there are no devices in the installation.

So, there is no meter read entered.

Later, when the device is installed (through IDOC, programmatically) the program calls the FM 'ISU_S_WORKLIST_INSTALL' to install the device.

This one creates the move-in read automatically!

The question is, is there a way to prevent this.

We have a subsequent idoc coming into the system, which will be creating the move-in read. But because there is already a move-in read, the IDOC creates it as a interim read instead.

I understand we can update the logic of the second idoc to enter it as move-in read. But would like to know whether this is possible to avoid in the FM 'ISU_S_WORKLIST_INSTALL'.

Thanks.

0 Kudos

Hi Joshua,

You may achieve this by SAP notes 1066927 (in line with 1784096), please also have a look at KBA - 2043021. Parameter X_NO_MR_REQUIRED can be set to 'X', please try this and let me know how you get on.

Thanks,

Srini

daniel_mccollum
Active Contributor
0 Kudos

when called from migration processes this can be suppressed by setting  emg_install_container-no_automovein.

0 Kudos

Thanks Daniel.

But in our case this is not a migration scenario.

Also, is this flag available in the import/export/changing/tables parameters of 'ISU_S_WORKLIST_INSTALL'? We could not find it in any of the structures there.