Skip to Content
0
Nov 15, 2022 at 01:55 PM

error FM CALL FUNCTION 'Z_KQD_TRANS_FOR_QME02_FOLLOW2' IN BACKGROUND TASK AS SEPARATE UNIT

232 Views Last edit Nov 15, 2022 at 06:41 PM 2 rev

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

image.png

what is the issue

can anyone help me on this

Attachments

image.png (168.6 kB)