How to invite a partner in R12

Hi All
I had tried Create and invite a new partner in R12, i created the partner and the time of clicking the invite partner button i had received the error           
Error
You do not have sufficient privileges to access this information.
What is the privilege i needed and how can i add it
Please help me
I am waiting for your reply
Thanks

check Note: 431324.1 - Manual forms compilation In R12 fails With: FRM-91500: Unable to start/complete the build
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=431324.1
To implement the solution, please execute the following steps:
1. Download and review the readme and pre-requisites for Patch 5456500 - FRMBLD.SH IS POINTING TO WRONG TNS_ADMIN
2. Ensure that you have taken a backup of your system before applying the recommended patch.
3. Apply the patch in a test environment. (you will get the message the patch already exist or conflicts, just ignore and continue)
4. Retest the issue.
5. Migrate the solution as appropriate to other environments

Similar Messages

  • How to create a partner and header record using CRM_ORDER_MAINTAIN?

    Hi any one knows how to create a partner and header record using the function module CRM_ORDER_MAINTAIN??
    I tried to  create a record, but i only managed to create a header record and the partner record is not reflected in the transaction.  Why is that so? is there any indicator that i need to include?
    Thanks..
    Jen

    Hi Jen!
    I use this FM and it works perfectly.
    Use this to create a partner:
      gs_partner-ref_handle    = '0000000001'.
      gs_partner-ref_kind      = 'A'.
      gs_partner-ref_partner_handle = '0001'.
      gs_partner-partner_fct   = '00000001'.
      gs_partner-partner_no    = NO_PARTNER. "number of the partner, bu_partner
      gs_partner-display_type  = 'BP'.
      gs_partner-no_type       = 'BP'.
      gs_partner-kind_of_entry = 'C'.
    *  ls_partner_l-ref_handle    = '1'.
      gs_partner-ref_guid      = '00000000000000000000000000000000'.
      APPEND gs_partner  TO gT_partner .
      ls_input_field-ref_kind  = 'A'.
      ls_input_field-logical_key   = '0001'.
      ls_input_field-objectname  = 'PARTNER'.
      ls_input_field-ref_handle  = '0000000001'.
      ls_input_field_names-fieldname = 'DISPLAY_TYPE'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      ls_input_field_names-fieldname = 'KIND_OF_ENTRY'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      ls_input_field_names-fieldname = 'NO_TYPE'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      ls_input_field_names-fieldname = 'PARTNER_FCT'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      ls_input_field_names-fieldname = 'PARTNER_NO'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      INSERT ls_input_field  INTO TABLE  gt_input_fields.
      clear ls_input_field-field_names[].
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
      EXPORTING
    *    it_schedlin_i   = gt_schedlin_i_com
        it_partner      = gt_partner
    *    it_sales        = gt_sales
    *      it_orgman       = gt_orgman
    *      it_appointment  = gt_appointment
    *      it_ordprp_i     = gt_ordprp_i
    *   it_product_i    = gt_product_i
    *      it_activity_i   = gt_activity_i
    *      it_pridoc       = gt_pridoc_com
      CHANGING
        ct_orderadm_h   = gt_orderadm_h
    *   ct_orderadm_i   = gt_orderadm_i
        ct_input_fields = gt_input_fields.
    *      ct_doc_flow     = gt_doc_flow
    *      cv_log_handle   = gv_log_handle.
    Hope it helps u,
    Regards,
    Mon.

  • How to remove E-Business Suite R12 in linux?

    Hi Guru's
    I am using Linux OS Server
    In that i am using 2 fresh , 1 Production and 1 Vision EBS-R12.
    Now i need to remove One Fresh because i want to install New fresh Setup.
    So Please Guide me how to remove E.Busainess suite R12 in Linux.
    Regards,
    ***SBJ***

    In that i am using 2 fresh , 1 Production and 1 Vision EBS-R12.
    Now i need to remove One Fresh because i want to install New fresh Setup.
    So Please Guide me how to remove E.Busainess suite R12 in Linux.https://forums.oracle.com/forums/search.jspa?threadID=&q=Remove+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Clean+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to define WE20 partner for all outb deliveries

    Hello, I would like to create an outbound delivery DELVRY05 IDoc for every delivery.   When the warehouse (LIKP-LGNUM) is a certain value, and the packing status is 'C', we'd like to produce the IDoc and save to a file port.   I have setup most of this, but am stuck on the partner function settings.   In NACE, I have defined a new output type 'ZAWB' under V2.  I have select 'EDI' for the medium.  But on the Default Values tab, what should the partner function be?   I want this for all customers.  I can't go and create a WE20 entry under 'KU' for every single customer.  Also in NACE, does an entry need to exist in the Partner Functions screen?  And how would the WE20 partner be defined?

    Requirement:
    Produce an outbound IDoc containing delivery data.  When the delivery
    header packing status = 'C' AND the warehouse is 'SHN' 'SRV' or 'OCE',
    the output should appear in the Extras -> Delivery Output -> Header screen
    as a new entry.  The output will produce a DELVRY05 IDoc, message type DESADV.
    It will be saved as a file on the SAP server, formatted in XML format.
    Setup to get this to work:
    Since the warehouse number LIKP-LGNUM was not available in the standard
    communication structure KOMKBV2, the field needed to be added so we can
    use it in an output condition record.
    1.  Structure ZAKOMKBZ4, added field ZZLGNUM for warehouse number.
        This structure is an include in communication structure KOMKBV2.
    2.  Added field ZZLGNUM to structure ZAKOMBZ, which is included in
        structures KOMB and KOMBZ.  Needed to update the Field Catalog.
    3.  Edited program RVCOMFZZ, Form USEREXIT_KOMKBV2_FILL
        to move the warehouse value from LIKP into the communication structure.
        Insert the code:   COM_KBV2-ZZLGNUM = COM_LIKP-LGNUM.
    4.  Add field ZZLGNUM to Field Catalog, table V_T681F.  Use SM30
        Usage: B    Appl: V2    Field Group: 001
        This will also add an entry to table T681F
    5.  v/59   V/60   v/61   Create/Change/Display Condition Table (Output Shipping)
        With SE11, see what table number is avail, put B9* and hit F4. 923 wasn't being used yet.
        Used v/59 to create new condition table 923.   
        Warehouse should appear on the right side now if you did steps above.
        Add field to the left side: Warehouse  (just dbl-click Warehouse on the right side and it should
    appear on the left)
        Pressed 'Generate' button and it created table B923
    6.  Txn NACE.  Select row V2, then click  Access Sequence button.
        Created new Access Sequence Z005 'Warehouse'
        Select row Z005 and dbl-click Access, Add new row: Access Nbr: 10  Table: 923   Hit Save.
        Hit Back once and select row Z005 again and dbl-click Fields, which should
        automatically fill in a new row showing the new ZZLGNUM field.  Hit Save.
    7.  Txn NACE.  Select row V2, then click  Output Types  button
        Created new output type ZAWB which will be used to produce the DELVRY05 IDoc
        Tabs:                    Field:                Value:
          General Data             Access Sequence       Z005
                                   Access to Conditions  checked
          Default Values           Dispatch time         Send immediately                   
                                   Transmission Medium   EDI
                                   Partner Function      SH    (Ship-To Party)
        Processing Routines:
          Program:       RSNASTED
          Form Routine:  EDI_PROCESSING
        Partner functions:  (1 entry)
          Medium   : EDI      Function:  SH  
    8.  Txn BD54.  Created new Logical System 'IEDHL'  for Ireland DHL 3PL Warehouse (Non-SAP)
        This is not really a 'system'.  The plan is to save the IDoc files to a folder on the
        SAP filesystem.
    9. VV21  VV22  VV23   Output - Condition Records : Shipping
        But we can get to this as well via txn NACE.
        Create 3 new entries in the condition table.
        Output type     :  ZAWB   (our new output type)
        Key Combination :  Warehouse  (is the only selection)
        Warehouse number:  SHN   (do same for SRV and OCE)
        Function        :  LS
        Partner         :  IEDHL  (this will be populated in the output screen in VL02N)
        Medium          :  6  - EDI
        Date/time       :  4  - Immediate
        Language        :  EN
        Notice the entries appears in the table B923 now, created in step 5.
    10.  Output the IDoc in XML format.  In WE21, define a port under XML file.  I will
         call it DEV_XML.  On the Outbound file tab, you can specify a function module
         that is used to create the filename.  For example, EDI_PATH_CREATE_CLIENT_DOCNUM.
    11. Txn WE20.  Under Partner Type  'LS', Add partner 'IEDHL'.
        Then create an outbound parameter for DESADV as follows:
        Partner No.   :  IEDHL
        Partner Type  :  LS
        Partner Role  :  LS
        Message Type  :  DESADV
        Tabs:                    Field:                 Value:
          Outbound Options         Receiver Port          DEV_XML  (Define with WE21)
                                   Transfer IDoc Immed.   (selected)
                                   Do not start subsys    (selected)
                                   Basic Type             DELVRY05
                                   Canc Proc after Err    (checked)
                                   Segm. Release in IDoc  700
          Message Control          Application            V2
                                   Message Type           ZAWB
                                   Process Code           DELV
          Perm. Agent              Type                   O         (or US)
                                   Agent                  50000079  (or your username)
                                   Language               EN

  • 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

  • How to use WEB ADI in R12 project accounting- Need urget

    Hi Friends,
    How to use WEB ADI in R12 for project accounting, right now iam working in a client place, i need to show demo on WEB ADI functionality in project accounting.
    Iam trying in different ways, it is showing error msgs, if any body have WEB ADI R12 exp, please guide me.
    I need to upload manual transactions through WEB ADI..
    What are the setups need to do, i have user guide but unable to solve my probelm..
    It is very urgent to me, please reply..
    Thanks,
    Srini
    Message was edited by:
    user620419

    Ravichandran wrote:
    Hi,
    Set the DQM Synchronization Method to "Batch" and it should solve your issue(Please note that this depends on whether you are using TCA)
    Regards,
    RaviHi Ravi,
    Thanks for replying this post. I had almost lost hope.
    As you suggested above, I tried to set the DQM Synchronization Method Profile Option to Batch using System Administrator responsibility but could not as the Profile Option is read only at all levels- Site, Application, Responsibility,User,etc. Please what am I doing wrong ? Thanks
    -Ibrahim

  • How to use a partner function?

    1. I would like to link a project (or WBS) to the Invoice Approver (for the workflow)
    2. I would like to link a project to a Customer or several Customers
    3. I would like to link a project to a Vendor or number of Vendors
    Not clear how to use a partner function for that reason and where this will be visible.

    Getting following error message for the Customer:
    Customer for function Y2 may not have account group Z010
    Message no. VP303
    Why and where such restrictions are applied?

  • How to create Trading partner in 4.6c

    Hi,
         Can you please let me know how to create Trading partner in SAP 4.6c. Please let me know the difference in creation of Trading partner in sap ECC 6.0
    Thanks,
    RajaGopal

    Hi ,
    In order to identify Inter Company transactions Trading partner field is used. You need to define all the Group Companies as company in SAP and all the defined Companies will be available for selection in Trading partner field.
    The same can be done via
    SAP IMG > Enterprise Structure > Definition > Financial Accounting > Define Company
    Hope it helps
    SJ

  • 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

  • HOW CAN INVITE PEOPLE IN A GROU EVENT ON ICAL WITHOUT THEM SEE EACH OTHER EMAIL ADDRESS

    HOW CAN INVITE PEOPLE IN A GROU EVENT ON ICAL WITHOUT THEM SEE EACH OTHER EMAIL ADDRESS ?

    Hi, I never use any of these, but according to this it uses eMal, so I'd think moving the adressees to the BCC: field should do it.
    Not the To: or CC: feild.

  • How to invite someone to MobileMe album?

    I used to use iPhoto for all my photos but have recently converted my entire library to Aperture. I've got some MobileMe albums I've published using Aperture and can't figure out how to invite people to view them. With iPhoto there was a way of inviting people via email where the body of the email had instructions, the username and password. I can't find this kind of thing in Aperture and so I figured maybe I can do it through MobileMe online but I haven't had any luck their either. Can anyone help?
    Also, I'm wanting to understand how I can reassign the cover photo in a MobileMe album.
    Thanks!

    When Aperture is opened highlight (click on the mobile me album you want to announce) look near the lower right hand corner. You'll see a drop down box with "Mobile me Gallery" as the default. Click on the drop down arrow and you"ll see an option for "Tell a friend". Hope this helps.

  • How do you create partner profile

    Hi gurus
    How do we create partner profile can any one help me in step by step procedure. 
    Thanks in advance

    Hi
    WE20 is the transaction used tio create the Partenr profile.
    Best way to do it would be ,copy the exisitng customer to the new one and change the Ship to Party.
    Select the existing customer , clik on copy and
    You will get pop up window,give your partner number and partner type
    all the details of old partner will be copied into new.
    if you want to create the New partner then
    Partner Number
    Partner type
    Enter the Inbound and outbound paremeters
    ( port , Idoc type , message code , process code , message function)
    Regards
    KRSNA

  • How will i configure partner determination

    how will i configure partner determination...

    Hi,
    [Partner Determination Procedures|http://help.sap.com/saphelp_crm40/helpdata/en/3c/92ecee484a11d5980800a0c9306667/content.htm]
    Assign Points if helpful.
    Thanks and Regards,
    Naveen Dasari.

Maybe you are looking for

  • How to design a snapshot Table / Report in OBIEE

    Hello All, I am currently developing a report in which I need to compare the Cost at diff times. Year view should compare current cost with year ago cost for the same item, similarly Month view shoud compare current cost with month ago cost. Any help

  • Webutil_c_api

    I have problem trying to run the webutil demo wu_test.fmb (downloaded from otn.oracle.com). I had gone through the WebUtil Familiarization Manual step by step and (hopefully) properly set up WebUtil per instructions. When I ran the demo form (wu_test

  • Statspack report study

    dear all i want a detail study of my statspack report i am referring to these link right now but i need a detail study of my report with each and every section covering all Statspack report analysis http://www.evdbt.com/TGorman_SYM06_SP_DW.doc CHeers

  • Arranging Remote Video Screens

    I am responsible for the display of video monitors in the lobby (which are connected to my Mac). In order to see what's on the screens in the lobby, I have to actually go to the lobby and view them. I have been using Spaces, which when activated show

  • My iPod YouTube does't work

    My iPod YouTube doesn't work. What I doing now?