Hi All,
In standrad ABAP report program i found code like this...
IF sy-batch IS INITIAL AND
( sscrfields-ucomm = 'ONLI' OR sscrfields-ucomm = 'PRIN' ).
Here i want to know the Meaning of 'ONLI' and 'PRIN'
Function code descripton .. ?or when 'ONLI' triger what action wil perform?
Is there any table for Function codes..?