Skip to Content
0
Former Member
Sep 12, 2007 at 07:30 AM

WRITE statement

270 Views

Hi,

I came across an ABAP program. Anybody know what the meaning of (iop)? What the purpose of that?

I have try to remove it, and test the program but the output is still the same.

Code here:

================================================================

WRITE: 'Invalid operator!'(iop).

================================================================

Regards,

Rayden