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

Implementing a BTE

Former Member
0 Likes
21,297

Hi,

I have found a BTE and have copied it's sample interface to a Z function module. I got to know that in order to register this Z function module for the BTE, I have to maintain an entry in the table TBE34.

Now this table requires me to enter a customer product. I don't know what that is. Can you please tell me what is the significance of customer product and how can I create it?

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
9,769

A product in BTE is just a product name to identify.(Eg : ztest)

Steps for Implementing a BTE

(1)Goto transction FIBF menu Environment->Info System (P/S )

(2)Select the BTE you want to implement.

(3)Press button Sample function module

(4)This brings you to SE37 - Copy the sample function module to a Z-function module (First create a new function group for the function module) . Note: The name of the Z-functionmodule is not important

(5)Edit the code in the new function module

(6)Go back to transaction FIBF - Menu Settings->Products -> Of a customer and create a new product whicj identifies the new product . Remember to mark the Active field.

(7)Go back to FIBF menu Settings->P/S function modules->of a customer - Create an entry that links the BTE and Product with the new function module

2 REPLIES 2
Read only

Former Member
0 Likes
9,769

Hi,

Check this link

You will get a clear Idea about BTE's

Thanks & Regards,

Dileep .C

Read only

Former Member
9,770

A product in BTE is just a product name to identify.(Eg : ztest)

Steps for Implementing a BTE

(1)Goto transction FIBF menu Environment->Info System (P/S )

(2)Select the BTE you want to implement.

(3)Press button Sample function module

(4)This brings you to SE37 - Copy the sample function module to a Z-function module (First create a new function group for the function module) . Note: The name of the Z-functionmodule is not important

(5)Edit the code in the new function module

(6)Go back to transaction FIBF - Menu Settings->Products -> Of a customer and create a new product whicj identifies the new product . Remember to mark the Active field.

(7)Go back to FIBF menu Settings->P/S function modules->of a customer - Create an entry that links the BTE and Product with the new function module