Hi all,
I'm developing an ABAP Web Dynpro application which utilise a RFC enabled function module. When I tried to execute the function module through the browser it terminated with an abap dump. I checked ST22 and found the following dump: 'DYNPRO_SEND_IN_BACKGROUND'. However when I tried executing it using SE37, the function module works fine.
Any ideas?
Ricky
The abortion 'DYNPRO_SEND_IN_BACKGROUND' gets issued by the RFC/ABAP runtime whenever an interactive technique is used and the user session is outside a SAP Gui.
While testing in SE37 you have a SAP GUI, while testing a WD application not. Often the ST22 dump should provide the information what statement has caused to UI interaction:
write, leave to list processing, uline, call screen, ..
Regards
Klaus
Add a comment