Hi:
I am facing a problem in TX OB28 for a FI validation.
I have prepared a warning message for clients in OB28, but sometimes this message is not shown. If we use debugging mode, I can see that program goes on the right line, but message is not appearingin the same transaction witn same conditions. Code is really simple.
*************+
SELECT SINGLE GFORM
INTO D_GFORM
FROM KNA1
WHERE KUNNR = BSEG-KUNNR.
IF D_GFORM = 'ST'.
MESSAGE I116 WITH BSEG-KUNNR.
ENDIF.
*********
When D_GFORM = 'ST' message no appears, but not always.
Please, any idea to solve that problem.
Thanks in advance.
Best regards.
Edited by: Mario Sanchez on Jan 20, 2012 1:23 PM