Enhance Accounts (CRMM_ACCOUNT)

Hi,
I need to add a EEW field in Accounts, in Business Partner info. (CRMM_ACCOUNT) The business object assocciated with this transaction is BUS1006.
For EEWB, I am using BUPA business object and extension type = Add New Fields. But I get error "BDT-DC is Not Prepared for This Application Object
Message no. DC1101 "
Any hints / help ? Is there some setting/config to be done ?
Thanks in advance,
Raviraj

Hello Raviraj,
I think oss note 789078 will solve your problem.
Regards,
Frédéric

Similar Messages

  • Enhance Account Search

    Hi Experts,
    I need to enhance Account search based on a custom field. I am working on SAP CRM 2007 WebUI. Please guide me in which BAdI should I write the logic.
    Please let me know if some other approach also apart from BAdI implemenatation.
    Any pointers to the solution would be highly appreciated.
    Regards,
    Amit

    Hi Amit,
    You can fidn out the BADI by following the below procedure:
    1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.
    2. In 'Display' mode, go to 'Methods' tab.
    3. Double click the method 'Get Instance' to display it source code.
    4. Set a breakpoint on 'CALL METHOD cl_exithandler=>get_class_name_by_interface'.
    5. Then run the employee search.
    6. The screen will stop at this method.
    7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.
    Hope this helps!
    Regards,
    Saumya

  • IC Webclient Enhancement - Account Identification

    Hi Experts,
    I have a requirement to include a new view in the Account Identification screen, and it is not working. I have explained the requirement and my steps below. Sorry that it is lengthy, I thought of providing all the details.
    I have the following scenario:
    In IC Webclient Account Identification, I need to call a custom view (built in a custom component) on clicking the confirm button on Ibase component. This is how it should work:
    i) Launch IC webclient sales role, account identification is the default screen. This is component CRMCMP_BPIDENT.
    ii) Search for an account and confirm an account. The component and view displaying the account information is ICCMP_BP_DETAIL/BupaDetailB2B
    iii) The Ibase is already setup, so on confirming an account, the corresponding Ibase components are shown in the result list. So, we select an ibase component. The selected Ibase details is shown in ICCMP_IBASE/IbaseDetails
    iv) On clicking the confirm button on the ibase, a new view should be shown below the Ibase view. Component and view is ZCOMP/Myview
    I am unable to see MyView as in step (iv).
    I have done the following:
    Component ZCOMP:
    i) Created the component ZCOMP and created a view MyView
    ii) Created an inbound flag "IP_DEFAULT" in the MainWindow (default window).
    iii) Exposed the window and inbound flag in the component interface
    Component ICCMP_IBASE:
    i) Enhanced the component and its view IBDetails (as this view contains the confirm button).
    ii) Created an outbound plug in the view. Plug = "CALLORDERSCREEN".
    iii) Created an outbound plug in the window containing this view. Plug = "DMSORDER".
    iv) In the OP_CALLORDERSCREEN method, code as below:
    DATA: lr_window TYPE REF TO cl_bsp_wd_window.
    lr_window = me->view_manager->get_window_controller( ).
    lr_window->call_outbound_plug( 'dmsorder' ).
    v) Under the window method OP_DMSORDER, coded as below:
    fire_outbound_plug( iv_outbound_plug = 'dmsorder' ).
    vi) Redefined the method "EH_ONCONFIRM" for the event "ONCONFIRM" in the view.
    vii) In the redefined method EH_ONCONFIRM, coded as below:
    IF  lv_cucobupa->is_cp_selected( ) EQ  '0' OR lv_cucobupa->is_cp_selected( ) EQ  '1'
          OR lv_cucobupa->is_cp_selected( ) IS INITIAL.
         op_callorderscreen( ).  " Just added this line and commented the below line. Rest ofcode is same
    *    gr_window->call_outbound_plug( 'interactionhistory' ).  "#EC NOTEXT
      ENDIF.
    viii) Exposed the outbound plug "DMSORDER" in the component interface.
    Component ICCMP_BPIDENT:
    i) There is already a component usage for Ibase. Added the outbound plug "DMSORDER".
    ii) Added the new component ZCOMP in the usage and added its inbound plug "DEFAULT".
    iii) Since the view MyView needs to be displayed below Ibase view, I did as below:
    Created a new view area "Order" under the viewset CRMCMP_BPIDENT/BuPaIdentifyCustomer and added my view under this viewarea. Also, made the position changes in the view layout of CRMCMP_BPIDENT/BuPaIdentifyCustomer (BuPaIdentifyCustomer.htm)
    iv) Created a navigational link as below:
    ID = "dmsorder"
    Source View = Window of ICCMP_IBASE containing the view IBDetails
    Outbound plug = DMSORDER
    Target view = MainWindow of component ZCOMP
    Inbound plug = DEFAULT
    I put breakpoints in each of the plug methods.....and found the following:
    i) The method OP_DMSORDER in component ICCMP_IBASE is being called from the Ibase component plugs.
    ii) The method IP_DEFAULT (which is empty) in component ZCOMP is being called as well.
    But, I still cannot see the view!
    Please let me know what I am missing here.
    Thanks in advance.
    Regards
    Vicky

    Hi,
    it is hard to analyse this remote with no access to the system.
    I suppose the new component you created is working --> You tested it stand alone?
    As the inbound plug of your view is called the component setup is most probably correct. The navigation is working. There are two things I might suspect a problem:
    1. The viewset in the ICCMP_BPIDENT is not set up correctly. Check the HTML and runtime repository again
    2. During view creation something goes wrong. Thus the view is not created.
    Perhaps you can create a blank view in your Z component and just put some html code
    <h1>Hello World</h1>
    on it. Now put this in the window of your Z component as default in the runtime repository.
    cheers Carsten

  • Enhancement - Accounting Document from Billing Document - change line items

    Hi Experts,
           Our client has a requirement to display all line items(as shown in Billing document) along with the tax line in the Accounting document. I can explain it as below:
          In VF01 transaction code: enter the delivery number.
          Press enter to see the number of line items that will be populated in the Billing document.
          Click on save.
          Here in the Accounting Doc you'll find only 2 line items, one line item is the consolidation of WRBTR and quatity of all the line items in the Billing Document and the other line item is the tax.
          We are required to replace the consolidated line item in the Account Doc with all the actual lines as populated in the Billing Document.
          For this we tried various methods:
                 Searched for a BAPI - couldnt find any which will help in modifying the line items before creation of Account Doc
                 Checked UserExits - Found one SDVFX008 but it didnt have the table which is sent for population of Accounting doc hence there was no way we could modify any table to get the desired output.
                 Searched the VF01 Flow in Debugger to check when the Accounting Doc is updated, but it also didnt yield any fruits.
          Kindly please guide on a way this can be accomplished. Appreciate the help from you all...

    Hi
    I think that your requirement is related with summarization of items in the FI doc for the billing document. Please, see SAP Note 36353 - AC interface: Summarizing FI documents. See also Note 301077 - User exits for the interface to accounting.
    I hope this helps you
    Regards
    Eduardo

  • Enhance Account BO to add multiple(1..N) dates against that account

    Hi All,
    As all of us are aware of date management in transnational level , Can I achieve similar functionality in Business Partner Data.
    I want to maintain multiple dates(Configurable) against Account. Any pointer on how would i achieve that? I have created .Xbo for account  but where can i mention that i will be holding multiple lines against my Root entity.
    Regards,
    Dhruvin

    Hi May T,
    Thanks for ur suggestion.
    I have done the same thing as you told. but do i need to make an association with parent BO(Customer)
    .. i think i need it because on save of customer this should also get saved.
    btw below is my Custom BO Datamodel:
    import AP.Common.GDT as apCommonGDT;
    businessobject ZZMilestone {
    //Root
    [AlternativeKey] element AccountID : BusinessPartnerID;
    [AlternativeKey] element REf_UUID : UUID;
    // Table
      node Dates[0,n]{
                                   element milestonecode : MILESTONECode;
                                      element milestonedate : Date;
    I have not created association now as i m linkning my Custom BO To customer with UUID of account and accountID.
    but i dont know while save i have some error like entry with same instance already exists. So i think i m making some mistke in declaring  alternative key or some thing.
    If you want i can explain step by step[ what i have done
    Thanks for helping!

  • KB15N_No adjustment account found for cost element Message no. K5112

    When I am trying to post Manual Cost Allocation through TC KB15N with the following input data I am getting the following error message and the same could not be posted.  Kindly advise.
    Screen Variant used: 01 SAP Cost Center
    Input Type: List Entry
    Item No.1
    Sender Cost Center : 3402100942
    Cost Element: 6200001
    Amount : 62,201.56
    Receiving Cost Center: 3405100945
    First four digits represent profit center code.  If first four digits are equal the above error is not coming. But posting is needed with different profit centers.
    No adjustment account found for cost element
    Message no. K5112
    Diagnosis
    Neither standard account determination nor the enhanced function found an adjustment account for the reconciliation posting.
    System Response
    No adjustment account could be determined for cost element  in company code SCCL.
    Procedure
    Maintain the standard or enhanced account determination for transaction KAMV. Information on maintenance can be found in the program documentation.
    Execute

    Hi all,
    I face the issue like this but with transaction KOAP - Plan settlement
    But, the problem is that, I do not active reconciliation ledger, so I do not maintain any thing relate to reconciation ledger or adjustment posting? I can do transaction "actual settlement"  without error
    So, How this error come to me?
    And how I can fix it?
    Thanks all!

  • No Adjustment account found for cost element

    Dear Gurus,
    I am getting Three errors  msg "No Adjustment account found for cost element" when i try to run the conformation of production order create  ( T Code : C015 )"  and I am not able to save the record . like
    1 ).No adjustment account found for cost element
    Message no. K5112
    Diagnosis
    Neither standard account determination nor the enhanced function found an adjustment account for the reconciliation posting.
    System Response
    No adjustment account could be determined for cost element  in company code XXXX
    Procedure
    Maintain the standard or enhanced account determination. Information on maintenance can be found in the program documentation.
    Execute
    2) . No adjustment account found for cost element XXXXXXXX
    Message no. K5112
    Diagnosis
    Neither standard account determination nor the enhanced function found an adjustment account for the reconciliation posting.
    System Response
    No adjustment account could be determined for cost element XXXXXXX in company code XXXX.
    Procedure
    Maintain the standard or enhanced account determination. Information on maintenance can be found in the program documentation.
    Execute
    3 ) No account is specified in item 0000000002
    Message no. F5670
    Diagnosis
    No account was specified for account type "S" in item "0000000002" of the FI/CO document.
    System Response
    The Financial Accounting program cannot process the document.
    Procedure
    A system error has probably occurred in the application you called up. Check the data transferred to item "0000000002" of the FI/CO document.
    Could anyone please help me with this.
    Regards
    SAP CO

    Hi,
    iam not able to understand of this  SAP Notes: 531606 and 1027645
    Could you pl give me full details for come out this problem.
    Regards
    SAP CO

  • Access Account assignment data inside custom search help

    Hi Experts,
    I have faced with a challenge and I am stuck. Need some expert advise.  I am developing a custom search help for GL account. Inside the search help exit I have to know what is the account assignment category of the accounting line i am currently accessing in WEB UI. for example i have one item in SC and there is a cost distribution between cost center and WBS element. Now i want to access GL account search help from second line in the account assignment ( ie from line having WBS as Acc Assignment).
    one approach that i can think of is Enhance Accounting WD component and capture the details in a static attribute of a custom class and access them inside the search help exit. I know this will work. But i am looking for more clean approach.
    I saw below code in WD comp method GET_BO_INFO of component controller.
    lo_task_container = /sapsrm/cl_ch_wd_taskcont_fact=>get_task_container_instance( ).
       CHECK lo_task_container IS BOUND.
    * Get the BO type
       ev_bo_type = lo_task_container->get_bo_type( ).
    * Get the BO mapper, BO GUID, and item GUID of the lead selection
       CASE ev_bo_type.
         WHEN /sapsrm/if_pdo_obj_types_c=>gc_pdo_shop.
           lo_bom_sc ?= lo_task_container->get_bom_sc( ).
           ev_hdr_guid = lo_bom_sc->/sapsrm/if_cll_bo_mapper~get_bo_guid( ).
           ev_item_guid = lo_bom_sc->/sapsrm/if_cll_bo_mapper~items_get_lead_selection( ).
    I am not sure if this works. But even if this works I can not get the exact accounting line that the user is currently processing. Any ideas????
    thanks
    sankar.

    Hi,
    Any Ideas?

  • New field in account advanced search

    Hello Experts,
    I'm facing issue where the new field is not showing up on the advanced search screen for account (CRMM_ACCOUNT).  The new field has been added to both search request and search result structure.  The logic has also been implemented to incorporate the new field into the search query. 
    When add this new field to the field group, the field displays on the 'Get' drop down box and I was able to search by this new field fine.  However, it doesn't get display on the advanced search screen.
    Any help would be appreciated.
    Thanks,
    --Jamie.

    Hi Jamie,
    What i understand is the field has been added in Field Grp ACC_SEARCH_LOG_04 but its not showing up in Advanced Search right. I hope you should do this step i.e  Goto-> Layout Generation and Uncheck 'Only Check Fields Groups' from the checkbox and Enter the Field Grp in Field Grp field over there then execute it. Hope you can see the Custom field there.
    When you click Show advanced search you can see the 'Find Dropdownlist box ' select 'All Accounts' value from there and check whether your custom field is populating there or not.
    Thanks,
    Raju

  • Updating YouTube account info in Premiere 9

    I updated my actual YouTube account a while back to allow me to upload videos longer than 15 minutes but I am not able to actually do so in Premier Elements 9, I get the arrow message saying there is a 15 minute limit on my account.  Is there a way to get Elements up to date with YouTube?

    Unfortunately, when PrE 9 was being written, YouTube has lower Duration limits, than they do now, with some accounts.
    Export/Share the Project, and manually upload that with your enhanced account.
    Good luck,
    Hunt

  • How to read the selected value of a dropdown list box

    Hello,
    I have 2 custom fields which are of type dropdown list on Accounts(CRMM_ACCOUNT) PCUI application details tab.I need to read the selected value of first dropdown list item,based on that second dropdown list will be populated.
    I know where to populate the dropdown list box,it is in FILL_DROPDOWN_LISTBOX.
    I dont know how to trap the selection made on dropdown list.
    PLease guide me on how to trap the dropdown list field selection value.
    Thanks in advance.
    Thirumala.

    Hello,
    Check what is done in standard for the fielf REGION which is inked to the country.
    Otherwise, you can do the following :
    - in field group customizing, for field 1, flag the 'send request' flag. So, when you change the value in this field via the dropdown, the MAC methods are immediately called.
    - Put the new value in a global variable (GV).
    - in the fill_dropdown_listbox method, get the value from this GV and based on it, filter the values for the dropdown of field 2.
    Hope this will help you,
    Regards,
    Frederic

  • Issue for report painter

      Hi,all experts
          I am facing an urgent issue. I have created a report using T-code GRR2. I have get below message, when I drill down this report. What should I take a further action?
    Reconciliation account given instead of cost element: Lengthy
    processing.
    Message no. K5082
    Diagnosis
    CO documents are to be
    read, but only an adjustment account and no cost element has been specified.
    System Response
    For CO documents of
    every cost element, you have to check whether the enhanced account
    determination provides reconciliation account 4100180100.
    This activity can be very time-consuming, depending on the volume of data.
    Procedure
    Decide whether you want
    to continue or cancel processing.
    Note: If this message
    was triggered by report '5AF2'
    (Cost and Revenue Element Accounting: Information System -> Report selection
    Reconciliation ledger -> Reconciliation -> FI/CO reconciliation in group
    curr.),
    select a line and position the cursor on a cost element before you perform the
    'Call report' function.
    Thanks in advance.
      Kind regards

    Hi vijay kumar,
    You need to explode the charactor of Account Number for the item you want to "show break up".
    In tc: GR32, double click the item you want to "show break up", system popups the screen for changing charactors values, scroll the horizontal scroll bar to right, you will see the column Explode, change the default value "No explode" to "Explode" for the charactor Account Number and save the report. Then you will see the accounts when you run the report again.

  • Solaris 8 Password Expiration

    We've just encountered a problem with servers expiring the root password without us previously being notified that the password is about to expire.
    When you use su to get to root, (we use SSH to connect to remote servers and deny root access by default - you have to login with normal username and then su as root) are you supposed to get the warnings that the password is going to expire? If you are, then we didn't and now we are stuck until someone can get to the server and boot off CD. Bit of a blow as the server is a few hundred miles down the road! Are there any patches that fix this 'bug'?
    Cheers,
    Mark.

    I'm still struggling to get password expiration and inactivation to work with DS 6.3.1 and Solaris 10 5/08. When accounts are expired or inactivated (nsAccountLock) users can still login via ssh. But when accounts are temporarily locked (pwdAccountLockedTime) ssh does the right thing and won't let them log in.
    Things work properly when I have
    passwd: files ldap
    in nsswitch.conf, but when I go to compatibility mode:
    passwd: compat
    passwd_compat: ldap
    ssh 'ignores' expiration and inactivation status of accounts.
    Following the advice of your last comment here (4.5 years ago!) I took away all access to the 'userPassword' attribute for the proxy account, but nothing changed (I did an 'ldapsearch' as the proxy account to ensure that the aci was working as expected and denying all access to the attribute).
    Would you, akillenb, or anyone, be so kind as to give any information that will let a Solaris 10 client work properly with the enhanced account management facilities of the Sun DSEE 6.3.1 LDAP server? Copies of pam.conf and nsswitch.conf and details on LDAP aci's would be most gratefully received!!!

  • Enterprise setup and software

    Dear friends,
    I own a couple shoes retail stores. The information I get is through notebooks and paper material in general.
    I would like to setup a database which will store data like customers, products, warehouse, etc.
    I cannot use software to enhance accounting, since Greek law don't accept random developer ERP software, but the ones the gorvenment has approved.
    Nevertheless, I don't care about enhancing accounting at the moment, I just wish to get better information route.
    Would you propose a hardware (hardware &amp; networking) and software setup that will effectively serve my information needs ??
    After some googling, I think that a mac server running lightspeed and several iPads will serve me well...
    Are there better alternatives ???
    Thanks

    Mac (does not need to be a server) runnig filemaker and couple of ipads with filemaker also loaded.  up and running with 20 mins.

  • Change underlying datatable of PCUI fieldgroup

    Hi all,
    I know this is a very sprecial question, but I'm not such code guru to find a solution.
    We use PCUI Applications and display them in EP. Under Accounts (CRMM_ACCOUNT) there is a Tab Page Industry Sectors (in Tab-Group ACC_01). The Fieldgroup which is displayed there is BUP_INDUSTRYSECTSTD.
    Now my problem: The data which is shown in this fields surely is coming out of a table (I think it is BUT0IS). How can I change this, that shown data is coming out of another table, for example ZBUT0IS?
    I hope anyone can help...Thanks!
    Regards
    Daniel

    Hi Manuel,
    I read another thread answered by you...I think you're just the right man :-).
    I checked the thread you mentioned and I found the Access Class which is responsible for filling the industry section data. This is CL_BSP_BP_INDUSTRYSECTOR. But there is many of code and don't really see where to find the method, which fills the data to the fields...
    Do you (and all others out there) have further information for me?
    Thanks a lot
    Daniel

Maybe you are looking for