2007 Nov 26 12:27 PM
Does anybody know an RFC to create sessions of offering for modules?
I found HRIQ_OBJECT_PERIODS_SET function, which works but it's internal only - not callable outside SAP...
Thanks
Janek
2007 Nov 26 4:36 PM
Hi Janek,
could you describe the use case where you need to create a session of offering? In some cases the session of offering is creted implicitly with the creation of an event offering. Also it is possible to create offerings through the template functionality in mass runs and you are able import templates.
Regards
Joachim
2007 Nov 26 4:36 PM
Hi Janek,
could you describe the use case where you need to create a session of offering? In some cases the session of offering is creted implicitly with the creation of an event offering. Also it is possible to create offerings through the template functionality in mass runs and you are able import templates.
Regards
Joachim
2007 Nov 29 1:18 PM
So I created my own custom RFC-enabled function (a wrapper) to call the internal HRIQ_OBJECT_PERIODS_SET function, and this pretty neatly solved my need.
Additional benefit - I can use a smaller # of external RFC parameters because, for instance, the processing mode is always the same.
Janek