Correct confirmed account doesn't appear in service request

Hi guys,
let me brief my requirement:
In IC webclient the service request is picking just previously cancelled conformed account as activity partner but not the current confirmed account.
Th process to create the issue : Go to Account Identification screen->search an account and confirm it->click cancel button to cancel the confirmed account->then search another account ->confirm it->click on service request.
Now service request shows previous account as activity partner.
I debugged the code of eh_oncancel in do handle event of viewset ICCMP_BP_DETAIL/BuPaDetB2BVS and found nothing wrong.
Please help me with your suggestion if i am missing any thing else to investigate.
Regards
Snehasish

i debugged the Global data context where entities like CURRENTBT,CURRENTCUSTOMER are set and from there service request gets details for its partner values in entity BTPARTNER.but I can see CURRENTCUSTOMER is set to the confirmed account but in CURRENTBT of entity type BTOrder i can see BTPartner(BTOrder->BTOrderHeader->BTpartnerset->BTPartner) which has previous BP which was confirmed earlier and cancelled.
                               But i couldn't find where exactly is this CURRENTBT is set in GDC (Global Data Context ) so that i can check why this is picking previously cancelled confirmed account in BTPartner entity relationship of BTOrder.
                                                             Can you guys help me out here.
Regards
Snehasish

Similar Messages

  • Incoming mail of one account doesn't appear in inbox

    Even though mail tells me that by now more than 30 messages have come in,I can't see anything in the inbox. Probably I have managed to trash something i shouldn't, but what?
    I use three accounts, and of two accounts the incoming mails are visible, but my main account is not.
    I have tried to throw away some preferences, I've been reentering all the account information, but it didn't work. Nothing appears in the inbox of this one account.
    (Now I started to use thunderbird, and I can read my incoming mail. But I'm quite used to my mail configuration, and i like it.)
    Who can help???

    Is your main account a POP type account?
    If so, using the Finder go to Home > Library > Mail > this POP account named folder (named by the user name and incoming mail server for the account).
    Confirm there is an INBOX.mbox named folder as shown.

  • Exchange email account doesn't appear in iTunes

    Hi, I have several email accounts set up in Mail and all sync perfectly with my Touch apart from one, which is an Exchange account. This doesn't even show up in the list under Info, Mail Accounts in iTunes.
    Any suggestions?
    Cheers
    Phil

    I've solved this. It appears that Exchange accounts can't be synced via iTunes for some reason, you have to set up the account manually on the iPhone.
    I've now done this and all is well.
    Hope this helps someone else.

  • Bi1SN 2007 confirmation window doesn't appear

    Hi,
    I have installed the Bi1SN 2007
    The B1i Server is installed on my machine.
    I managed to define a system.
    Then I tried to define a simple scenario:
    I defined a very simple BizPackage/BizStep-
    I set the sender Object type and receiver object type to be B1.2007_ITM
    Than I defined a process and followed all steps untill step number 4.
    I see "wait" picture on the screen, and after few seconds it gets back to the step number 4.
    I don't get the save status screen
    When I save I don't get the save status screen
    It works from a different computer (connecting to my integration server),
    but that computer is a laptop of a someone in our company that is out of office for a while now.
    I have understood that this is related to the Internet explorer I have.
    I had IE 7, and I tried to install IE 8, but it didn't help, altho I have now the same version of IE as the laptop.
    The version I have is: 8.0.6001.18702
    or maybe it is related to the security settings in the IE.
    Thanks,
    Chana

    Chana,
    It may very well be that it has something to do with IE settings.  If the save window appears on a different computer than it is not that B1iSN is not functioning correctly ... as on that computer it seems to be saving correctly.
    Eddy

  • HT4157 What if the option view account doesn't appear?

    My iPad mini doesnT show the option "view the account"

    Make sure the enable disk use option is ticked from under your iPod's Summary tab in iTunes.  Also head to Finder -> Preferences -> General and make sure the CDs, DVDs, and iPods option under Show these items on the desktop is ticked as well.
    B-rock

  • Create a service request with the Account confirmed filled out

    Hi all, I'm working on an IC scenario where we have to create a Service Request based on: functional location and customer.
    This is the process steps:
    1) search for the functional location (FL) and confirm it
    2) confirm the account of the FL (we have a list of account related to the FL, partner function)
    3) create a service request referring to the FL and the Account confirmed in the prev-step
    My need is to find an automatic way to replicate the FL and the Account prev-confirmed directly into the Service Request, without repeat the search.
    Any suggestions?

    Hi Anubhav, thanks for your replay. Your idea is good, but unfortunately our process is a little different. We have to manage with the FL, that is the central item of the Service Request, and with one of the several partner function of the FL.
    So, first, the Agent has to search the FL and then confirm the right Account between the FL's partner (each time we have to create a service request, the Customer could be one of the FL's partner function). Now, I'm investigating if with a Badi, I can transfer the FL confirmed with the Account Identification, directly into the Service Request.
    Interaction Center WebClient->Business Transaction->Service Ticket->BADI: Product Assignment for creation of Service Items
    Thanks.
    BR,
    Andrea.

  • New personal mail account doesn't show up in 'Mail' iPhone 4 - 7.1.2

    I've just bought an iPhone 4.
    I've created a new mail account and the mail icon shows 3 messages.
    Touching the 'mail' icon brings up the usual list of mail services but my new account doesn't appear.
    In 'Settings' my new account is there.
    Why doesn't it show up in the 'Mail' list?
    I just can't find out how to access/use this account - the user manual is no help.
    Help appreciated
    David

    Additional info.
    The new account is a personal account in my own domain.
    'Mail' obviously recognises it as it shows the 3 messages

  • HTTP Web Service Request

    Using C#, I am trying to access my OnDemand account using https POST web service requests. Since I am new to this whole Siebel WS thing, I decided to try the easiest WS request: CurrentUser.
    My request URL is
    https://secure-ausomxaxa.crmondemand.com/Services/Integration/CurrentUser;jsessionid=xxxxxxx
    The SOAP payload is:
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <CurrentUserWS_CurrentUserQueryPage_Input xmlns="urn:crmondemand/ws/currentuser">
    <ListOfCurrentUser xmlns="urn:/crmondemand/xml/currentuser">
    <CurrentUser>
    </CurrentUser>
    </ListOfCurrentUser>
    </CurrentUserWS_CurrentUserQueryPage_Input>
    </soap:Body>
    </soap:Envelope>
    When I send this request, I get an error status 400. Bad Request.
    Thanks

    Try adding a forward slash at the end of "urn:crmondemand/ws/currentuser". I think that's how it is in the generic WSDL.
    Also, if you don't specify any fields between <CurrentUser> and </CurrentUser>, you won't get any fields back (once your request succeeds, that'll be your next problem).
    Also, if you get HTTP status 400, reading the body of the HTTP response will get you a long way towards understanding what's wrong. It should contain a detailed error message.

  • HT201318 Hello. I have just built a website using iWeb but cannot upload it. I curently have the 25gb account. There doesn't appear to be any facility here for the net. ASm I correct in thinking I need an upgrade, or am I doing something wrong?  Thanks

    Hello. I have just built a website using iWeb but cannot upload it. I curently have the 25gb account. There doesn't appear to be any facility here for the net. Am I correct in thinking I need an upgrade, or am I doing something wrong?  Thanks

    iCloud does not provide website hosting. You will need to find another website hosting service - there are many to choose from - and upload your site there. How you do this depends on what version of iWeb you have.
    In order to upload your existing site in iWeb '09 and above:
    Click on the name of the site in the sidebar: the publishing settings pane will open. Set 'Publish to' to 'FTP'. Enter the name of the site and a contact address (if desired).
    In the 'FTP Server Settings' section you will need to know the server address (your hosting service can tell you that), and your username and password for that service. Your site will be published in a folder with its name at root level of the server, with an index.html file at root level (which will overwrite any index.html file which may be there already). The 'Directory/Path' field may need to include a path such as '/webspace/' or 'ht_docs/' - this is dependent on your hosting service and they should tell you this. If you want to publish within a folder you can add that to the path.
    You can then click the 'Test connection' button so that iWeb can check that it can get access to your server space. You should enter the URL of the site in the 'URL' field so that rss feeds and internal links have the correct address.
    To publish using an earlier version of iWeb:
    From the File menu choose 'Publish to a folder'. You should create a folder somewhere convenient specifically for this and choose it when publishing to a folder: this folder should not contain anything else.
    You now need an FTP program (FTP is the 'protocol' used for uploading) to upload the contents of the folder to your server.Cyberduck is free (donation requested): Transmit is $34 but I think better. You will need the server address (your hosting service can tell you that), and your username and password for that service. You can drag the contents of your folder to your webspace, or create a folder there and drag the contents to that if you prefer.
    Some facilities that iWeb provided when hosted on MobileMe will not work on other servers: comments on weblogs and photos, password-protecting your site (some hosts may provide this), searching in the weblog, and a hits counter (again, some hosts can provide code for this). Slideshows in iWeb will work on other hosts than MobileMe (they use different code when FTPing which doesn't depend on scripts hosted on MobileMe as the MobileMe version does); however there is an issue with the 'buttons' which control the slideshow which are images hosted on me.com - these depend on images which used to be hosted on MobileMe. The poster 'Old Toad' on the Apple Forums has provided a workaround, described at http://oldtoadstutorials.net/No.26.html.

  • Entries appearing in Service Tax Control Account due to Error in System

    Hello Experts,
         I am facing a problem in one particular GL i.e.Service Tax Control a/c
    error-Entries appearing in Service Tax Control Account due to Error in System
    entries are- Service tax control   a/c   -
    Dr. 21,621.86
                            To Service Tax Control a/c     Cr.      21,621.86
    My question is when i am making entry as Service tax Dr-21,621.86,Service Tax Cr.21,621.86,so it will adjust,and in FBL3N amt will show 0 but it was showing 21,621.86
    Plz Guide me asap,very urgent issue
    Thanks in Advance

    Dear,
    What was the balance before you posted the below entry?
    Also run FBl3N with correct date parameters..
    br,Vivek

  • Windows Components/remote desktop services/remote desktop session host/profile doesn't appear to be working on 2008R2 boxes

    I have two domains.   One is an account domain with a one way trust with the resource domain.   Resource domain trusts the account domain and has a number of 2008R2 servers running within.  I am experiencing severe logon delays
    due to these servers being unable to access the server that hosts the user home folder specified directly on the user account profile tab from the account domain.   When using my workstation in the actual account domain (corporate) I have no
    problems.
    Because of these network restrictions,  I need to override the 2008R2's desire to access that user home folder location in the account domain.
    So far the best thing I have found to try is Windows Components/remote desktop services/remote desktop session host/profile/Set Remote Desktop User Home Directory
    The problem is that so far I have tried to configure this to point to both a local folder as well as a network path and it doesn't appear to be doing anything.   Not seeing any errors in the app or system log either.
    It is still trying to map the path in the account domain.
    Any ideas?
    Is there a better way to accomplish my goal?   The servers in the resource domain will be Citrix servers and there will be a lot of users connecting from the account domain.
    I tried this setting too,  but it only seems to work on the 2012 machines in my Resource domain.
    With the introduction of Windows 8 and Windows Server 2012 there is now a new group policy setting called “Set user home folder” and is found under Computer Configuration > Policies > Administrative Templates > System > User Profiles
    Help!

    Hi,
    This might be due to permission problems. Please check whether the user accounts for whose home folder to be redirected have permissions in the shared folder specified in the server. 
    Checkout the below link on Best Practice for creating Roaming Profile and Folder Redirection
    http://www.grouppolicy.biz/2010/08/best-practice-roaming-profiles-and-folder-redirection-a-k-a-user-virtualization/
    Regards,
    Gopi
    JiJi
    Technologies

  • HT201303 I forgot my security questions and the option of sending an email to reset the questions to my rescue email doesn't  appear . What can I do to retrieve thes question because I can buy in app even I have credit in my account ?????

    I forgot my security questions and the option of sending an email to reset the questions to my rescue email doesn't  appear . What can I do to retrieve thes question because I can't buy any app even I have credit in my account ?????

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Report parameters doesn't appear correctly

    I have a report .rdl under Visual Studio2010 and sql server2008.
    the report language is arabic and all the fields appears correctly, but the parameters doesn't appear correct it shows stange characers(not question marks) and all the remaining fields show arabic characters correct.
    i run the report on internet explorer9.
    i don't know what is the problem, i searched alot and there is nothing new. what can i do??

    Hi nermo,
    You have mentioned that the report is work fine on Chrome. It may be a compatibility issue of IE9. At this time, I suggest that you first check this issue in IE9 Compatibility View mode. Please refer to the following steps:
    1. Launch the IE 9, and press Alt+T to select the Tools.
    2. Click Compatibility View settings.
    3. Check the “Display intranet sites in Compatibility View” option, and click Close.
    Reference:
    Fix site display problems with Compatibility View 
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • I have a MacBook Pro, I want to copy Itunes files to an SD card to play in my car, the SD Card doesn't appear in Itunes when I insert it, and I don't know how to convert the files to the correct format, can anyone help?

    I have a MacBook Pro, I want to copy Itunes files to an SD card to play in my car, the SD Card doesn't appear in Itunes when I insert it, and I don't know how to convert the files to the correct format, can anyone help?
    Thank you

    So it seems from reading the COMMAND manual that my first issue is that I used a 16GB SD card, and the manual says it will only recogize up to a 2GB SD card. I did use my MB Air's SD card slot and crated a folder and dragged the music files to it, then to the card. So I am going to get a 2GB card and try that next. Otherwise just stick with the iPOD connected. At least that is 8GB

  • HT5313 It doesn't appear that Apple Maps replaces Google Maps in this update.  Am I correct?

    It doesn't appear that Apple Maps replaces Google Maps in this recent software update.  Am I correct?

    Hepvill wrote:
    Ah...of course.  Just updated my iPad and am really disappointed about Apple Maps.  Thanks for setting me straight.
    Maybe try the iPad forums.
    Pete

Maybe you are looking for

  • Static methods in javafx class.

    How do I create static methods in javafx similar to static methods in java?

  • Display Rows continuously from start to bottom

    Hello All; What i need to do is to display 1000 logs coming from the server into 20 rows continuously.Does anyone have any idea?? I am storing the data strings coming from the server into the vector container. And that i have to display continuously

  • Why photoshop is asking serial number

    i pay by month 12,90 but photoshop is asking me serial number that i don't have ....

  • Problem with save ram preview

    Hi guys, thank you for coming i haven't this problem but now i don't know about that!!! when i chang a value or handle the time line or set an effect and other things mabye, it go to take a preview of my project and at the end it want to save that, b

  • Final Cut and Logic Studio

    I have a MacBook with: Processor-2.1 GHz Intel Core Duo Memory-1 GB 667 MHz DDR2 SDRAM Question: A) Can I run Final Cut Studio 2 and/or Logic Studio B) If not, will a timecapsule or mimi mac give me the power needed?