Issue with custom dropdown in e-rec

I have two custom dropdown in BSP application HRRCF_PROFILE.
At the start of BSP page, both custom dropdown have some values. Then i have an event on another dropdown and based on the selected value i insert new values to my first custom dropdown through search help. That works fine. But the issue is that i lose all the values in the second dropdown.
My question is, do i need to re-populate the second dropdown using search help.
So what i am thinking is that since i am only populating the first custom dropdown, the second dropdown gets empty because i am not populating it.
But i really only want to populate the first dropdown and keep the second dropdown as is. The reason for that is because a user could possibly have selected a value which i will lose.
Any help, suggestion or comment will be appreciated.
Thanks

Hi Hussain,
I had a similar requirment in one of my BSP applications , where i needed to reatin the values of form fields filled by the user and show them as is when the user navigated from that page to another page and came back.
My application was FLOW LOGIC based STATEFULL application.
For that i used:
1)in OnInputProcessing , for the button which is used to navigate to another page ,
call method request->get_form_fields
        CHANGING
          fields = it_fields.
       CALL METHOD cl_bsp_server_side_cookie=>set_server_cookie
          EXPORTING
            name                  = 'FORMFIELDS'
            application_name      = runtime->application_name
            application_namespace = runtime->application_namespace
            username              = sy-uname
            session_id            = runtime->session_id
            data_value            = it_fields
            data_name             = 'it_fields'
            expiry_date_rel       = 1.
Declare it_fields as a page attribute of type TIHTTPNVP.
2)In second page , in OnInputProcessing , for the button which takes user back to first page set a flag.
Now in OnRequest of first page :
if flag is not initial.
    if it_fields is initial.
call method cl_bsp_server_side_cookie=>get_server_cookie
  exporting
    name                  = 'FORMFIELDS'
    application_name      = runtime->application_name
    application_namespace = runtime->application_namespace
    username              = sy-uname
    session_id            = runtime->session_id
    data_name             = 'it_fields'
  changing
    data_value            = it_fields.
endif.
endif.
3)Declare a structure in page attributes .This structure conatins the fields , for which  values need to be retained.
For ex.if there is one Radiobutton , two DDLB in your form, then structure has three fields of type c.
read table it_fields into wa_fields with key name = 'ID of your form element1'.
wa-element1 = wa_fields-value .
read table it_fields into wa_fields with key name = 'ID of your form element2'.
wa-element2 = wa_fields-value .
read table it_fields into wa_fields with key name = 'ID of your form element3'.
wa-element3 = wa_fields-value .
now this wa contains the values that the user filled/selected when he was on this page for the last time.
Now you can display the values previously selected using an if flag = 'X' condition in the layout.
Hope it helps .....and dosent add to your confusion
Regards,
Anubhav.

Similar Messages

  • Issue with custom dropdowns in checkin form

    I have two custom dropdowns( for a profile checkin form), and the value for the second dropdown items needs to be calculated on the basis of first.
    Example:
    Dropdown1 Country -
    India - value=111
    England - value=222
    Dropdown2 Contact
    Mobile - value=333
    Email -value=444
    But while checkin, the value for the Contact should be determined on the basis of the two dropdowns and get stored in the database like if
    Country= India, Contact= Email, then for Contact value=1
    Country= India, Contact= Mobile, then for Contact value=2
    Country= England, Contact= Email, then for Contact value=3
    Country= England, Contact= Mobile, then for Contact value=4
    This needs to be done only for one profile.
    If anyone have any idea how to execute the above case, please suggest
    Thanks and Regards,
    Sumit

    Hi !
    To do dependent dropdown lists, you have to use the rules.
    The rules are created through the configuration manager applet.
    A metadata can be calculated upon checkin depending on some user choices.
    You have to use the derived value which is calculated after the submit click of the user.
    You have to add the Contact metadata in your profile and set the derived value.
    You can use IdocScript like that :
    <$if xCountry like '' and ...$>
         <$dprDerivedValue="1"$>
    <$elseif ...$>
         <$dprDerivedValue="2"$>
    <$endif$>
    Romain

  • Issues with Custom Chart

    Hi,
    I am facing some issues with custom charts.
    1. X Axis value is getting cut off. Given date as x axis parameter and last 2 digits of date is getting cut off. (format like 19-Apr-2011T00:00:00). And this value cut of happening only for custom chart.
    2. On right click of the custom chart, when i am selecting Preview, it opens a new pop up window with and error as Error: "Application error occurred during the request processing.". No preview is being generated.
    3. In Server Scaling, i checked Use global auto scaling, and many times it is showing improper y axis or mutiple y axis values with the same value or it is displaying improper global range
    kindly help
    Regards
    Muzammil

    Muzammil,
    Without seeing your data and your chart configuration, it is difficult to understand exactly the issues you are encountering.  I have the same JRE and the same version and build of MII as you.  I have no difficulty with the scaling or with Global Range, but problems displaying the date in my tests.
    I would suggest the you enter a ticket into the SAP Support System, and enclose a  copy of your data (run the query, use Browser with Content Type = text/xml) and export a copy of you display template.
    Lastly, what type of query are you using - sql, tag?
    Kind Regards,
    Diana Hoppe

  • Issues with Custom Settings

    Is anyone else having issues with custom settings on 10.8.2?
    I am trying to configure basic office 2011 settings based on the keys located at http://afp548.com/mediawiki/index.php/Office_2011_Settings using a device group.
    However, when I log into an authenticated user's machine and load pref setter I can see that the customizations are not found on the newly managed machine.  I know the push updates are working, but for custom settings I seem to be getting nothing.
    My questions:
    - Am I just flat our doing it wrong? (meaing, should the plist files be copied over)
    - Are there common issues to look out for?
    - Can anyone share basic custom settings they have that work?
    Thanks!

    Thats a bad idea. Office dos not react well to having it's prefences copied from one machine.
    Check out: http://www.officeformachelp.com/office/administration/mcx/
    It's a good guide for MS Office prefs.

  • Issue with customer Incoming Payment

    Hi Gurus,
    I need your help related to an issue with Incoming customer payment. This is the first time I am doing this Incoming payment set-up. I have odne the payment program set-up for outgoing payments. I need to configure the automatic payment program for incoming payments. After the payment run is successfully executed, we need to create and send Idoc's to the bank. This process of payment run and Idoc creation is being used successfully for outgoing payments.
    From configuration side, I have created a new payment method and have set it up for incoming payments. I have selected ACH as format and PPD as format supplement. I did the bank set-up and have assigned a partner profile to it. I have assigned a reference key 17 in the SPRO-> Print->Payment media.
    The issue is that when I run the payment run for customer open item, the payment run is successful and the item gets cleared but no Idoc's are being generated. I have entered my House bank and account number in the variant as well. I am getting the following error:
    Step 001 started (program SAPFPAYM_SCHEDULE, variant &0000000000869
    No variants found for format ACH
    No Payment Media Created in Format 100
    I would really be thankful if you can help me in resolving this issue. I am not sure which step I am missing.
    Thanks,
    Best Regards,
    Shalu

    Hi Lakshmipathi,
    Yes the Document split has been activated. This issue is the specific one. We have different C&F location. Sales happens accross India. Hence we have created the Business area concept for each location to get the location wise balance sheet. I have also activated the zero balancing for Profit center and also Business area so that i can derive the Location wise Balance sheet.
    Now the sales invoice has been processed from C&F Location. Customer deposit the Cheque directly to the Head office Bank and not at the C&F Location bank. I don't want to clear the existing open item because 50% of the cheque gets bounced. So i am booking the incoming payment without clearing the open item.
    While processing the incoming payment user is entering the C&F location business area in the customer line item (Credit line item) and Head office business area for the Bank line item as the bank is at the Head office so that we can arrive the Balance sheet.
    Now system is not deriving the profit center for the customer line item even though the business area wise zero balance has been activated. Recon account field status group has market as optional for profit center but in F-28 i am not able to get the profit center field (Because it is balance sheet item).
    The Document type already been configure for Document split and the Recon account also categorised as Customer inthe doc splitting. I don't have any problem with document split other than this issue.
    For this issue anything can be done in the document split??
    Regards,
    Devendran

  • Issue with custom fields mapping from CRM to ECC.

    Hi all,
    I have issues with replicating custom fields in a Service order. I have created new fields with EEWB and EEWC. Now the structure has been changed in ECC and CRM. But i have to map this fields to correct structures. Also i need some logic to apply.
    But i have addressed in couple of threads about the custom function module as in user exit for FI generation.
    But i didnt understand the concept of this custom function module. why is this been used?
    Could anyone let me know with an good example on how this has to be acheived.
    Points are highly awarded.
    Kindly reply me.
    Thanks,
    Kiran...

    Hi,
    Here you go,
    After you create custom characteristics.
    1. Do Assign category.
    2. Map contents.
    3. Double check your master catalog has the mapped content.
    4. Publish master catalog.
    As per your message, you are not having any error message during import, which tells me that you are one step to close.
    Cheers, Renga

  • Error creating custom reports. Permissions issue with custom reports

    I am having permission issues with reports. I am building a new Configuration Manager  2012 infrastructure and I have configured the Site server on Server1 and the DB is on Server2. Server2 also hosts the Reporting Point and SSRS roles/features. If
    I look in Monitoring at the Site Status and Component Status are all green no issues with the setup.
    Running SQL 2008 SP2 (no CUs). I have a service account that I used to install Configuration Manager and SQL. This service account is running the SQL service on Server2 and i am using the same account as the Reporting Services Point Account.
    I log into the SCCM console with a different user account, lets call it Admin1. This account is a member of the Full Administrator role. I can run any built in report.
    When I open the SSRS website and try to create a custom report I connect the DataSource using Windows Authentication. So the Datasource is connecting using the logged in users account. In this case Admin1. I test the connection and it connects fine.
    I test this query. (Select * from v_R_System) I only have about 10 workstations discovered so the report shouldn’t be very big. I get an error “The Select permission was denied on the object ‘v_R_System’, Database ‘CM_XXX’, schema ‘dbo’. (Microsoft sql server,
    Error: 229)”
    I have fixed the SELECT permission error by going into the database (using SQL Management studio) and granting Admin1 Select rights to the Configuration Manager database. I can now run the above query and make custom reports.
    My 2<sup>nd</sup> problem is that other members of the Full Administrator role cannot run these custom reports unless I go into the database and grant them the SELECT permission.
    Question:
    Should I have to manually go into the database to add SELECT permissions(i could use a group)? shouldnt Configuration Manager take care of this for me?
    Maybe the built in reports use the SQL service account rights and the custom ones do not? Am I doing something wrong with the Datasource when I create these custom reports?
    What is the correct process for creating custom reports?

    I think i am getting closer to a solution. After the Custom report is created. i can go back into the report. Delete the DataSource. Then browse for a dataSource. there is a datasource located in http://server2/reportserver/ConfigMgr_XXX/
    That datasource is used by all builtin reports. if you view the properties on the Credentials tab it is set to "do not use credentials" and the option is greyed out / cannot be changed.
    it looks like i still need the SELECT permissions on the database to create the report initially but at least i have solved the problem with viewing these reports.
    Can anyone confirm that what i did is correct?

  • Peformance issue with iSetup for loading fnd_flex_value_norm_hierarchy recs

    Hi
    The customer site where I am working in currently has implemented isetup to load data from Hyperion DRM to Oracle GL. They are currently on 11i.AZ.F patch level.
    The customer has constantly had problems in two areas with iSetup -
    1. iSetup has a limitation that all existing children records plus new ones being added have to sent in the XML file provided as input to iSetup. For eg. one parent ENTXXX might have 15000 children records i.e records in FND_FLEX_VALUE_NORM_HIERARCHY. Now when 2 children are removed from this parent in Hyperion DRM and these two records sent to Oracle iSetup for getting deleted from the parent, the current implementation stipulates that iSetup requires in the XML input file the remaining 14998 records. Thats how it knows to remove the two nodes. This is a huge performance issue.
    They are looking at loading into iSetup only the two deleted nodes with an action code of DELETE and let iSetup handle this rather than having to provide the entire list of children less the removed nodes for iSetup.
    2. Can we load using the final xml file directly by calling any Java class/process directly rather than going through iSetup Loader Concurrent Request?
    3. Is there any documentation on how to use the isetup Java classes?
    Will upgrading to 11i.AZ.H patch level solve any of the above concerns/issues?
    Regards,
    Richard

    #1. I guess, you are referring to the problems that you are encountering while loading GL COA. You may log SR against GL to know more details on how API loads data to instance. DELETE is a specific requirement in your case and I would suggest you to work with GL team and they may provide some solution or workaround to overcome this performance issue.
    #2. No, concurrent program does good amount of pre-processing that you would not get if you directly call the java classes.
    #3. Not sure, what you are exactly looking at. Are you looking for user guide to write your own iSetup API classes?
    11i.AZ.H has got good amount of performances fixes overall and it is recommended release on top of 11.5.10.2CU. I would suggest you to upgrade to 11i.AZ.H.
    Specific to GL COA issue, I don't think 11i.AZ.H would really help you much. It is very much functional issue with respect to API and you have to work with GL team to get workaround/solution. This may involve customizing the API according to your requirement.
    Thanks
    Mugunthan.

  • Issues with Custom Package in Lightroom 3...please help

    I am having issues with the custom package in lightroom 3. I am selecting diferent cell sizes (with different aspect ratios) and placing multiple images in these cells.
    On screen everything looks good, but when it actually prints some of these cells are coming out stretched!! For example, the 6x4 cell comes out fine (same aspect ratio as the original capture), but i have 2 x 1.5 inch cell whose image comes out stretched??
    The first thing I thought of was the "zoom to fit" option, but this is not present in picture package.
    Then I thought it perhaps it was something to do with the my print settins, but cannot find anything there.

    I am having the same issue.  I used a Matt Kloskowski print grid and when I printed it, or printed to file, some of the images in the 15 that were created in the template were distorted.  Some the faces became wider and some narrower.  Not just zoomed to fit.  On screen it all looks correct.  Many others on the forum where the template was posted don't seem to have this issue.  I created a template myself just in case that was it but I got the same problem as walenahs.  I tried to figure out what he had done but I didn't get it.
    I have attached the two images.  You can see the distortion in the second image on the top row (too narrow), and on the second row, the second in and second down, black and white (too wide).
    Thanks

  • Issue with custom receive Pipeline component

    I have been facing issue with creating a custom receive pipeline component. The Pipeline is to receive large file, if the file size is large it has to read the incoming stream to a folder and pass only some meta data through the MessageBox. The Execute method
    I am using is,
    #region IComponent Members
    public IBaseMessage Execute(IPipelineContext pContext, IBaseMessage pInMsg)
    if (_largeFileLocation == null || _largeFileLocation.Length == 0)
    _largeFileLocation = Path.GetTempPath();
    if (_thresholdSize == null || _thresholdSize == 0)
    _thresholdSize = 4096;
    if (pInMsg.BodyPart.GetOriginalDataStream().Length > _thresholdSize)
    Stream originalStream = pInMsg.BodyPart.GetOriginalDataStream();
    string largeFilePath = _largeFileLocation + "\\" + pInMsg.MessageID.ToString() + ".zip";
    FileStream fs = new FileStream(largeFilePath, FileMode.Create);
    // Write message to disk
    byte[] buffer = new byte[1];
    int bytesRead = originalStream.Read(buffer, 0, buffer.Length);
    while (bytesRead != 0)
    fs.Flush();
    fs.Write(buffer, 0, buffer.Length);
    bytesRead = originalStream.Read(buffer, 0, buffer.Length);
    fs.Flush();
    fs.Close();
    // Create a small xml file
    string xmlInfo = "<ns0:MsgInfo xmlns:ns0='http://SampleTestPL.SchemaLocation'><LargeFilePath>" + largeFilePath + "</LargeFilePath></ns0:MsgInfo>";
    byte[] byteArray = System.Text.Encoding.UTF8.GetBytes(xmlInfo);
    MemoryStream ms = new MemoryStream(byteArray);
    pInMsg.BodyPart.Data = ms;
    return pInMsg;
    #endregion
    Here I want the xml to be dropped in to the File share Eg: E:\Dropbox\PL\send and and the entire message to be dropped in the folder Eg: E:\Dropbox\sendLarge. so in the ReceivePipeline properties i set like
    And in the send port the destination i give is E:\Dropbox\PL\send.
    The issue is both the xml and the message are getting dropped in to the same folder E:\Dropbox\PL\send and the message is not getting dropped in E:\Dropbox\SendLarge. Any help is greatly appreciated.

    using System;
    using System.Collections.Generic;
    using System.Text;
    using Microsoft.BizTalk.Message.Interop;
    using Microsoft.BizTalk.Component.Interop;
    using System.IO;
    namespace Sample.ReceivePipelineLargeFile
    [ComponentCategory(CategoryTypes.CATID_PipelineComponent)]
    [ComponentCategory(CategoryTypes.CATID_Decoder)]
    [System.Runtime.InteropServices.Guid("53fd04d5-8337-42c2-99eb-32ac96d1105a")]
    public class ReceivePipelineLargeFile : IBaseComponent,
    IComponentUI,
    IComponent,
    IPersistPropertyBag
    #region IBaseComponent Members
    public string Description
    get
    return "Pipeline component used to receive large file and save it ina disk";
    public string Name
    get
    return "ReceivePipelineLargeFile";
    public string Version
    get
    { return "1.0.0.0";
    #endregion
    #region IComponentUI Members
    public IntPtr Icon
    get
    return new System.IntPtr();
    public System.Collections.IEnumerator Validate(object projectSystem)
    return null;
    #endregion
    #region IPersistPropertyBag Members
    private string _largeFileLocation;
    private int _thresholdSize;
    public string LargeFileLocation
    get { return _largeFileLocation; }
    set { _largeFileLocation = value; }
    public int ThresholdSize
    get { return _thresholdSize; }
    set { _thresholdSize = value; }
    public void GetClassID(out Guid classID)
    classID = new Guid("B261C9C2-4143-42A7-95E2-0B5C0D1F9228");
    public void InitNew()
    public void Load(IPropertyBag propertyBag, int errorLog)
    object val1 = null;
    object val2 = null;
    try
    propertyBag.Read("LargeFileLocation", out val1, 0);
    propertyBag.Read("ThresholdSize", out val2, 0);
    catch (ArgumentException)
    catch (Exception ex)
    throw new ApplicationException("Error reading PropertyBag: " + ex.Message);
    if (val1 != null)
    _largeFileLocation = (string)val1;
    if (val2 != null)
    _thresholdSize = (int)val2;
    public void Save(IPropertyBag propertyBag, bool clearDirty, bool saveAllProperties)
    object val1 = (object)_largeFileLocation;
    propertyBag.Write("LargeFileLocation", ref val1);
    object val2 = (object)_thresholdSize;
    propertyBag.Write("ThresholdSize", ref val2);
    #endregion
    #region IComponent Members
    public IBaseMessage Execute(IPipelineContext pContext, IBaseMessage pInMsg)
    if (_largeFileLocation == null || _largeFileLocation.Length == 0)
    _largeFileLocation = Path.GetTempPath();
    if (_thresholdSize == null || _thresholdSize == 0)
    _thresholdSize = 4096;
    if (pInMsg.BodyPart.GetOriginalDataStream().Length > _thresholdSize)
    Stream originalStream = pInMsg.BodyPart.GetOriginalDataStream();
    string largeFilePath = _largeFileLocation + "\\" + pInMsg.MessageID.ToString() + ".zip";
    FileStream fs = new FileStream(largeFilePath, FileMode.Create);
    // Write message to disk
    byte[] buffer = new byte[1];
    int bytesRead = originalStream.Read(buffer, 0, buffer.Length);
    while (bytesRead != 0)
    fs.Flush();
    fs.Write(buffer, 0, buffer.Length);
    bytesRead = originalStream.Read(buffer, 0, buffer.Length);
    fs.Flush();
    fs.Close();
    // Create a small xml file
    string xmlInfo = "<ns0:MsgInfo xmlns:ns0='http://SampleTestPL.SchemaLocation'><LargeFilePath>" + largeFilePath + "</LargeFilePath></ns0:MsgInfo>";
    byte[] byteArray = System.Text.Encoding.UTF8.GetBytes(xmlInfo);
    MemoryStream ms = new MemoryStream(byteArray);
    pInMsg.BodyPart.Data = ms;
    return pInMsg;
    #endregion
    Thanks Osman Hawari, for trying to help me out.

  • LMS 3.2 : issue with custom portal : high CPU

    Hi,
    Customer has a big issue with LMS.
    When he connects to the standard portal, it works fine.
    pdshow seems ok.
    But when he wants to work with custom portal (portal.jpg), it makes a long time to display information and when he wants select something it hangs.
    CPU is very high. He must stoped/restart LMS to have a normal CPU.
    I asked him to :
    - restart LMS, he made at 14h30
    - CPU was ok and he worked with standard portal withou problems but when he tried to put debug for portal CPU increase at 15h30:
    Common Services -> server -> Admin ->  CS Log Configurations: debug on CiscoWorks Portal, CiscoWorks portlets and CS Home
    Process which takes a lot of CPU is tomcat, you will find pdshow.txt, stdout.log and stderr.log.
    He tries to go to the custom portal but it hangs, you will find logs from debug : CSHomePage.log and CSPortal.log
    he sent me AAD.log because there was " high severity alert".
    Many thanks for your help,
    Elisabeth

    The most obvious problem is that DfmBroker is down.  Check to make sure tcp/9002 is not in user, then try a server reboot.  See if the AAD problems go away (and perhaps the CPU problem will as well).  If not, post the NMSROOT/objects/local/logs/broker.log.

  • Issue with using Dropdown in Adobe forms

    Hi Gurus,
    I am facing an issue with dropdown values after binding with a field in a table,
    The first value in the dropdown is getting replaced by the selected value in dropdown in interactive adobe form.
    Has any one come across this issue. Please guide me.
    Regards,
    Prakash.

    Hi Prakash,
    Do not use Data Binding tab to bind the Drop down,
    Select Specify Item Values
    There in binding tab specify binding and there are few more options to specify Item Text and Item Value.
    Please find the below screenshot for the same.
    Thanks & regards,
    Rajkamal.

  • Horrible Issues With Customer Service

    I have never in my life received such horrible customer service from a company.  I swear that in order to rectify the screw-ups of my order for my move, I had to call the customer service line NO LESS than 10 separate times, if not more, with a total of at least 9 hours on the phone (more likely 12), quite a bit of it on hold, and most often not during peak hours. 
    I had originally wanted my residential triple play service transferred, but was told I could only cancel instead of transfer.  After I was on the phone for an hour discussing the options, I was told that my bill would be $10 less per month than I currently have ($140 instead of $150).  I agreed to it, and was sent a receipt stating that I would be paying $175 a month, which was not what I was told, so I had to call in again, speak to another rep for an hour again, so I could get the same rate as I previously had. 
    Later, I wasn't told that I had to turn all my old equipment in; I thought I would just take it with me.  I received an automated email stating I would have to return all equipment otherwise I would be charged for holding onto it.  In order to clarify the situation, I had to call in again, and was on hold for ANOTHER hour, and was told nope, had to turn it in, unless I wanted another needlessly complicated situation by the rep.  And I was told I HAD to ship it in.  I later figured out on my own that I could go to a location to turn in the equipment. 
    I had originally wanted the service turned on the weekend of June 7, but was told they could not do weekends, so I scheduled for the 9th.  I called back later, still over 2 weeks out, changing it to the 6th, but was informed that the original rep had lied to me and said I could do it on the weekend.  So I scheduled that.  I got a call back later from another rep saying that it could NOT be done on the weekend, so I changed it again to the 6th this time.  Again, all these calls were at least a half hour to an hour each. 
    I found out later that the last customer service rep I spoke with didn't annotate that even though I was cancelling the TRIPLE PLAY package, that the phone was to be cancelled at the same time as the internet and tv.  So, one day before I move and the my service is shut down, do I get a call from customer service saying that Whoops!  Even though the installation was Friday, and it was currently Thursday evening (the 5th of June), because they had in their notes that the phone cancellation was on Saturday (Again, not what was confirmed with the last rep - they were all to be cancelled together), that they hadn't sent out the package with the required equipment.  I was justifiably furious.  I asked them to overnight ship it, and they stated they would.  That did not happen.
    I came home from work on Friday evening at 7pm, and did not see the shipment.  I checked the tracking link, and it said it wasn't even shipped. I had to call in yet again to ask the status, only to find *whoops* It hadn't shipped.  Thankfully, this was the first rep who actually followed through on what they said to me, and felt terrible about my situation (as I had, at the time, been on the phone for a combined minimum of 6 hours) and he gave me $20 off each month for a year.  I felt much better that I was actually taken seriously and that perhaps the issues might be over as soon as I got the equipment. 
    I finally did get it Monday afternoon and was able to set it up by Wednesday due to some issues with power at the house. After that, I kept having DVR box problems, and was again on the phone for another two hours in 2 days (at midnight, no less!) and it turns out, I had to bring in the DVR to trade it in, because I sure as heckfire was not going to wait another 3 days minimum to get a new one shipped out to me.  Once it was replaced, everything seemed fine. 
    Now, I'm having troubles paying my bill online.  Yesterday I spent my entire lunch hour on the phone with a representative who didn't understand my request, and so we went in circles, where he treated me like I was a **bleep**, as if I didn't know how to log in to the site.  I just want to pay my bill online, but my username is still linked to my old account and hasn't been transferred to my new account.  I prefer paying my bills online, and I am unable to do so, because of the inability of customer service to transfer my old account online to my current one.  The representative basically said he'd talk to the web team, but reading between the lines he gave me no guarantee that this would get transferred over.  I have never in my life had such a difficult time with a service.  I do realize that I have had some compensation for the time that I have had to take out of my life trying to get all of these issues fixed, but, in the end, this much effort on my part for this transition is completely unacceptable.

    This has not occurred.  I was sent an email this morning stating that my account was fixed, and for my inconvenience I got a free On Demand movie (which I don't care about).  I want to pay my bill online, but it's still set up with the old account.  If this does not get remedied by today, I will be bringing the entire situation up to the regional president.  This is completely unacceptable.

  • Issue withe customer workflow

    Hi,
    I have an issue with the customer workflow. as the user have an authorisation on XD02 but when the user double clicks on the workitem XD02 transaciton is not opens up. but manually user can go into the transaction XD02.
    Can anybody suggest me whats wrong with these

    Hi,
    when the user double clicks, wat appears, any message appears or is it removed from inbox, check the workflow log for the problem.
    Regards,
    JMB

  • Issue with custom toolbar button in alv and leave screen

    Hi,
    in one subscreen (say screen 100)i have an alv with custom ADD  toolbar button..so in the user_command event handler ,i call a antoher screen(dialogue)..like if i click on ADD button ,it should display dialogue screen(say 200) and after entering input in dialogue screen i click on CONINUE to retrun to screen 100..problem is for the first time i click on ADD button its working fine ,succesffyuly returned to screen 100...but for the second time i click on add button , i have to click on twice the CONTINUE button to retrun to screen 100..when debuggin i found the user_command event routin is executin twice ..any solution..
    Thanks,
    srini

    Apparently handler is set for every new ALV instance. This you get by executing CREATE OBJECT alv... every time PBO is raised. Ensure you are executing this statement only once duirng program lifetime. Then the system will match event handler only with one ALV instance (executing it once).
    if r_alv is not bound.
       CREATE OBJECT r_alv ...
       SET HANDLER ...
    endif.
    Regards
    Marcin

Maybe you are looking for

  • Flash Builder 4.7 ask for Flash Player 11.6

    Hi, I've installed Flash Builder 4.7 and air 3.6. When I try to test my movie I get a message saying I need the Flash Player 11.6 debugger. But it's currently in Beta, however I downloaded it anyway, but that doesn't fix the issue. When I continue so

  • CDs, DVDs, disk images won't appear in Sidebar or on Desktop

    Hello, Brand new iMac 2.16, right out of the box. CDs, DVDs, and Disk Images won't appear on the desktop or in the Sidebar. Nothing is shown over the horizontal gray line at the top of the sidebar, no Macintosh HD, Servers, etc. Disk Images are fully

  • How do I make a user index for a PDF?

    Hi everyone! I'm trying to find a plugin that will create a user index for a PDF. Not a searchable index accessible on the computer. I mean an index so that when I print the PDF, at the end there will be an index that lists every page on which the wo

  • Dimensions/Fields Displayed on Drill through screen

    Is there a way to display additional dimensions/fields on the drill through screen in which you are not loading into the target system? To elaborate, suppose I have an import file which I have the following fields: entity, account, dept, affiliate, a

  • Message mixing

    Hi, I have strange situation. We are using SAX Java mapping in simple scenario IDOC - to - JDBC. It happens, sometimes, that some messages are going to be mixed, I mean, system starts to create first message, then stops, and starts with second but wi