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

BTE Configuration for TCODE F-28

Partha
Explorer
0 Likes
2,658

Hi

Our requirement is to update the reference field of clearing document with Original Invoice Number. In order to do so we have found a BTE 00001030.

The function module OPEN_FI_PERFORM_00001030_E  is getting triggered while posting the document. We have copied the function module and maintained the custom function module in FIBF against process 00001030. The custom function module is not getting triggered, even though the function module OPEN_FI_PERFORM_00001030_E is triggered
.

Helpful answers will be much appreciated.

Regards

Partha

Hi

Our requirement is to update the reference field of clearing document with Original Invoice Number. In order to do so we have found a BTE 00001030.

The function module OPEN_FI_PERFORM_00001030_E  is getting triggered while posting the document. We have copied the function module and maintained the custom function module in FIBF against process 00001030. The custom function module is not getting triggered, even though the function module OPEN_FI_PERFORM_00001030_E is triggered
.

Helpful answers will be much appreciated.

Regards

Partha

5 REPLIES 5
Read only

Former Member
0 Likes
2,088

Have you create or assigned the copy to a customer product and then activated it ?

FIBF->Settings->Products->Of A Customer

Create a new product or find a suitable one.

FIBF->Settings->Process Modules->Of A Customer

Add your function module in there.

Go back to Products and check the 'Activate' check box and save.

Rich

Read only

0 Likes
2,088

Thanks Rich for the quick response.

We are using an existing product, for which the activation flag is already marked active

Regards

Partha.

Read only

0 Likes
2,088

Deactivate it,  Save it and reactivate it, Save it

Read only

0 Likes
2,088

Tried that as well, did not make any difference.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,088

Did you notice this FM doesn't allow change of data (structures and internal tables are copied to locally defined structure before the call and restored after) So is your FM actually not executed, or was it unsuccessful to update data?

Regards,

Raymond