Document on BTE

send me some document on BTE .

See the following documentation :
*Business Transaction Events*
This activity describes how you can connect additional components (such as in the form of function modules developed yourself or a product from an external software provider) to the standard R/3 System.
There are two types of interface available in the General Ledger
Accounting (FI-GL), Accounts Receivable and Accounts Payable
(FI-AR/FI-AP), and Sales and Distribution (SD) components for this:
1. Publish & Subscribe interfaces (also called "informing interfaces" in the following) These should inform you about particular events (such as a document being entered) in the SAP standard application and make the data generated as a result available to the external software. The external software does not return any data to the standard R/3 System.
(I'm confused. MIT is using two business transaction events for the SD to FI interface. Both of these events are Publish & Subscribe interfaces. They both return data to the SAP standard application! They both change the FI document before it is posted. What I've figured out is that if there is an export to memory and an import from memory before and after the function call, then we can't modify the data. We can check this in the calling function module - OUTBOUND_CALL_00503110_E or OPEN_FI_PERFORM_00001020_E, etc)
Examples of such events in the R/3 System are:
    * Master record was created, changed, or blocked
    * Document was entered, parked, changed, or reversed
    * Items were cleared or reset
Additional processing can be caused in the additional component on the basis of these events and data:
    * Starting a workflow
    * Generating or changing additional data
    * Requesting correspondence
FI Clearing (F-32) calls (gathered via SE30):
Function OPEN_FI_PERFORM_00001020_E (can't modify data)
00001020 POST DOCUMENT: Prior to final checks
EVENT
This Event is reached prior to completing the document. The checks that are carried out at this point include checking, prior to posting, that the document balances to zero, and calculations for tax offsetting. This Event is accessed once per standard posting process and is similar to validation at document level (Event 0003). A document number has not yet
been assigned when this Event is reached.
INTERFACE
All document line items created and the document header data are
transferred (both as tables).
Parameter
T_BSEG
T_BKPF
Function OPEN_FI_PERFORM_00001025_E (can't modify data)
00001025 POST DOCUMENT: Final checks completed
EVENT
This Event lies following all checks on the whole document, but prior to number assignment. Following this Event, no further error messages may be sent. The document is complete at this point, and no further changes can be made to it prior to posting.
INTERFACE
All current data, all document data relevant for the posting, and various control parameters are transferred to the additional component. At this point you can still implement your own checks on the current document data.
Parameter
I_BKDF
T_AUSZ1
T_AUSZ2
T_AUSZ3
T_BKP1
T_BKPF
T_BSEC
T_BSED
T_BSEG
T_BSET
T_BSEU
Function OPEN_FI_PERFORM_00001030_E (can't modify data)
Function OPEN_FI_PERFORM_00001140_E (can't modify data)
2. Process interfaces (also referred to as "process" in the following) Process interfaces are used to submit business processes to a different control which cannot be realized with the standard system, that is process interfaces replace standard processes. Here you can structure determination of individual field contents or of specific reactions to process flows individually. It is possible to connect different external developments to the standard R/3 System. The additional developments are generally carried out using the ABAP/4 Development Workbench. This way you can, for example, influence the control of payment transactions. Selection of payment method, house bank and partner bank can be made using the payment data (currency, amount, and payee) according to a selection logic which you have defined.
FI Clearing (F-32) calls:
Function OPEN_FI_PERFORM_00001120_P
Function OPEN_FI_PERFORM_00001130_P
Function OPEN_FI_PERFORM_00001150_P
Function OPEN_FI_PERFORM_00001170_P
Standard Settings
Sample modules are delivered in the standard R/3 System which you can
copy into your name range and fill them with statements there.
Activities
1. Enter a product using "Settings -> Customer's products". Actually, in 4.6C, from transaction FIBF (IMG -> Financial Accounting -> Financial Accounting Global
Settings -> Business Transaction Events):
Settings -> Products -> ...of a customer
There are generally a large number of function modules belonging to a product which can be called by different program events from within the standard R/3 System. A product can also be an external software component. If the product is in an external system, enter an RFC destination here. If the product is in the same system, you do not have to enter anything. Important: Do not forget to activate the product after making the following settings.
2. Establish the interfaces with which the R/3 System provides you. To do this, choose
Environment -> Info system (P/S)
or
Environment -> Info system (Processes).
Execute the program. You should enter "A" as the
attribute type. You see the respective interfaces with which the R/3 System provides you. Note the key of the interface which you require.
You can also select:
    * By particular SAP application components
    * By particular events by entering intervals
    * Which interfaces are used in activated products
    * Which interfaces are used within a particular country version or within a particular industry
    * Which interfaces are used within a particular customer product
3. Enter the function module which you have developed yourself. To do this, choose either Goto -> Edit modules within the info system or Settings -> P/S modules or Process modules -> Customer's in the "SAP Business Framework" menu. Make the following entries:
    * Key for the interface
    * The product that you want to use
    * Function module which belongs to this product.
You can also enter several function modules for a product. Caution:
The function module must be within your name range, that is must begin with the letter Z. You leave the Ctr and Appl. fields blank unless you want a particular country version or a particular SAP industry-specific component to be enhanced or replaced instead of the standard process flow.
4. Fill the source text of your function module
and activate it. To do this, go again via Environment -> Info system (P/S) or Environment -> Info system (Processes) into the information system and execute the program. Then proceed as follows:
    * Click twice on the interface you have chosen. If you want, you can look at the interface at this point by choosing Goto -> Interface. Then choose the Back function again afterwards.
    * Place the cursor on the relevant line and choose Goto -> Function library. You see the sample function module delivered by SAP.
    * Copy the sample module delivered by SAP and call it the same as the function module entered in step 3.
    * Fill the source text of the empty function module.
    * Activate the function module.
    * Activate the product as described in step 1.
5. Run the R/3 program affected and test whether calling your function module works.
Reward If found helpful.

Similar Messages

  • To add new Line Items in Accounting Document using BTE

    Hi,
    We have a requirement to add new GL line items while doing PGI through VL02N. The requirement is as below. Please confirm, if we can use BTE 1120 for this and if yes, how to use it to add new line items.
    Orig line items:
    Item PK Acct No USD
    001 99 12200 565.00
    002 81 40000 565.00
    New DESIRED line items:
    Item PK Acct No USD
    001 99 12200 565.00
    002 81 40000 565.00
    003 91 40000 565.00
    004 81 40001 565.00
    Regards
    Sai

    Hi,
    I need to add new line items previously to save the FI document too.
    Could you explain how we can use BTE 1120 to change or add new lines, please?
    I have done a test but it don't work:
    (Function open_fi_perform_00001120_p)
    L_BSEG[] = T_BSEG[].
    Call to the function that handle the BTE, with L_BSEG[] parameter.
    T_BSEG[]  = L_BSEG[].                                "Note 996552
    Then our new values in T_BSEG table are replace for the original table, and our changes are be deleted.
    Thanks in advance,
    Susana

  • Subtype event not triggering and supertype event triggers twice!!!!!!

    Hi,
    We have created a subtype for object bus2030 and also an event created for that. My workflow should trigger whenever an inquiry is created.
    I've maintained this as triggering event in SWDD and done type linkage is SWE2 and everything looks fine.
    When i simulate or create event the WF is triggered but when create inquiry in VA11 WF does not triggers.
    I've checked SWEL for event trace but no event is triggered at all... Am i missing something... I've done almost everything that i used to do...
    Even synchronized buffer!!! nothing paid me a solution...
    Infact the same was working with 3.1i system but after migration to ECC6 we had to create new WF template for the same Process.
    Now I also see that the supertype bus2030-created event is triggered twice but, obviously no receiver type exists. But the zbus2030 event is not being triggered at all!!!!
    Kindly help me understanding my mistake...
    Regards,
    PB

    Hope you have already set the deletegation in SWO6.
    Now, event dont get triggered automatically, jus because they are defined in object. They have to be explicitly published in thesystem.
    Check for a suitable user exit in your transaction, which makes use of function module to create the event, from that you know how to proceed.
    If you dont find user exit, try other triggering techniques such as change documents, logistics, BTEs... etc.
    regards,
    Sandeep Josyula

  • Item Text in FBL3N copied automatically from MIRO line item

    All,
    When a purchase order is created to a cost centre, G/L account and cost centre are entered manually. Often Purchase Order only uses short text field as reference, ie, Material is not mandatory.
    MIRO process is then done for PO after GR, and the PO text (short text) is copied into MIRO.
    G/L account line items can be displayed in FBL3N, detailing the document numbers related to the invoice/PO once posted.
    The field "Text" is defaulted as blank, even if created with reference to a PO which contains text. Does anybody know of a way to automate process so that the text field is populated with the text from MIRO.
    Thanks.

    Hi Jacob,
    You can transfer what ever the data from the MIRO to Accounting document using BTE.
    Goto SE37 - SAMPLE_PROCESS_00001120 (this is the standard BTE for account document posting). copy this with ZSAMPLE_PROCESS_00001120.
    In this you cannot modify the tables t_bkpf and t_bseg. you can use t_bkpfsub and t_bsegsub.
    For this a little bit config is required.
    1) Goto t-code FIBF-> settings->Products->... of a customer.
    Click new entries -> product name- ZPRODUCT , text - any text, RFC dest - ZSAMPLE_PROCESS_00001120, A - enable check box -> save.
    2) Go back -> settings -> P/S Modules -> ... of a customer.
    Click new entries -> event - 00001120, Product - ZPRODUCT, Ctr - Country key, Appl - FI-FI, Function module - ZSAMPLE_PROCESS_00001120 -> save.
    3) Go back -> settings -> Process Modules -> ... of a customer.
    Click new entries ->Process - 00001120, Ctr - Country key, Appl - FI-FI, Func module - ZSAMPLE_PROCESS_00001120, Product - ZPRODUCT -> save.
    Now goto SE37->ZSAMPLE_PROCESS_00001120
    logic.
    loop at t_bkpf.
    loop at t_bkpfsub.
    move 'your value' to t_bkpfsub-value.
    modify t_bkpfsub index sy-tabix.
    endloop.
    endloop.
    loop at t_bseg.
    loop at t_bsegsub.
    move 'your value' to t_bsegsub-value.
    modify t_bsegsub index sy-tabix.
    endloop.
    endloop.
    ''your value' is imported value.
    no need to worry abt modified values. after execution of BTE it will go to standard prog and copy the values of t_bkpfsub] and t_bsegsub[ to SAP tables. so pls be perfect with code. SAP wouldn't allow change the values in t_bkpf] and t_bseg[ values. you can add your own fields in bkpf_subst and bseg_subst.
    But make sure that, pls write the code in FM with conditions like cocode doc type etc. bcz this BTE is very important. it will executes before acc doc is posted.if you do not specify any conditions it will execute for all co codes in acc doc. it will affect business. you can debug this BTE. put a break point in FM and see the values while post the MIRO.
    once import the values free memory id and clear the variables what ever u used in BTE.
    Best Regards,
    Mohan.

  • Business Event for ACH forms in F110

    Hi,
    I need to trigger ACH form in a mail/ Fax/ Email depending on the vendor criteria. I have developed SAP script for it.
    Iam able to print the form but iam not sure how to trigger the form in FAX mode or Email mode.i.e. if the vendor is supposed to receive the communication in the form of FAX, the form should be sent to him has FAX and it should not trigger the form in other modes.
    I know that i need to use a business event but iam not sure how to use it and trigger it.
    Did anybody had the same situation before.
    Any help would be suitably rewarded with points.
    Regards.

    BTEs are like user exits. SAP calls the custom function modules assigned to the event in Tx:FIBF from application programs.
    For example Payment program RFFOUS_T calls the Z function module assigned to 2040 in FIBF using fm OPEN_FI_PERFORM_00002040_P.
    Check the documentation of the sample fm SAMPLE_PROCESS_00002040 for BTE 2040 in SE37, describes how to E-mail or fax.
    The following link is sap docu on BTEs
    <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/e7/653737d2d211d29e430000e839cd96/frameset.htm">Business Transaction Events</a>
    Regards
    Sridhar

  • Convert a SAPScript spooled file to PDF

    I have an urgent request to build a front-end interface to map the parameters to SAP Standard object RFOAVIS_FPAYM. This is the driver program for Remit (Payment) Advice Notes using SAPScript.   I need to create a way to submit RFOAVIS_FPAYM and Return back to the calling program after the Remit Note has been created in the SAP spooler. Then I need to read the spooled file and pass the parameters to the FM CONVERT_OTF_2_PDF to create a PDF version and email the PDF via SAPConnect.
    Has anyone done something similar? I am looking for help in capturing the newly created SAPScript form in the spooler and passing the correct parameters to FM CONVERT_OTF_2_PDF so that I will convert the correct output..

    Take a look at these two Process BTEs, Business Transaction Events.
    00002040 Autom. pmnt transactns: Output of pmnt advice note
    00002050 Autom. pmnt transactns: Output of pmnt advice note
    Look at them from Tcode BF05 .  They can be created from the Customizing Tcode SPRO. 
    The help document for BTEs in Tcode SPRO is really quite good.
    Bruce
    The documentation:
    Business Transaction Events
    This activity describes how you can connect additional components (such as in the form of function modules developed yourself or a product from an external software provider) to the standard R/3 System.
    There are two types of interface available in the General Ledger Accounting (FI-GL), Accounts Receivable and Accounts Payable (FI-AR/FI-AP), and Sales and Distribution (SD) components for this:
    1. Publish & Subscribe interfaces (also called "informing interfaces" in the following)
    These should inform you about particular events (such as a document being entered) in the SAP standard application and make the data generated as a result available to the external software. The external software does not return any data to the standard R/3 System. Examples of such events in the R/3 System are:
    Master record was created, changed, or blocked
    Document was entered, parked, changed, or reversed
    Items were cleared or reset
    Additional processing can be caused in the additional component on the basis of these events and data:
    Starting a workflow
    Generating or changing additional data
    Requesting correspondence
    2. Process interfaces (also referred to as "process" in the following)
    Process interfaces are used to submit business processes to a different control which cannot be realized with the standard system, that is process interfaces replace standard processes.
    Here you can structure determination of individual field contents or of specific reactions to process flows individually. It is possible to connect different external developments to the standard R/3 System. The additional developments are generally carried out using the ABAP/4 Development Workbench.
    This way you can, for example, influence the control of payment transactions. Selection of payment method, house bank and partner bank can be made using the payment data (currency, amount, and payee) according to a selection logic which you have defined.
    Standard settings
    Sample modules are delivered in the standard R/3 System which you can copy into your name range and fill them with statements there.
    Activities
    1. Enter a product using "Settings -> Customer's products". There are generally a large number of function modules belonging to a product which can be called by different program events from within the standard R/3 System. A product can also be an external software component.
    If the product is in an external system, enter an RFC destination here. If the product is in the same system, you do not have to enter anything.
    Important: Do not forget to activate the product after making the following settings.
    2. Establish the interfaces with which the R/3 System provides you.
    To do this, choose Environment -> Info system (P/S) or Environment -> Info system (Processes).
    Execute the program. You should enter "A" as the attribute type. You see the respective interfaces with which the R/3 System provides you. Note the key of the interface which you require.
    You can also select:
    By particular SAP application components
    By particular events by entering intervals
    Which interfaces are used in activated products
    Which interfaces are used within a particular country version or within a particular industry
    Which interfaces are used within a particular customer product
    3. Enter the function module which you have developed yourself. To do this, choose either Goto -> Edit modules within the info system or Settings -> P/S modules or Process modules -> Customer's in the "SAP Business Framework" menu.
    Make the following entries:
    Key for the interface
    The product that you want to use
    Function module which belongs to this product.
    You can also enter several function modules for a product.
    Caution: The function module must be within your name range, that is must begin with the letter Z.
    You leave the Ctr and Appl. fields blank unless you want a particular country version or a particular SAP industry-specific component to be enhanced or replaced instead of the standard process flow.
    4. Fill the source text of your function module and activate it.
    To do this, go again via Environment -> Info system (P/S) or Environment -> Info system (Processes) into the information system and execute the program. Then proceed as follows:
    Click twice on the interface you have chosen. If you want, you can look at the interface at this point by choosing Goto -> Interface. Then choose the Back function again afterwards.
    Place the cursor on the relevant line and choose Goto -> Function library. You see the sample function module delivered by SAP.
    Copy the sample module delivered by SAP and call it the same as the function module entered in step 3.
    Fill the source text of the empty function module.
    Activate the function module.
    Activate the product as described in step 1.
    5. Run the R/3 program affected and test whether calling your function module works.
    Further notes
    The other menu paths are only used for information about additional components delivered by SAP or about software already installed by external software providers.

  • Any Outbound business event for Quote updates?

    Hi
    Is there any Out of the box Outbound business event for Quote updates? Whenever a Quote is updated, we would like to get an outbound business event to which we can subscribe.
    Thanks,
    Joe

    BTEs are like user exits. SAP calls the custom function modules assigned to the event in Tx:FIBF from application programs.
    For example Payment program RFFOUS_T calls the Z function module assigned to 2040 in FIBF using fm OPEN_FI_PERFORM_00002040_P.
    Check the documentation of the sample fm SAMPLE_PROCESS_00002040 for BTE 2040 in SE37, describes how to E-mail or fax.
    The following link is sap docu on BTEs
    <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/e7/653737d2d211d29e430000e839cd96/frameset.htm">Business Transaction Events</a>
    Regards
    Sridhar

  • BTE 1030 - we use for AP documents, create an event that triggers a workflow

    Hello all,
    We use SAP's program RFBIBL00 to post AP documents.  We coded a function module that is called when BTE 1030 is reached.  Our FM creates an event that triggers a workflow.
    We are now doing some testing with an external vendor who is creating AP documents by doing an RFC  using function module BAPI_ACC_DOCUMENT_POST.
    It seems that this BTE, 1030, is not being triggered when the IDOC created by this function module posts the AP document.
    Has anybody else seen this issue and found a way to deal with it?
    Thanks
    Bruce

    AFAIK BAPI_ACC_DOCUMENT_POST and FI posting should trigger BTE 00001030 but BAPI_INCOMINGINVOICE_CREATE and AC interfacewould trigger BTE 00001050. (or is BAPI_ACC_DOCUMENT_POST also using AC interface, I will let you check it)
    Nevertheless call your FM triggered thru BTE 1030 also in a FM triggered thru BTE 1050. Also in the call check for update task
    function z_fi_00001050.
    call function 'TH_IN_UPDATE_TASK'
         importing
           in_update_task = in_update_task.
       if in_update_task eq 0 and i_xvbup eq 'X'.
         call function 'Z_FI_00001030' in update task
           exporting
             i_xvbup = ' '
           tables
             t_bkpf  = t_bkpf
             t_bseg  = t_bseg..
       else.
         call function 'Z_FI_00001030'
           exporting
             i_xvbup = ' '
           tables
             t_bkpf = t_bkpf
             t_bseg = t_bseg...
       endif.
    Regards,
    Raymond

  • Need user-exit or BTE on save of a FI-document in 4.6D

    Hi,
    I need a Business Transaction Event or user-exit on save of a FI-document (transaction FB01, or any other possible posting - for example as a follow-on document after SD purchase or sales invouce). The trick is, that I must have an internal FI-document number (field BKPF-BELNR) already assigned to the document and to use this number for my purposes.
    I tried to use some of the BTE-s (1110, 1120, 1130, 1050 and 1060) without success - the belnr is not yet assigned when the system passes to this customer exits.
    Could someone help me with this please? The important thing is - I need BELNR already assigned to the document. All these in 4.6D enterprise environment.
    Thanks in advance.
    Regards,
    Ivaylo Mutafchiev
    Senior SAP BC/Abap Consultant
    VBS-Varna
    Bulgaria
    P.S. Sorry for cross-posting this question here and in the 'Enhancements and Modifications' forum - IMHO this forum is checked much often than the other one.
    Message was edited by:
            Ivaylo Mutafchiev

    Well,
    today my colleagues from SD tested both inbound and outbound processes (Order/Delivery/Invoce with consequent FI document), and we found that the program execution doesn't pass trought function modue for BTE 1030 when the FI document, which follows the SD invoice, is automaticaly created.
    Any suggestions? Once again - the initial requirement is - I need to pass trought the BTE on (manual or automatic) creation of a FI-document and to have BELNR of the FI document populated.
    Thankst in advance.
    Regards,
    Ivaylo

  • Is there any BTE event after 1025  for post document ?

    Hi,
    I used to add default account document's text by BTE 1025 ,but
    after upgrade to ECC5.0,it's not work now .
    I found the reason is : after run the interface program written by me ,the system run another program 
    OPEN_FI_PERFORM_00001025_E ,that made the field t_bseg-sgtxt I added been
    cleared.
    How can I solve this problem?
    Thanks  for help.

    Hi,
    Try with
    1420 CHANGE DOCUMENT: Field modification to line item and fm: OPEN_FI_PERFORM_00001420_E
    But i am NOT 100% sure about this.
    aRs

  • BTE for Parking a document and updating a custom table

    Hi
    I want to update a custom table whenever a new parking document got posted through FBV4. I want to use a BTE for this please advice....
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Mar 10, 2011 9:15 AM

    Hi Gaurav,
    First time the correct data i have entered..and pressed "Save" button it is going and updating .After that i given same priority to multiple absence types..it errored out.. till now everything is fine.. Again i changed to correct value.. and pressed "Save" button. It is error out with an error like :
    JBO-25001: Name LOCATOR_SELECT3 of object type View Row Set Iterator already exists
    Code :
    int rowCount = vo.getFetchedRowCount();
    RowSetIterator rIter1 = vo.createRowSetIterator("LOCATOR_SELECT3");
    rIter1.setRangeStart(0);
    rIter1.setRangeSize(rowCount);
    int g=0;
    rIter1.reset();
    for ( int i=0;i<rowCount;i++)
    XxchrResultSetVORowImpl row = (XxchrResultSetVORowImpl)rIter1.getRowAtRangeIndex(i);
    String priority = ((String)row.getAbsencePriority());
    System.out.println("First Priority" + priority);
    for ( int j=0;j<rowCount;j++)
    if(i==j)
    g++;
    //leave this row
    else
    XxchrResultSetVORowImpl rows = (XxchrResultSetVORowImpl)rIter1.getRowAtRangeIndex(j);
    String priority2 = ((String)rows.getAbsencePriority());
    //String priority2 = ((String)row[j].getAttribute("AbsencePriority"));
    System.out.println("Second Priority" + priority2);
    if(priority.equals(priority2))
    //that means priority is repeated
    throw new OAException("error",OAException.ERROR);
    rIter1.closeRowSetIterator();
    Serializable[] param = {Businessgroupname,Retroactivedays};
    am.invokeMethod("Apply");
    Thanks
    Preeti

  • BTE For CJ37. CJ34, CJ38 - Budget document post

    What is the BTE for CJ37. CJ34, CJ38 - Budget document post. How to find BTE for those transaction in PS.

    "BTE are supported by service function modules OPEN_FI_PERFORM_* and OUTBOUND_CALL_*. Therefore you may run your transaction in debug mode and set breakpoints when function modules are called. Check for the names of the function modules called.
    You may also search for SAMPLE_INTERFACE_* function modules.
    Additionally you may open the application program (find the name via system - status - program when you have started your transaction). With global search for the strings mentioned above you may find whether BTEs are available with your transaction.
    Another way is to check the documentation in the implementation guide (transaction SPRO).
    Further you may use the menu "Environment" of transaction FIBF: there are 2 Infosystemes available, one for P/S and another for Process BTEs."
    - Heiner Gohlmann (source - http://itknowledgeexchange.techtarget.com/itanswers/business-transaction-events/ )

  • BTE with FI document number

    Hello!
    Does anyone know of a BTE where the accounting document number of a posted document is available?
    I need the BTE to be triggered immediately after the document is posted.
    Appreciate you help.
    Salai.

    HI,
    Sivaprakesh,
    I am new to BTE i have worked out on one scenario i was successfully completed but, after reading your question may intention is to do more scenarios on BTE but unfortunately i couldn't find any scenario on BTE i very much thank ful to u if u can send Your requirement /scenario documentation.
    Thank u,
    Shabeer ahmed.

  • MIRO BTE or User-Exit for FI Document

    I need to know if exists a BTE or User-Exit I can use for the MIRO Transaction after the system assign the FI document number, because I need to assign that information in a 'Z' table.
    Regards,
    Juan

    Hi,
    1) Create a RFC Function modules which takes MIRO INVOICE number as input..
      In that select from BKPF with the invoice to get the accounting document details....
    2)
    Try to use the BADI INVOICE_UPDATE.
    In that use the method..CHANGE_IN_UPDATE..
    When you implement the method..
    In that code..Call the RFC FM IN BACKGROUND TASK.
    THis should work..
    Thanks,
    Naren

  • Change the FM Document from MIRO (using BTE)

    Hi,
    At the moment to post the document from MIRO, I need to change the fields Commitment Item (FIPOS) and Funds Center (FISTL) of financial accounting document in order to FM document takes the new values. 
    I Used the FIBF with a BTE (Event 1120), the fields FIPOS and FISTL in the financial accounting document were changed but the FM document does not take the new changes.
    Somebody can help and determine which can be the problem or if I need to do something different.
    Thanks a lot.
    Sandra M. Pulido

    Hi,
    This is my code in the function:
        LOOP AT t_bseg.
            READ TABLE T_BSEGSUB WITH KEY TABIX = v_tabix.
            t_bsegsub-fipos = v_fipos.
            t_bsegsub-fistl = v_fistl.
            MODIFY T_BSEGSUB INDEX v_tabix.
        ENDLOOP.
    You can see that is the same like yours and changed the values in the financial document but this last one is the base for the other document (FM).
    It's right that I can only substitute the field avalaible in the structure BSET_SUBST and these fields doesn't exist in structure but with an append structure I did.
    Thanks for your answer,
    Sandra M. Pulido

Maybe you are looking for

  • Links to webpages not working, redirecting to several others when closing sometimes find desired website behind the undersired one.

    Links redirecting to several other websites. eg., mastermarketplace.com, consumersurveygroup.org, and eclickz.com. When closing these pages, I sometimes find my desired webpage behind them. Or I have to try again to get the proper webpage. Thank you,

  • Modification are not updating in the program

    I had done some modification to the existing program and activated. When i came out from the program that modification are not appeared. Could you tell me the reason

  • Issue with setting preferences

    This is part two, I guess, of this thread: http://discussions.apple.com/thread.jspa?threadID=292439&tstart=0 After I deleted my preferences file, iTunes started up fine and dandy, but after I set check the "sound check" preference, it does it all ove

  • ArrayNew and cfinvoke

    Hello Everyone, I am working on a small tool and I want to invoke another function from within another function while passing an array to the function being called. I create the the array: <cfset zones = ArrayNew(1)> <cfset ArrayAppend(zones, #get_op

  • Download update help!

    Does anyone know how to fix an installation update error when downloading a trial? it tells me "unable to download update"  - learn more. I am unsure why this is happening and need a quick fix for download.