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 00001150 issue

Former Member
0 Kudos

We have implimented OSS note 354529. This note talks about writting own code for offset account in z_sample_process_00001150 and perform necessary settings in FIBF. We have done following settings in FIBF.

MANDT 030

PROCS 00001150

LAND

APPLK FI-AA

FUNCT Z_SAMPLE_PROCESS_00001150

PRDKT OPEN_FI

MONIT

Code in Z_SAMPLE_PROCESS_00001150 is not being called. I see that code is going to FM OPEN_FI_PERFORM_00001150_P but failing at call function 'PC_FUNCTION_FIND'.

Any idea, what i am i missing in BTE setup ?

Also, what is TPS01 ? Should it have standard module SAMPLE_PROCESS_00001150 or my z modeul

Z_SAMPLE_PROCESS_00001150 .

Your help is very much appreciated.

Let me know if you need more details.

8 REPLIES 8

Former Member
0 Kudos

Quick suggestion - is the Product "active"?

FIBF >> settings >> Products... >> ensure the tick is present in the active column

Former Member
0 Kudos

Hi,

In FIBF -> settings ->process modules -> of a customer, an entry for the particular BTE has to be placed. Then only it will get activated in the code.

Regards,

Prasana.

Former Member
0 Kudos

Hi Prasana/Kev,

I ensured that TICK is present in active column of FIBF >> settings >> Products... >> ... Below is the entry for your reference.

Product: OPEN_FI

Text: Z_SAMPLE_PROCESS_00001150

RFC destination:

A: Checked

I also made sure that there is an entry present FIBF -> settings ->process modules -> of a customer.. Below is the entry for your reference.

Process: 00001150

Ctr:

Appl: FI-AA

Function Module: Z_SAMPLE_PROCESS_00001150

Product: OPEN_FI

Is there any thing i am missing ??

Please note: this is a custom function module and a copy of SAMPLE_PROCESS_00001150.

0 Kudos

Maybe check the FI-AA application is active also?

settings >> identification >> SAP applications >> FI-AA in the table

Former Member
0 Kudos

Kev,

I have checked and FI-AA is enables as well.

Any other options where i can check.

Generally, FM 'PC_FUNCTION_FIND' when I did single test is not returning any data. You know any thing about this FM ?

0 Kudos

Did you make your configuration in different client , because we have a client for configuration say 100 where we configure , BTE changes are client dependent so try importing to that client and try otherwise it will not work. I faced this that's why !!!Check it.

0 Kudos

Generally, FM 'PC_FUNCTION_FIND' when I did single test is not returning any data. You know any thing about this FM

This is to derive the associated function modules per BTE event. It should be bringing back the name of your Z function module, however try what karthik suggests

Former Member
0 Kudos

Dear Mr. Sudhakar,

I also have a requirement to implement the OSS Note: 354529. I have done exactly, what instructions given in note.

But while executing KSB1 T-Code, it is not passing through this BTE. I have hardcoded : BREAK-POINT" in that code, but it is not stopping.

Could you please let me know, how you have resolved this issue?

Regards,

Chaitanya A