‎2008 Oct 13 7:35 AM
Hi Experts,
into my client A, I want to call a transaction into client B, into a new window...
I've tried :
CALL FUNCTION 'ABAP4_CALL_TRANSACTION'
STARTING NEW TASK 'Test'
DESTINATION 'CLIENT_B'
EXPORTING
tcode = 'Z_TA_NAME'
skip_screen = 'X'
TABLES
spagpa_tab = gt_par
EXCEPTIONS
call_transaction_denied = 1
tcode_invalid = 2
OTHERS = 3.But it doesn't seems to work, any idea ?
Regards,
David
‎2008 Oct 13 7:43 AM
Hi,
Check if you are passing the correct destination... And also the ALE settings should allow you to log on to the other client...
regds,
Madan....
‎2008 Oct 13 7:43 AM
Hi,
Check if you are passing the correct destination... And also the ALE settings should allow you to log on to the other client...
regds,
Madan....