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

Call Transaction Background Mode

Former Member
0 Likes
517

Hi experts,

I using call transaction for z tcode. This is working normaly but in background mode not working. Because call transaction can not transporting screen element's values. Sample :

FNAM           |      FVAL

P_CONTR            00123141232

In foreground : p_contr = 00123141232 in z tcode but in background p_contr is initial. So i can not transporting values in background.

Can you help me please ?

Thank you / regards.

Hi experts,

I using call transaction for z tcode. This is working normaly but in background mode not working. Because call transaction can not transporting screen element's values. Sample :

FNAM           |      FVAL

P_CONTR            00123141232

In foreground : p_contr = 00123141232 in z tcode but in background p_contr is initial. So i can not transporting values in background.

Can you help me please ?

Thank you / regards.

1 REPLY 1
Read only

Former Member
0 Likes
477

Aydin,

Can you please post your code so that someone would be able to help.