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

Using FM TH_REMOTE_TRANSACTION

Former Member
0 Likes
1,313

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
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
929

Did you fill bdctab appropriately?

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 REPLY 1
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
930

Did you fill bdctab appropriately?