‎2009 Mar 27 6:16 AM
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.
‎2009 Mar 27 8:21 AM
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
‎2009 Mar 27 6:29 AM
‎2009 Mar 27 8:21 AM
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