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: 

BTE

erick_ore
Explorer
0 Kudos

Hi,

I have a problem and I know some of you can help me. I've implemented a BTE in tcode FB08 in which I call a function 'YYY' in backgroun task. Supposedly,this function execute a call transaction to tcode MR8M, in order to delete a document, after FB08 commit. The problem is the function is not executing even when I've mark it as a RFC.

Please somebody can tell me why this happens and what can I do to make it run.

Thanks

2 REPLIES 2

Former Member
0 Kudos

Hi,

Which BTE are you using..

Thanks,

Naren

Former Member
0 Kudos

Hi

Have you marked the BTE fm as RFC?

In this case you should call a new fm (marked as RFC) into BTE fm.

Anyway you should post the code inserted in BTE fm and explain why you need to use a RFC fm.

Max