2009 Jul 24 1:40 PM
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
2009 Jul 24 1:45 PM
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
2009 Jul 24 2:08 PM
Hi,
I want to add extra fields in the std t-code report.
Thanks,
sarang
2009 Jul 24 2:11 PM
Then sorry ... I hope it is not possible by BTE.
Try to use some screen exit.
Regards
Shiba Prasad Dutta
2009 Jul 24 1:46 PM
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
2009 Jul 24 1:53 PM