‎2007 Oct 30 4:43 AM
hi all
can any one tell how can i capture the account document generated and i want to store in z table .
regards
ram
‎2007 Oct 30 5:09 AM
Hi,
This is not specific to BTE..it is general debugging..
When you debug..
In the settings tab..check the update debugging..
Press F8..
Now it will process all the update modules.
Process one by one..then check if the BTE function module is getting called..
Thanks
naren
‎2007 Oct 30 4:46 AM
Hi,
You can check the corresponding event in FIBF transaction..Check 00001050 POST DOCUMENT: FI/CO interface
Check this link for a detail step by step procedure of how to implement BTE
Thanks
Naren
‎2007 Oct 30 4:48 AM
i have checked,
i have created a z function module for 00001030 and attached to a product.
but my transaction is not triggering the bte.
‎2007 Oct 30 4:57 AM
Hi,
This BTE might be called in UPDATE TASK..
Set the update debugging and then check
Thanks
Naren
‎2007 Oct 30 5:02 AM
‎2007 Oct 30 5:09 AM
Hi,
This is not specific to BTE..it is general debugging..
When you debug..
In the settings tab..check the update debugging..
Press F8..
Now it will process all the update modules.
Process one by one..then check if the BTE function module is getting called..
Thanks
naren