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: 

Mass Delete Requirement Profile

Former Member
0 Kudos

Hi all,

I created the wrong requirement profile for each student. Is there any way to delete all the requirement profiles in one time? Right now I can only delete it one by one via BSP.

Phant

2 REPLIES 2

Former Member
0 Kudos

Hi Phant,

I don't understand what do you mean by Requirement Profile, but I use HRIQ_REGISTRATION_DELETE_MASS and it deletes all the CS object, Study Sessions, and other kind of info.

Be carefull using this Function, i suggest that you create an example.

Best Regards,

Cesar Felce

Former Member
0 Kudos

Hello Phant,

You cannot perform a mass delete via txn PIQAUD_MP_CS. However, you could probably write a program to do it, using the following functions:

(1) HRIQ_STUDENT_STUDIES_GET: Get study objects for student.

(2) HRIQ_READ_INFTY: Get infotype 1777 (requirement profile) records for each study.

(3) HRIQ_AUDFORMS_DELETE: Delete requirement profiles based on requirement profile ID values in IT1777 records.

Eric