Question - What is the syntax for ‘CALL TRANSACTION'?
Answer -
CALL TRANSACTION trans [ using bdctab MODE mode ].
Three possible entries are there for MODE.
A - show all screens
E show only screens with errors
N show no screens
Which mode of ‘CALL TRANSACTION’ method allows background processing?
N is the only mode that allows background processing.