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

BTE doesnt call FM

Former Member
0 Likes
824

Hello,

I need to extract purchasing requisition to BW through delta queue.

I have created BTE Z_DELTA at BT24 and assigned it FM ZSC_BTE_DELTA_CAPTURE_01000710 at BT34.

Unfortunately , nothing happens. Change of existing/ creation of new purchase requisition doesnt call FM ZSC_BTE_DELTA_CAPTURE_01000710.

Z_DELTA is active.

How to debug this case? What can be the case of issue?

Thanks

1 ACCEPTED SOLUTION
Read only

Roc31
Participant
0 Likes
724

Hi Comandante Che Guevara,

you can stop debug when to find the function PC_FUNCTION_FIND,

this is a function that find your implementations of event.

Some links that can help you?

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

Best Regards,

Welinton Rocha

Hello,

I need to extract purchasing requisition to BW through delta queue.

I have created BTE Z_DELTA at BT24 and assigned it FM ZSC_BTE_DELTA_CAPTURE_01000710 at BT34.

Unfortunately , nothing happens. Change of existing/ creation of new purchase requisition doesnt call FM ZSC_BTE_DELTA_CAPTURE_01000710.

Z_DELTA is active.

How to debug this case? What can be the case of issue?

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
724

Hi

I don't if you mean BTE for event or process: that BTE is called by fm OUTBOUND_CALL_01000710_E (event) OUTBOUND_CALL_01000710_P (process).

So try to check if those fms are called

Max

Read only

0 Likes
724

thanks

Can you please tell me how to check this? How to debug these ABAP structures?

Read only

Roc31
Participant
0 Likes
725

Hi Comandante Che Guevara,

you can stop debug when to find the function PC_FUNCTION_FIND,

this is a function that find your implementations of event.

Some links that can help you?

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

Best Regards,

Welinton Rocha