Application Development 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: 

bte

Former Member
0 Kudos

hi all

can any one tell how can i capture the account document generated and i want to store in z table .

regards

ram

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

5 REPLIES 5

Former Member
0 Kudos

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240b...

Thanks

Naren

0 Kudos

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.

Former Member
0 Kudos

Hi,

This BTE might be called in UPDATE TASK..

Set the update debugging and then check

Thanks

Naren

0 Kudos

hi

i am new to bte ,can u explain me in detail

Former Member
0 Kudos

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