Migrated BADI Implementation not triggering in ECC 6.0

Hi Experts,
Need your urgent assistance how to deal with migrated BADI implementation which is not triggering in ECC 6.0. This is for PO (ME_PROCESS_PO_CUST). In the original version (4.6) it was working fine. But when this is migrated to ECC 6.0, it's not firing. Please help to trigger this one in ECC 6.0.
Points will be awarded and thanks in advance,
LM

Hi LM,
Can you just paste the code in the BADI.(The method in which code is there)
Is this BADI implemented and in the Active status.
Check in SE19 if the implementation exist or not?
There may be chances that some condition is not met which can trigger this BADI. Have you read the documentation of the BADI?
Regards,
Atish

Similar Messages

  • SRM BAdI BBP_PGRP_ASSIGN_BADI not triggering

    Hi All,
    I want to assign purchasing group to the shopping cart item based on Plant and Storage location.I found BAdI BBP_PGRP_ASSIGN_BADI suitable for this at SRM side, so I implemented it.But this BAdI is not triggering.
    Can anyone please let me know why its not trigerring?
    Thanks in advance.

    Hi Rahim,
    There are two BADI's existing in the SRM system for this:
    (1) BBP_PGRP_ASSIGN_BADI - This BADI will be used to assign the Purchasing Group for the follow-on- documents created for the Shopping cart.
    (2) BBP_PGRP_FIND - This BADI will be used to change the Purchasing Group based on some logic in the Shopping cart itself.
    So, In your case, I request to sit with your Technical Guy and give these BADI details to acheive this requirement.
    It is possible and we have implemented similar logic in our project.Please let me know for any help.
    Also, Request to please post this type of queries in the SRM Community so that you will get the replies fast.
    Thanks
    Sunil.

  • BAdI BBP_PGRP_ASSIGN_BADI not triggering

    Hi All,
    I want to assign purchasing group to the shopping cart item based on Plant and Storage location.I found BAdI BBP_PGRP_ASSIGN_BADI  suitable for this, so I implemented it.But this BAdI is not triggering.
    Can anyone please let me know why its not trigerring?
    Thanks in advance.

    668754  Call of BADI BBP_PGRP_ASSIGN_BADI in ExtReq - inbound
    692056  Backend purchasing group to BBP_PGRP_ASSIGN_BADI incorrect 
    751310  BADI interface enhancement and call adjustments 
    954511  BADI enhancement ET_PD_PORG not transferred
    1027026  BBP_BID_INV: BBP_TRANSFER_GROUP doesnt split bid invitation
    1026818  BBP_PGRP_ASSIGN_BADI: Wrong backend purchasing organization 
    there are above problems reported on this BADI . tell your actions what you want to achieve by code so technical resources can cath the errors.
    update a piece of code what you wriiten to change the standard behaviors.so someone will help easily.
    As per standard SRM -> Upon the PURCHASE GROUP ->Responsibility TAB - purchase group determined by product category.
    Product category - CARS -> Purchase Group -> AAA -- responsible purchaser JAMES
    Product category - BIKE-> Purchase Grouo> BBBResposible Purchaser --> MIKE GANON
    muthu

  • Migrating BADI from 4.7 to ECC 6.0

    Dear Gurus,
    We r migrating from SAP 4.7 to ECC 6.0
    We have one BADI - ME_PROCESS_PO_CUST where we have made changes according to the requirement
    After upgrading to ECC 6.0. This BADI is not working even though it is in active mode.
    Any specific procedure for BADIs during upgrade
    Please let me know how to make it work ?
    Rgds,
    Saurabh

    hi Saurabh,
    did you got solution
    pls let me know that, we have same problem...
    thanks in advance.

  • Central Contract Mngt: Contract Confirmation Out not triggering from ECC

    Hi,
    Can some one take a look at this and let me know if you have any suggestions
    After following note 1268821 we have Contracts replicating from SRM to ECC via PI. However we are not getting the Contract Replication Confirmation Out triggering from ECC to SRM   The configuration in PI is waiting to receive PurchasingContractSRMReplicationConfirmation_Out from ECC for delivery to PurchasingContractSRMReplicationConfirmation_In in SRM.
    Does anyone know what we maybe missing, perhaps a setting in ECC that will trigger the Confirmation Out to SRM?
    Any help much appreciated.
    Che

    Just an update.
    It turns out that ECC is generating message PurchasingContractERPConfirmation_Out which is contrary to what we are expecting PurchasingContractSRMReplicationConfirmation_Out.
    Have logged it with SAP support for now.

  • Activate extended-classic by badi -- PO not created in ECC

    Hi,
    in certain circumstances I activate the extended-classic escenario in SOCO using Badi BBP_DETERMINE_LOGSYS~DETERMINE_LOGSYS:
    'logical_system  = 'ECCSYSTEM'.
    I do this because i need to launch the PO workflow in SRM for the PO created in the SOCO. The problem is the PO is created with the 'saved' status, not in 'order' status, and also when  it approves such requests are not replicated to ECC.
    If i change the scenario with the BBP_EXTLOCALPO_BADI~DETERMINE_EXTPO Badi I have no problem, the PO is created with 'order' status and when i approved the PO is replicated inmediately in ECC.
    Any idea about this problem?
    The scenario is classic in srm 7 with ehp8.
    Thanks.

    Hi,
    I would believe the configuration is not properly done in your system.
    The BADI BBP_EXTLOCALPO_BADI~DETERMINE_EXTPO is the only BADI you can used to adjust if ECS PO will be created.
    By using the BADI BBP_DETERMINE_LOGSYS, it has instead lead to a SRM local PO is requested for and this PO will never replicated to the ERP. If you are not requiring it, please leave this BADI completely.
    ECS PO will always be ordered when the PO information is complete. It will be HELD status when the information is incomplete. If you encountered HELD status, it means a purchaser has to complete those missing information first before the ECS PO can be saved. Do you have some customer fields that are mandatory but not populated in the SOCO creation and this lead to HELD status?
    Regards.
    YS

  • Proxy not Triggered on ECC

    Hi Experts
    I am working on a File to Proxy scenario, Messages are being sent to ECC after content conversion sucessfully however the Proxy (Method) is not getting triggered on ECC
    Looks like all the messages are sitting in some queue on ECC ,
    Can anyone please let me know how to triggere the messages that are being stuck on ECC and clear out them, to process sucessfully
    Thanks
    PR

    When I checked the message which is schduled on ECC have the following error message
    Please enter 8th, 9th and 10th digits between 000 and 999 in the format of '000'
    This must be data inconsistency while updating data in ECC system. There might be some validation defined on some field for which the system is expecting 000 to 999 value. Please check with your ABAP and Functional teams for which field the validation is defined and check your xml payload as well.
    And also ask your ABAP team to debug with the payload generated in ECC system.
    Also check your queues are registered in ECC or not. If not then register and check.
    Regards,
    Naushi

  • ISR SCENARIO BADI Implementation not called

    Hi All,
    I have an issue when trying to run standard ISR scenario(SMC1).
    I have an external breakpoint at QISR1 BADI implementation method if_ex_qisr1~int_service_request_check of class CL_IM_QISR1_SMC1, but it doesn't stop when i clicked check button.
    The application i am running QISR_UI_FORM with parameters SCENARIO=SMC1&MODE=CREATE.
    I have a feeling that it is not even calling the implementation method, as it submits the form blank without doing any checks though the implementation exists and is active. I have also checked that the filter is also specified for implementation as SMC1.
    I have tried a custom scenario as well, same thing happens in this case as well.
    What is that i am missing?
    We are on ERP 6.0 EHP 4.0. I am starting to use ISR framework to implement the standard forms SAP delivered as well to do some custom scenarios.
    Another question: which framework is right to implement for doing (some standard forms, travel, PM forms and some hr forms) , i am also thinking about HCM Processes and Forms. Which one is right way to go ISR Framework or HCM P&F?
    I understand that HCM also needs ISR scenario.
    Please answer my question.
    Thanks
    Anu

    Can you please write the note number.... I think this BAdI thing frustrates a lot of people....
    THX,
    Gregor

  • Badi BBP_CREATE_BE_PO_NEW not triggering

    Hi all,
    Iam working on classic scenario. Working in ERP 4.0. The requirement is to populate dummy account assignment details to the shopping cart (which is successfully achieved using the badi BBP_DOC_CHANGE_BADI). 
    Next I have to remove the populated dummy account assignment details during the process of PO creation, which Iam trying to achieve using the badi BBP_CREATE_BE_PO_NEW.
    But this badi gets triggered only when the old scenario ie ERP 1 or 2 is being used. But it does not trigger while using ERP 4.0.
    I have tried checking SDN and other sites, but could not get any reply. I have checked the link http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=23593303, but does not help.
    Please help.
    Edited by: Aiswarya Chandrasekaran on Jun 6, 2011 6:31 AM

    hi,
    for this scenario, pls confirm if PO is created in the ERP system or locally in SRM.
    if PO is created locally in SRM, then this BAdI will not be triggered.
    if PO is created directly in the ERP system, then BBP_CREATE_BE_PO_NEW  BAdI should be triggered.
    regards.

  • Migrating BADI defn  during Upgrade to ECC 6

    Hi All,
             During Upgrade from 4.6C to ECC 6 , we are encountering a BADI Definition in SPAU list.Please let me know the procedure to handle this. Is it the same way as we migrate Classic BADI to ECC 6.0 New BAdI->Enhancement Implementation?
    Thanks
    Vasuki

    Can you specify which BADI is giving you a problem.
    Regards,
    Suhas

  • BADI ME_PROCESS_PO_CUST is not triggering while creating/changing PO

    Hi,
    I am new to BADIs,
    I am trying to implement BADI ME_PROCESS_PO_CUST in ECC 6.0. I have done the implementation and activated. I kept a break point in PROCESS_ITEM method, but the BADI is not triggering while creating or changing the PO. Please advice me what could be the reason behind this?
    I used the SQL trace but i couldn't get the BADI ME_PROCESS_PO_CUST in the list.
    thanks in advance
    Regards
    Jagadish

    hello jagdish,
    implement   this user exit.....
    MM06E005...
    go to     EXIT_SAPMM06E_017   in that   then you can put a break point in the user defined function module.....
    or use
    BREAK  'C5133392'  (use your user in place of C5133392)....it will stop here while creating PO or changing PO...
    now you can do whatever you want to do in create or change PO using this function exit......
    perform the validations on import parameters.....to create  or change ....and activate the project....
    hope this will give you some idea and help

  • Method ACTIVATE_PDS_2005 is not availble in ECC 6 in BADI CUSLNTRTO_ADDIN

    method ACTIVATE_PDS_2005 is not availble in ECC 6 in BADI CUSLNTRTO_ADDIN, is there any replacement or particular solution availble?
    Please advise.

    Hi Julia,
    My question is different, that Method is the BADI is not availble in ECC 6.0 to implement the solution (Active x parameter).
    is there any alternative method to keep this BADI in ECC 6.0 active by setting up that parameter?
    The solution you suggested we already implemented in 4.7 version thats working fine, since we are upgrading into ECC 6 we are not able to find the same method in that BADI.
    Thanks,
    Suresh.

  • BADI PROCESS_PO_CUST  is not triggered from APO tcode  /n/sapapo/snptlb

    Hi ..
    We are using BADI : PROCESS_PO_CUST  to make Client Specific Changes and is Working Fine in R3.
    But While create PO in APO Via transaction(/n/sapapo/snptlb)  this BADI is not triggered.Please let me know if you have any inputs on the same
    Cheers
    Mukundan.R

    Solved. Thanks to ABAPOne.
    Referring to: FIELDSELECTION_ITEM method in ME_PROCESS_PO_CUST Badi

  • MB_DOCUMENT_BADI not triggring in ECC 6.0 version

    Hi All,
    We are upgrading our SAP R3 from 4.6c to ECC 6.0.
    In the new system, Transaction SE18 now has two options
    1. Enhancement spot
    2. BAdI Name
    When I display my BADI MB_DOCUMENT_BADI
    Attributes tab shows BAdI migrates to enhancement spot MB_GOODSMOVEMENT
    When I display Enhancement spot Technical details Tab shows Enhancement Implementation Status shows "Initial".
    We have implemented this BADI in our 4.6c version. And it’s triggering when I run MIGO transaction.
    In the new system BADI is not triggering when I run the MIGO.
    Above is the only difference I found in the new system when compared with our old system settings.
    Can any one suggest me what all the things I need to take care to get working this BADI
    Thanks,
    Satish

    Hi
    Also please read this.
    Business Add-In: Create a Material Document
    Business add-ins when creating a material document
    The enhancement MB_DOCUMENT_BADI has two methods that are called up by the same interface, though at different times. All material document data from the following tables is transferred to this business add-in:
    MKPF (material document header)
    MSEG (material document items)
    VM07M (update data)
    This data can be used in other programs, but cannot be changed.
    The methods differ according to the time at which they are called up:
    The method MB_DOCUMENT_BEFORE_UPDATE is called up before the FI document is created. This means that it is called up even if the program is terminated by an error during the subsequent processing. The update of data in separate tables should always be contained in function modules that are called up with the addition 'in update task'. This ensures that all the data is updated consistently.
    The method MB_DOCUMENT_UPDATE is not carried out until update. This means that all updates are carried out immediately in their own tables and do not have to be contained in 'update task' in function modules. For performance reasons, you should not re-read the tables or carry out any time-consuming routines at this point.
    You should always call up MB_DOCUMENT_BEFORE_UPDATE before MB_DOCUMENT_UPDATE, particularly if time is a critical factor when posting the material documents. The method MB_DOCUMENT_UPDATE is processed after the FI document numbers are called. As a result, no other FI documents can be posted until this document is completely updated.
    Even if the two methods are in the same class, you cannot access the same global fields, as the methods are called up at different times and are therefore carried out in another roll area.
    From the business add-in display, you can go to coding examples for both methods by choosing Goto -> Example coding -> Display
    Note
    The enhancement does not transfer any data to the material document, that is, you cannot change material document data before it is updated.
    If this business add-in is not set up properly, it may result in an inconsistency between the documents and the stocks and between the material documents and the accounting documents. Inconsistencies like these may be caused by the following elements in the business add-in:
    COMMIT WORK
    Remote function call (CALL FUNCTION ... DESTINATION)
    Own updates in document tables or stock tables (for example, update in tables MBEW, MARD, MSEG)
    The unlocking of data (for example, via DEQUEUE_ALL)
    Before the two business add-ins are called up, data is already flagged for the UPDATE. If a COMMIT WORK or a Remote Function Call is transmitted in the enhancement, these are written in the database. If another error occurs after the business add-ins are processed, you cannot carry out a complete ROLL BACK, as the data up to the COMMIT or Remote Function Call has already been written in the database. This can result in an inconsistent status (for example, material document without accounting document), which can only be repaired with considerable cost and effort.
    The business add-ins are not suitable for customer-specific updates in the stock tables, as updates like these destroy the standard stock update.
    Unlocking the data (for example, via DEQUEUE_ALL) is also critical, as the data that is to be updated is no longer protected from updates from external systems, and inconsistencies can result from parallel updates.
    Before you activate an enhancement, check carefully that the business add-in does not contain any critical coding places.
    If data inconsistencies have already occurred in your system as a result of the business add-in, remove the critical coding so that it does not cause any further inconsistencies.
    Business Add-In: Change Item Data in Transaction MIGO
    Use
    Application component: MM-IM-GR-MIGO
    The Business Add-In (BAdI) MB_MIGO_ITEM_BAdI enables you to set the storage location and item text in the transaction for goods movements ( MIGO).
    The Business Add-In is called when a new item is inserted in MIGO or when an existing item is changed.
    If changes are made at header-level, the Business Add-In does not run; the header data is then transferred to the external application for information.
    All available header and item data is transferred from MIGO to the external application.
    The determined storage location and item text of a material document item is transferred back from the external application.
    Note
    The Business Add-In is called in MIGO at different times. The external application must be prepared for this.
    Standard settings
    In the standard system, the Business Add-In is not active.
    There is no default code that would run without an active implementation.
    The Business Add-In is not filter-dependent.
    The Business Add-In cannot be used more than once.
    Activities
    To activate the Business Add-In, you must create an active implementation. Do this in Inventory Management and Physical Inventory Customizing and choose the relevant activity under Maintain Customer-Exits and Business Add-Ins.
    For more information about this procedure, see the SAP Library under
    Basis Components -> ABAP Workbench -> Changing the SAP Standard -> Business Add-Ins -> Implementing Business Add-Ins.
    Example
    Storage location determination
    The Business Add-In should be used for a customer-specific storage location determination.
    Item text
    Goods receipt for purchase order with account assignment: As the purchase order item does not have a material number, the material short text in the puchase order should be adopted as the item text.
    Example of source text:
      IF IS_GOITEM-MATNR IS INITIAL.
        E_ITEM_TEXT = IS_GOITEM-MAKTX.
      ENDIF.
    If the material short text is to be adopted as the item text for all goods movements, the source text only consists of the following line:
    Example of source text:
        E_ITEM_TEXT = IS_GOITEM-MAKTX.
    Further notes
    Documentation on the BAdI method:
    Change particular fields of a line (GOITEM)
    ITEM_MODIFY
    You can also call the documentation on the BAdI method via the menu, by carrying out the following steps:
    1. Choose the tab page Interface.
    2. Double-click on the relevant method.
    3. Click on the right mouse button and choose Component documentation.
    Change a Row from Certain Fields (GOITEM)
    Functionality
    The ITEM_MODIFY method makes it possible to set the storage location and item text in the transaction for goods movements ( MIGO).
    The method is called if a new item is added in MIGO or if an existing item is changed.
    If changes are made to the header, the method will not run; however, the header data is transferred to the external application for information.
    All available header and item data is transferred from MIGO to the external application.
    The external application then transfers back the determined storage location and the item text of a material document item.
    Requirements
    Note that the Business Add-In can run several times for each material document item if entries are changed on the entry screen, or if error messages are outputted.
    Result
    The storage location and item text is returned from the external application to MIGO. The item text is also saved in the accounting document.
    Note:
    Data is only copied into MIGO, if the corresponding fields are visible and ready for input.
    Parameters
    The following structures are transferred:
    IS_GOHEAD: contains the header data for the goods movement
    IS_GOITEM: contains the itemd ata for the goods movement
    E_STGE_LOC: storage location
    E_ITEM_TEXT: item text
    Exceptions
    None
    Notes
    GOITEM includes all information on an item, in other words, both business data (material number) and technical data (for example, whether or not a tab page is to be shown for an item). We recommend you only analyze the business data of an item, as the technical data may be changed due to new developments at SAP.
    Documentation for Business Add-In:
    BAdI in MIGO for Changing Item Data (MB_MIGO_ITEM_BADI)
    <b>Also try out the BADI - MB_MIGO_BADI</b>
    Business Add-In: Maintain External Detail Subscreens for Transaction MIGO
    Use
    Application component: MM-IM-GR; MM-IM-GI
    With the Business Add-In (BAdI) MB_MIGO_BADI, you can extend the interface of the goods movements transaction ( MIGO) with additional tabstrip controls for the detailed information (detail tabstrips) and header information (header tabstrips). It is possible for an external application
    to display an additional detail tabstrip with own subscreen (max. 10 lines) in MIGO
    to display an additional header tabstrip with own subscreen (max. 3 lines) in MIGO
    The program name, screen number and tab page text can be determined dynamically. Different screens can therefore be controlled according to the mode (for example, change mode, display mode, goods receipt, goods issue).
    Pushbuttons
    It is not possible to implement pushbuttons in the MIGO menu, but you can, however, implement pushbuttons directly on the external subscreen. The OK code from MIGO is forwarded to the external application so it can react.
    Cursor Control
    So that the cursor stays on the same subscreen after you press Continue, if it was positioned there before, the external application in the own PAI must hold the cursor positioning (on the same screen 'yes'/'no'; if 'yes', on which field), to set the cursor in PBO again.
    Requirements
    If you use the BAdI MB_MIGO_BADI in MIGO to update customer-own data, in addition to the material document, to the database, you should note the following:
    The BAdI MB_MIGO_BADI is only active in transaction MIGO.
    If you post goods movements with other transactions (for example, with MB01, MB1C, VL02N), you must ensure that customer data is also updated, if necessary.
    You can do this by using the BAdI MB_DOCUMENT_BADI (Creating a material document) to post the goods movements with the transactions mentioned above.
    Note that otherwise, posting the goods movements will lead to inconsistencies between SAP system data (for example, in stocks, material documents, FI documents) and customer data.
    To avoid these inconsistencies, we recommend posting all goods movements with transaction MIGO.
    Standard settings
    In the standard system, the Business Add-In is not active.
    There is no default code.
    The Business Add-In is not filter-dependent.
    The Business Add-In can be used more than once.
    Activities
    To activate the Business Add-In, you must create an active implementation. Do this in Inventory Management and Physical Inventory Customizing and choose the relevant activity under Maintain Customer-Exits and Business Add-Ins.
    For more information about this procedure, see the SAP Library under
    Basis Components -> ABAP Workbench -> Changing the SAP Standard -> Business Add-Ins -> Implementing Business Add-Ins.
    Note that the Business Add-In can be used multiple times and therefore all active implementations are called and run through.
    Create Implementations
    BAdI definition MB_MIGO_BADI was created with transaction SE18.
    Using transaction SE19, you can create an implementation for this BAdI. You can provide the methods with customer-defined code.
    The BAdI definition can be used several times. In MIGO, five additional tabstrip control were defined for the detail screen, and five additional tabstrip controls for the header information. In other words, up to five different implementations can be created.
    Recommendation
    We recommend that you do not install the external application data directly in the implementation, but enclose it in function modules. You assign the screen with the subscreens to the corresponding function group; see the example implementation.
    Example
    For easier comprehension, an example code has been created for the BAdI MB_MIGO_BADI. The example implementation class isCL_EXM_IM_MB_MIGO_BADI.
    To activate the example implementation, use transaction SE19 to create a new implementation and then activate it. Copy the example code with Goto -> Sample Code -> Copy.
    The tabstrip controls MIGO BAdI Example are then displayed in MIGO for the header and detail information.
    On the tabstrip control for the detail information, you can enter an additional quantity (and unit of measure). Both are saved in table MIGO_BADI_EXAMPL.
    The text field SGTXT can also be changed. An example shows how an external application can change the data from the GOITEM (item data in MIGO) structure.
    On the tabstrip control for the header information, you can enter an additional number. This is saved in table MIGO_BADI_EXAMP2.
    Further notes
    Documentation for BAdI methods:
    Initialization and registration of external detail screens:
    INIT
    PBO of detail screen
    PBO_DETAIL
    PAI of detail screen
    PAI_DETAIL
    Insert / change line (GOITEM)
    LINE_MODIFY
    Delete line (GOITEM)
    LINE_DELETE
    MIGO reset (delete all internal data)
    RESET
    Post a goods movement
    POST_DOCUMENT
    Check item data for goods movement
    CHECK_ITEM
    Mode of transaction MIGO (action, reference document, etc.)
    MODE_SET
    Status information and header data
    STATUS_AND_HEADER
    Save held data
    HOLD_DATA_SAVE
    Load held data
    HOLD_DATA_LOAD
    Delete held data
    HOLD_DATA_DELETE
    PBO of header screen
    PBO_HEADER
    PAI of header screen
    PAI_HEADER
    Check item data for goods movement
    CHECK_HEADER
    You can also call the documentation on the BAdI method via the menu, by carrying out the following steps:
    1. Choose the tab page Interface.
    2. Double-click on the relevant method.
    3. Click on the right mouse button and choose Component documentation.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • BADI for MIGO transaction in ECC 6.0

    Hi All,
    We are upgrading our SAP R3 from 4.6c to ECC 6.0.
    In the new system, Transaction SE18 now has two options
    1. Enhancement spot
    2. BAdI Name
    When I display my BADI MB_DOCUMENT_BADI
    Attributes tab shows BAdI migrates to enhancement spot MB_GOODSMOVEMENT
    When I display Enhancement spot Technical details Tab shows Enhancement Implementation Status shows "Initial".
    We have implemented this BADI in our 4.6c version. And it’s triggering when I run MIGO transaction.
    In the new system BADI is not triggering when I run the MIGO.
    Above is the only difference I found in the new system when compared with our old system settings.
    Can any one suggest me what all the things I need to take care to get working this BADI
    Thanks,
    Satish

    Hi satish,
                Pls check here,
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://www.esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    Cheers
    Hareesha k

Maybe you are looking for

  • I need some help, because JAVA don´t work in browser after update 7u51 for 64bits.

    ... I don´t get more some sites that need to use JAVA to work. I tried several options, but I didn´t get!!! Java after update, it doesn´t want to work, the browser (Chrome, Firefox, Safari and Exporer) don´t get to find update and I don´t understand

  • Need help with photo syncing

    I am trying to help my mom with her iphone and picture question - having no iphone myself I am a little unsure of how to set up her phone.  She wants to have her pictures on the phone  sync or transfer to her pc when she connects without all of the p

  • Word 2007 and Windows 7

    When opening a document from My Documents, first I am asked if I want to give MS Word permission to make changes on my computer. Then an error message, without a code, "There is a problem sending the commandto the program." To use Word I have to star

  • Problem with resultset FetchSize() method

    I am making call to stored procedure.I have set the fetchsize of result set to 1000.Even though the size is set for first fetch only 10 records are fectched which is default size and for next fetch 1000 records are returned. I am using Tomcat web ser

  • IPod wont come up in iTunes

    When I connect my iPod to my mac, it is reconized by profiler, so the usb ports definetly works, but will not open in iTunes, when I had a pc it would just automaticlly open, it dosen't here.