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 2040

Former Member
0 Likes
4,707

Hi,

I see a custom implementation of BTE 2040 but this is not triggered for a payment run using F110. Please help with pointers to understand how this is triggered. I have looked up using the SAP documentation available, but that did not help much.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,024

In FIBF see following:

Environment-->Inforsystem(Processes) then

search for Process Interface = "00002040".

The sample function is "SAMPLE_PROCESS_00002040". (SE37)

Hi,

I see a custom implementation of BTE 2040 but this is not triggered for a payment run using F110. Please help with pointers to understand how this is triggered. I have looked up using the SAP documentation available, but that did not help much.

Thanks.

9 REPLIES 9
Read only

Former Member
0 Likes
4,024

Hi,

i have searches in FIBF for Event 2040, but cannot find it. Can you show to which event

belongs the BTE 2040? Is this custom implementation activ? Is there an actic FM created?

Regards, Dieter

Read only

0 Likes
4,024

I was able to find out the process which is payment run via FIBF and BERP (Environment -> Infosystem (Processes))

The sample provided by SAP is SAMPLE_PROCESS_00002040 and a Z version has been created and customized and this is active as well.

Read only

Former Member
0 Likes
4,025

In FIBF see following:

Environment-->Inforsystem(Processes) then

search for Process Interface = "00002040".

The sample function is "SAMPLE_PROCESS_00002040". (SE37)

Read only

0 Likes
4,024

Hi,

I was able to figure out the process and this was mentioned in the SAP document and I also verified it in system and the Z FM create using SAMPLE_PROCESS_00002040 is active and configured correctly. This BTE is triggered for RFFOUS_T while not triggered for RFFOUS_C. Am I missing anything?

Read only

0 Likes
4,024

Hi,

I'm not sure which system version you are running in the system but I see this line of code in RFFOUS_C which would cause the BTE not to trigger during execution:

PAR_AVIS = SPACE.





Regards,

Ryan Crosby

Read only

0 Likes
4,024

Hi Ryan,

The parameter you have mentioned is Payment Advice (PAR_AVIS). This is not selected by default in the selection screen for RFFOUS_C while it is selected for RFFOUS_T. I don't see the BTE trigger even when this is selected in the selection screen for RFFOUS_C.

Thanks for your inputs.

Read only

0 Likes
4,024

Hi,

That is the first condition to trigger the FORM 'AVIS' but then there are several other conditions that are also checked before that point is reached and executed in the form.  You would have to check each of those conditions to make sure they match up with your scenario.

Regards,

Ryan Crosby

Read only

Former Member
0 Likes
4,024

This message was moderated.

Read only

0 Likes
2,535

2040 event is available in FIBF but it is not in Active to assign my Zproduct in FIBF