‎2009 Jun 13 12:54 AM
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
‎2009 Jun 14 7:02 AM
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
‎2009 Jun 14 7:02 AM
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
‎2015 Apr 22 6:49 PM