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

Custom Program in BTE

Former Member
0 Likes
479

Hi,

I have a requirement to use BTE functionality for FI invoice.

A custom program has been created to achieve the invoice output which is a smartform.

Can we link custom program with BTE?

Kindly advice.

Thanks & Regards

Brijo.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
422

BTE will execute FM and only FM. So wrap the report call in a FM. But, insure the BTE is called in a process/transaction state that allows use of SUBMIT (e.g. not during update task) also don't use any not allowed statement in this case?

Regards,

Raymond