Transaction FIBF

Hi
Does anybody here have any idea about what FIBF transaction is used for?
I raised a request to SAP for an OSS note as we were having problems with F-32 transaction. We have Dispute management active in our system and for one customer we have a tonnes of dispute cases. Standard SAP logic in F-32 accesses a DM table and populates its internal table with all the open dispute cases. This logic caused a major performance issue and lead to slowing down of F-32 transaction.
I was advised by SAP to delete an entry from this transaction. They asked me delete this entry from the FIBF transaction:
"00000900 FI-DM FDM_AR_INTERFACE_00000900"
Will this have any ramifications on my system? I mean will loose the sync between AR and Dispute management?

FIBF is used for user exits. I hope, when SAP recommended to delete  a record from a table, they might have viewed your system and only then given you the solution. If you are unsure, you may want to test in QA and then move to PRD.

Similar Messages

  • About F-28 transaction

    Hi all,
    I want to send e-mail once accounting document get posted through F-28 transaction. Can anybody tells me hows it possible? if you know user-exit for that then please tell me
    Thanks,
    Siddharth

    Beside the creation of workflow events from standard SAP transactions, SAP has introduced the business transaction event, the so called BTE. For instance, during the posting of accounting documents bte 00001030 is triggered. But how will you find out which bte is triggered and when ?
    In transaction FIBF you can customize these bte's and link function modules (for instance a copy of SAMPLE_INTERFACE_00001030) to the bte. During the SAP transaction, the program has to check which functions need to be called for that bte. This is done by function module BF_FUNCTIONS_FIND.
    The next step is to add a breakpoint in the source code of this function module.
    Then you go start your SAP transaction (let's say FB01) or bapi (for instance BAPI_ACC_INVOICE_RECEIPT_POST). The program stops in function module BF_FUNCTIONS_FIND. The value of the bte can be found in variable I_EVENT.
    With this knowledge you can go start customize the BTE mechanisme for the found bte by using transaction FIBF.
    Regards,
    Raj

  • Activating/Using Business Transaction Event (BTE) PM000030

    Hello everybody !
    I need to implement BTE PM000030.
    I tried to follow the howto provided by sap & in the forums , but I must be missing a step since this is not working.
    I have created a custom product in transaction FIBF and now I want to assign my own function module to this event & product.
    I entered FIBF->Settings->Of a customer.
    Now when I attempt to select the PM000030 Proccess which im interested in, It is not there, to be exact - most of the proccessing are not there.
    From this step, I found no availible SAP documentation on dealing with this situation.
    I tried to manually enter PM000030 in the field and was rejected saying "entry does not exist in TSP01, when trying to create an entry manually in TSP01, I get an error saying I should first create a data element for it.
    I dont really know what procedure I should follow from here.
    I would highly appreciate any help, Thanks!
    Udi.
    Edited by: Udi Dekel on Mar 16, 2010 5:13 PM

    Hi,
    Please refer to following link :
    [Business Transaction Events (BTE) |http://wiki.sdn.sap.com/wiki/display/Snippets/BusinessTransactionEvents+%28BTE%29]
    [Business Transaction Events - Process Interface - Event 00001040 - customer implementation for dunning notice via email |http://wiki.sdn.sap.com/wiki/display/BPX/BusinessTransactionEvents-ProcessInterface-Event00001040-customerimplementationfordunningnoticeviaemail]
    Hope this helps.
    Regards,
    Chandravadan

  • How to avoid replication of certain transaction types

    Hi all,
      Contract is created in the R/3 system of transaction type Z111. This transaction type is not created in CRM in the SPRO(customer relationship management -> Transactions ->basic settings -> Define transaction types). This means documents of this transaction type cannot be created in CRM or documents created in R/3 should not be replicated to CRM.
    How to avoid the documents created in R/3 of transaction type Z111 from being replicated to R/3. Should some settings be done in transaction "FIBF" in R/3???
    Any idea.
    Thanks in advance
    Jothi

    Hi Gun,
      Thanks for the answer. In salescontract (Tcode R3AC1) the following filter condition is defined.
    Table - vbak
    field -auart
    Value - z910
    Incl/Excl - inclusive defined set/array
    But the value z900 is not specifed. The Bus_trans_msg which gets replicated into CRM is of type z900.
    Hence any idea.
    Can an additional filter be added saying as follows to prevent replication of Z900 like this.
    Table - vbak
    field -auart
    value - z900
    Incl/Excl - space
    Will this solve the problem.
    Best regards
    Jothi

  • NAME field in FBL5N transaction

    Hello everybody,
    I am trying to add the field NAME1 within the structure RFPOS agree to the settlement informed by SAP on the Notes 112312 and 208807, also by the indications that we have in this forum. But after creating the basis for the event 1650 (BTE) and the time to execute the transaction FBL5N there is a DUMP problems of the structure RFPOS. This happens because the function that creates works with the new structure modified, RFPOSXEXT which contains the field NAME1 added by customizing (Tx. OBVU).
    Please tell me the solution.
    Thank you.
    Regards.
    Daniel Montes Zarza

    Hi,
    Go to FIBF  environment >> info system P/S >> then execute .. you will find 1650
    Create BTE 1650 (Business Transaction Event). For this purpose, copy the
    sample function module SAMPLE_INTERFACE_00001650 into the customer
    namespace.
    Then activate the module in transaction FIBF.
    Go to 'Settings -> Products -> ... of a customer' and create a product.
    You can choose the name of the product and the description.
    Set the 'Active' indicator and save.
    Go to 'Settings -> P/S Modules -> ... of a customer' and include this
    entry:
      Event:              00001650
      Product:            'Product name'
      Lnd/Appl:           empty
      Function module:    'Your module'
    Save the entry.
    Regards
    Ravinaghh Boni
    Please rewards me if it usefull

  • Business Transaction Event  00001550

    Hi folks,
    Is there any possibility to include BTE 00001550 (Sample_Interface_00001550) in table TPS01 without creating a data element?
    I copied the function model Sample_Interface_00001550 to Z_Sample_Interface_00001550 including the function group. Next, via transaction FIBF, I defined a customer product FICR1550. While creating a new entry for this process via Menu->Settings->Process Modules ->of a customer the system requested that the entry for BTE must be included in table TPS01.
    At SE16 I tried to include the entry in TPS01. To do this, the system then requested that a new data element PR00001550 be created. Creating a data element in the system will result into modification.
    May I know if there is any possible way to include the BTE 1550 into TPS01 without creating a new data element?
    Regards,
    Joseph

    Hi,
    Thanx for the reply.
    But as earlier mentioned in the original message, the system requires me to <b>Create a new DataElement for PR00001550</b>.
    Since i do not want to modify the existing system, the question is whether there is a way to include this entry in via SM30 or SE16 into the table TPS01 without creating a dataElement to this effect?
    Regards,
    Joseph

  • BTE 1120 Config in FIBF

    Hi,
        We want to use Business Transaction Event 00001120 -- Document Posting: Field Substituion. To do this we need to do an configuration in transaction FIBF --> Menu Settings --> Process Modules -->of an SAP Application. While doing this I am getting an "There may be only one entry for BTE 00001120". On checking I find that there is already an entry for this BTE which has a SAP standard function module J_1IEWT_DUEDATE. Is there any more config to be done.
    Can some one help me in adding a new entry.
    Thanks & Regards,
    Amith Khadloya

    HEllo,
    You don't add entries to SAP applications.
    Please, check the link below:
    http://wiki.sdn.sap.com/wiki/display/ABAP/BusinessTransactionEvents-ProcessInterface-Event00001030-customerimplementationforprintingdunning+notice
    In this link you'll an example on how to implement a BTE. This example does not use the SAME BTE you want, but it REALLY helps to understand how you can proceed.
    P.S. The SDN wiki has some valuable documentation on BTE's.
    REgargds,
    REnan

  • How to find the BTE event for FBCJ transaction code

    Hi All,
            i need to find the BTE event for Finance related transaction codes.i checked in the SWEL transaction code, didnt find any event triggered and the standard BADI doesnt suite my requirement.The transaction code  which i tried is FBCJ.can anyone help me how to find the BTE event for the above mentioned transaction.
    Thanks in Advance,
    lokesh kumar.K

    Hello Lokesh,
    The following is one of the process of finding a BTE and implementing it.
    (1)Goto transction FIBF .Execute it with Attribute type = 'A'. Then in the menubar Environment->Info System (P/S )
           Go through the list of BTE's available with the description available beside.
    (2)Select the BTE you want to implement.
    (3)Press button Sample function module
    (4)This brings you to SE37 - Copy the sample function module to a Z-function module (First create a new function group for the function module) . Note: The name of the Z-functionmodule is not important
    (5)Edit the code in the new function module
    (6)Go back to transaction FIBF - Menu Settings->Products -> Of a customer and create a new product whicj identifies the new product . Remember to mark the Active field.
    (7)Go back to FIBF menu Settings->P/S function modules->of a customer - Create an entry that links the BTE and Product with the new function module
    Hope this will help.
    Regards,
    Samson

  • Message not getting displayed in BTE 1030

    I am displaying a message in functional module implemented for BTE 1030.
    The message is not getting diplayed. I have changed the message tyto 'S, I. W, E but still it does not display.  The sy-subrc is 0 after passing the messga statement.
    (The functional module is called normally and not in background)

    Just check your settings in transaction FIBF, and make sure you have choose the right Process Modules(Ususally we choose "of an SAP Application"), and if you have set some other limitation on Country ISO code or Application Indicator, pls make sure all of them have been satisfied.

  • Dunning letter via email with invoice attachments

    Hi Experts,
    We have requirement where in dunning letter should be send to customer via email along with invoice attachments.
    We have copied standard script F150_DUNN_02 to custom one as per requirements and configured it in SPRO. We are using BTE 1040 to fetch the customer email address and assign it to structure c_finaa-intad.
    This serves the purpose partially. The email goes to customer with dunning letter as an attachment properly.
    The question here is how to send additional invoice attachments in the same mail? For example, if dunning letter contains 3 line items, then email should have 4 attachments( 1 dunning letter and 3 invoices).
    Is it possible by some config steps? or please suggest me suitable approach to solve the problem.
    Appreciate your help.
    Thanks
    Swati

    Hi Partha,
    Here are the steps that you can follow :
    1. Using following SPRO path assign the dunning form.
    Financial Accounting (New) > Accounts Receivable and Accounts Payable > Business Transactions > Dunning > Printout > Assign Dunning Forms
    2. There is standard BTE (00001040) that is provided by SAP which is called when dunning is run. SAP has also provided sample function module SAMPLE_PROCESS_00001040 to indicate how to use the BTE. The FM imports I_KNA1 strutcure and pass back structure C_FINAA.
    3. Copy the standard FM to custom Z-FM and using I_KNA1-ADRNR fetch customer email address. If email is maintained, set c_finaa-nacha = 'I' and c_finaa-intad - <email>.
    4. You can also set the title of PDF file in email by setting c_itcpo-tdtitle as per requirement.
    5. Goto transaction FIBF. Settings-> Process Modules-> of SAP Application
    6. Add new entry with Process 00001040, application FI-FI and function module as custom FM created in step 3.
    Above steps are enough if you want to send dunning email to customer. If there is a need to send invoices as an attachments along with email then there is a need to enhance the standard FM PRINT_DUNNING_NOTICE. I used following approach to achieve the purpose.
    a. I created another custom FM to send invoices which I am calling from PRINT_DUNNING_NOTICE. For this, I am using implicit enhancement option to modify standard code. With this option, I am able to send 2 emails back-to-back one with dunning letter and other containing all invoice attachments with respect to dunning letter.
    Let me know, if you need further guidance.
    Regards,
    Swati

  • Dunning letters with smartforms

    Hi everyone,
    I want to use the standard smartform F150_DUNN_SF to create dunning letters but I can't select it in SPRO > FI accounting >... > Dunning > Print
    I can only select SAPscripts.
    I've already done the note which consists in changing the FM FI_PRINT_DUNNING_NOTICE to FI_PRINT_DUNNING_NOTICE_SMARTF with FIBF transaction. Nothing happened. There's still no way to select smartforms...
    Does anyone know how to manage it ?
    Thanks,
    Regards.

    Thanks for your answer
    I have begin to assign print program for dunning notice in the transaction FIBF.
    On the SAP Business Framework: Business Transaction Events screen, from the menu bar choose Settings -> P/S function modules -> u2026 of an SAP appl.
    In the Function module box next to FIFI, I have enter the print program FI_PRINT_DUNNING_NOTICE_SMARTF.
    and I have save the changes.
    In the transaction FBMP. Dunning Procedure : Dunning texts
    when i do display for for ZF150_DUNN_SF.
    I have the message : Form ZF150_DUNN_SF language EN is not available in client 120
    Message no. TD131.
    I have see OB96 but I have a problem with the creation for my driver program.
    I use the smartform F150_DUNN_SF.
    I create a copy : ZF150_DUNN_SF.
    I create a driver program :
    REPORT  ZCALL_ZF150_DUNN_SF.
    * To call a smart form, we would need to call the function module that
    * is generated.
    * Calling the generated function module directly is not an efficient
    * method. For efficient method, click here.
    CALL FUNCTION '/1BCDWB/SF00000018'
      EXPORTING
    *   ARCHIVE_INDEX              =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS         =
    *   CONTROL_PARAMETERS         =
    *   MAIL_APPL_OBJ              =
    *   MAIL_RECIPIENT             =
    *   MAIL_SENDER                =
    *   OUTPUT_OPTIONS             =
    *   USER_SETTINGS              = 'X'
        is_sfparam                 =
    * IMPORTING
    *   DOCUMENT_OUTPUT_INFO       =
    *   JOB_OUTPUT_INFO            =
    *   JOB_OUTPUT_OPTIONS         =
    *   ET_FIMSG                   =
    * EXCEPTIONS
    *   FORMATTING_ERROR           = 1
    *   INTERNAL_ERROR             = 2
    *   SEND_ERROR                 = 3
    *   USER_CANCELED              = 4
    *   OTHERS                     = 5
    *   OTHERS                     = 6
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    But I have a problem with the parameter : S_SFPARAM ( TYPE SFPARAM).
    I don't know what is this parameter.
    Thanks.
    Edited by: Spawn rad on Jun 23, 2008 4:18 PM

  • Posting of Dunning Interest and Charges to Customer

    Hi All,
    I have configured Dunning and in the letter generated it displays the Dunning Charges as well as applicable Interest, which is correct according to the configuration.
    However the same is not debited to the customer account. I have maintained all necessary account determinations for the indicator assigned to dunning procedure.
    Kindly let me know how to post interest and charges to the customer through dunning run( F150).
    Thanks in Advance.
    Regards,
    Ajay

    hi,
    about this FI posting of a dunning charge (FI-ar, not FI-CA)
    this is not standard SAP !
    But you can do it via the Busines Transaction Event (BTE), please check via transaction FIBF (menu > Environment).
    You should have a look to event 1071 = dunning charges, where SAP deliveres a sample, SAMPLE_PROCESS_00001071
    Hoping this helps you !
    Regards
    DV

  • Need to send dunning notice to cleark and AP department

    Hi All,
    Need to sent the dunning notice to the customer for two Ids, first to their clerk's email and second to their AP department email
    How to capture this one?
    Cheers,
    Nand

    Hi,
    Please refer the below OSS note;-
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1042992]
    "If you want to send the mail to several recipients, fill the field FINAA-INTAD with the mail addresses and separate each address with a blank character. There are a total of 130 characters available in FINAA-INTAD."
    You can use BTE process event 00001040 to influence the mentioned field in transaction FIBF.
    For details on how to use BTE, please search SDN.
    Regards,
    Gaurav

  • Dunning notice by mail

    Hello Gurus,
    We want to send dunning notice by mail to dunning receipient.
    Can we use user exit-F150D001?
    Pl.advise us.
    Thanks in advance,
    Ganesh Lokam.

    Hello Mark,
    Thanks for reply.
    I have done set up for email output type to email server thru BASIS guy.
    Also I have activated on BTE and assigned module FI_OPT_ARCHIVE_DUNNING_NOTICE.
    Also Copied and changed this module and register module in Transaction FIBF via 'Settings -> Process function modules of a customer' for Event 00001040 with the application indicator (as a rule FI-FI, in table MHNK-APPLIK).
    But as per your mail, you said print program has to be changed.
    Can you tell me whether I am right and how and which print program to be changed?
    Thanks in advance,
    Regards,
    Kedar Vaidya.

  • How do I add an email body text for remittance advices / payment advices?

    Hello,
    I am trying to send an email body text with the pdf remittance advice to my vendors.
    Background:
    We are running automatic payments to vendors via transaction F110. We have configured the pay run to produce remittance advices for vendor payments. Finally we activated the BTE 00002040, through transaction FIBF, to use a custom copy of the function module SAMPLE_PROCESS_00002040.
    Our payment run sends emails with pdf-file attachments to our vendors correctly.
    <b>The Issue:</b>
    I can not find a way to add text to the body of the email with the attached remittance advice.
    Has anyone advise on how to populate the email body with text?
    Thank you and best regards
    Karsten Arold

    Hello Subhashree,
    I have not implemented the functionality, but I found rerference to SAP Note 1033893 in another forum post.
    Email text to Payment Advice in BTE2040
    Allan

Maybe you are looking for

  • Help syncing my new ipod - error message - please help

    Hi I am needing advice and help. I have a full library full of songs. I had always been able to sync my old ipod with all my library songs. I have just purchased a new ipod and tried to plug in the new ipod to load all my library songs on to my new i

  • Miro indicator

    Dear Forum, In miro at the line item there is a indicator drop down list showing 3 possibilities : goods/service items planned delivery costs goods/service items + planned delivery cost 1 May I know what is the difference between planned delivery cos

  • Can we use a datasource of a report in another report?

    Hi, I am working on Web Analysis. I have two reports belongs to same connection and there is a same filter in both reports. What I am trying to achieve is that if I change the filter value in one report it should reflect in another one. As per my und

  • Missing G/L Account

    How do I add a G/L account to the Chart of Accounts for a Company Code? When creating the company, I copied a company code and assigned a Char of Account (INT). In the reference Chart of Accounts (INT) the "missing" G/L Account can be found. Chart of

  • Yahoo Music Engine can't recognize Zen Mi

    Is there any definiti've guide out there to get the Zen micro working with the Yahoo subscription service? When I plug in my Zen, WinXP recognizes it and asks me what I want to do (i.e. synch, or take no action), but neither the WMP software nor Yaho