How to open  business partner Properties selection form(OCQG table)

Dear all ,
Is there any object for business partner Properties which are stored in OCQG table
Can anybody tell me
how to open the properties selection form as incase of
Financials->Financial Reports->Accounting->G/l Accounts and Business Partners-> Click on Properties Button
I want to open this form  is there any way to do it
Thank you
Atul

Hello Atul,
With the sbo sapbouicom object you can for example simulate a buttonclick.
I suggest that you use in your code:
ActivateMenuItem("13057") //(G/l Accounts and Business Partners)
and then you simulate a click on the property-item/button.
Hope this helps.
Best regards Teun

Similar Messages

  • How to restrict business partner in selection help

    I want to restrict the business partner category shen selecting business partners, for example I only want the partners with the category 'organization' will be in the list, how to do?
    Bst regards,

    Hi,
    Goto the particular Search Help and in the Definition of that Search help, provide the default value for "BP TYPE " as the "ORG BP". Then, when ever you put  F4, only the ORG BP will be populated in the list.
    Thx,
    Waseem.

  • How to search Business Partner filter by country

    As topic above, how to search Business Partner filter by country, which table is involve?
    Appreciate your kind effort
    Thx

    Hi
    1) you can use the function module 'BAPI_BUPA_SEARCH' to filter BP by country. In the address data field, you can enter country code (say IN for India) and this will return you the list of BP's belonging to the country.
    2) You can use view BBPV_BUPA_ADDR to see the BP's for a particular country.
    for this view, if you look at the "Table/Join Conditions" tab, you can see the underlying tables used for join ->
    BUT000 ->BuPA Master
    BUT020 ->BP Address table
    ADRC ->Address services.
    Hope the above info helps.
    Regards
    Nisha

  • Check if Valid Business Partner is Selected in OrderForm

    Hello,
    I'm writing an (UI) addon for the order input screen. For this addon I place a button on the form. This button should only be clickable when a valid Business Partner is selected.
    It should work the same as Combo with contactpersons and the Matrix with items. This is only editable when a valid bp is selected. Can anyone tell me how to do this?
    I tried to look already to check if the contactpersons combo or the item matrix is enabled. This is always true, even if it's not posible to select it.
    Thanks,
    Erik

    try this
    private void SBO_Application_ItemEvent(string FormUID, ref SAPbouiCOM.ItemEvent pVal, out bool BubbleEvent)
                BubbleEvent = true;
                if (pVal.EventType == SAPbouiCOM.BoEventTypes.et_CHOOSE_FROM_LIST)
                    if (pVal.BeforeAction == false)
                        SAPbouiCOM.Item mybutton = (SAPbouiCOM.Item)oForm.Items.Item("MyButton");
                        if ((pVal.ItemUID == "4")) // 4 should be vendor/customer textedit
                            mybutton.Enabled = true;
    hope it helps...

  • How to create Business partner from uploaded file by Function module?

    Hi Experts,
    I have uploaded Business partner data from a file to server now from individual records I have to create Business partner and have to update the records in the tables. Means from on record i have to create one business partner in sap system.
    I have uploaded the records in the system and stored in a internal table.Now my task is to create business partner and have to update tables.
    I need a function module which create BP by each records uploaded and update the respective tables of BP and exports business partner ID.
    Please respond soon Its a requirement form the client.
    Prem.

    HI,
       You can use the bapi 'BAPI_BUPA_CREATE_FROM_DATA' to create a business partner .
    call function 'BAPI_BUPA_CREATE_FROM_DATA'
              exporting
                businesspartnerextern              = g_bpartner-partn
                partnercategory                    = partnercategory
                partnergroup                       = partnegroup
                centraldata                        = centraldata
                centraldataperson                  = centraldataperson
                centraldataorganization            = centraldataorganization
    *       CENTRALDATAGROUP                   =
                addressdata                        = addressdata
    *       DUPLICATE_MESSAGE_TYPE             =
    *         IMPORTING
    *            BUSINESSPARTNER                    = G_BPARTNER-BUSINESSPARTNER
             tables
                telefondata                        = telefondata
                faxdata                            = faxdata
                e_maildata                         = e_maildata
                return                             = return
    *       ADDRESSDUPLICATES                  =
                addressnotes                       = addressnotes.

  • How to create business partner temblet

    Dear friends,
            how to create business partner temblet .
      please send the following mail address
       [email protected]
                      Thangs in advance
    Regards,
    S.Siva

    hi
    Refer to the links below might get u some info
    General Business Partner-initial screen
    http://help.sap.com/erp2005_ehp_02/helpdata/en/39/0b77a9df3011d189fc0000e829fbbd/frameset.htm
    Business partner as Template
    http://help.sap.com/erp2005_ehp_02/helpdata/en/2f/3a2a09969611d2ac750000e829fbfe/frameset.htm
    Business Partner
    http://help.sap.com/erp2005_ehp_02/helpdata/en/43/a0dfe510d825e5e10000000a1553f7/frameset.htm
    Creating or Changing Master data Template
    http://help.sap.com/erp2005_ehp_02/helpdata/en/c7/adcef39296f94e8ef7077ce160200e/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/57/92f63aad7e3014e10000000a11402f/content.htm
    http://b1up.net/index.php?id=modules
    Reward if USeful
    Thanx & Regards.
    Naren..

  • How to Create Business Partner with  fix number in t-code :BP

    Dear SIr,
    Normally I will set number range for auto  to create Business Partner. In case , If we would like to crea How to Create Business Partner with  fix number in t-code :BP , howe to do?
    Please kindly advise.
    THnak you and best regards,
    Vimol

    Dear Shobhit,
    How to put the thread as you mentioned.
    Best regards,

  • How to create business partner in solman

    How to create business partner in solman?...

    Hi,
    Check pages 8 - 11 in this document.
    https://websmp209.sap-ag.de/~sapidb/011000358700001197002005E/Addtional_Information.pdf
    This would solve your problem.
    feel free to revert back.
    --Ragu

  • 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 read Business partner attachment in SAP-CRM

    Hi Experts,
         I am working in SAP CRM, i am uploading attachments for Business partner through T-code : BP.  My requirement is to read the attachment of the particular business partner in the form binary or XML. Please suggest some BAPI for class to read the attachment of business partner.
    Thanks and Regards,
    Peter Dinesh.

    Class CL_CRM_DOCUMENTS is the one that manages everything with attachments in BP transaction

  • How To Add Business Partner Catalog Numbers throuh the SDK (OSCN)

    Is there an SDK Object to Add Business Partner Catalog Numbers (form 993)
    I would like to use a sdk object to Add Business Partner Catalog Numbers instead of using SQL to insert into the OSCN table
    Sincerely yours
    Riade Asleh

    Hi Riade,
    I suggest that you post this question in the forum for B1 SDK.
    Best, Winald

  • How to search business partner on address?

    Hi,
    When I open the form "master data business partner" in search mode, the tab "Adresses" is gone.  How can I search for business partners in a particular street or municipality?  I can find it by writing a SQL query, but my end-users cannot do this.  They want to do it with the normal way.  Is this possible with SAP B1 (version 8.8)?
    Thank you for your helpful answers!
    Regards,
    Pieter Verhaeghe

    Hi Pieter......
    This Functionality is not given in SAP in standard but you can have a work around.
    You can create a UDF at Business Partner Master Data Level where you can display the value of Municipality or state through FMS and later when you take it into Find mode, the udf still be there and you can search by your way.......
    Hope this work around helps you for your query.......
    Regards,
    Rahul

  • Unable to open business partner (Organisation)...

    Hi,
    I have created organisational structure for interaction center.
    every organisational unit was created autoamatically with their own BP Id              ( ex:50000380).
    when i am trying to open this Bp(organisation) in the "BP" transaction code, The system said that "no bp number is available".
    How can i open that BP, actually i have to enter a email address in that Business partner(Organisation)
    Please help..
    <b><b>Forum points will be rewarded</b></b>
    Regards,
    Reddy

    Hi Reddy,
    I suspect that the corresponding BP for an organizational unit is not getting created properly. Make sure you have followed the below procedure for HR integration:
    make sure, you exactly follow the best practice documentation : CRM Organizational Model (C01) and the section :3.4
    Also make sure the parameter for Activate HR Integration, HRALX - HRAC must be set to X
    If still BP is not getting created, then try to create a BP manually in CRM. Let me know, if you need anymore information.
    Regards,
    Paul Kondaveeti
    Message was edited by:
            Paul Kondaveeti

  • Opening Business Partner Master Data is slow

    Hello everyone. I seem to have a problem with one of the companies in my SAP installation. I'm using SAP Business One 8.81 PL10 and I have quite a few companies on the server, including a demo db. The server is hosted on a VM that is in compliance with the supported platforms and I'm using SQL Server 2008 R2.
    The problem is with one of the companies. When I open the business partner master data or do any sort of query to the database it seems to take 5 mins or so to open the form but when I login to the demo DB it works instantly. The two databases aren't that much different from each other, size wise. I also didn't have this issue a few weeks ago, it just started.
    I searched around for some help on it and found out about doing a DB reindex. So I did one of those but it didn't seem to help that much, just a little bit. Any other ideas?

    Yes. I've tried it out on two different machines and on the server itself. Each time it's slow to load but when I login to the demo company its instant to load.
    Edit: And three different users.
    Edited by: Seth Davis on Feb 2, 2012 12:35 PM

  • How to Assign Business partner for Vendor Organisation

    Hi,
    We are in SRM upgrade from SRM 3.0 to SRM 7.0.
    For Vendor organisation say 0 50002381  there is no Business partner assigned.
    Under this organisation there are 200 vendors .
    When i run the report: BBP_XPRA_ORGEH_TO_VENDOR_GROUP
    it is showing an error -No partner assigned
    How to assign the Business partner for the organisation .
    Please give your inputs
    Regards
    G.Ganesh Kumar

    Hi Muthu,
    Thanks for the reply
    Already the SAP NOTES : 1372409 is applied.
    I am running the Migration report: BBP_XPRA_ORGEH_TO_VENDOR_GROUP. I am getting an error
    " Check mode 9: :Invalid Object on supplier node"
    How to resolve this issue.
    Already one more thread is open for this issue
    Regards
    G.Ganesh Kumar

Maybe you are looking for

  • Date field on Selection Screen

    Hi All, I need to create Date field (From and To) in the selection screen. The Date format should appear as YYYY-MM-DD. I have defined this requirement as below. select-options: s_date for sy-datum no-extension default sy-datum. Due to above line, da

  • Keyboard lighting at the login screen?

    Hi, I have a  mid 2011 MBA with 10.7.4. Lion used to have the feature where the keyboard light had its own setting for the login screen. This way I could set it so that the light was on at the login screen and went off right after logging in. After i

  • How do I put an iMovie onto a DVD?

    How do I put an iMovie onto a DVD to share with others?  Mac OS x Lion operating system. iMovie ... not 2011!

  • How can i get no of database registered to RMAN catalog database.

    I want to know that how can I know that no of database are registered to particular RMAN repository database. And also i want to upgrade my reposiotry catalog as we are upgrading our database to 11g Kindly help me .

  • Unstable Connection & Many FEC Errors

    Hi all, I posted some time ago regarding a slow download speed of around 2meg. The mods managed to reset my SNR and it went up to about 5.5. Over the months it has slowly been dropping and connection less stable. I have also noticed I rack up hundred