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

How to fine event (BTE) for the std tcode

sarang_gujrati2
Explorer
0 Likes
1,365

Hello Experts,

How can i find out event for the particular t-code,

Plz reply

thanks,

Sarang

Hello Experts,

How can i find out event for the particular t-code,

Plz reply

thanks,

Sarang

5 REPLIES 5
Read only

Former Member
0 Likes
806

Go to the transaction code and take the Program name.

Now come to se38 initial screen and enter the program name.

Now go to the menu Utilities-->Find in source code

One popup will come give the search value as OPEN_FI and search.

Now you can see the call function 'OPEN_FI_PERFORM_XXXX' where XXXX is the event number.

Now you can make the use of those event no in FIBF tcode.

Regards

Shiba Prasad Dutta

Read only

0 Likes
806

Hi,

I want to add extra fields in the std t-code report.

Thanks,

sarang

Read only

0 Likes
806

Then sorry ... I hope it is not possible by BTE.

Try to use some screen exit.

Regards

Shiba Prasad Dutta

Read only

Former Member
0 Likes
806

Sarang,

Use transaction code FIBF.

Then choose Environment->Info System (P/S ) and execute it with Attribute type 'A' then you can find the BTEs.

Regards,

Raj

Read only

RaymondGiuseppi
Active Contributor
0 Likes
806

Use transaction FINF to look for BTE; FIBF to implement.

Regards,

Raymond