'Individual Account' of component BP_HEAD_SEARCH not processing

Hi Experts,
From my customized view in ZIC_AGENT role, I have a Business Partner's which calls the search popup BP_HEAD_SEARCH.
I only want to process 'Individual  Account' create function. The auth object check  UIU_COMP which will enabled this button when being called. What I did was enhance the view 'MainSearchResult' and manually change the enabled = X for the 'Individual Account' of the gt_button in DO_PREPARE_OUTPUT.
METHOD do_prepare_output.
  FIELD-SYMBOLS: <fs_button> TYPE crmt_thtmlb_button.
  CALL METHOD super->do_prepare_output.
    READ TABLE gt_button ASSIGNING <fs_button> INDEX 2.
    <fs_button>-enabled = abap_true. 
ENDMETHOD.
When I run my process and click on the 'Individual Account' button nothing happens. I'm not sure what went wrong.
Please provide some hints.
Cheers,
Su

Hi ,
Call the method ls_button-on_click = 'CREATEIND'. and in the event handler method call the outbound plug method .
i.e
METHOD eh_oncreateind.
  op_toindaccountnew( ).
ENDMETHOD.
in the outbound plug call the view .
you can try this way to call the creation of the Individual account creation.
Thanks,
Sree.

Similar Messages

  • HT201232 Payment was not processed

    I had bought a 20 dollar DLC for my game, hearthstone using the money on my itunes account, the payment was not processed and I do not have the DLC in game but my money was spent and my balance is now  20 less than it was. help,

    Contact the store support staff, they are really good at sorting out these issues: http://www.apple.com/emea/support/itunes/contact.html

  • Migrating Several Individual Accounts to Teams

    We are a small company and currently have 8 Adobe CC Individual accounts, as Teams was not offered during our time of purchase. Is it possible to merge these accounts into a single teams account, or do I have to let them each individually expire once the billing cycle is complete?

    Hi brthomas,
    Based on your description, you suppose the DevDomain user IDs will disappear after moving the collection from the DevDomain to the TFSDomain since it changes the AD forest. I'd like to know whether DevDomain and UserDomain are two-way trusted.
    If DevDomain and UserDomain consists a AD forest. Then you can make two-way trust between TFSDomain and the AD forest, then you can migrate the team project collection from DevDomain to TFSDomain. Whether you can use UserDomain Accounts to login
    to the TFSDomain depends on the permissions of UserDomain Accounts to your TFS 2010 SP1 instance.
    As my understanding, you can allowing the TFSDomain to trust the DevDomain since the Objects in that container(AD forest) inherently trust each other and the security services located in that same container. However, you can also allow TFSDomian trust multiple
    user domains. To secure the migration succeed, you can also set up a test machine to have a test. Or backup the TFS 2010 sp1 team project collection databases before the migration.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Bill and Routing Interface concurrent program is not processing component

    Hi All,
    While running Bill and Routing Interface concurrent program,not processing the component item(Line Item) from bom_inventory_comps_interface,still it show process flag as 1. where as billing item(Header Item) is successfully done..i have tried with all the option by giving component sequence id and batch id still it is not processing component item..
    Is it recommendable to give bill sequence id and component sequence id in interface table using bom_inventory_component_s sequence..
    I will be very pleased if i listen from u guys... Plz help me in resolving this issue..
    My Header Insert Stmt..
    INSERT INTO apps.bom_bill_of_mtls_interface@system_link_visma
    (assembly_item_id, organization_id,
    alternate_bom_designator, last_update_date,
    last_updated_by, creation_date, created_by,
    revision, item_number, item_description,
    implementation_date, transaction_type,
    process_flag, assembly_type, batch_id
    VALUES (l_inv_item_id, l_org_id,
    NULL, SYSDATE,
    1318, SYSDATE, 1318,
    l_revision, l_item_num, l_description,
    SYSDATE, 'CREATE',
    1, 1, 10003535
    Component Insert stmt
    INSERT INTO apps.bom_inventory_comps_interface@system_link_visma
    (operation_seq_num, component_item_id,
    item_num, basis_type, component_quantity,
    auto_request_material, effectivity_date,
    disable_date, planning_factor,
    component_yield_factor,
    enforce_int_requirements,
    include_in_cost_rollup, wip_supply_type,
    supply_subinventory, supply_locator_id,
    check_atp, optional,
    mutually_exclusive_options,
    low_quantity, high_quantity,
    so_basis, shipping_allowed,
    include_on_ship_docs, required_to_ship,
    required_for_revenue, component_remarks,
    transaction_type, process_flag,
    assembly_item_id, component_item_number,
    batch_id,component_sequence_id
    VALUES (l_operation_seq, l_comp_item_id,
    cur2.item_sequence, l_basis, cur2.quantity,
    l_auto_request_mtls, cur2.from_date,
    cur2.TO_DATE, cur2.planning_factor,
    cur2.yield_factor,
    l_enforce_int_requirements,
    l_include_in_cost_rollup, l_supply_type,
    l_supply_subinventory, NULL,
    l_check_atp, l_optional,
    l_mutually_exclusive_options,
    cur2.minimum_quantity, cur2.maximum_quantity,
    l_sale_order_basis, l_shippable_flag,
    l_include_on_ship_docs, l_required_to_ship,
    l_required_for_revenue, cur2.comments,
    'CREATE', 1,
    l_inv_item_id, l_comp_item_num,
    10003535,apps.bom_inventory_components_s.nextval@system_link_visma
    For Subcomponent Insert Stmt
    INSERT INTO apps.bom_sub_comps_interface@system_link_visma
    (substitute_component_id,
    substitute_item_quantity,
    assembly_item_id, component_item_id,
    operation_seq_num, organization_id,
    substitute_comp_number,
    component_item_number,
    assembly_item_number,
    transaction_type, process_flag,
    enforce_int_requirements,
    effectivity_date,component_sequence_id,batch_id
    VALUES (l_sub_comp_item_id,
    cur3.quantity,
    l_inv_item_id, l_comp_item_id,
    cur2.operation_sequence, l_org_id,
    l_sub_comp_item_num,
    l_comp_item_num,
    l_item_num,
    'CREATE', 1,
    l_enforce_int_requirements,
    SYSDATE,apps.bom_inventory_components_s.currval@system_link_visma,10003535
    Thanks
    Raman Sharma
    Edited by: 929841 on May 4, 2012 12:28 AM
    Edited by: 929841 on May 4, 2012 2:58 AM

    You need to populate the organization_id or organization_code in bom_inventory_comps_interface.
    Here is a minimal insert
    INSERT INTO bom.bom_inventory_comps_interface
                (operation_seq_num, last_update_date, last_updated_by,
                 creation_date, created_by, process_flag, transaction_type,
                 bom_item_type,
                 effectivity_date, organization_code, assembly_item_number,
                 item_num, component_item_number, component_quantity
         VALUES (1                                                   -- op_seq_num
                 ,SYSDATE, 1433
                 ,SYSDATE, 1433, 1                                  -- process_flag
                 ,'Create',
                 4 -- bom_item_type 1 Model; 2 Option class; 3 Planning; 4 Standard; 5 Product family
                 ,SYSDATE - 1, 'PUB', 'SSGPARENT1'          -- assembly_item_number
                 ,10                                                     --item_num
                 , 'SSGCOMP1'                           -- component_item_number
                 , 10                                          --qty
                )Sandeep Gandhi

  • I am trying to change country to US for iTunes on my iPad. After I select US in account setting and press NEXT I get message: "Cannot connect to iTunes" and then "The iTunes Store could not process your request. Please true again later". Help please.

    I am trying to change country to US for iTunes on my iPad. After I select US in account setting and press NEXT I get message: "Cannot connect to iTunes" and then "The iTunes Store could not process your request. Please true again later". Help please.

    downloaded the updated iTunes and that did nothing. I then went through the form about $ very VERY carefully and discovered one field left blank. Once that was filled in, everything worked and I now have my free app.

  • Process Component Assignment Not Possible

    Hello,
    i have created a process component within a process component interaction model. Unfortunately I'm not able to assign anything to the component. Hence it's lacking a namespace.
    Are there any special prerequisits for assigning a namespace to a process component?
    Thank you for any help in advance,
    Heiko
    see also: Does Model Configurator in ID works for ProComp Interaction model

    Hi,
    Just a quick thought:
    If your order is having status CRTD or REL (but without any confirmations, goods issue, settlements) then you can use the Read PP Master Data (Order header - Functions - Read PP Master Data) & this will re-read your routing & BOM. But for this to work for you, the routing should be updated with the assignments.
    So what you could do is start processing your order as late as possible, thereby you can re-read the BOM & Routing as the modifications take place.
    But if this is not possible in your scenario, then i am not aware of a BAPI or a FM which adds components to different operations in production order, you might evaluate writing a BDC program for the same. Anyways will update you if i manage to find a BAPI or a FM for this.
    Hope the above helps.
    Regards,
    Vivek

  • Error: "AppStore could not process your request. Please check your AppStore account details

    Error: "AppStore could not process your request. Please check your AppStore account details"
    I changed my card details for my apple id since then i have been getting this error  mesg whenever i try to download a paid app - or make payments for existing apps.
    I created a new apple id and tried using that- but the error still pops up.

    I believe that something is wrong with the App Store on Apple's end.
    My issue is that my purchase history is completely blank when it shouldn't be.
    I believe it's an issue on Apple's end because the same thing occurs on other iPads in the house &amp; on my iPhone.
    Sorry I can't be of more help, I'd just say wait it out.
    -Chris

  • I want to edit my itunes credit card account but it keeps saying can not process try again later

    why can i not update credit card account.  Whenever i try it say can not process try again later.  Even if i try again later

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    or
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • الترجمة I have a problem how can I cancel all operations evaluated by so I can use the service again in the same payment method because Apple stuck processes evaluated by on my account and I can not purchase again

    الترجمة
    I have a problem how can I cancel all operations evaluated by so I can use the service again in the same payment method because Apple stuck processes evaluated by on my account and I can not purchase again

    If your CC was banned for fraudulent activity, you will need to use another CC. If the account was disabled, try changing the password to enable it at : https://appleid.apple.com
    Otherwise, try contacting the iTunes store via : https://expresslane.apple.com , choosing iTunes and then iTunes store and from there selecting the topic as it pertains to your query.

  • Request online access to your existing individual account

    Hi,
    Can anyone please give the steps to create registration process of - 'Request online access to your existing individual account'
    What is the information required for the registration process, as i want to raise Service Request using without Product (using the SR# or Order No)
    But am not able to create the Account / Register the Account giving the following error: "The specified Order Number is not recognized by the system "
    Can anyone give the steps to raise Service Request without Product (using either SR# or Order No)
    Thanks

    Thanks for your reply.
    In the existing environment there are two AD sites, Two AD and Two exchange server 2010 (ALL roles) are in 1st AD sites. And another one AD and Two exchange server 2010 (ALL roles) 2nd AD sites.
    user cannot facing any problem to login using owa and outlook on 1st AD sites. but user when trying to login owa/outlook on 2nd sites, they facing problem.
    The Error "A server configuration change is temporarily preventing access to your account. Please close all Internet Explorer windows and try again in a few minutes. If the problem continues, contact your helpdesk"
    Need suggestion regarding this issue. please suggest in details how to resolve this issue.
    If you need more information i will provide you. Please suggest. I'm waiting for the reply.
    Thanks..

  • Missing User Field in Disable Individual Accounts section

    We are running on Vibe 3.4.0 build 2835. We have a couple of issues here that has to do with managing users in Vibe. We use LDAP to populate our user accounts in Vibe. Being in a university, our users come and go a lot. They get disabled and re-enabled in eDirectory. When a user gets disabled in eDirectory, they get disabled in Vibe too. When the user comes back and is re-enabled in eDirectory, their account in Vibe does not automatically get re-enabled. I have to go into "User Accounts" in the "Administration Console", select the "Disable/Delete Accounts" tab, locate the disabled user and check the box beside the disabled user, scroll all the way down the list and hit the "Enable Selected Accounts" button. We ask the enabled user to try and login to Vibe and they get a "login failed" error message, even when I do a search of the user in Vibe and their account shows up. This is problem 1. So, next thing I do is to delete the user so I can re-synchronize the user back into Vibe through LDAP sync. The Vibe 3.4 Administration Guide (page 177, Deleting Individual Accounts, item 6) indicates that there is supposed to be a User Field where I can type in the name of the user and I would be able to select the user from the drop-down list that is supposed to appear. I do not see this "User Field" where I can type in the user's name. This is problem 2. So, I end up having to go to the "Select From All Accounts" section, go from page to page until I find the user to delete. Deleting a user in Vibe takes such a long time for us because we have thousands of users and it takes very long to go from one page to the next to get to a user who's first name is towards the end of the alphabet. If the "User Field" existed as the guide indicated, then it would not be such a big deal to delete a user. Even better, if the account were re-enabled in Vibe and the user is able to use it. Or even much better if the user's account in eDirectory were enabled and the account in Vibe were automatically enabled when an LDAP sync is executed. Would appreciate any information in getting this process of re-enabling users in Vibe working better for us, and help in getting the missing User Field to show up. By the way, I've tried this on Chrome, IE, and FireFox and everything I've described here works the same way on the different browsers, including the missing field.
    Thanks,
    Ronnie

    sarnor,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Hide Button Create Corporate Account/Individual Account/Group in Result

    Hello,
    how can i hide the Button Create Corporate Account/Individual Account/Group in ResultList of Account Search.
    Thanks,
    TomSd

    You have to enhance the view BP_HEAD_SEARCH/MainSearchResult in the component workbench. And then in method DO_PREPARE_OUTPUT of impl. class ZL_BP_HEAD__MAINSEARCHRES_IMPL you can comment out the part about these two buttons. I think the coding to remove is this:
       ls_button-type     = cl_thtmlb_util=>gc_separator.
       APPEND ls_button TO gt_button.
       CLEAR ls_button.
       ls_button-type     = cl_thtmlb_util=>gc_icon_new.
       ls_button-text     = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_UIU_BP/INDIVIDUALACCOUNT' )."#EC NOTEXT
       ls_button-on_click = 'CREATEIND'.                       "#EC NOTEXT
       IF cl_crm_uiu_bp_authority=>bp_check_authority_create( iv_object_type = if_crm_bupa_uiu_otype~gc_otyp_ind_account ) = abap_true.
         ls_button-enabled  = gc_x.
       ENDIF.
       APPEND ls_button TO gt_button.
       CLEAR ls_button.
       ls_button-type     = cl_thtmlb_util=>gc_icon_new.
       ls_button-text     = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_UIU_BP/GROUPACCOUNT' )."#EC NOTEXT
       ls_button-on_click = 'CREATEGROUP'.                     "#EC NOTEXT
       IF cl_crm_uiu_bp_authority=>bp_check_authority_create( iv_object_type = if_crm_bupa_uiu_otype~gc_otyp_group_account ) = abap_true.
         ls_button-enabled  = gc_x.
       ENDIF.
       APPEND ls_button TO gt_button.
       CLEAR ls_button.

  • HT201342 How will this benefit me. I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or

    I have been asked to set up an Icloud account by Apple.
    How will having another icloud email benefit me. I have my work email which is all i require, but had to set up a @me account to get email on my Macbook.
    I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or 5 times.
    My notes are duplicated, i have to delete my emails individually on all devices so whenever i put my phone on, all the emails i have deleted at work re-appear on my phone and again the same thing happens on my Macbook pro. I seem to spend all my time deleting emails 3 times.
    Is there something simple in the set up of these that i am missing?
    Any help would be appreciated

    I have been asked to set up an Icloud account by Apple.
    How will having another icloud email benefit me. I have my work email which is all i require, but had to set up a @me account to get email on my Macbook.
    I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or 5 times.
    My notes are duplicated, i have to delete my emails individually on all devices so whenever i put my phone on, all the emails i have deleted at work re-appear on my phone and again the same thing happens on my Macbook pro. I seem to spend all my time deleting emails 3 times.
    Is there something simple in the set up of these that i am missing?
    Any help would be appreciated

  • Individual Account Creation in IC_AGENT business role.

    Hi,
    After system got upgraded from 6.0 to EHP1, marketing attributes are not working as expected.
    When i create an Individual Account type in ZIC_AGENT business role, it gets created successfully but its marketing attributes are not getting set when i check in the Account overview.
    There is a BADI implementation of "BUPA_GENERAL_UPDATE", i debugged and found that in FM "CRM_MKTBP_READ_KSSK_AUSP", system is trying to get the attributes from table "ausp"
          select * from ausp into table et_ausp
              where partner_guid = lv_guid
              and klart = 'BUP'.
    I think, somewhere configurations are not done correctly. But i am aware where i check all these configurations for markting attributes corresponding to BP. If you know then please let me know.
    Thanks
    Raman.

    Hi,
    You can check it in ,
    MARKETINGPRO ( business role ) -> Marketing ( work center ) -> attribute Sets
    search for the specific attribute/attribute set. go to OV page ..there will b check box for person and organization.
    Regards
    Sandeep Kumar B

  • How do I set up individual accounts for our families three iPods, while being able to use the same music library?

    My family has three iPod touches. They are all different. We want to be able to set up individual accounts for each of them.  When we have them all under the same account, every time we sync, they sync the last person's music and app choices. Help.

    Yu can use the same account.  Just in the Music and App and other panes for the iPod check the boxes that say sync only checked item.  You do not want to check sync the entire library.
    See:
    How to use multiple iPods, iPads, or iPhones with one computer
    For using different accounts also see:
    iTunes: How to share music between different accounts on a single computer
    Yu can use Home Sharing (iTunes>Advancedtab>Home sharing)

Maybe you are looking for