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: 

Specific function modules to create objects of type SC, D, CG CE?

Former Member
0 Kudos

Hi Experts,

I need to create objects

SC (Program of study)

D (Event Type)

CG (Module Group)

CE (Assessment)

using function modules. Up to the present, we have beeing using function module

HRIQ_OBJECT_CREATE

as an all purpose FM for all these object types.

However, now, I have the requirement to replace these FM with specific FM for that particular object type. For object type SM, I found

HRIQ_RFC_MODULE_CREATE

Now, I am asking you if there are such FM for the other objects in question as well??

THANKS,

Johannes

3 REPLIES 3

Former Member
0 Kudos

..I guess I have to accept the fact that there are no such FMs

Thanks anyway..

So long,

Johannes

RobJonkers
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Johannes,

Hereby some FM's that may help you out:

- HRIQ_CREATE_ANY_OBJECT --> create any objject

- HRIQ_SUBJECT_CREATE --> create SU

- HRIQ_TRANSCRIPT_CREATE --> create EQ

- HRIQ_STUDY_OBJECT_CREATE --> create CS

- HRIQ_RULECONTAINER_CREATE --. create RC

- HRIQ_AW_ACWORK_CREATE --> create CW

br

Rob

0 Kudos

Thanks, Rob..

I'll check them out..