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: 

Business transaction event

Former Member
0 Kudos

I am making an amortization with FBAF and i am trying to use bte 1120, but it doesn´t stops, does anybody know any user exit or bte that i can use?,

Thanks in advance

Regards

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Hello...

May this will help you.

To implement any process for BERP.

1. Tcode BF24 - Create a product. Let's say Z1120.

2. Tcode BF44 - Create new entry with

Process - 00001120, FM - ZTEST_1120, Product - Z1120.

Save Entry.

3. Tcode BERP - Give Process Interface as 00001120. Run.

4. You will see one entry. Put cursor on that and Click on Act. Comp.

5. Here you can see your FM - ZTEST_1120 as Customer product.

Now, put your relevent code in ZTEST_1120. You can pass tables like

*" T_BKPF STRUCTURE BKPF

*" T_BSEG STRUCTURE BSEG

SO, in your FM, you can get access to data for BKPF and BSEG

Regards,

Naimesh

PS: Reward Points, if you find useful..!

2 REPLIES 2

Former Member
0 Kudos

Carl,

Look for 'Open_' and 'Out_' in your program.

BTE transaction -> FIBF -> optinons ->*

Regards,

Alexandre

naimesh_patel
Active Contributor
0 Kudos

Hello...

May this will help you.

To implement any process for BERP.

1. Tcode BF24 - Create a product. Let's say Z1120.

2. Tcode BF44 - Create new entry with

Process - 00001120, FM - ZTEST_1120, Product - Z1120.

Save Entry.

3. Tcode BERP - Give Process Interface as 00001120. Run.

4. You will see one entry. Put cursor on that and Click on Act. Comp.

5. Here you can see your FM - ZTEST_1120 as Customer product.

Now, put your relevent code in ZTEST_1120. You can pass tables like

*" T_BKPF STRUCTURE BKPF

*" T_BSEG STRUCTURE BSEG

SO, in your FM, you can get access to data for BKPF and BSEG

Regards,

Naimesh

PS: Reward Points, if you find useful..!