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: 

How to generate an agrid and upagrid?

eserb_
Explorer
0 Kudos

Hi all,

We're developing a custom online grading screen.

We've used HRIQ_AGR_RFC_APPR_CREATE for sub-appraisals and we've used HRIQ_AGR_RFC_APPRMODUL_CREATE for top-appraisal for our appraisal template.

However none of these function modules generated an agrid hence upagrid.

Do you have any idea what may cause this problem?

1 ACCEPTED SOLUTION

michael_hobbins
Active Participant
0 Kudos

Hi Eser,

   we're using those same two functions modules. You first have to create de top-level appraisal. After executing it, on the importing variable E_AGRID you're returned the agrid. With this, you then execute the second function modules, and in the exporting variable  I_APPRAISAL, field upagrid you'll insert the upagrid. This second function module also returns a E_AGRID which is the ID for this non top-level appraisals. Hope this helps.

Cheers,

Michael

View solution in original post

3 REPLIES 3

michael_hobbins
Active Participant
0 Kudos

Hi Eser,

   we're using those same two functions modules. You first have to create de top-level appraisal. After executing it, on the importing variable E_AGRID you're returned the agrid. With this, you then execute the second function modules, and in the exporting variable  I_APPRAISAL, field upagrid you'll insert the upagrid. This second function module also returns a E_AGRID which is the ID for this non top-level appraisals. Hope this helps.

Cheers,

Michael

0 Kudos

Hi Michael,

Thank you for your concern and reply.

We tried the method you suggested.

First, we observed the appraisal we created through portal is displayed on "Different Appraisal Templates" tab on PIQMSFU screen.. We expected to see the appraisals on "Appraisal" tab like standart webdynpro or PIQSMFU screen. (You can see the screenshot in attachment)

Do you have any idea why it appears on different tab than others do?

Second, when we tried your suggestion, we observed for one modreg id, two agrids show up on the table, PIQDBAGR_ASSIGNM. This is also unexpectable for us.

Do you have any idea why this ended up like that?

Thanks in advance

0 Kudos

Hi Hakan, no problem, I'm happy to be helpful.

We had the same "Different Appraisal Templates" problem some months ago when we started using a second grade scale and after testing, we found that the field APPRAISAL-gradescale needs you to specify the correct gradescale for the program of study or your module. If you omit to put it, o put an incorrect gradescale, you'll get the data in the tab you mentioned.

Regarding second issue, thats clearly an error. Maybe caused by these tests you're doing with the new gradescale (maybe). Can you trace in PIQDBAGR_GEN and PIQDBAGR_APPR which of the 2 AGRIDs is the real one?

Cheers,

Michael