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: 

incorrect Supply Scenario

christian_bulczak
Discoverer
0 Kudos

Hello everybody,

i have the Problem that SAP IS-U sometimes creates incorrect Supply Scenario for Measuring Points.

For example:

Startdate Enddate Contract Servicetyp

04.06.2004 31.03.2011 30081629 SBK

04.06.2004 31.03.2011 30081629 SBK

04.06.2004 31.03.2011 30081629 SL0

04.06.2004 31.03.2011 30081629 SN0

The problem is that i dont know how to solve this problem.

Until now we tried about the Transaction SWO1 with the Objecttyp ISUNBSERVC to end the contract to startdate -1.

Sometimes it works but often comes an error.

Does anyone know how to solve the problem with incorrects supply scenaries?

Best regards

Chris

1 ACCEPTED SOLUTION

former_member442034
Active Participant
0 Kudos

Hi,

I would suggest to use in SWO1 object ISUPOD, and then the method GenerateSupplyScenario. In this method you can create also NB services and generate supply scenario. Unfortunately I have no access to any SAP system for more information.

I hope this information help you.

Vlado

View solution in original post

4 REPLIES 4

former_member442034
Active Participant
0 Kudos

Hi,

I would suggest to use in SWO1 object ISUPOD, and then the method GenerateSupplyScenario. In this method you can create also NB services and generate supply scenario. Unfortunately I have no access to any SAP system for more information.

I hope this information help you.

Vlado

0 Kudos

Hi,

thanks for your answer.

I have also tried to use ISUPOD with the Method PROCESSSUPPLYSCENARIO.

But it dont works it creates an error.

The Method GenerateSupplyScenario is not availble in my system.

Greetz

Chris

0 Kudos

Hi,

I already checked IS-U system.

Object: ISUPOD

Method: ProcessSupplyScenario

If you have correct customizing of supply scenario then just test method of this object with some POD and you have to be able generate supply scenario.

Input parameters for method:

CALL METHOD cl_isu_ide_drgscen_gen_pod=>process

EXPORTING

im_int_ui = ls_euiinstln-int_ui

im_scenario = c_scen_full

im_datefrom = l_movein_date

im_services_dateto = l_moveout_date

im_no_dialog = c_x

im_iserviceid = lt_services

im_only_services = c_x

EXCEPTIONS

general_fault = 1

OTHERS = 2.

I hope it helps.

0 Kudos

Hi Vlado,

Do I need to do the generation for each PoD? May be there is some tools for generation all PoDs or anything else..