Application Development 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: 

Using FM TH_REMOTE_TRANSACTION

Chevva
Employee
Employee
0 Kudos

Hi Experts ,

I am using FM TH_REMOTE_TRANSACTION to call a program RSMEMORY on different application server .

CALL FUNCTION 'TH_REMOTE_TRANSACTION'
EXPORTING
tcode = 'ZTEST_BDC'
dest = server_list-name
IMPORTING
comm_message = comm_message
syst_message = syst_message
TABLES
bdctab = lt_bdcdata.

tcode 'ZTEST_BDC' has report RSMEMORY

with this code the report RSMEMORY with input values get displayed , Is there any FM available that i can actually execute the report .

Any inputs on this are greately appreciated.

Thanks

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Did you fill bdctab appropriately?

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Did you fill bdctab appropriately?