ChaRM Scenario: Workbench and Customizing CR in the same Change Document

We use the ChaRM scenario of Solution Manager 3.2 to manage the transport request for the R/3 landscape.
We have two different project with two different landscape:
- the first one is used for customizing purpose ED1/010 - EQ1/010 - EP1/010
- the second one is for workbench purpose ED1/011 - EQ1/010 - EP1/010
We usually assign a Change Request each Change Document.
Assigning the Change Document to a maintenance cycle (owned by a SolMan Project) to assigne the CD/CR to the right source client.
Sometime we need to create a Change Document that contains two CR one for customizing purpose the other one for workbench purpose.
Is this possible using ChaRM standard features ?
Regards,
Giampaolo

Hi Martin,
Solmaniacs' assumptions are correct. You can have as many source clients as you want.
As long as
- STMS configuration (transport routes, and domain links) are consistent
- SMSY configuration (logical components are declared properly with assigning the right role types to systems/clients)
- Project declaration are done correctly (so that from Solman solar_project_admin you can read the STMS as confiured in the distant STMS domain)
- IMPORTANT: those configuration GO ALONG with each other !! (SMSY should nt contradict STMS for example...)
The tasklist that is generated for each Solman project will be as follow
- Node 1: Header Tasks (commun to all systems)
- Node x: Corresponding to track x declared in Project (each Source System will have his own node with the corresponding track under)
- Node x+1
- Node ...
- Last Node : Tasks for Tasklist closure - checks on scma consistancy and CTS projects closure
So you'll always have n+2 nodes in your tasklist; n beeing the number of declared source (=dev) systems in project
For each action launched from change docuemnts like creation of TR, release of TR or Retrofit (as Solmaniac said) you'll have an additional pop-up that will appears letting you choose the system you want to use for the action
Hope its helpful
Regards
Khalil

Similar Messages

  • Is it possible to print JTable and custom JPanel on the same page?

    Hello everybody!
    I have a custom panel extending JPanel and implementing Printable.
    I am using paint() method to draw some graphics on it's content pane. I would like to print it, but first I would like to add a JTable at the bottom of my panel. Printing just the panel goes well. No problems with that.
    I was also able to add a JTable to the bottom of JFrame, which contains my panel.
    But how can I print those two components on one page?

    Hi, thanks for your answer, but I thought about that earlier and that doesn't work as well... or mybe I'm doing something wrong. Here is the sample code:
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.print.PageFormat;
    import java.awt.print.Printable;
    import java.awt.print.PrinterException;
    import java.awt.print.PrinterJob;
    import javax.print.attribute.HashPrintRequestAttributeSet;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import javax.swing.JTable;
    public class ReportFrame extends JFrame implements Printable {
         private static final long serialVersionUID = -8291124097290245799L;
         private MyPanel rp;
         private JTable reportTable;
         private HashPrintRequestAttributeSet attributes;
         public ReportFrame() {
              rp = new MyPanel();
              String[] columnNames = { "Column1", "Column2", "Column3" };
              String[][] values = { { "Value1", "Value2", "Value3" }, { "Value4", "Value5", "Value6" }, { "Value7", "Value8", "Value9" } };
              reportTable = new JTable(values, columnNames);
              add(rp, BorderLayout.CENTER);
              add(reportTable, BorderLayout.SOUTH);
              setTitle("Printing example");
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              setPreferredSize(new Dimension(700, 700));
              pack();
              setVisible(true);
         @Override
         public int print(Graphics graphics, PageFormat pageFormat, int pageIndex) throws PrinterException {
              if (pageIndex >= 1)
                   return Printable.NO_SUCH_PAGE;
              Graphics2D g2D = (Graphics2D) graphics;
              g2D.translate(pageFormat.getImageableX(), pageFormat.getImageableY());
              return Printable.PAGE_EXISTS;
         public static void main(String[] args) {
              new ReportFrame().printer();
         class MyPanel extends JPanel implements Printable {
              private static final long serialVersionUID = -2214177603101440610L;
              @Override
              public int print(Graphics graphics, PageFormat pageFormat, int pageIndex) throws PrinterException {
                   if (pageIndex >= 1)
                        return Printable.NO_SUCH_PAGE;
                   Graphics2D g2D = (Graphics2D) graphics;
                   g2D.translate(pageFormat.getImageableX(), pageFormat.getImageableY());
                   return Printable.PAGE_EXISTS;
              @Override
              public void paint(Graphics g) {
                   super.paintComponent(g);
                   Graphics2D g2D = (Graphics2D) g;
                   int x = 0, y = 0, width = 70, height = 70;
                   for (int i = 0; i < 50; i++) {
                        g2D.drawOval(x + i * 10, y + i * 10, width, height);
         public void printer() {
              try {
                   attributes = new HashPrintRequestAttributeSet();
                   PrinterJob job = PrinterJob.getPrinterJob();
                   job.setPrintable(this);
                   if (job.printDialog(attributes))
                        job.print(attributes);
              } catch (PrinterException e) {
                   JOptionPane.showMessageDialog(this, e);
    }UPDATE:
    I've managed to get this to work, by calling 2 methods inside the outer frame's print method (lines 78 and 79)
    Those two methods are:
    rp.paint(g2D);
    reportTable.paint(g2D);but still it is not the way I would like it to be.
    First of all both the ReportPanel and ReportTable graphics are printed with the upper-left corner located in the upper-left corner of the JFrame and the first one is covering the second.
    Secondly, I would like to rather implemet the robust JTable's print method somehow, because it has some neat features like multipage printing, headers & footers. But I have no idea how to add my own graphics to the JTables print method, so they will appear above the JTable. Maybe someone knows the answer?
    Thanks a lot
    UPDATE2:
    I was googling nearly all day in search of an answer, but with no success. I don't think it's possible to print JTable using it's print() method together with other components, so I will have to think of something else i guess...
    Edited by: Adalbert23 on Nov 22, 2007 2:49 PM

  • Create a dummy workbench and customizing object as critical object

    Hi!
    I am testing now the transport settings for critical objects.
    what is the easiest way to create a dummy workbench and customizing object, assign them to transport request and try to transport?
    (e.g. Work Bench object: LIMU, DOCU, "Documentation")
    Thank you very much!
    regards
    Thom

    I think i misinterpret my requirement.
    I have various other applications looking into my metadirectory. There is integration between OIM and Metadirectory and we have to update the various priviledges (multi value data) in Meta Resource form for this so that from MetaDirectory they can flow to other systems. For that i was thinking of using dummy resource object for each resource (attached to Meta). To update the various priviledges (group names and other entitlements) in meta collectively , i think we attached the dummy resource to access policies and once the values will update in dummy resource process form we can update the Meta Process Form accordingly (though i am not sure with this part that how can i achieve this). Also can we define the multi value data field in process form. By default child table having lookup is multivalue field (may be its only my conception) can we add it in core process form?
    Pardon me for confusion but i am really patch up between business and technical people requirement :(...
    just a follow up i need a pre-populate kind of functionality managing by access policy but after the value pre-populate in dummy resource object process form how to update the value in other process form and update the target resource.
    Edited by: user10781632 on Jun 19, 2009 7:05 AM

  • Difference between workbench and customizing request?

    Hello
    Can somebody tell me the differance between workbench and customizing requests? Should they be transported in differant ways?
    Thanks

    Hello ,
    Changes to Customizing settings are recorded in Customizing requests.When you release the requests, the current status of the recorded settings is exported, and can then be imported into the consolidation system and, if necessary, into subsequent delivery systems.
    The client settings determine whetherchanges to the Customizing settings are possible the changes are recorded
    When you create Customizing requests, the transport target is automatically assigned the standard transport layer by the R/3 System.
    Work Bench Requests
    Workbench requests record changes made to ABAP Workbench objects.There are local and transportable Workbench requests. (Local Workbench requests have the target system <space>.)The package of the object and the transport route settings in the Transport Management System determine whether changes are recorded in a local or a transportable Workbench request
    Message was edited by:
            Karthik Egamparam Venkataraman

  • Bpartner - Link between customer and vendor if its the same face

    Hello
    As I understood the primary idea to keep all business partners together is to make a link between differant roles of the same partner (like link customer and vendor if its the same face). Please correct me if I am wrong.
    The questions is : how this link is done in CRM (how the customer is linked to vendor if its the same face).
    Message was edited by: Aleksandrs Frolovs

    no answer

  • How to export an album and keep images in the same order in elements 11 mac

    I made an album of my trip to Australia (lots of pictures) and changed the order of the images (not the same as shooting order) and when I export the images in the album to a folder or memorystick, the images are copied to that place but I lost the album order of the images.
    How can I prevent that, without having to renumber al 500 images separatly?
    Gr Jos

    Thanks for the tip, Michel
    It worked like a charm…
    cheers Jos
    Op 28 okt. 2013, om 18:49 heeft MichelBParis <[email protected]> het volgende geschreven:
    Re: How to export an album and keep images in the same order in elements 11 mac
    created by MichelBParis in Photoshop Elements - View the full discussion
    JosU a écrit:
    I made an album of my trip to Australia (lots of pictures) and changed the order of the images (not the same as shooting order) and when I export the images in the album to a folder or memorystick, the images are copied to that place but I lost the album order of the images.
    How can I prevent that, without having to renumber al 500 images separatly?
    Gr Jos
    The order in album is only kept in the organizer database, so the only way not to lose that order is to rename files.
    If you are using the 'export' function, select your album in custom order, select all photos and in the dialog, choose to rename with a common base name.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5794538#5794538
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5794538#5794538
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5794538#5794538. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Elements at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • RERAPP on Debit and Credit condition of the same contract in the same perio

    Hello Gurus
    I have a scenario here. My client wants a contract that specifies the tenant as a customer , and also as a vendor.When i try to make a periodic posting run i am getting the following error:
    Sales tax data do not define output tax.
    Actually i have a debit condition and a credit condition assigned to the same contract, when i probe the error message by double clicking on it , this is the full error text:
    Sales tax data do not define output tax
    Message no. RECD078
    Diagnosis
    In Customizing of the contract type, the setting in the user/offerer field specifies whether this is a customer contract (company code is the offerer) or a vendor contract (company code is the user). Depending on this setting, the posting term expects output tax (customer contract) or input tax (vendor contract) as sales-tax data.
    Procedure
    Switch to maintenance of posting terms, and correct this error there.
    how can i assign 2 different tax types one input and one output to the same customer contract.
    Very much await your response
    David

    Hello Gurus
    I have tried the option suggested by Rajnikant, but it is still giving the same error message. The issue actually lies on the definition  of the contract. This is a commercial lease out in the Offerer User Field on the "contract -change view type details" where you set the contract as either user or offerer. In this case this is a customer contract that should be indicated Offerer " in this field. This automatically detects the tax type to be used as either input or out put tax.
    It rather sounds then impossible to assign another tax type to this contracf , ie the input tax.
    what can i do to use this other credit condition for the customer in the same contract, or i have to create another vendor contract for the customer.
    Much awaiting for your response , thank you so much for your cooperation.
    Regards
    David

  • MM-SUS and EBP-SUS in the same client

    Hi experts
    I have a doubt about implementationMM-SUS and EBP-SUS in the same client, If I send a PO from MM to SUS and after send a PO from EBP to SUS to the same vendor, the vendor will be able to see 2 POs with just one logon?
    As I know when I replicate a vendor from MM to SUS a Business partner is created and when I replicate a the same vendor from EBP to SUS  a new Business partner is created and are diferent BP so a user and pass diferent .
    Thanks
    Nilson

    Hi Nilson,
    If i understand your scenario, you'll replicate an existing R/3 vendor to EBP. The vendor will be a direct vendor in R/3 while the same would be used as for Indirects in EBP.
    Well, when you replicate the R/3 vendor to EBP, the vendor has the R/3 link in the form of Backend Logical systen name in EBP.
    So when you replicate the vendor from R/3 or EBP, there will be ideally only one entry for the vendor with references to R/3 and EBP systems.
    Hope this clarifies your question.
    Cheers,
    Akash

  • F110- not able to clear the debit and credit entry with the same reference

    Hi,
    I am not able to clear the debit and credit entry with the same reference in F110 even after having the payment terms as immediate payment, payment method is maintained in document no and vendor master data. Both debit and credit entry is appearing in FBL1N as an open item but it is not appearing in F110.
    In Log message appear as 8 days grace period is existing whereas as payment term is just 0001- immediate payment.
    Kindly advice me what could be wrong.
    Thanks,
    Manya.

    Hi,
    Credit and debit balance in vendor account are not cleared automatically when only vendor line item has payment method and credit memo has not payment method. Also when there is not payment method maintained in vendor master data.
    In such case to avoid payment to vendor when vendor has debit balance we perform debit balance check.
    In second scenario when u2018individual paymentu2019 is selected in vendor master data vendor invoice and credit memo are not cleared automatically in F110.
    To setoff vendor credit and debit balance in F110 you to uncheck u2018individual paymentu2019 check in vendor master data > company code data > payment data.
    Thanks!
    Raju

  • Can I run Release Candidate (19.02), Beta, Nightly, Aurora and ESR versions on the same computer?

    I know I can run the Beta and Nightly together on the same computer because they are installed in different directories. What I do then is that I have a Profile for each version. What I do is I run FireFox.exe -ProfileManager when I start either the Beta and Nightly builds.
    My Question is can I also install the Aurora, Release Candidate and ESR versions on the same computer like I do with the Beta and Nightly? If so, how do I go about installing them in different directories? I will create new profiles for each version. What I then do is, copy everything in my original Profile to the newly create profiles so I can keep all my plugin/addons, themes, bookmarks, etc. the same.
    Next question, (I think I know the answer but I just want to make sure) now can I sync my bookmarks from each of the different profiles that I created?
    Secondly, I now I can do the ABOUT:CONFIG in the address bar of Firefox, does anyone have any idea where I can read up on what each entry means? Also, are there any other secrets in Firefox, similar to the ABOUT:CONFIG trick? I know of one app where you can do ABOUT:ME, but that's all I know.
    I know this has been asked billions of times, but I also have to ask. Is there any chance at all that Firefox, Thunderbird, and/or Seamonkey will be ever release for the iOS from Apple? I know that it's impossible, but maybe someone MIGHT have some positive thoughts on this?
    Lastly, I know this is off topic, but I'll give it a shot. I'm using Outlook 2013, does anyone know if Outlook can handle Newsgroups? The reason why I ask is because I've just learned that there are a ton of newsgroups for Firefox, ThunderBird, and SeaMonkey. I would like to, somehow, get those Newsgroups in Outlook 2013. I already get allot of the feeds for other things, so that's not a problem.
    I would appreciate it very much if anyone could help me with these issues.
    Thank You.

    You can consider to use Firefox Sync to sync all the profiles.
    You can do a custom install of each version and install each version in its own program folder.<br />
    Safest is to modify the desktop shortcut and add -P "profile name" to the command line to start each version with its own profile.<br />
    Be careful with clicking a file in Windows Explorer to open the default browser, so make sure to select the correct profile in the profile manager and check the don't ask setting.
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox
    * http://kb.mozillazine.org/Bypassing_the_Profile_Manager
    * http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile

  • Getting the error message"your apple ID has been disabled" . I reset my ID password last night and am still having the same issue.

    getting the error message"your apple ID has been disabled" . I reset my ID password last night and am still having the same issue.

    If you are still unable to access your account after resetting your password, you will need to contact iTunes Store Customer Support via http://www.apple.com/support/itunes/contact/

  • BW and R/3 in the same box with a single instance  ECC 5.0

    Hi anybody using this scenario of having bw and r/3 in the same box....we are planing to consider in our project.
    will be happy if anybody can provide me some help on this.
    thanks and regards
    neel

    HI Neel Kamal,
    I think its a better option to distinguish OLTP like R/3 or ECC and OLAP like BW rather on a single instance
    from the above posts
    Let us know if this holds good
    Thanks,
    Raj

  • Secondary hard drive and dvd drive have the same location id's.

    Product Name: HP Pavilion dv7 Notebook PC (DV7t-7000)
    PRODUCT NUMBER: A5F92AV
    SERIAL NUMBER: [removed for privacy]
    My Secondary hard drive and dvd drive have the same location id's. The dvd drive can not write to any disk because of it. Had the dvd drive replaced and that did not help. Tried 3 different HDD and all the same outcome.
    Secondary hard drive and dvd drive have the same location id's. The dvd drive can not write to any disk because of it. Had the dvd drive replaced and that did not help. Tried 3 different HDD and all the same outcome.
    Please help,
    Thank you
    -Rick

    This is what chat support said... Its like talking to yourself sometimes!!
    [Wednesday, October 24, 2012 10:33 PM] -- Automatically generated message:
    Your support request has been submitted and is in queue. Please wait momentarily while the system connects you with the next available support specialist.
    [Wednesday, October 24, 2012 10:46 PM] -- Automatically generated message:
    You are now chatting with support specialist JOLLY R.
    [Wednesday, October 24, 2012 10:46 PM] -- JOLLY R says:
    Welcome to HP Total Care for Notebook and Desktop support. My name is Jolly. I will be your technical support specialist today. Please give me a few moments to review your issue description details.
    NOTE: For security reasons, PLEASE DO NOT send credit card information via chat.
    [Wednesday, October 24, 2012 10:46 PM] -- JOLLY R says:
    How are you doing today ?
    [Wednesday, October 24, 2012 10:46 PM] -- Rick Friedman says:
    Hi Jolly, I tried 3 different HDD's all of them were reformated and reimaged with the HP image from this laptop. When I try to populate the drive, it just closes the window. Same with the dvd drive. Other then no able to write to the dvd/cd drive, everything else is perfect. But that is not good enough...
    [Wednesday, October 24, 2012 10:46 PM] -- Rick Friedman says:
    Great, you?
    [Wednesday, October 24, 2012 10:46 PM] -- JOLLY R says:
    I am fine. Thank you for asking.
    [Wednesday, October 24, 2012 10:48 PM] -- JOLLY R says:
    Please let me know if the following details are correct for the notebook in question.
    PRODUCT NUMBER: A5F92AV
    SERIAL NUMBER: {Private Information Removed}
    EMAIL ADDRESS: {Private Information Removed}
    Am I correct?
    [Wednesday, October 24, 2012 10:48 PM] -- Rick Friedman says:
    Yes
    [Wednesday, October 24, 2012 10:48 PM] -- JOLLY R says:
    Thank You for confirming the details.
    [Wednesday, October 24, 2012 10:49 PM] -- JOLLY R says:
    Are you using the same notebook to chat with me which is in question?
    [Wednesday, October 24, 2012 10:49 PM] -- Rick Friedman says:
    Yes
    [Wednesday, October 24, 2012 10:51 PM] -- JOLLY R says:
    May I know since when you are facing the issue?
    [Wednesday, October 24, 2012 10:51 PM] -- Rick Friedman says:
    I few weeks ago now
    [Wednesday, October 24, 2012 10:52 PM] -- Rick Friedman says:
    HP swapped out the DVD drive and I swapped out the HDD's
    [Wednesday, October 24, 2012 10:53 PM] -- JOLLY R says:
    Please click on the start button and click on computer.
    [Wednesday, October 24, 2012 10:53 PM] -- Rick Friedman says:
    Reimaged, renamed, removed, rotated them to different bays.
    [Wednesday, October 24, 2012 10:53 PM] -- Rick Friedman says:
    ok
    [Wednesday, October 24, 2012 10:53 PM] -- Rick Friedman says:
    Open\
    [Wednesday, October 24, 2012 10:53 PM] -- JOLLY R says:
    Is the CD/DVD drive getting detected ?
    [Wednesday, October 24, 2012 10:54 PM] -- Rick Friedman says:
    Yes
    [Wednesday, October 24, 2012 10:54 PM] -- Rick Friedman says:
    Yes
    [Wednesday, October 24, 2012 10:55 PM] -- JOLLY R says:
    So you need te reseat the CD/DVD drive and the hard drive .
    [Wednesday, October 24, 2012 10:55 PM] -- Rick Friedman says:
    I did, over and over and over
    [Wednesday, October 24, 2012 10:55 PM] -- JOLLY R says:
    Okay
    [Wednesday, October 24, 2012 10:56 PM] -- Rick Friedman says:
    I have swapped out the dvd drive and hard drives
    [Wednesday, October 24, 2012 10:57 PM] -- JOLLY R says:
    Since you have already reseated the hard drive and CD/DVD drive, you need to send the notebook in for a bench repair.
    [Wednesday, October 24, 2012 10:57 PM] -- JOLLY R says:
    It will be a mail in repair service. I will send you a box along with packaging materials and a prepaid shipping label. Once you pack your notebook in the box you can drop it off at you nearest fedex drop box or you can schedule a pickup.
    [Wednesday, October 24, 2012 10:57 PM] -- JOLLY R says:
    Box would contain- packaging material, shipping instructions &amp; pre-paid shipping label.
    • Once you receive the box you need to put the notebook inside the box (without any accessories), call fed-ex- (1800-463-3339).
    • Fed-ex would come at your place pick it up and send it back to hp.
    • This service will cost you $0.00
    • Standard turn around time for service is 7-9 business days.
    You can check the status of your order by going to: www.hp.com/go/csostatus or by calling HP Customer Care at 1-800-hpinvent (1-800-474-6836).
    Your repair service has an estimated turn around time of 7 to 9 business days from when we receive your product at our repair center.
    [Wednesday, October 24, 2012 10:57 PM] -- JOLLY R says:
    In order to set up a service request please provide the following information:
    * Full Name:
    * Mailing Address (No P.O. Boxes):
    * Apartment/Building/Mailstop:
    * City:
    * State:
    * Zip/Postal Code:
    * E-Mail address
    * Phone Number (including area code):
    * Best time to call
    * Time zone of your region
    [Wednesday, October 24, 2012 10:57 PM] -- Rick Friedman says:
    Dont I have on-site?
    [Wednesday, October 24, 2012 10:58 PM] -- JOLLY R says:
    Let me check.
    [Wednesday, October 24, 2012 10:59 PM] -- Rick Friedman says:
    This laptop is my life, my livelyhood.
    [Wednesday, October 24, 2012 10:59 PM] -- Rick Friedman says:
    I can not be without iot...
    [Wednesday, October 24, 2012 11:00 PM] -- JOLLY R says:
    I do understand that .
    [Wednesday, October 24, 2012 11:02 PM] -- JOLLY R says:
    Yes, you do have onsite , but a technician can be sent to your place only if any part needs to be replaced .
    [Wednesday, October 24, 2012 11:02 PM] -- JOLLY R says:
    As the notebook needs to be repaired , you have to send it to the HP service center.
    [Wednesday, October 24, 2012 11:02 PM] -- Rick Friedman says:
    It is the motherboard
    [Wednesday, October 24, 2012 11:03 PM] -- Rick Friedman says:
    What is the difference between repair and replaced?
    [Wednesday, October 24, 2012 11:03 PM] -- JOLLY R says:
    It will be repaired and returned back to you .
    [Wednesday, October 24, 2012 11:04 PM] -- Rick Friedman says:
    But what is there to be repaired if your not replacing anything?
    [Wednesday, October 24, 2012 11:04 PM] -- JOLLY R says:
    If any hardware part needs to be replaced , a technician can be sent to your place .
    [Wednesday, October 24, 2012 11:04 PM] -- JOLLY R says:
    But since the notebook needs to be repaired ,you have to send it .
    [Wednesday, October 24, 2012 11:05 PM] -- Rick Friedman says:
    What is the difference between repaired and replacing something... So you mean that nothing will be repaired on my laptop?
    [Wednesday, October 24, 2012 11:06 PM] -- Rick Friedman says:
    This is NOT right
    [Wednesday, October 24, 2012 11:06 PM] -- JOLLY R says:
    I mentioned earlier that you need to send the notebook for repair.
    [Wednesday, October 24, 2012 11:06 PM] -- Rick Friedman says:
    I would like to talk to someone about this.
    [Wednesday, October 24, 2012 11:06 PM] -- JOLLY R says:
    It will be repaired and returned back to you .
    [Wednesday, October 24, 2012 11:07 PM] -- Rick Friedman says:
    What is the turn around time on this?
    [Wednesday, October 24, 2012 11:07 PM] -- JOLLY R says:
    It is 7 to 9 business days.
    [Wednesday, October 24, 2012 11:08 PM] -- Rick Friedman says:
    NO WAYYYY!
    [Wednesday, October 24, 2012 11:08 PM] -- JOLLY R says:
    If you want to talk to someone , you need to call our voice support in the direct number 1-800-474-68386 and refer to serviceticket number - {Private Information Removed}.
    [Wednesday, October 24, 2012 11:08 PM] -- Rick Friedman says:
    OK, thx
    [Wednesday, October 24, 2012 11:08 PM] -- JOLLY R says:
    We also have an expedite shipment, where the turn around time is 4 to 6 business days .
    [Wednesday, October 24, 2012 11:09 PM] -- JOLLY R says:
    Please take down the service ticket number {Private Information Removed} and SR ID {Private Information Removed} for future reference.
    [Wednesday, October 24, 2012 11:09 PM] -- JOLLY R says:
    You are welcome.
    [Wednesday, October 24, 2012 11:09 PM] -- JOLLY R says:
    Is there anything else apart from this I can help you with now ?
    [Wednesday, October 24, 2012 11:09 PM] -- Rick Friedman says:
    No
    [Wednesday, October 24, 2012 11:09 PM] -- JOLLY R says:
    Thank you

  • Trying to update creative cloud, comes error: The installation program could not access the important files / directories. Try to run the installer again. (Error code: 43), please contact customer support. The same error comes updating Muse. Mac 10.9.5. W

    Trying to update creative cloud, comes error: The installation program could not access the important files / directories. Try to run the installer again. (Error code: 43), please contact customer support. The same error comes updating Muse. Mac 10.9.5. What shall I do?

    Alauda_positos I would recommend reviewing your installation log files to determine the exact directory which the installer is unable to access.  You can find details on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors discovered to this discussion.
    For information on how to adjust file permissions please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.

  • Printing graph and other text in the same page

    Hi,
    I am aware that for providing graphs in ABAP report we have a FM which is called via a pushbutton in the output screen generally.
    Is there any way I can do away with the pushbutton and print the graph and other text in the same page at one go ? I think Smartforms will not allow graph printing.......any other method to achive this ?
    The user wants to print the graph and other text in the same page.
    Regards,
    Sandip.

    Hi ! no it is not related to smartforms
    search for custom container on google you idea about custom container.
    following code is for displaying alv on selection screen which is created using custom container
    and docking container.
    I hope you will get some idea about how to use custom container for your problem
    DATA DECLARATIONS
    DATA: CONT_DOCKING TYPE REF TO CL_GUI_DOCKING_CONTAINER,
    GRID TYPE REF TO CL_GUI_ALV_GRID,
    CUST_CONTAINER TYPE REF TO CL_GUI_CUSTOM_CONTAINER,
    IT_FIELDCAT TYPE LVC_T_FCAT,
    GS_LAYOUT TYPE LVC_S_LAYO.
    *ITAB TYPE TABLE OF SBOOK.
    *& SELECTION SCREEN PARAMETERS
    *PARAMETERS:P_TEST TYPE I .
    *& AT SELECTION SCREEN OUTPUT
    AT SELECTION-SCREEN OUTPUT.
    IF EBELN[] IS NOT INITIAL.
    CREATE OBJECT CONT_DOCKING
    EXPORTING
    REPID = SY-REPID
    DYNNR = SY-DYNNR
    SIDE = CONT_DOCKING->DOCK_AT_BOTTOM
    EXTENSION = 100.
    IF CUST_CONTAINER IS INITIAL.
    *----Create the alv with docking container
    PERFORM CREATE_AND_INIT_ALV .
    ENDIF.
    ENDIF.
    *& Form BUILD_FIELDCAT
    FORM BUILD_FIELDCAT .
    DATA WA_FIELDCAT TYPE LVC_S_FCAT.
    WA_FIELDCAT-FIELDNAME = 'EBELN'.
    WA_FIELDCAT-REPTEXT = 'Airline Code'.
    APPEND WA_FIELDCAT TO IT_FIELDCAT.
    WA_FIELDCAT-FIELDNAME = 'EBELP'.
    WA_FIELDCAT-REPTEXT = 'Flight Connection Number'.
    APPEND WA_FIELDCAT TO IT_FIELDCAT.
    *WA_FIELDCAT-FIELDNAME = 'WUNIT'.
    *WA_FIELDCAT-REPTEXT = 'Weight Unit'.
    *APPEND WA_FIELDCAT TO IT_FIELDCAT.
    *LOOP AT IT_FIELDCAT INTO WA_FIELDCAT.
    *IF WA_FIELDCAT-FIELDNAME EQ 'WUNIT'.
    *WA_FIELDCAT-EDIT = 'X'.
    *WA_FIELDCAT-DRDN_HNDL = '1'.
    *WA_FIELDCAT-CHECKTABLE = '!'.
    *MODIFY IT_FIELDCAT FROM WA_FIELDCAT.
    *ENDIF.
    *ENDLOOP.
    ENDFORM. "build_fieldcat
    *& Form CREATE_AND_INIT_ALV
    FORM CREATE_AND_INIT_ALV .
    CREATE OBJECT GRID
    EXPORTING I_PARENT = CONT_DOCKING.
    *--perform build field catalog for alv display
    PERFORM BUILD_FIELDCAT .
    *--fill the drop down list values
    PERFORM fill_dropdown_table .
    *----fill final output table
    SELECT * FROM EKPO
    INTO CORRESPONDING FIELDS OF TABLE ITAB WHERE EBELN IN EBELN.
    *UP TO 10 ROWS.
    *---display alv
    CALL METHOD GRID->SET_TABLE_FOR_FIRST_DISPLAY
    CHANGING
    IT_FIELDCATALOG = IT_FIELDCAT
    IT_OUTTAB = ITAB[].
    *---Set editable cells to ready for input initially
    CALL METHOD GRID->SET_READY_FOR_INPUT
    EXPORTING
    I_READY_FOR_INPUT = 1.
    ENDFORM. "create_and_init_alv
    *& Form set_drdn_table
    FORM fill_dropdown_table.
    DATA: LT_DROPDOWN TYPE LVC_T_DROP,
    LS_DROPDOWN TYPE LVC_S_DROP.
    LS_DROPDOWN-HANDLE = '1'.
    LS_DROPDOWN-VALUE = 'KG'.
    APPEND LS_DROPDOWN TO LT_DROPDOWN.
    LS_DROPDOWN-HANDLE = '1'.
    LS_DROPDOWN-VALUE = 'G'.
    APPEND LS_DROPDOWN TO LT_DROPDOWN.
    LS_DROPDOWN-HANDLE = '1'.
    LS_DROPDOWN-VALUE = 'B'.
    APPEND LS_DROPDOWN TO LT_DROPDOWN.
    LS_DROPDOWN-HANDLE = '1'.
    LS_DROPDOWN-VALUE = 'T'.
    APPEND LS_DROPDOWN TO LT_DROPDOWN.
    CALL METHOD GRID->SET_DROP_DOWN_TABLE
    EXPORTING
    IT_DROP_DOWN = LT_DROPDOWN.
    ENDFORM. "set_drdn_table

Maybe you are looking for

  • 2 questions. iPhone 3GS os 4 issue + upgrade iPhone 4

    I upgraded my iPhone 3GS to os4 and I cannot send picture messages I have no option whatsoever to do so. Does anyone have a solution? 2nd question: I purchased iphone 3GS 9/11/09 I would like to upgrade to iPhone 4 I am willing to restart my contract

  • How can I use my own photo for my avatar?

    I notice that some people have an avatar that is not on the table of available avatars.  Is there a way that I can use a photo from my iPhoto library for my Community Support avatar?

  • Can any one tell me how to connect my Officejet Pro L7680 to my network

    Can any one tell me how to connect an Officejet Pro L7680 to my network

  • External HD letter keeps changing.

    I'm using an external hard drive with a laptop PC running Lightroom 3. Every now and again I unplug from my ext HD to leave home with my laptop. When I return and plug the ext HD back into the USB slot I realize that the computer has allocated the ex

  • Flash button cursor normal/link

    Ok, basically, I have a flash, with one button in the middle, when the mouse goes over the button the cursor changes to the link cursor as it does with any other link/button, however I want the cursor to stay the same when it hovers over the button,