we have copied two FM from ecc to S4 and made changes in S4 system
FM--1 Z_KQD_COPY_FOR_QME02
FM 2 Z_KQD_COPY_FOR_QME02_followup
for calculating qscore in inspection lots
Second fm will trigger at the time of saving .
inside 2nd fm we are calling
CALL FUNCTION 'Z_KQD_TRANS_FOR_QME02_FOLLOW2'
IN BACKGROUND TASK AS SEPARATE UNIT
EXPORTING
* I_KQD_MAX = 100
* I_KQD_MIN = 1
I_QALS = I_QALS
I_QAVE = I_QAVE
At the time this fm getts triggerd it calls the below method in S4

what is the issue
can anyone help me on this