Reverse enhancements in BDT business partner BUPAFLDMOD

Hello
In my system some BDT course participants made some changes in the screens of the tab page "address overview" and also abap code and messages using BDT. In the transport requests I can see:
Workbench request:
    I37K900369   SCHUL30      Repair
        Documentation
            NAZK004
        Table Index
            BUT000    ZA
        Single Message
            ZK004
Customizing          Customizing request
    I37K900367 812   SCHUL09      Schulung BDT
        I37K900368   SCHUL09      Customizing Task
            View Cluster Maintenance: Data
                BUPAFLDMOD
                BUPATBZ3A
                BUPA_TBZ3
                BUPA_TBZ3C
                BUPA_TBZ3E
tables:
ZZ13BUT000
Z03BUT000
How do I get the system back to standard?
regards
Arjan

I will try to deactivate with SE03 append z structures

Similar Messages

  • CRM_BWA_MFLOW - Enhance datasource 0BPARTNER_ATTR - Business Partner data

    Hi Gurus,
    I tried to enhance datasource for Business partner master data 0BPARTNER_ATTR in a SAP CRM System (rel. 4.0).
    I used BADI CRM_BWA_MFLOW as a definitions and followed the How-to paper “How to enhance CRM content DataSource” – the interface seams to be ok – it is activated.
    BUT it seams not to work.
    I checked it via RSA3 – Extraction checker in debug mode but I’m not able to jump in my code.
    I guess, I miss one step in the implementation?
    Can anyone help me - this would be great.
    Best regards
    Grit

    As far as I can understand, it seem that you did not include it into the CMOD transaction.
    In order to do this, you need to do the following:
    1 create and henancement into the structure of the 0BPARTNER_ATTR with you additional field, go into transaction CMOD
    2 Select the project for BW, if you don't have one, just create it. (You need to include it into the data packet for BW, if you don't have you must create it otherwise you'll get the data packet tmp and you cannot transport it)and select the Henancement Assignment RSAP0001.
    3 In the components area you'll get 4 functional exit:
    EXIT_SAPLRSAP_001
    EXIT_SAPLRSAP_002
    EXIT_SAPLRSAP_003
    EXIT_SAPLRSAP_004
    click on the first exit and than click on INCLUDE ZXRSAU01
    in this include you go in the change mode and input this king of code:
    WHEN '0BPARTNER_ATTR'.
    PERFORM and input you code. 
    Rgs
    Antonino

  • Need Enhancement spot in Business Partner Creation/Change

    Hi all ,
    In Business partner creation/Change screen(Tcode BP),if pressing BACK or CANCEL button without saving data, it will ask for confirmation that Want to save data or not.If we press YES it will save the data,or if we press  NO it won't. Is there any Enhancement spot (User exit or BADi) available after triggering the above confirmation message.If so kindly intimate me the Exit name or BADi name.
    Thanks in Advance..

    Try using Implicit Enhancements .
    I have got implicit enhancements over here for you.
    check out if Useful while dubugging.
    include :LBUS_LOCATORF05
    screen 3000
    prog SAPLBUS_LOCATOR
    form dynpro_pai_begin
    dynpro_pai_end
    create IMPLICIT enhancements here.
    To avoid confusion write your code after IF condition checking for
    GV_OK_CODE which is BUS_MAIN_BACK and dynpro number.
    If you dont know Implicit enhancements try this link
    http://www.sapdev.co.uk/enhance/eframework/eframeworkhome.htm
    checking ok_code is necessay otherwise it will be executed everytime PAIis triggered.

  • CRM BDT Business Partner

    Hello,
    how is it possible to read the information of the BP Dynpro when creating one. I´ve created an own function module. In the BUS7 I´ve set this one in the event DSAVE. How can I get now the data from the dynpro, e.g. postal code?
    Thanx for replying
    Andreas

    Hi Siggi,
    thanks for your reply. I´ve used the funtion module, but it´s not working.
    Let me explain the problem again.
    I´m in the transaction BP of the CRM and want to create a Business Partner. In the transaction BUS7 I have the opportunity to call an own function module at special events. For example at the event DSAVE. My own funtion module will be called if I´m creating a Business Partner. The problem I have is that I cannot read the data of which made in the transaction. The function modules you can use don´t support any interface. I just have to read one field. The postal code, but i don´t know how to do it.
    Best regards
    Andreas

  • Enhancement of Business Partner (Relationships) using BDT -Bus Data Toolset

    Dear Experts,
    I have a requirement from my customer enhancing the Business Partner Relationships using BDT.
    I should add 2 fields namely salary, employer start date in the Business partner Relationships, it must be added in the characteristics of relationships as one employee can have multiple employers and vice versa.
    If I would like to add the fields in Business Relationships using BDT, are the steps same as adding fields in business partner? or do we need to perform any other steps? Did someone already did this type of modification, please provide your suggestions.
    After adding the fields is it possible to cusomize the fields for history of the changes? e.g. if salary field has been newly added and after creating a BP after some days I want to change the salary and for the changed salary I want to have a history.
    I would appreciate if you can help me with your suggestions.
    Many thanks and best regards,
    Afroz

    Solved the problem Using EEWB.

  • BDT tool for Enhancing Business Partner

    Hi all,
          I have read that Business Partner can be enhanced using BDT tool, but iam not getting any proper help on how to use it.
        Help me with this.
    Thanks in Advance.
    Kishore Yerra.

    Kishore
        Please find here the <a href="http://help.sap.com/saphelp_crm50/helpdata/en/2f/696d360856e808e10000009b38f839/frameset.htm">BDT Document</a>
    Thanks
    <b>Allot points if this helps!</b>

  • Adding Custom fields in ECC Business partner BP - (BUT000) using BDT or EEW

    Hello BDT / EWWB Gurus,
    We have a requirement to add custom fields to ECC Business partner, which interns create custom fields in But000 table.
    I would be great if anyone could let us know how to add Custom fields using BDT or EEWB.
    Please also elaborate the step by step process.
    thanks.
    Regards,
    Preethi.

    Hi Clemens,
    Thanks for the reply.
    I had read the document and it has given lot of information.
    Actuall my requirement is to add custom fields in But000 table and the data will be controlled through BRFPlus application in TRM. Lot of forum thread suggesting to use EEWB to enhance the Business partner but000 table.
    I would be great if you could let us know which methodalogy should I use to enhance the But000 table and what are all the impacts and also please let us know the process steps to enhance the but000.
    Thanks.
    Regards,
    Preethi.

  • How to get business partner in BUPT for BP screen enhancement ??

    I have enhanced Business partner transaction screen using BDT - BUPT to show a sub screen, my problem is that I don't know how to get the BP no at subscreen level. Please help.

    A subscreen should have the main screen data available, so you just have to refer to the main screen's BP field.

  • Hiding a field in Address tab of Business Partner Using BDT

    Hi,
    I want to Hide the title field in the Business Partner transaction, which exists in the Address Tab using BDT.
    Could you please let me know whether i need to create a custom screen for this or is there any other way where we can modify the predefined screen directly?
      Kindly help me regarding.
    Thanks and Regards,
    Gopi.

    Hi Gopinath,
    Please go through this link..,
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/35/696d360856e808e10000009b38f839/frameset.htm
    This is the introduction regarding BDT ( Business Data Toolset)
    Here you will find some information, I think it may help you.
    Cheers,
    Swamy Kunche

  • Problem with SRM Business Partner enhancement using EEWB.

    Hello Gurus,
    I am doing Business Partner Enhancement using EEWB. basically adding new tab with few data fields. After using EEWB, the new tab hasbeen generated automatically and BP is creating successfully and data is stored in tables.
    But in the custom tab, the fields are displaying in table format after using EEWB. User dont want in the table control, and they want normal screen fields.
    How can we do that.  After that, will it reflect to portal automatically or do we need to do any thing?
    Pls suggest me.
    Regards,
    Ram

    Hi all,
    I used EEWB to enhance BUT000 wiht a new field and a new tab.
    How can I show them in SRM7?
    BBPMAININT has been replaced with an "equivalent" WebDynpro application and old Badis are not supported anymore.
    any ideas?
    thanks in advance.
    Albe

  • Product master screen enhancement and Business partner screen enhancement

    Can anyone please let me know how to enhance screen, DB for Product Master and Business Partner  in SRM.
    Thanks in advance.
    Regards,
    Nilesh Kumar

    Hi Nilesh,
    For enhancing the BP screen you can refer the following links:
    Re: Customer fields in BP
    Re: Business partner enhancement
    Thanks,
    Pradeep

  • Enhance business partner in SRM 7.0

    Dear experts,
    could you please help us -
    is there any way to add customer fields on business partner maintenance transaction
    in SRM 7.0?
    In SRM 5.0 it can be done without any problems with the help of note 675800 and EEWB.
    But the BADI BBP_BUPA_GET_CUF mentioned in this note is seemed to be obsolete in SRM 7.0
    Maybe someone is already solved this task in SRM 7.0?
    Thanks a lot,
    Andrey.

    Hi,
    This note seems to be for adding a custom table , I have to add custom fields in the supplier business partner screen.
    Do you have any idea how this should be done?
    Thanks & Regards
    Prabhu

  • Duplicate check: access ID of current business partner

    Hello,
    we're using BADI ADDRESS_SEARCH to perform duplicate check of business partners in CRM 7.0.
    Some relevant address fields are passed to method ADDRESS_SEARCH (e.g. city, country, ...), however, not the partner ID or the GUID of the business partner.
    Is there any chance to access the currently processed business partner from inside the BADI method? The former (CRM 4.0, 5.0) BDT function modules "BUPMEMORY" don't work any more.
    The thing is that we need to control the duplicate check based on several BP attributes like grouping, BP role, and so on.
    Kindly consider that we're not in the IC (interaction center) but in the CRM web client (role SALESPRO)
    Many thanks for any help & kind regards
    Wolfgang

    Hi,
    One way is to enhance the custom controller of the BP_HEAD component, add a new attribute e.g., BP No or GUID and set its value on submitorenter event or save event and inside the BADI retrieve the custom controller reference to fetch the BP No or GUID.
    Regards
    Prasenjit

  • Add custom fields to the business partner (UKM_BP) thru BADI

    Hi
    I want to know how to add Additional business partner attributes(custom fields) to Business partner (Transaction : UKM_BP)
    I also added the custom fields to structure UKM_S_BP_CUSTOMER_EXTENSION in the method FILL_FIELDS of BADI UKM_BP_ADD_FIELDS, But nothign is populating on the screen of UKM_BP after activating the below BADI's with SAP provided sample code with above structure.
    there are 2 BADI's for this requirements but it doesn't any thing about the screens
    UKM_BP_ADD_FIELDS
    UKM_EV_FORMULA
    Please let me know the detailed steps other than activating these BADI's with sample code by SAP.
    Thanks
    Govi

    Thanks for your reply
    BADI - UKM_BP_ADD_FIELDS
    Documentation of this BADI shows as follows...
    With this BAdI, you can define additional business partner attributes that you define in a business partner master record and want to use as fields in the formula editor.
    To use the new fields, implement the BAdI: Formula Parameters and Functions (UKM_EV_FORMULA)
    Methods of this BAdI:
    FILL_FIELDS
    To provide additional fields for the formula editor
    FILL_ADD_INFOS and SAVE_ADD_INFOS
    To define additional information for the following data in table form:
    Collateral
    Negative event
    Check exceptions
    Credit insurance
    I enhanced the structure(UKM_S_BP_CUSTOMER_EXTENSION) with new custom fields from the badi UKM_BP_ADD_FIELDS but there is documentation for creating the new screen to place those new fileds i created on transaction UKM_BP.
    I have looked at BDT Business data toolset
    http://help.sap.com/saphelp_crm50/helpdata/en/2f/696d360856e808e10000009b38f839/frameset.htm
    but i didn't get any idea ...
    Can you please elaborate and let me know how to do this for my requirement?
    Thanks
    Govi

  • Business Partner Custome Fields Mandatory

    Hi,
    I have added some custome felds to the manage business partner. I want some of the custome fields to be mandatory.
    Can anybody tell how to do it?
    Regards,
    Raveendra

    Hi
    Please paste what code you have made here in your reply.
    <b>Meanwhile, go through the following links -></b>
    Re: Vendor Master Extension in SRM
    Re: F4 for customer table fields
    Re: Add custom fields to Contract Transaction in SRM 4.0
    <u>Other realted Information -></u>
    It is possible to add custom fields / structure to the Business partner screen.
    It is required that you create a custom screen (sub-screen) and perform the assignments in the BDT. Go to area menu BUPT. You can see sub-menu Screen Layout. Check the customizing using transactions BUS2 to BUS5.
    You can add custom fields, custom screens and assign custom PBO and PAI function modules. You can have a look at how the existing screens are made and accordingly copy / configure your custom screen and fields. Enhancement through BUPT will work. Just ensure that the field group which you add for that there is a flag 'TABLE CONTROL' in transaction BUS2 which has to be set.
    Hope this will help.
    Regards
    - Atul

Maybe you are looking for

  • How to send XML using UTL_HTTP

    I am trying to workout how to send XML data to a webserver using UTL_HTTP but am not getting any reply I need to submit the following XML document to a server "http://api.fastsms.co.uk/api/xmlapi.php"  Their instructions are "The XML Document should

  • How can I change my email address for iTunes

    I have an iTunes account with an old email address and wish to change it without losing purchases?

  • My Apple TV no longer sees my MacBook Pro / Itunes Library.

    My Apple TV no longer sees my MacBook Pro / Itunes Library.  Apple TV tells me to turn on Home Sharing on my computer, which I have. Also: 1. All other ATV connections are working (Netflix, movie previews, etc.) 2. I have all the latest updates for A

  • Bug in Adobe Reader when opening PDF's in a sharepoint library

    I can consistently reproduce this problem. A document library containing pdf's where the number of items exceeds the list view threshold. The documents are locked and checked out to another user. When a non-admin user clicks the pdf link, the followi

  • I can't download, update or install anything from the MAS

    I recently paid for Mountain Lion from the MAS, but I click download and nothing happens. I left it for five hours, and still the download hasn't even started, or attempted to start. No Error messages have come up. So, I tried downloading a small fre