Hello,
When I use the function HRHAP_DOCUMENT_SAVE , I succeed to create a full
appraisal record except remarks.
For the remarks I use table T_BODY_CELL_NOTES in the function.
For example, for a remark that is belong to criteria No. 5 in the template,
I provide the following input:
IF l_body_cells-row_iid = '0005'.
l_body_cell_notes-row_iid = l_body_cells-row_iid.
l_body_cell_notes-column_iid = '0001'.
l_body_cell_notes-tabseqnr = '000001'.
l_body_cell_notes-tdformat = 'AS'.
l_body_cell_notes-tdline = itab-hearot1.
l_body_cell_notes-line_status = 'X'.
ENDIF.
Please advise us.
Thanks,
Hila