Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with message in OB28

Former Member
0 Likes
497

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

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

1 REPLY 1
Read only

Former Member
0 Likes
427

Solved.

It is at document complete.