Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DYNPRO_SEND_IN_BACKGROUND

Former Member
0 Likes
478

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

3 REPLIES 3
Read only

Former Member
0 Likes
432

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.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
432

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

Read only

0 Likes
432

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