‎2007 Mar 02 8:13 PM
Dear Friends,
While calling BAPI from Portal end we are getting short dump - DYNPRO_SEND_IN_BACKGROUND The error description is Screen output without connection to user.
It is promting error only for one customer and one material.
Same BAPI called for othere customer it's works fine.
Let me know what is the problem
Regards
Nilesh Shete
‎2007 Mar 02 8:47 PM
do you have any popups in your exits ?
Usually this error is raised when SAP is trying to display popup when the program is running in background.
‎2007 Mar 02 8:54 PM
The problem is that the BAPI is throwing dynpros(based on SAPGui). This is the problem, you can not use a BAPI which will throw a screen. Really, BAPIs are not to implement screens, but there are a few, which simply directly call an online transaction which makes it a little misleading. What BAPI are you working with?
Regarsd,
Rich Heilman
‎2007 Mar 03 12:00 PM
I am using SAP Standard BAPI - BAPI_QUOTATION_CREATEFROMDATA2,
I guess there are some pricing related problem where some condition type is not maintained. Let me know when there are screen popup comes.
Thanks in stack
Nilesh Shete