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

Z Function BTE not executed

former_member425121
Participant
0 Likes
1,460

Hi

I'm using BTE 1120 for make some Z actions (in mi case are validations).

I already created my Z FM copied from the SAMPLE_PROCESS_00001120 FM , write my code , create a Product with active checkbox marqued , and assign my Z FM and Z Product to event 00001120 (Here i assign my country and leave the Aplication blanks).

But then i execute the t-code (F-43) wich uses that BTE and it remains executing the original BTE:

CALL FUNCTION 'OPEN_FI_PERFORM_00001120_P'.

I do not know if i did not understand the BTE concept or what i missing to do for make the t-code

F-43 executes my Z BTE FM instead the original 'OPEN_FI_PERFORM_00001120_P' FM.

Can somebody please help me for this ?

Regards

Frank

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
897

Hi,

why do you think that your FM is not called? The FM OPEN_FI_PERFORM_00001120_P gets the name of the function module which should be called from config and calls that FM. Just check source code. It uses FM PC_FUNCTION_FIND to get name and then it calls with all required parameters.

Cheers

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
898

Hi,

why do you think that your FM is not called? The FM OPEN_FI_PERFORM_00001120_P gets the name of the function module which should be called from config and calls that FM. Just check source code. It uses FM PC_FUNCTION_FIND to get name and then it calls with all required parameters.

Cheers

Read only

Former Member
0 Likes
897

Frank,

How did you solve?

I am having same issue now.

Yoshi