if v_zfnpio = 'X'.
select COUNT(*) from zme2o_vendors
where werks = v_werks
and lifnr = v_lifnr
and ZFNPIO = 'X'
and ZFOSGR = 'X'.
else.
Hi,
what does the above code do can any one explain me.