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
617

Hi Friends,

i have developed a workflow , as any changes done to emplyoee data in PA30 should be update in XK02( Vendor Master ).

i recorded XK02 transaction for updation and developed a Z FM and used these Function module in the business object method.

after doing the changes in the XK02 a pop up information is arises as "Confirm Changes" so for confirmation i have recorded the FK08 transaction and also used these recording in the FM.

every thing is working fine but in ST22 i am getting an error "DYNPRO_SEND_IN_BACKGROUND".

during recording i was unable to capture the information messages pop up, so i ingnored that and used update mode as 'E'.

please helpme out,

regards

Kumar M

Hi Friends,

i have developed a workflow , as any changes done to emplyoee data in PA30 should be update in XK02( Vendor Master ).

i recorded XK02 transaction for updation and developed a Z FM and used these Function module in the business object method.

after doing the changes in the XK02 a pop up information is arises as "Confirm Changes" so for confirmation i have recorded the FK08 transaction and also used these recording in the FM.

every thing is working fine but in ST22 i am getting an error "DYNPRO_SEND_IN_BACKGROUND".

during recording i was unable to capture the information messages pop up, so i ingnored that and used update mode as 'E'.

please helpme out,

regards

Kumar M

3 REPLIES 3
Read only

Former Member
0 Likes
580

hi....

In recording you cannot record Warning or Information message so

the best way to overcome is to record the sequence properly and provide it with consistant data.

and just run the program or function module in mode 'A' to see what is happening

u can look in for same type of senario

regards

Read only

Former Member
0 Likes
580

Hi Friends,

I have solved the problem in different way, thanks for your replys

Regards

Kumar M

Read only

0 Likes
580

Hello,

Could you please share me how this got solved.. as iam facing the same problem