cancel
Showing results for 
Search instead for 
Did you mean: 

update capacity profile using FM!!

Former Member
0 Kudos

Hi All,

I need to update the capacity profile in APO for that i am using FM /SAPAPO/CRES_CAPAPROF but since i am not having simsessid populated , it results in GUID_INitial exception ...any pointer on the same would be appreciated...

Points for sure...

Regards

Gunjan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gunjan - what you need to do is create a simsession for the LC connection that the FM requires. FM /SAPAPO/RRP_SIMSESSION_CREATE will create the simsession guid that you can then you can pass it to your FM. If you are calling your FM from within a loop then you will want to create the simsession outside of the loop and use it for all iterations of the loop. Your APO system will have a limit to the number of simsessions that can be used at one time and in runtime of a program you could max that number out if you are not careful.

Regards

Andy

Former Member
0 Kudos

somebody please help me out...

Answers (0)