‎2009 Dec 10 4:01 PM
Hi all,
I try to implement BTE 00001650 for modify a column before the display of the ALV.
I have did all the step for create the new event 00001650.
I have created a product on FIBF.
Call FIBF transaction -> Settings -> Products -> ...of a customer
I have linked the events to my Function module.
Call FIBF transaction again.
FIBF -> Settings -> Process Modules -> ...of a customer
I have create my Function module, for test i have juste add a break point in my ZSAMPLE_INTERFACE_00001650 but when I launch and execute the transaction FBL1N or FBL5N the program don't stop on my break point!
What is the problem ?
Thank you very much for your Help.
‎2009 Dec 11 8:11 AM
Yes i have aldready created the product, but how can i do for active the product ? I have save my product in FIBF transaction -> Settings -> Products -> ...of a customer and i have linked the events to my Function module in FIBF transaction > Settings -> Process Modules -> ...of a customer But i think i never active i just save and create Transport order to apply my modification.
Thank you for your answer.
‎2009 Dec 10 4:35 PM
Hi
Have u defined the prodcut?
And if it' so, the product is active?
Max
‎2009 Dec 11 8:11 AM
Yes i have aldready created the product, but how can i do for active the product ? I have save my product in FIBF transaction -> Settings -> Products -> ...of a customer and i have linked the events to my Function module in FIBF transaction > Settings -> Process Modules -> ...of a customer But i think i never active i just save and create Transport order to apply my modification.
Thank you for your answer.
‎2009 Dec 11 8:43 AM
Hi,
Are you sure that the BTE which you have implemented is the right one and triggers when corresponding changes are made in the document.
If yes, then in FIBF transaction -> Settings -> Products -> ...of a customer, where you created the product, there is a checkbox called active (I think its the last column on that screen). Just check that checkbox for your product and your product is active.
This should work.
Hope it helps.
Regards,
Raj
‎2009 Dec 11 8:47 AM
Hi
Raj is right, there's a flag for active the product in the same table where the product is defined.
Max