Hi Raymond,
ALV display is after END-OF-SELECTION.
After debugging for sometime:
New screen on return is being generated by the WRITE statement from the include SAPDBDDF.
In program there are statements like GET BSID, GET BKPF,..etc. When these lines executed systems executes the above mentioned include internally.
Which will not be able debug unless system debugging is switched on. PUT BSID, PUT BKPF are the executable performs in SAPDBDDF.
The new screen messages are raised because the document number (BELNR) is not available in BKPF.
Is this because of any data problem i.e., archived documents ? Please suggest your views.
PS: We don't see this problem in production system.
Regards,
Karthik