Hi Venkat,
If your vendor code is empty, then you set a condition telling that when it is empty, you put all.
Example.
IF VEN-VENDOR IS INITIAL.
VEN-VENDOR = '%'.
ENDIF.
Best Regards,
Charlie
Hi Venkat,
If your vendor code is empty, then you set a condition telling that when it is empty, you put all.
Example.
IF VEN-VENDOR IS INITIAL.
VEN-VENDOR = '%'.
ENDIF.
Best Regards,
Charlie