Enhancement in BP trx

Hi,
As per my requirement BP transcation should contain the field branch name.
We added the branch field in the BP transaction by using EEW.
Now i want to update this branch value in the BP master table when ever the BP transcation saved with the branch value.
i added the structure to the BUT000 table with the field brach name.
can anyone tell me how can i update the matertable BUT000 branch field with the BP transcation data.
Thanks & Regards,
Suresh Babu Gade

Hi Aditya,
What version of SAP CRM are you using ? Is it SAP CRM 5.0 or a higher version.
Again, using EEWB you cannot add the Buttons as it will only let you add fields as you must already have seen. So, to add any other functionality you have to use a BADI or Screen Exit. And I guess using EEWB, the changes will be reflected in SAP GUI and PC UI. But you need to add the extra fields in Web Client UI.
Hope this helps.
Thanks,
Samantak.

Similar Messages

  • Enhancement in ME55

    Hi everybody, i´m looking for any kind of exit ( customer exit, badi, etc)
    in the trx ME55. I have to make some validations when a requisition is
    released by the trx ME54N (it´s solved) or via Trx ME55 ( Here is the
    trouble).
    I can´t find an enhancement for the trx ME55 (Collective release), if
    someone had to deal with this problem and found a solution please let me
    know how do it.
    If need further information ask me as much as need.
    I would be grateful if someone lead me to a solution.
    Thanks in advance.
    Mariano

    Amit Gujargoud, i searched in sdn for a answer for my question and all the questions are not answered.
    If someone could give me a hand I would appreciate.
    Thanks you.
    Mariano.

  • Enhancement ME55

    Hi everybody, i´m looking for any kind of exit ( customer exit, badi, etc)
    in the trx ME55. I have to make some validations when a requisition is
    released by the trx ME54N (it´s solved) or via Trx ME55 ( Here is the
    trouble).
    I can´t find an enhancement for the trx ME55 (Collective release), if
    someone had to deal with this problem and found a solution please let me
    know how do it.
    If need further information ask me as much as need.
    I would be grateful if someone lead me to a solution.
    Thanks in advance.
    Mariano

    Hi,
    Check these...
    MM06E008     Monitoring of contr. target value in case of release orders
    MMFAB001      User exit for generation of release order
    MRFLB001      Control Items for Contract Release Order
    M06B0001      Role determination for purchase requisition release
    M06B0002      Changes to comm. structure for purchase requisition release
    M06E0005      Role determination for release of purchasing documents
    M06E0004      Changes to communication structure for release purch. doc.
    M06B0005      Changes to comm. structure for overall release of requisn.
    SMOD_MRFLB001      Control Items for Contract Release Order
    ME_RELEASE_CREATE      BAdI: Release Creation for Sched.Agrmts with Release Docu.

  • Business Partner - Title for Employee

    Hi All,
    When we create BP, at Title drop down we have only Mr & Ms, I want add here one more option as M/s, How can I add here ?
    I can create as Org, but here we have few external consultants, for whom we will create a user ID with their respective company Name.
    regds,
    CB

    As far as i can tell, u can use EEWB to realize enhancement for the Trx BP ( like add a tab), but im not sure its possible to archieve wut u want

  • Enhancement of CRM UI Views to call BRF+ or customize CRM_EVENTS???

    Hi there
    We have customized several BRF+ applications (20 applications so far), some of them run in the GUI interfase and some of them are call through the UI CRM interfase. To make this possible we have enhanced several UI components (for those web-specific applications) in order to insert our Z methods that are called when specific events occur (i.e. EH_ONSAVE, EH_ONEDIT, and so on); we call the BRF ID and then we pass the data that is required to process our modeled rules.
    However we are about to launch new functionallity affecting the Order object in CRM (i.e. sales order, quotation, contract, etc.), the new rules should run only in the Web Interface, and we plan to build different rules based in the transaction type and Item Category of an order, but I'm not sure if the approach we are using is correct, because I have read about trx. CRMV_EVENT, that is in charge of handling events in CRM.
    In this trx. I have found the object and generic events that suit the moments when we need the validation. But to use this trx. I need to create Z FM, obviously to call  my newly created BRF+ Applications.
    Any advice will be realy helpful...
    By the way I love BRF+
    Elias

    Hi Elias
    I know its too late to respond.
    Couldn't agree with you more on BRF+.
    Not sure what WebUI you are referring to. If its the IC Web Client, may be a check as follows might be helpful in your event.
       DATA: LR_CRM_IC_RUNTIME          TYPE REF TO CL_CRM_IC_RUNTIME_PROCESS.
        LR_CRM_IC_RUNTIME = CL_CRM_IC_RUNTIME_PROCESS=>GET_INSTANCE( ).
       CHECK LR_CRM_IC_RUNTIME IS BOUND.

  • CRM  IC Winclient - How to add new fields in the BP Search of TRX CIC0

    Hello Experts,
    I want to know how to add new fields in the BP Search of TRX CIC0. In the HTML that we're using here I need to add the URL of the BP.
    Can you help me?
    Thanks in advance.
    Caíque Escaler

    Hi
    make append to tables in se11 - CCMBP1FIELDS, CCMBP2FIELDS
    in spro in Define customer-specific search control -> mark fields with X.
    and enhance html template CRM_CIC_SEARCH_DISPLAY. -> tcode smw0, look for package CRM_CIC_COMPONENTS for html CRM_CIC_SEARCH_DISPLAY. export it from SAP, edit, and import.
    you will need to enhance function module used for searching - you will find him in spro in Search Strategies.
    Regards
    Radek

  • Enhancement of FBL1n

    Hello All,
      My client requires to enhance the program of tcode: FBL1N,program RFITEMAP where by to add a new column in the output layout. The 2 column is to extract and display the NEt Invoice Amount and the TAx/VAT  Amount. As the standard does not have the option to display this.
    Consider me still a newbie in Abap, i copy RFITEMAP to ZRFITEMAP but dont know where can i add this field to be display in the output
    Net Invoice Amount  ->    BSEG-DMBTR WHERE BSEG-KOART='S' AND BSEG-MWART=" "
    Tax Input                  ->     BSEG-DMBTR WHERE BSEG-KOART='S' AND BSEG-MWART="V"

    Hi
    U dont' need to create a new report, u can add new colunms in the standard one, this problem was discussed by the forum, probably u can find out the solution if u search it in sdn.
    If the new fields are from BSEG u can use trx OBVU
    eles u need to use the BTE (trx FIBF) 00001650
    -1) Insert your new fields in structure RFPOS and RFPOSX by append strcuture
    -2) Run report RFPOSXEXTEND to add new fields to strucutre RFPOSXEXT
    - 3) Develop a new fm as copy of sample fm SAMPLE_INTERFACE_00001650: here u can insert all code u need to fill the new fiekds;
    - 4) Assign the new fm to event 1650
    Max

  • Enhancement in SAP menu

    Hello All,
      I need to attach a folder in SAP Menu and attach two
    transaction to it . Can anyone tell how to do it.
    Regards,
    Hazam

    Hi
    Trx SE43N, insert the menu S000 and press CHANGE icon.
    The system'll ask you to create an enhancement to be linked your modification: choose YES, it's better.
    After creating enhancement, you only have to navigate to the point where you need to insert your new trx.
    Max

  • Doubts on Enhancement spot

    Hi,
    1. How do I know what program this Enhancement spot belongs to?
    2. What transaction I can use to go to the ESpot directly?
    Pls help me on this clearly ...

    Hello,
    Usually there are two ESpot in the programs. One in the begin of the program and the other in the end of the program.
    You can know where are the Espots clicking in the button "EDIT->Enhacement Operations->Show Implicit Enhacement Options".
    You can use the TRX SE19 to see the Enhancement implementations.
    Best Regards,
    Caíque Escaler

  • How to enhance dunning program

    Hi,
    The requirement is to enhance dunning program to pick different address while printing dunning notice. This is based on specific conditions like dunning level etc.
    What is the dunning program which needs to be enhanced?
    How do we enhance? Any User exits/BADI/events?
    Thanks & Regards
    Kamal

    Hi,
    use trx. FIBF - Business transaction event (BTE)
    -> got to trx. bf34 - process 1705 - 1720
    and have a look here:
    Re: BTE : Business Transaction Event
    A.
    Message was edited by: Andreas Mann

  • Component enhancement

    hello specialists,
    I am new to sap crm. Could you please edify the steps for enhancing a standard component and also the post enhancement steps for making the view available in the WebUI ?  I am currently working on the Complaints component.

    For any customer modifications to the standard components , we need an Enhancement Set.
    a) Creation of the Enhancement Set.  Go to the trx SM34 and cluster view BSPWDVC_CMP_EXT. Enter the name and descripton
    b) Assignment of the Enhancement Set to a client. Go to Trx sm30 and open a maintain BSPWDV_EHSET_ASG. Assign the created enhancement set to the client you require.
    After the enhancement set is created do the following
    a) In the BSP_WD_CMPWB , choose the component you need to enhance and the enhancement set that you created
    b) Click on the button Enhance Component on the Workbench( Extreme TOP Right )
    c) When you do that you get an option to enter a new BSP application name( This should be a new name).
    d) Once you have done that in sm34 view BSPWDVC_CMP_EXT you will be able to see the enhancement definition.
    e) Right click on the view that you want to make the changes to and say enhance.
    f) All the methods are marked by colored icons
    g) One you have done this you shall be able to see the same view in sm34 view BSPWDVC_CMP_EXT under controller replacements in the Enhancement definitions.
    Viola you are done.
    Regards
    Kavindra

  • Mb51 trx (movement type 101) - Doc info- FI Doçuments  takes ages

    Hello
    We are experienceing performance problem when accessing FI document (FB03) from MM document.
    in praxis this means when choosing an todays document in mb51 trx (movement type 101) ->Doc info->FI Doçuments
    it takes ages to get FI document
    Does anyone has idea how to make system faster in this regards
    Thank you in advance

    hi
    check out this SAP Notes
    555893  MB51: Preventing runtime error DBIF_RSQL_INVALID_RSQL 15.05.2008
    848474  MB_GET_MM_MATBEL: Performance problem 21.08.2007
    857311  MB_GET_MM_MATBEL: Performance problem / error
    921164  MB51: Improving the runtime using database hints
    1608810  MB51: Enhancements for multiple account assignment MAA2

  • Enhancement for complaint IS Media

    Hello,
    We have to add 2 fields on:
    Trx: cic0
    Button: Create complaint
    Screen program name: SAPLJKWWWCOMPL
    Screen number:           0100
    We revised enhancements about this issue with unsuccesfully result.
    Could you help me in order to add the fields into this screen ...?
    Thanks,
    Winsor Triana

    I think its very late reply....
    but anyways,
    I dont think there is a screen exit to add new fields, you may have to do a Core mod on the screen and the processing functions

  • Enhancement to a cube

    Hi Gurus
    I am working on BI 7 and as per a requirement i had to add 2 fields i.e calmonth(0CALMONTH) & a key figure namely document number (0CRM_NUMDOC) to a cube, now in tranformation calmonth is being mapped to a field in the DSO name of the field being, date field(0CRM_CRD_AT) and the key figure is being mapped with field of the same name in the DSO.After adding the fields to the cube and performing the full load i do not see the result for all records of the 2 fields that were loaded in the cube.kindly suggest..points will be hansomely awarded

    Hi Sharma,
    As u said the fields to be added to the cude, in this case the DS is already having this fileds and not mapped at the intal satage of mapping....????
    Can you check in RSA3 whether these fields that you have added does contain the Data for this perticluar Datasource.
    If you have enhanced the data source then u have to chek at the source system level itself.
    Since you are using BI.7 the DTP method then there is only 1 place that you map is in Tranformations.
    In this place it is direct map and 0CALMONTH if you map to any data field it will take the conversion automatically.
    Same way the Key field also if it is a direct field then it has to come.
    Best Regards,
    VNK.

  • Enhance MR11

    Hello Gurus ,
    I am trying to enhance MR11 Transaction (Report : SAPRCKM_MR11) .  Here i am adding GR  and  IR  posting date(BUDAT)  as selection field  .
    Requirement is that MR11 should consider  Gr and IR for that period.. compare and show the difference .
    In the program
    I added posting date(BUDAT)  in the select query to  'v_ckmlgrir' .  and it is picking all the records with in that period , open and cleared both .
    1)   But I want only the open one .....and I dont see any flag for that ....so is there any way i can get only the open items ?
    2) I observed that if i dont specify posting date ...I mean just run the standard MR11 ...then also it picks up open and cleared items ....but during processing it is considering open only don't know why ..i debugged it  its going through every item item but in the end considering open only which is correct ....so not understanding why its not doing the same if i restrict it to posting date .....
    any suggestion is greatly appreciated !!
    PS : GR/IR account   open items I can see from FBL3N .

    If you are using an account assigned PO then possibly the order(PM order, internal order etc) to which your PO refers might have status as CLSD.
    Check and reverse the status.

Maybe you are looking for

  • Need to convert a SAP Script to Smart Form

    Hello, I need to convert a SAP script to a Smart form. I am aware of converting it but have a question abt print program? Can the print program which is currently attached to the SAP script supprot the Smart form? Could some one let me know if i can

  • Additional field in report layout

    Dear Experts, In t code me2j (ALV format) there comes option change layout. when we click on this, we found displayed column and hidden column. if i want add one  extra column in hidden column. how can I Add this. this extra column is related to repo

  • ZProgram not working

    There is a ZProgram that is created for calculating customer interest amounts according to payment terms... It is working perfectly fine on Development Server but is not showing the right amounts and calculation on Production Server. Is there any rea

  • Compression and Index

    Hi BW Experts, I deleted Indexes before loading the data. Then I compressed the request without Creating the Indexes. It is taking so much time to compress. Is this the right procedure? Will it take too long to compress after deleting the index? Than

  • Cant get "sent" or "deleted" folders to sync?

    treo vx....new user..others at my company get these 2 folders to sync....but not me. nothing syncs for only these 2. what am I doing wrong or where is the setting to control this? thanks, Post relates to: Palm Vx