Hi,
i need to validate entries entered in selection screen . im able to do the validation when the user executes the report online.
however, i need to execute this logic when the user selects 'execute report in background' option ,what should be my approach.
BR,
ravi.
Take the following example, if user tries to run in background using the mentioned method, user will still get the message . Use the AT SELECTION-SCREEN for validations
report zrich_0001. parameters: p_check type c. at selection-screen. if p_check is initial. message e001(00) with 'P_CHECK is initial'. endif.
Regards,
Rich Heilman
Add a comment