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: 

Need to Find BTE using tcode

former_member671009
Participant
0 Kudos

Hi experts,

I need to find BTE for transaction code WRF_AL.Description is article family.

How to find the related BTE using transaction code.I tried setting break point in BF_FUNCTIONS_FIND and BF_FUNCTIONS_READ function module and tried with the transaction but it is not going to the break point.

Regards

Sridevi S

2 REPLIES 2

Former Member
0 Kudos

Hi ,

As BTE is concerned first u have to search for string "OPEN_FI_PERFORM" in progam of that transaction.

system->status->prgarm and find for the above string and list of BTE for that transaction will show and find ur correct BTE.

and choose your correct FM and copy standard FM to ur custom FM and then go to FIBF transaction and then go to

setting->produts->customer and create new entries and the go back and again go to

setting-> process function module->of a customer and give process code and zFM name. and then put break point.

Hope it helps u.

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Set a break-point in function module BF_FUNCTIONS_FIND. Run the tcode where you want to implement the BTE and if it's possible you can see it in debugging in this function and when it works.

I hope this helps you

Regards,

Eduardo