Making Visible-False to Business Partner's Tabs

Dear ALL
  I Would like to disable some tabs in Business Partner ,how ever am able to do it but when i navigate ,disabled fields are blinking and showing and finally it comes to disabled position but how ever i have put freeze(False),Please provide a solution ASAP
Regards
Zubair

HI,
itemevent and menuevent can handle this
itemevent
        If pVal.FormTypeEx = "134" Then
            If pVal.EventType = BoEventTypes.et_FORM_LOAD And pVal.BeforeAction = False Then
                Dim oBpForm As SAPbouiCOM.Form = sbo_application.Forms.GetForm(pVal.FormTypeEx, pVal.FormTypeCount)
                oBpForm.Items.Item("4").visible = false
            End If
        End If
menuevent
        If pVal.BeforeAction = False Then
            If sbo_application.Forms.ActiveForm.TypeEx = "134" Then
                Dim oBpForm As SAPbouiCOM.Form = sbo_application.Forms.ActiveForm
                oBpForm.Items.Item("4").Visible = False
            End If
        End If
it is always works....
regards,
J.

Similar Messages

  • New function Planning Group and Affiliate in Business partner/Account tab

    Hi all!
    I'm using SAP 8.8 PL10 , Localization Australia. I have new function in Business partner/Account tab is Planning Group and Affiliate.
    Can you explain ? i don't see any help file about this.

    Hi,
    You may check this: What is the use of AFFILIATE check box in Business partner?
    Thanks,
    Gordon

  • Incident management error: You are not assigned a Business Partner

    Hi
    I am facing a problem while creating message as below
    error: You are not assigned a Business Partner
    I created the BP. which has clear identification too.
    Even this BP is maintained as Employee too.
    Expecting ur valuable suggestions.
    Regards,
    Siva

    Hi
    Was this issue ever resolved?
    I have the same problem.
    I have business partners, also created as employees with their user id held in the Identification tab of the employee view in BP.
    In the business partner Identification tab, they have the system ID>Installation No>client>user id maintained
    When I go into solman_workcenter I see the message 'you are not assigned a business partner' and I cannot see any of the tickets assigned to me.
    Has anyone had the same issue and resolved it?
    Thanks for your help.
    Ashley

  • Business Partner Contacts Define new is blank when addon runs

    version 2007 PL 15
    When my addon is running the business partner contacts tab is missing the "Define New" option and contacts cannot be added.
    When the addon is stopped then the businness partner contacts tab functions normally.
    There is nothing in the addon that affects or references the business partner form, and the event filters have been set carefully to exclude any unnecessary events.
    Has anyone had this strange problem or does anyone have any ideas?
    Thanks,
    Mel

    Mel,
    the problem must be in your addon. I think that you dont catch correctly the events or you work on incorrect form. For solution I recomend to find out the item no in BP contact (its 13) and search  through your code where is the 13 and check if is it correct. Maybe the problem is, that contacts in BP are only in ok form mode - check if have somewhere in code changing of formmode for BP form.
    Petr

  • How to Business Partner Link with HR data

    Dear All,
    When we are using Classic Real Estate where Creating Business Partner (FOXG) tab is available Employment data & field personnel number also table check tick mark HR ORG.LINK and EMPLOYEE so, we can check this field with HR table,
    Now we are going to Flexi Real Estate, with Using Business Partner (BP) with role BUP003, there is one field available Personnel Number, but this Field is not checking any HR table. We can put any number in this field it is accepted so how to check this field with HR Link.
    Also when putting any number in this field there is no any report populate this field.
    Regards,
    Nilesh.

    Hi Nilesh,
    You can create a Customer for employee, where you will be having field Personal Number (you can check in Table KNB1) and then from Customer you can create Business Partner.
    For creation of Business Partner from Employee customer you might need custom program if there are no relavant setting in SPRO
    Thanks
    Veman.

  • Long time to open tab "change history" of  business partner in Web_ui.

    Dear experts!
    Long time to open tab "change history" of  business partner in Web_ui.
    4 records were opened for 10-20 seconds
    http://imglink.ru/show-image.php?id=22083a6a576f78c66c86863bf6b0573b
    1. In what may be the reason?
    If the records are many, the discovery may be more than a minute.
    2. Is There a report for the purification of the " Сhange history" over a period?

    Hello Dilip,
    One more alternative would be to increase the time out parameter in ABAP environment.
    The steps to change this parameter:                                                                               
    1) txn: RZ11 -> enter the variable name rdisp/max_wprun_time                      
    2) Display -> Change value -> Then input the value you would like        (ideally 3600)                                                                               
    PS:                                                                          
    1) Don't set this value too big, otherwise general performance will be       
    influenced, since lots of dialogue process will be occupied for a long       
    time                                                                         
    2) This parameter can be changed dynamically                                                                               
    Once the parameter is set please test again. You can try incremental         
    values and test which one does not give timeout error.                                                                               
    please refer to the note 25528 for more details about RZ11.   
    Hope this helps!
    Thanks and Best Regards,
    Shanthala Kudva.

  • 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

  • Assigning a new tab to the general data of business partner

    Hi,
    I have followed the steps of creating a field group, view, section. After adding my ztab in the screen sequence of the general data in business partner. But i am unable to see the tab in the BP.
    Can anyone suggest me on this?
    regds,
    Dimple c.

    Hi Deepika,
    Have you generated your screen in transaction BUSP. Select the object BUPA and generate all the screens. This should solve your problem. For your information EEWB is the alternative transaction to add the custom tab for these objects, you just have to run the wizard . This option is really very simple to enhance the objects.
    <b>Reward points if it helps!!</b>
    Best regards,
    Vikash.

  • 'Role Data' tab appearing twice in Business Partner master data

    Hello,
    The 'Role Data' tab is appearing in the master data of business partner for TWO times. The contents of both the tabs are identical. So I know that the only thing that I probably need to fix is the screen sequence. I have followed note 695714 and could not find anything wrong. Can someone please help me with the following queries:
    1. Identifying where we maintain the tab sequence for business partner master data, ie the transaction code or the path in BDT
    2. What is the name used in BP for the 'tabs'... I mean they are not called TABS but I suppose as Screens or Screen Sequence. So, what is the correct name for a Tab in BP master data.
    3. How I can hide the extra tab of Role Data from the BP master data screen
    4. How do we control the sequencing of the tabs, ie whether the address tab should be the first one or the third one or the last one.
    Regards
    Suvarghya Dutta

    Hi Kiran,
    Can you post the query here, which you used in fromatted search.
    I believe you mean to say that by this formatted search, user will have flexibility to choose the field and enter the search value.
    thanks in advance,
    Samir Gandhi

  • Dump in Condition tab in Business partner

    Hello,
    I am trying to create a business partner in the role sold to party in transaction BP, in CRM.
    Now, when i go on to enter the details in general data, and click on the condition tab, the system throws a dump.
    Below is the message:
    Termination occurred in the ABAP program "CL_OS_TRANSACTION=============CP" -
    in "EXCEPTION_RAISER".
    The main program was "SAPLBUPA_DIALOG_JOEL ".
    In the source code you have the termination point in line 78
    of the (Include) program "CL_OS_TRANSACTION=============CM00D".
    when 4.
    The top transaction could not be ended in compatibility mode
    (External Commit). There are no means to inform the calling
    application that its COMMIT WORK failed because the Object
    Services top transaction failed.
    raise OS_COMMIT_TOP_FAILED.
    endcase. "I_EXCEPTION_TYPE
    endmethod. "EXCEPTION_RAISER
    Kindly help me to solve this issue.
    Regards
    Arya

    I am closing the topic....the issue got solved on its own by upgrading the enhancement package.
    Regards
    Arya

  • Tabs in Business Partner Master Data

    One customer of us demands some changes within the Business One.
    The support in Ireland advised us to post this requirements in this Forum.
    There are 8 Tabs within the Business Partner Master Data.
    But if you open the Master Data and try to search for the city for example, this is not possible, because three tabs are missing in search mode.

    Hi Kiran,
    Can you post the query here, which you used in fromatted search.
    I believe you mean to say that by this formatted search, user will have flexibility to choose the field and enter the search value.
    thanks in advance,
    Samir Gandhi

  • Add new folder/tab into business partner master data form

    Hi, All
    Please show code example: Add folder/tab "business partner master data" form
    add tab folder into "Accounting" this sub folder "General", "Tax", "Example Folder" <=
    Thank  you
    Mdiaw

    Welcome to the forums; this has been covered in lots of posts here so if you do a search you will find lots of replies:
    e.g
    Re: Adding subFolders under a Main Folder
    or
    Add new tabbed page
    or
    Re: Folder within Folder
    or many other returned by searching for "add folder"

  • How to add a New Tab in Business Partner Transaction

    Hi Friends,
    Please help me out to "How to add a new Tab in Business Partner Transaction?
    Regards,
    Ricky

    Hi Rajendra,
    It will be gratefull to have some EEWB docuement.Can you please forward me ?
    Regards,
    Ricky
    Edited by: Ricky Maheshwari on Dec 21, 2009 6:51 PM

  • BAPI for document tab of business partner

    In Business Partner we have Documents tab. At document tab We can attach some URL
    or some document. Please tell me the BAPI for this functionality.

    Hi Anupam,
    FM SKWV_KWUI_DOC_CREATE requires PACKAGE_ID as mandatory Import Parameter. Do you know how to determine its' value and what does this parameter represent?
    Thank you in advance,
    Maro

  • Default tab in Business Partner

    Hi,
    How can we change the default tab in the business partner specific to a role.
    Thanks
    Surender

    Hi Vikash,
    Tried in BUPT, BUSD - Bp roles, could not find a way to change the default tab. Tried in Cross application components, BP-field groupings also but no luck. The only way i can think is any field which is 1st in the tab sequence in the VCT screen configuration is defaulted, so can we change the default in any other way.
    Thank You
    Surender

Maybe you are looking for