Hi Experts,
i am having a program while executing it in foreground its executing perfectly but while executing it in background, it is failed in job log its showing: this error:-Control Framework: Fatal error - GUI cannot be reached
ABAP/4 processor: RAISE_EXCEPTION.
While debugging i found the job is getting canceled at the statement
SUBMIT rs_display_variant WITH SELECTION-TABLE i_params
EXPORTING LIST TO MEMORY
AND RETURN.
RS_DISPLAY_VARIANT is not executimg while executing it in background. So if anybody knows how to resolve this or what i need to use instead of RS_DISPLAY_VARIANT . Please let me know.
Thanks