Default value for Sold to Party and Reported By with Support Message

I have customized the service desk scenario and went through the entire service desk implementation guide part I blog that talks about the partner setup.
When I create a support message through the service desk scenario (under help) in the satellite system it does default the sold-to-party and the reported by person in the resulting document.
When I create a support message in Solution Manager out of DSWP or SOLAR02 it does as well.
However when I create the support message out of Solution Manager under help it does NOT default the sold to party and reported by, and I always have to correct that in the document later on.
Has anyone experienced this before and can tell me why this happened. Obviously has something to do with setting up the partner in Solution Manager, but I do not understand how it can work for the Satellite system but not in Solution Manager itself.
Thanks
Paul

> Has anyone experienced this before and can tell me why this happened. Obviously has something to do with setting up the partner in Solution Manager, but I do not understand how it can work for the Satellite system but not in Solution Manager itself.
Did you generate BP entries for the SolMan system itself?
Markus

Similar Messages

  • Default values for the controlling area and language

    Hello
    I have a query.
    I need to set default values for the controlling area and language in the screen
    "find account assignment data 1"
    Is it possible to do so?
    Thanks.
    Jayawant Gokhale

    Hello
    To clarify,
    This is the search used ,when I go for shopping.For the Cost assignment,the fields controlling area and language should be default for a user.
    Could someone throw a light on this.
    Thanks.

  • Need to set default values for the fields plant and location in ME21N

    Hi All,
    i need to set default values for the fields plant and location in ME21N tcode.
    In accout assignment if we give 'A' then we need to create asset by clicking the Asset tab,there you have the fields plant and location.
    How to resolve this?
    Thanks in Advance

    hi .
    i needed to set default strorage location and plant in personal setting  in me21n.
    i solve it with this way.
    go to program SAPLMEPERS in se38.
    create new function in output with the sample name :MODULE ZTEST_001 OUTPUT.
    in this module write:
    if MEPOITEM_PROP-WERKS is INITIAL and  MEPOITEM_PROP-LGORT is INITIAL.
    MEPOITEM_PROP-WERKS = '1000'.
    MEPOITEM_PROP-LGORT = '0032'.
    endif.
    this is the solution.
    best regards.
    maryam

  • Which is the  field for   Sold-to-party   and     ship-to-pary   in  BAPI

    i am using   BAPI_SALESORDER_CREATEFROMDAT1  This   BAPI  for sales order creation
    but i want to pass sold-to-party and  ship-to-party  in   Header Data
    but i can't find that field in BAPI
    so please suggest me

    Use  BAPI BAPI_SALESORDER_CREATEFROMDAT2, instead of the above BAPI.
    Check this sample. Replace all the values with your test data and check it.
    report  z_salesorder_create.
    data:
      order_header_in type bapisdhd1,
      return type table of bapiret2,
      order_partners type table of bapiparnr,
      order_part     type bapiparnr,
      order_items_in type table of bapisditm,
      order_items type bapisditm,
      order_items_inx type table of bapisditmx,
      order_items_x   type bapisditmx,
      salesdocument type bapivbeln-vbeln,
      order_header_inx type bapisdhd1x.
    order_header_inx-doc_type =   'X'.
    order_header_inx-sales_org =  'X'.
    order_header_inx-distr_chan = 'X'.
    order_header_inx-division =   'X'.
    order_header_inx-req_date_h = 'X'.
    order_header_inx-purch_date = 'X'.
    order_header_inx-doc_date  = 'X'.
    order_header_inx-currency = 'X'.
    order_header_inx-sd_doc_cat = 'X'.
    order_header_in-doc_type =   'TA'.
    order_header_in-sales_org =  '1000'.
    order_header_in-distr_chan = '12'.
    order_header_in-division =   '00'.
    order_header_in-req_date_h = sy-datum + 7.
    order_header_in-purch_date = sy-datum.
    order_header_in-doc_date  = sy-datum.
    order_header_in-currency = 'EUR'.
    order_header_in-sd_doc_cat = 'C'.
    order_items-itm_number = '000000'.
    order_items-material = 'C-1030'.        "replace with your material and plant
    order_items-plant = '1200'.
    order_items-target_qty = '10'.
    order_items-target_qu = 'M'.
    order_items-sales_unit = 'M'.
    append  order_items to order_items_in.
    order_items_x-itm_number = '000000'.
    order_items_x-material = 'X'.
    order_items_x-plant = 'X'.
    order_items_x-target_qty = 'X'.
    order_items_x-target_qu = 'X'.
    order_items_x-sales_unit = 'X'.
    append  order_items_x to order_items_inx.
    "Sold to party
    order_part-partn_role =  'AG'.
    order_part-partn_numb = '0000001033'.
    order_part-itm_number = '000000'.
    append order_part to order_partners.
    "Ship-to party
    order_part-partn_role =  'WE'.
    order_part-partn_numb = '0000001033'.
    order_part-itm_number = '000000'.  "<-----For header you need to mention the like this..
    append order_part to order_partners.
    call function 'BAPI_SALESORDER_CREATEFROMDAT2'
      exporting
        order_header_in               = order_header_in
        order_header_inx              = order_header_inx
    importing
       salesdocument                 = salesdocument
      tables
        return                        = return
        order_items_in                = order_items_in
        order_items_inx               = order_items_inx
        order_partners                = order_partners.
    "Read the return with type 'S' if success then commit.
    call function 'BAPI_TRANSACTION_COMMIT'

  • Service Desk Message - Sold-to Party and Reported by

    Hi Team,
    The Sold-to Party, Reported by are automatically populated in CRMD_ORDER whenever I create Service Desk Message from Satellite Systems, But when I create Support Message in Solution Manager, these does not get populated.
    Thanks,

    Hi NIshkam ,
    If you are creating the support message from help->create support message in solution manager
    Please check the following
    1. Whether the solution manager is set up in the I-Base in transaction IB52.
    2. Check if your ID is maintained in the identification tab of Business Partner for the    solution manager server.
       (path : transaction- BP -> enter the login ID ->Select change in BP role as Business Partner (Gen.)
                -> Select the Identification tab.)
       your ID should be maintained as below for the solution manager:
    ID Type              System - Installation Number - Client - BP ID
    CRM0001             zzz   - xxxxxxxxxx          -   999  - login ID.
    if these are done then system should be able to recognize the reported by and sold to party.
    if you are using CRMD_ORDER trasnaction for the creation of the support message, then the reported by field, SAP Component field and I-Base are entry fields and are not automated. On entering these and save the reported by , support team and Sold to party will be determined base on your configuration.
    check if this of help,
    regards,
    Srinivas
    Edited by: Srini24 on May 4, 2010 9:06 AM

  • Sold-To Party and Reported missing when doing Help - Create Support Message

    Sorry, I know this has been asked multiple times, but I'm missing something in the responses.  The responses I am finding either don't seem to apply to my situation, or aren't detailed enough to explain what I'm supposed to be doing.
    Solution Manager 7.0 EhP1 SAPKITL435.
    If we try to do a "Help - Create Support Message" from within our production Solution Manager system, the "Reported by" field is correct, but the Sold-To Party is blank.
    If we try to do a "Help - Create Support Message" from within our non-production Solution Manager system, both the "Reported by" and  Sold-To Party fields are blank.
    If we try to do a Help - Create Support Message" from another SAP system whose RFC is pointing to our non-production Solution Manager system, both the "Reported by" and  Sold-To Party fields are blank.
    I've looked at IB52, as well as the SPRO activities under "Partner Determination Procedure."  I think a big part of my problem is that they just don'e make sense to me yet, because I can't figure out what I should be changing.
    For example, IB52 looks to me like it only applies if you want to assign something to the same person all the time.  Am I missing something there, or is that an answer to a different question?
    I also can't figure out if I need to create something new in "Define Access Sequences," or modify something existing, and, if I modify, to what?
    Does anyone know where I could find specific instructions for setting this up?

    Hi Brenda,
    Regargind this issue, please check if Sold-To party is maintained for
    your system with IB52 in your solman system as the steps below:
    SOLUTION MANAGER system
    ->IB52
    ->select the system on left hand side
    ->click on 'goto' on top menu
    ->Select 'partner'
    ->Now maintain Sold-To party
    Also check below note:
    1165357    Sold-to-Party is not assigned to Service Desk messa
    As you said ou already assigned then i would request you to please check if you have assigned at the system level or not. Somtimes people define at top of the tree and also at system level. Please assign at system level and delete all other. Most of the times this is the issue Sold-to-party doesnt fill automatically.
    For reported by field:
    Please check the note: 824640: Customizing missing for Service Desk in Solution
    read this note carefull and this will help you fixing the reported by issue.
    Please, make sure you have applied the following corrections:
    1439191 Incident Create: Message Reporter or Processor is not saved
    1486132 Incident Create: Enhance search help of Reporter field
    1497700 Work center: Message details not updated after refresh
    After this if you still having issue you need to provide more details but i think this will fix the issue.
    Thanks
    Regards
    Vikram

  • Specific default values for select-options high and low

    Hi
    My requirement is in the selection screen i have a select-options field for which i need to give default values as mentioned below.
    Description                              Data Type       Default Value     Mandatory?             Sel Scrn Type     
    Delivery/BOL Date        ekab-bedat                         1st DOM to current day     Y              Range     
    The datatype is ekab-bedat.
    In the low value field ,it should be 1st Date of month(DOM) and in the high value field it should be current day.
    Give me the code for the same asap.

    >
    sreedeep.sreekumar wrote:
    > Dont mistake my intensions. When i tried to write it in the form of a request it showed me that it cannot me posted beacuse the words that i am using (please,kindly) is not following the terms and conditions of the words to be written in the threads
    Sounds quite vague to me.
    >
    sreedeep.sreekumar wrote:
    > I was asking help for this as i am a novice in SAP-ABAP and i couldnt find solutions for it and also i have seen people directly writing codes for the queries.
    Becuase you see people posting pieces of code doesn't mean you can ask for a solution asap. Besides, whether you're new or a veteran in ABAP, what you need can be solved with some very basic knowlegde of ABAP. Just use a bit of common sense.

  • Account name not showing in 'Partners' Block for sold to party and ship to

    Hi Experts,
    I created a return order by confirming the Account.
    Under 'Partners' Sold-to-party, ship-to-party, activity partner showing the account name but when i clicked on any of these links it is not showing the BP name.
    Please suggest why it is not showing the BP name inside the sold-to-party,ship-to-party, activity partner.
    Thanks in Advance,
    Kishore

    Hi Experts,
    I created a return order by confirming the Account.
    Under 'Partners' Sold-to-party, ship-to-party, activity partner showing the account name but when i clicked on any of these links it is not showing the BP name.
    Please suggest why it is not showing the BP name inside the sold-to-party,ship-to-party, activity partner.
    Thanks in Advance,
    Kishore

  • Default Value for Sold-To Value

    Hello -
       We are on version 3.2 of Solution Manager, and are using Change Management for Urgent Transports. All is working, but want to make some items better. When the user goes to transaction CRMD_ORDER, and create a change request, the field Sold-To is always 35 for us. We would like this to default in. How can this be done?
    Thanks,
        George

    Thanks Raghu,
    The situation is that we want to use the BSP Application version of the Service Desk to create messages for all our IT internal issues/questions.  In the BSP, you do not specify the IBase, therefore the sold-to is never determined.  And since all our messages will be internal, I am wondering if there is a way to always default the sold-to to our company org without modifying the BSP to add the IBase component.
    Regards,
    Patrick

  • HT1349 I have recently had no success in listening to previews of new music found in the store.  Once I start the selection it goes for about 15 seconds and then stops with a message saying it is rebuffering.  If I just wait, it never starts again.  Help!

    I continually get the "rebuffering" prompt when trying to preview new music prior to purchase.  It will stop playing the song after about 15 seconds.  Can anyone tell me what is going on? Help will be appreciated.

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • How to Set default value for taxonomywebtagging control with terms and nested terms

    Hi,
    I have created taxonomy control in custom aspx page and I am able to select terms but I am trying to setup default value to that control.
    Can anybody let me know how to set the default value for TaxonomyWebTagging control in custom.aspx page with nested terms?
    Any help would be greatly apprecited.
    Control code in aspx page:
    <td>
    <asp:Label runat="server" ID="lblLanguages">Field A: </asp:Label><asp:Label runat="server" ID="rfvlblLanguages" CssClass="errorMsg" ForeColor="Red">*</asp:Label>
    </td>
    <td>
    <Taxonomy:TaxonomyWebTaggingControl ID="term" Width="385px" runat="server" /></td>Mapping metedata code:TaxonomySession session = new TaxonomySession(SPContext.Current.Site);
    //Set the Business Unit Field
    SPSite site = SPContext.Current.Web.Site;
    TermStore termStore = session.TermStores["Managed Metadata Service"];
    Group group = termStore.Groups["GROUPName"];
    TermSet termSet = group.TermSets["TERMSETNAME"];
    Term term = termSet.Terms["TermA"];
    Guid termGuid = term.Id;
    term.SspId.Add(termStore.Id);
    term.TermSetId.Add(termSet.Id);
    term.AllowFillIn = true;
    term.AnchorId = countryGuid;
    term.IsMulti = true;
    Thank you.
    AA.

    Hi,
    According to your description, you want to set default value for TaxonomyWebTaggingControl.
    I have a test in my environment. It could be achieved by setting the Text Property of TaxonomyWebTaggingControl.
    Here is the code snippet:
    TaxonomySession session = new TaxonomySession(SPContext.Current.Site);
    SPSite site = SPContext.Current.Web.Site;
    TermStore termStore = session.TermStores["Managed Metadata Service"];
    Group group = termStore.Groups["GroupA"];
    TermSet termSet = group.TermSets["A"];
    Term term = termSet.Terms["A1"];
    TaxonomyWebTaggingControl1.SspId.Add(termStore.Id);
    TaxonomyWebTaggingControl1.SSPList = termStore.Id.ToString();
    TaxonomyWebTaggingControl1.TermSetId.Add(termSet.Id);
    TaxonomyWebTaggingControl1.TermSetList = termSet.Id.ToString();
    TaxonomyWebTaggingControl1.AllowFillIn = true;
    TaxonomyWebTaggingControl1.IsAddTerms = true;
    TaxonomyWebTaggingControl1.IsMulti = false;
    TaxonomyWebTaggingControl1.Text = string.Format("{0}|{1}", term.Name, term.Id.ToString());
    Here is a detailed article for your reference:
    http://blog.bugrapostaci.com/2010/09/23/taxonomywebtaggingcontrol-sharepoint/
    Feel free to Reply the test result.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Default values for files and columns when adding a discoverer porlet

    Hi, i'd like to know how to configure the default value for numbers of columns and files when i add a new discoverer porlet in a portal page.
    The actual default value is 10 files and 6 columns and i always have to increase it to at least 100x100.
    Is there any config file where i can change that?
    I've found a configuration.xml in $ORACLE_HOME/discoverer/config/configuration.xml
    with a section
    <!-- Discoverer Servlet configuration. Defines behaviour of both
    discoverer/plus and discoverer/viewer servlets -->
    but couldnt find a parameter for those items.
    Thanks in advance.
    Daniel Perez

    I think triggers are the best device.
    Scott

  • Default values for

    Hi,
    I am trying to load a datafile to a table using SQL*loader, how can I assign the default values for a coulmn in control file of sql loader, here are datafile and target table i am using
    datafile
    empid,empname,empdept
    1001,clark,123
    1002,Mike,123
    1003,john,123
    1004,bryan,123
    desc emp_table
    empid number(10)
    empname varchar2(30)
    empjob varchar2(20)
    empdept number(10)
    empmgr number(10)
    The datafile has the data for only 3 columns in emp_table, there is no data for empjob and empmgr in the datafile.I would like to use default values for them empjob = sales and empmgr = 2001, so how can I set these default values in the control file.
    Thanks in advance!!

    The simplest way is to forget about passing default values in control file. Create table just for this load with DEFAULT constraint for missing columns and load file in this newly created table. Let's call it LDR_TBL. Then "INSERT INTO EMP_TBL SELECT * FROM LDR_TBL; " Make sure you define control file as follows (skipping empjob and empmgr). Oracle will populate "empjob, empmgr" with 'sales',2001 as part of column constraint.
    load data
    infile 'x.txt'
    into table emp_table
    fields terminated by ',' optionally enclosed by '"'
    (empid,empname,empdept)
    When all is done, DROP TABLE LDR_TBL ;
    Does this help ?

  • How to set the default values for print options

    Hi all,
    We can set the default value for print options, just like Logical destination、numbers of messages、print immediately and so on, so where we should to maintain these default?

    Hi Sandy,
    This can be done by an abaper by making changes in the driver program. The Driver program feeds all the data which u have mentioned for printing.
    if the driver program is standard. copy to an z type and make modification on printer settings on the driver program code.
    this will surely solve the issue.
    Regards
    Gunaseelan

  • OB20 - Sold-to-party and Payer

    How do I see if a customer master requires the use of a RECONCILIATION account? basically i want to see if the Recon account is a REQUIRED entey or not.
    I can use OB20 to pull it up but how do i specifically find the "Field Status Group" for "Sold-to-party" and "Payer"?
    Thanks

    hi
    There is no need of field selection group...when you go into the OVT0...select the sold to party or payer and check the details...
    Insdie details, You'll see the field status group, you can double click on the "general data" or "co code data" or "sales data"...when you go inside it....you can assign the field status...
    Regards
    Priyanka.P

Maybe you are looking for

  • Why will adobe flash player not work on my mac?

    Hi, I just got my mac back from the apple store and sadly I lost all my data so its a 'new mac' and i had to set it up from scratch etc. I am unable to watch videos on youtube and other sites that need Java or Adobe flash player EVEN THOUGH I have do

  • How do I swap an image in one cell by clicking a link in another?

    In a website I'm designing I have typed a "+" in one table cell. Next to that cell is another cell containing a jpg. I want the viewer to be able to click on the "+" and have the image in the other cell change to another image. I have several stacked

  • Why can't I successfully upload web pages using FTP?

    I recently installed Adobe Dreamweaver and successfully connected to a remote server where the files on my existing website are stored. I was then able to call up web pages from my local site, make revisions and successfully upload them (using FTP) t

  • Droplets don't work in OS X 10.6!!!

    Honestly Adobe, this is inexcusable! Work it out with Apple and make my droplets work again. This is very problematic for my work flow. Oh, and they don't work even if I'm running PS CS4 in Rosetta. There is no way to make the individual droplet run

  • Files for Burning

    My movie file is way to big for any CD to burn on...when transerred to Quicktime file it becomes a 13.1 GB size file, and my DVD only holds 700 MB....is there a way to get this file burned? Do I split it up?  Or do I need a DVD with more space? any s