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

Similar Messages

  • 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

  • Assign Address Name in Business Partner with UI API

    Hi all,
    I want to assign an address to a Business Partner before is added with UI API.
    The code I use is:
    Dim Source As SAPbouiCOM.Matrix
    Dim EText As SAPbouiCOM.EditText
    oItem = oForm.Items.Item("69")
    Dim oMatrix As SAPbouiCOM.Matrix = oItem.Specific
    Dim ocol As SAPbouiCOM.Column
    ocol = oMatrix.Columns.Item("20")
    ocol.Cells.Item(2).Click(SAPbouiCOM.BoCellClickType.ct_Regular)
    oItem = oForm.Items.Item("178")
    Source = oItem.Specific
    EText = Source.Columns.Item("1").Cells.Item(1).Specific
    EText.Value = cardname
    When I try to assign to EText.Value it prompts me an error that item is not editable.
    Am I missing something??
    Many Thanks,
    Lena Apostolou

    Hello Lena,
    here is a code sniffet, which is working....
    If pVal.FormType = "134" Then
                If pVal.BeforeAction = True And pVal.ItemUID = "1" And pVal.EventType = BoEventTypes.et_ITEM_PRESSED Then
                    Dim oForm As SAPbouiCOM.Form = sbo_application.Forms.GetForm(pVal.FormTypeEx, pVal.FormTypeCount)
                    Dim oMatrix As SAPbouiCOM.Matrix = oForm.Items.Item("69").Specific
                    oMatrix.Columns.Item("20").Cells.Item(oMatrix.VisualRowCount()).Click(BoCellClickType.ct_Regular)
                    oMatrix = oForm.Items.Item("178").Specific
                    Dim oEditText As SAPbouiCOM.EditText = oMatrix.Columns.Item("1").Cells.Item(1).Specific
                    oEditText.String = "asdasdas"
                End If
            End If
    Regards
    J-

  • Search Ship-to-Address Number per Business Partner

    Hi experts!
    Do you know of a FM which would read all ship-to-addresses of a business partner?
    For example we have Business Partner No. 1 with 50 Ship-to-Addresses. Now we would like to find the adress no. of each of the Ship-to-Addresses either with help of a FM or directly in a table.
    Do you have any ideas?
    Many thanks for your help.
    Corinne

    Hi Corinne,
    I suppose you defined your ship to adresses in the org structure. Then you must find them by using module function BBP_READ_ATTRIBUTES with userid and attribute SHIP_TO. The fm must then show you all the address numbers.
    With these address numbers go to table ADRC where you will have all the address details.
    Hope this will help you.
    Best regards,
    Reward points if helpfull.

  • Error in creating Business Partner using FLBPD1

    Dear All,
    While creating the Business partner using tcode FLBPD1, I get the following error.
    Also I need help to understand how to start Post Processing Office.
    No business partner could be created for customer CFM0031
    Message no. CVIC_UI018
    Diagnosis
    No business partner could be created from the customer selected.
    System Response
    An error occurred when creating a business partner from the customer selected. This error prevents data from being transferred and saved. This could be due to the following:
    Fields have been left blank in the customer that are set as required entry fields for the business partner.
    Settings for assigning Customizing values for the customer to the business partner are incorrect.
    Procedure
    Start the Post Processing Office and check the error message. Make the necessary corrections.
    Regards
    Arpita

    Hello Arpita,
    I faced exactly the same issue and we had to check the entire customer/vendor master data synchronization configurations. We found that many of them were missing when we upgraded to ECC 6.0.
    I would suggest you go through the following SAP notes and check whether all configs are in place or not. Then try again.
    Note 954816, 956054 and then also 1077616.
    Hope the first two notes will be able to help you cope with the issue.
    Regards,
    Suvarghya

  • Bank and account error when adding a business partner using DTW

    I need your help please. I am trying to add a business partner using DTW but the load fails with a message "Bank and account do not exist in the company Application-defined or object-defined error65171".
    The related fields that I am using in the business partner file (csv) are:
    AccountNo
    BankCode
    Branch
    Country
    I am sure that the bank and account exist because previously I manually added a customer with the same bank and data that I am using in the dtw interface.
    SAP-BO 2005A SP01 PL27
    Best Regards
    Jorge Manzo

    Hi,
    You may run a query first to find out what are the current data in OCRD:
    SELECT
    CardCode,
    AccountNo,
    BankCode,
    Branch,
    Country
    FROM OCRD
    Thanks,
    Gordon

  • To get Business Partner using Email Id

    Hi,
    How to get business partner using Email ID.
    Thanks in advance.
    Regards,
    Sheela

    Hi Shantha,
    There are numerous Function Modules already written to fetch data which contains details of the BP. For your requirement use the FM "BAPI_BUPA_SEARCH", pass the email address as the input and in the searchresult structure you will find the BP id.
    Regards,
    Harshit

  • Create Employee as a Business partner using BAPI

    Hi,
        I created a business partner using the BAPI,
    "BAPI_BUP_CREATE_FROM_DATA". I used this within a program. The business partner gets successfully created and gets reflected in the table BUT000. But I do not see it when I run the user exit "RPM_EMPDATA".Because of this I am not able to see the business partner inside cProjects. I am able to see the business partner inside the transaction BP. When I go into change mode and change the role (from Business partner role to Resource role),and when I save this business partner  I am able to see the details in the user exit RPM_EMPDATA. I am also able to assign this business partner to tasks in cProjects.
    Message was edited by:
            Sudheendra Puthuraya

    Hi sanjay,
    Thanks for ur reply.
    i just referred all the documents that you have mentioned in the previous suggestion.
    [ID 1400877.1] - This one doesnt help me and i have rehired the employee and checked but still facing the same issue in the supplier interface.
    [ID 433746.1] - This one refers to the creation supplier through forms and i have checked the same which has been mentioned in the document. Everything is fine which the front end creation too.
    But am still facing the same issue.
    Kindly suggest me the if the issue can be solved in someother ways.
    Thanks in Advance.
    Brgds
    Max

  • New fields on Address tab customer screen ?

    In customer creation screen (xd01), on address tab ,
    want to add more fields like street 4, street5, street6, town , district fields.
    Is it possible to do so ?

    Hi
    search in SDN with this key 'add custom field xd03'
    How to Add a New custom field in the XD03 Transaction screen
    Add custom fields & tabs to transactions XD02 & XD03
    XD01 - Need to add custom field
    Marco

  • 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

  • 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

  • Editing main address on internal business partner

    Dear experts,
    I would like to know the best practice for editing the default address on an internal business partner (Organizational unit).
    Indeed, I can do it with the two following ways :
    - PPOMA_BBP : edit the address directly on the organizational unit on the tab address.
    - BP : with the business partner number linked to the organiational unit. edit the address on the tab address
    When synchronizing (USERS_GEN), the address on the organiational unit delete and replace the address on the partner.
    Is it possible to synchronize from the partner to the organizational unit ?
    Can I say we should never modify the main address on the partner ?
    Only ship and bill addresses have to be maintained on the partner ?
    Thanks in advance for any hint on that topic.
    Best Regards
    Ben

    Hi,
    The FM you are looking for is BAPI_BUSINESS_PARTNER_CHANGE
    You can use the table PARTNERADDR to fill the Address of the Partner.
    Hope this helps.

  • How can i add new tab in Business Partner

    hi every body,
    Present i am working on SAP CRM 3.0 version. i need to add new tab in BP.  Here EEWB not available. How can i add new tab?

    Hi  babu,
    you can add new tab in Buisness partner with the help of screen configaration functionality,in screen configaration u select first bp role (sold to party or retailer etc) and click on process screen sequence  and again click on overview and u will get fields right side of the screen, there u will see the field "new screen" click on that and add description for new tab and click on continue,save the document
    now u will again create a bp with modified bp role u will see changes means u will see new tab page on perticular bp role
    i hope this is helpful
    Rewards points if helpful
    Thanks&regards
    kishore kumar

  • 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

  • Changin Address Folder in Business Partner Master Data

    Hi all
    Iam newbie to sap b1 I want to change the Address Folder in the Business Partner Master Data. What i have to do is when click the Address Folder I have to change the BILL To and SHIP To in Grid  into
    Home To and Office To
    how can i do this
    can any one suggest the answer
    thanks in advance

    Open BP master in add mode,Select Define New of Pay To,Move mouse over Pay To,Press Ctrl + Double Click Enter New Description,Update,Similary Do it for Ship To.
    Jeyakanthan

Maybe you are looking for