SAP for Higher Education and Research Discussions
Spark conversations about student engagement, research optimization, and administrative efficiency using SAP in higher education and research. Join in!
cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to create course offerings(Events - Type E)

Former Member
0 Kudos

Hi All,

Please let me know the FM to create course offerings(events - type E), i tried with HRIQ_EVENT_CREATE, with below mentioned parameters i executed the FM

1.plan version - 01

2.startdate

3.enddate

4.capacity

5.eventtype(coursetype ID)

6.location

7.schedule

8.Academic year and session

i got EV_objectid, but that ID is not avaible in HRP1000 table with object type E.

where am doing wrong, pls suggest.

Regards

Bhaskar

Edited by: arani bhaskar on Jun 17, 2011 4:25 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Bhaskar,

I think you are not committing. Check FM's paramater IV_COMMIT_FLG .

Best Regards,

Prabhat Singh

View solution in original post

4 REPLIES 4

Former Member
0 Kudos

Bhaskar,

I think you are not committing. Check FM's paramater IV_COMMIT_FLG .

Best Regards,

Prabhat Singh

I039810
Advisor
Advisor
0 Kudos

Hi Bhaskar,

Please use the commit flag or execute the function modules HRIQ_EVENT_CREATE and BAPI_TRANSACTION_COMMIT in sequence.

This would work.

Thanks,

Shalini

Former Member
0 Kudos

Hi Shalini,

Thanks for your reply.

Got the FM while doing debugging in PIQCOPY2 tcode, am i using the correct FM to create Events? pls confirm.

Regards

Bhaskar

Former Member
0 Kudos

Thanks a lot Shalini,prabhat.