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

Test script error message nu00B0341 'DYNPRO_SEND_IN_BACKGROUND'

Former Member
0 Likes
470

Hello experts,

I'm writing a test script for the VA01 transaction.

i'm working on an instance named 120 (for the developper)

but all the data are on the 121 (for test), but i'm not allowed to create ecatt on the 121

so i have set my system data container with the RFC destination 121.

When i launch the transaction recorder with this pattern :

- UI control

- TCD REC TCD

- VA01 transaction

- Target system 121

=> it doesn't work.

SAP ask if i want to transfer the data but i've not seen any dynpro...

The error message is this one : N°341 "the error of execution duration for DYNPRO_SEND_IN_BACKGROUND is occured"

Can anybody has any idea for my problem ?

Thank you in advance.

Looking forward to your response.

Warm Regards,

Manzano Sylvain.

2 REPLIES 2
Read only

Vny12
Product and Topic Expert
Product and Topic Expert
0 Likes
400

Hi,

It seems something has changed the characteristics of you interface program

and it is trying to access a dialog transaction screen in the background,

and this is not possible.

You will have to get your Developers to debug the program.

Regards

Read only

Former Member
0 Likes
400

Hi,

I think this thread - would help you out.

Check whether the RFC remote logon between 120 and 121 is working fine from 120.

If the remote logon is working fine, check the ecatt pre-requisites, profile parameters, user specific settings before trying to call 121 from 120.

Revert if these dont help you out ...