2011 Sep 16 9:32 AM
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
2011 Sep 19 6:31 PM
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
2011 Sep 19 6:31 PM
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
2011 Sep 20 6:48 AM
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
2011 Sep 20 1:08 PM
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.
2011 Oct 02 12:41 PM
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..