Program should execute both for F8 and F9

Hi All,
I have a requirement that my program should execute both for F8 and F9.
I have developed it as a report as the selection-screen contains 'Select-Options' and they want the Multiple Selection Button.
I know that if I develop it as a Module pool, my problem is very easily solved.
But since they want the Multiple-Selection button for Select-options which we cannot provide in a Module-Pool I am forced to develop a report.
Please let me know if its possible to execute the program with both F8 and F9 function keys, while F8 can be the normal execute button, there is no need of any button for F9, that is a F9 key press is enough. The Report should execute if the user presses F8 or F9 key on the Key-board.
Hope I am clear.
Please help me with your suggestions.
Thanks in Advance.
Edited by: Dagny on Apr 1, 2009 6:57 AM

Hi, Dangy
I dont think you can do with f9 fkey,
but you can do with ctrl+f9 , if ur client like this..
this are some available FKeys.
Freely assigned function keys
F5
F6
F7
F8                             ONLI       Execute
Shift-F1                       DOCU       Program Documenta...
Shift-F6                       SCRH       Selection Screen ...
Shift-F7                       ALLS       All Selections
Shift-F8                       FEWS       Chosen Selections
Shift-F9
Shift-Ctrl-0
Shift-F11
Shift-F12
Ctrl-F1                        FC01       <SSCRFIELDS-FUNC...>
Ctrl-F2                        FC02       <SSCRFIELDS-FUNC...>
Ctrl-F3                        FC03       <SSCRFIELDS-FUNC...>
Ctrl-F4                        FC04       <SSCRFIELDS-FUNC...>
Ctrl-F5                        FC05       <SSCRFIELDS-FUNC...>
Ctrl-F6                        LVUV       User Variables...
Ctrl-F7
Ctrl-F8
Ctrl-F9
Ctrl-F10
Ctrl-F11
Ctrl-F12
Ctrl-Shift-F1
Ctrl-Shift-F2
Ctrl-Shift-F3
Ctrl-Shift-F4
Ctrl-Shift-F5
Ctrl-Shift-F6
Ctrl-Shift-F7
Ctrl-Shift-F8
Ctrl-Shift-F9
Ctrl-Shift-F10
Ctrl-Shift-F11
Ctrl-Shift-F12
Just execute ur program, and go to system>status->in SAP data , there is GUI status-> dbl clik in ur gui status and assign Fcode for ctrl+f9 and handle the same in user command.
I hope it will solve ur problem.

Similar Messages

  • Text should appear  both in chinese and english language in smartform-Urgen

    Hi All,
    In my requirement in smart form, the standard text and values to be printed should appear both in english and chinese language.
    When my login language is EN(English), I cannot able to see the chinese text , but only the english text.
    If login in Chinese language, I can able to see the both the Chinese and English text in print preview, even then in printout the chinese text is missing.
    Please let me know what will be the problem.
    What printer i can use to get both chinese and english text.
    Thanks in advance
    Saravana

    Hi
    See the attached 2 OSS notes for your problem
    OSSNote:960341
    Symptom
    In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.
    Other terms
    CONVERT_OTF, SAPscript, Smart Forms
    Reason and Prerequisites
    The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.
    The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).
    Example:
    %Charwidth values from HP4300 HELVE 060 normal
    /Widths
    [ 278 333 500 633 633 1000 758 333 333 333 633...
    Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.
    This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.
    The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.
    Solution
    Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.
    Header Data
    Release Status: Released for Customer
    Released on: 30.06.2006  12:44:06
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s):            Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV       COURIER, HELVE, TIMES
                            (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ                  COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV              COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK          COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL                      COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE                      COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR                      COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH                      CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA                      JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP                      KPBATANG, KPDODUM, KPGULIM
                            KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF                      TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH                      THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR                      ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000    0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4  P 144  240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE  120  00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000    0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4  P 144  240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE   120  00109XSF100SF101110000067E X
    Header Data
    Release Status: Released for Customer
    Released on: 22.08.2005  09:57:20
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    BC-SRV-SSF Smart Forms
    reward if useful
    regards,
    ANJI

  • What word processing program should I purchase for iMac

    What word processing program should I purchase for iMac

    Hi
    Pages is very good as a Word Processor but it lacks the ability to do Macros if you continually do a repeat operation.  For me I cut and paste text from another source and it needs reformatting Font; bold, size, colour every time I do it.  It is a real pest.
    Many years ago Word Perfect Mac could do this [still the best wordprocessor interface] also [from memory] Apple Works had the ability to record macros.
    A current MAC wordprocessor to look at which will do pretty much everything INCLUDING MACROS is Nisus Writer.  Express version is $49, Pro version $79 and it has a free 15 day demo.
    Cheers

  • Execute both 32-bit and 64-bit external procedures within same DB

    Hi,
    I have a 64-bit installation of oracle9i.
    I want to know if it is possible to execute both 32-bit and 64-bit external procedures within the same database. If yes, can you please help on how I can do it?

    Thanks.  The reason I was thinking of doing this is we have a lot of existing apps which are already configured for a particular name.  We are moving to a 64-bit OS and have found that some apps must remain 32-bit while others must be upgraded
    to 64-bit (all related to 3rd party code availability).  There are a lot of config files (because of a lot of apps on multiple servers).  So either bite the bullet and update all the configs to use new names or "cheat" and have both 32 and 64 bit
    DSNs use the same name.

  • [svn:fx-trunk] 5473: Fix for bug around handling of constraints during and after effects were run , both for old and new effects.

    Revision: 5473
    Author: [email protected]
    Date: 2009-03-20 16:02:58 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Fix for bug around handling of constraints during and after effects were run, both for old and new effects. Fix was to correctly record and handle styles that were set or not set in either state and to temporarily set width/height values for the duration of an effect if we disabled the relevant styles that affect width/height.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17809
    Reviewer: Jason
    Testing: checkintests, Mustella Effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17809
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as

    Revision: 5473
    Author: [email protected]
    Date: 2009-03-20 16:02:58 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Fix for bug around handling of constraints during and after effects were run, both for old and new effects. Fix was to correctly record and handle styles that were set or not set in either state and to temporarily set width/height values for the duration of an effect if we disabled the relevant styles that affect width/height.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17809
    Reviewer: Jason
    Testing: checkintests, Mustella Effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17809
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as

  • Suddenly my imessage and facetime stop working both for iphone4 and ipad, i tried possible online solutions but it didn't work. Message such as "could not connect, check your network connection" etc... Help please am getting frustrated here....

    Suddenly my imessage and facetime stop working both for iphone4 and ipad, i tried possible online solutions but it didn't work. Message such as "could not connect, check your network connection" etc... Help please am getting frustrated here....

    Have you tried re-booting your WiFi router ?  It may seem OK on your PC, but a re-boot may help.

  • HT4009 Itunes charged me twice for the same app. I wish to buy angry birds seasons hd and angry birds rio hd. both for ipad. and you charged 2 times for a.b. seasons hd.

    Itunes charged me twice for the same app. I wish to buy angry birds seasons hd and angry birds rio hd. both for ipad. and you charged 2 times for a.b. seasons hd.

    These are user-to-user forums, you are not talking to Apple here and they don't monitor these forums. If you have a billing problem then you can contact iTunes support here : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • I found this program sqlite with dll for firefox and thunderbird, is this a program thatis pat of your system? Should I delete entries or leave them alone?

    I am looking for what is generating internet activity on my pc and I came across entries for sqlite.exe that has dlls for firefox and thunderbird. Is this a program you use with these programs? Should I leave it alone ot delete?
    Paul Shodean

    Also, although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].

  • Render (both for preview and export) takes forever

    I'm running Premiere Elements 12.0 (really 12.1) in a MacBook Pro Retina running 10.10.1 (14B25)
    It has quad Core i7 each 2.7 gH,  NVIDIA GeForce GT 650M 1024 MB, 16 GB of ram, and a 750GB SSD disk. There are no other applications running on the computer, and there is at least 300 GB of free disk space on the SSD.
    I am trying to edit HD video from my GoPro Hero 3+. I'm just loading the GoPro files using Add Media. Then I cut out boring parts, add in image stabilization and some titles, etc. The sessions typically have 6 to 8 files, each about 2GB of video. It represents 2 to 3 hours of capture. The goal is to get maybe one hour of nice video.
    Previewing viewing is terrible, with video out of sync from the audio by many seconds. You can't see any movement in the video for 10 to 30 seconds. This gets better if I use the "render" button on the timeline, but this process takes 15 to 30 hours.  And the improved preview speed only stays effective for a short while, as I do edits, add effects, etc. it gets slow (aka unusable) again.
    Once I've fought the program to get ready to do an export, I've got another multi-hour wait. Usually this is a bit shorter than the initial rendering, since the editing process has removed an hour or two of content.
    I know, these are big input files, and the resulting movies are big (a couple of gigabytes). But this is one of the fastest and most expensive laptop computers sold in the world. I'm just using a GoPro, not some fancy Red or 4K camera.
    I need to have the editing process be 3 times faster, I want it to be much better, ten times faster.
    I thought that quad real core with 8 threads, 16GB of ram, and a 750GB SSD was fast.
    I'd like concrete answers as to how I can get there.
    Are there settings for Premiere Elements that will help? Would I be happier with Premiere Pro? Would I be happier on a Windows machine with 2 or more high end graphics cards?

    thanks for the reply. I'm new to GoPro and Premiere Elements, so I don't know exactly what some of your stuff is.
    The video is taken on my dirt-bike, a motorcycle going through trails, woods and rocks. Its unwatchable without stabilization.
    The files are all taken as a single ride, single push of the shutter, and I go off and ride for a couple of hours. The GoPro automatically switches to a new recording file when the old one gets to 2.4 GB (which is about the maximum file size for 32 bit file formats.
    I copy all of the video clips to the SSD from the GoPro. Then I load them as assetts. Since that it the only disk I have, everything is there. But an SSD should be fast enough to handle swapping, file reading and writing.  I don't think that you can get two separate SSDs in a MacBook Pro Retina. It has no optical drive (which you could replace with an SSD in older models)
    I'm not against buying Pro if I have to, I'm cheap, and would rather not, but if that will make the workflow feasible, I'll cough up the money.
    All of clips (everything) have "Motion" "Opacity" "Stabilizer" and "Image Control"
    I actually have no clear understanding of what Motion does vs Stabilizer.
    Timeline rendering takes 10+ hours. More if the Mac sleep mode sets in. I have no idea where the rendered files are. Whereever PE defailts them. Still SSD
    What is "the Edit area monitor"? Do you mean the smallish video window above the timeline? Sometimes the video looks pretty good, other times the viewing of it lags 30 seconds or more behind the sound and timeline pointer.
    I don't think I understand your comment about when to stabilize. I agree that I should be able to work and do edits, titles, etc. without stabilization, and then just turn it on at the end. Or maybe even render it for export and then stabilize that file. But I don't know how to do any of that.
    Thanks
    Pat

  • What programs should I use for creating a children's ebook with animated illustration?

    I'd like to create children's book for iPad with hand-drawn illustrations that are animated but in a simple way (like bubbles flying and popping). What programs should I use?
    Thanks in advance,
    Bibi

    Impossible to answer, I’m afraid. There’s just not enough details here and the very fact that you’re asking tells me that you should be very careful in choosing how to get this project done.

  • Web Service Usage Discussion - Both for request and response.

    Hi,
    I have some discussion questions ( by the way i have done my search in the forums )
    1) How would you solve the problem of registering user from iphone application without making the user to enter a security code to prevent spam?
    ( We use graphical captchas to minimize the risk in web.. but what would you do or what are you doing to make a proper registration from iphone directly to the web server? ) I can request, user, pass,email and register the user, but i can not want him to click on the confirmation code that i've sent to his/her email.. He'll leave my application, click the link,... safari will open.. etc etc...
    2) How would you authenticate the user and send commands according to that session?
    Would you send user and pass in plaintext, like many web pages' login system..?
    And after that would you just get a session id from response and after that, would you use only that code to send new commands according to that authenticated user? like ( http://myserver.com/?cmd=message&text=hi&session_id=34524534 ) ? How would you implement, or you are implementing this in iphone application?
    3)What would you use to send commands to server? You use simple url request? ( maybe somewhat REST ) or would you send xml to the server? And how would you get the response? As an XML? as comma seperated simple mode, as JSON to parse? Or would you return property list recognized by iphone? Or.... Or?? What would you use, or what are you using? What's your idea to do it in a proper way? (I know that this can change from people to people, but at least we can see what everyone is telling.. )..
    What response type you prefer and why do you prefer it? For example, you are trying to avoid xml to stay away from parsing it without standard libraries... OR... ?
    I'll be glad if you share your ideas/experiences with us? We may learn new things/we may improve our selves/we may change the way we do these things, we may be happy together (:

    Hi MaxLeyton,
    Thank you for posting in the MSDN forum.
    >>I am trying create a webmethod in a webservice, this webmethod must to have two different headers, one for request and one for response.
    Since it is related to the Web, to help you resolve this issue as soon as possible, you could post this issue to the ASP.NET forum.
    http://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Got MMR working, need to enable SSL (for both for MMR and external access)

    Hi,
    I have two instances of DS 5.2 running, and have Multi-master replication working between them. Now, I need to enable server-authenticated SSL for both the inter-DS replication connections, and for connections from LDAP clients.
    I know how to enable server-authenticated SSL for DS, in general (create a cert request, etc.), but since these DS instances are working with MMR, do I have to request and get two different SSL server certs and install them separately into each of the DS instances?
    Also, what do I need to do to enable/allow SSL on the replication connections between the two DS instances?
    As many specifics as possible would be appreciated :)!
    Thanks,
    Jim

    In general:
    Every Server should have it�s own Certificate - otherwise the whole SSL stuff is quite obsolete.
    SSL is not only about encryption - it�s used to achieve
    -Confidentiality
    -Message Integrity
    -Endpoint Authentication
    Or did i get you wrong? What do you mean by 2 different certs?
    -Bernhard

  • What program should I use for Web Design

    Until now I have just been using notepad to create web pages. I have looked at a few other programs but I am not too sure whcih is best. Can anyone advise?
    Cheers

    There are lots of books on EW4.  I started with Teach Yourself in 21
    days and also bought a Step by step Guide.  The full list is here:
    <http://www.amazon.com/s/ref=nb_sb_ss_i_0_16/180-4046649-4968559?url=search-alias%3Dstripbo oks&field-keywords=expressionweb4books&sprefix=ExpressionWeb+4>
    Or this link for short:
    <http://tinyurl.com/c58rqek>
    Good luck.

  • Which BUs Object should I use for archiving and linking to SalesDocuments

    Hi,
    I want to archive documents and link them to SalesDocuments, but I don't know which BUsiness Object I should use. Special Ones like BUS2030, BUS2031,... or the general Type VBAK. If I use VBAK I have the problem, that when I archive manually all with VBAK linked documenttypes are proposed, so that I can't control, which documents are allowed to be linked with for instance CustomerQuotation or SalesOrder.

    Hello Marc,
    For Sales Order user object type as BUS2032
    Customer Quotation- BUS2031
    Customer Inquiry - BUS2030
    BUS2033          Customer complaint order
    BUS2034          Customer Contract
    BUS2035          Customer scheduling agreement
    BUS2051          Customer outline agreement
    BUS2094          Credit memo request
    Hope this will answer your question.
    -Thanks,
    Ajay

  • Which Macbook pro should I buy for recording and producing music??

    So I should probably start by saying I don't know too much about computers. I just know I want something fast and dependable, that will let me record, mix, surf the internet, all without having to worry about speed and performance.
    I'm considering buying the 15 inch 2.2GHz retina model and I'm wondering if that would be good enough.
    For the most part, I'll be doing the typical "record the band" dealio...      Tracking and mixing drums, bass, guitars, vox, you know..  
    I'm definitely planning on getting an external hard drive to keep the space on my laptop free. Again, I'm kinda dumb when it comes to computer terms, so I'm just hoping someone can shed some light on the situation for me.
    Thanks for reading!   
    Chad

    Based on reports here and elsewhere, I'm not sure buying a Retina MBP is such a great investment of your money as Retina Displays make much higher demands on the systems... and provide a lower overall performance with CPU/Sub Systems intensive and timing reliant/critical applications such as Logic Pro X
    While I understand the 'draw' of Laptops.. because of their portability etc... there are drawbacks that should be taken into account too.. and compared to a similar priced iMac/Mac Mini.... you get much better power/cost ration with an iMac/Mac Mini than you will ever get with a MBP....
    Simply put you will spend roughly twice as much for a MBP compared to an iMac/Mac Mini to obtain the same performance... and while Retina does provide for a very good clear screen... the overheads that places on the systems of a MBP.. can often outweigh its real benefits when used with an App like LPX where Retina really serves no useful purpose/benefits....... especially for the extra cost.
    Example..My nearly 3 year old 3.4Ghz i7 32GB iMac which cost less by some degree as my top of the range 2013 2.5 Ghz i7 16GB MBP with Retina..  'smokes' the MBP so easily..... when using identical versions of LPX/LP9 under Mavericks.. Even my 2010 Mac Mini Server 2.0 Ghz 16GB gives the MBP a good run for it's money in comparision.. and that cost me less than $800 plus Monitor!
    Note: This is just a personal opinion and should be viewed as such....

Maybe you are looking for

  • Officejet pro 8600 e all in one printer N911a

    For printing settings I see that there are front-to-back  or back-to-front  settings.  What is the difference? Online and hard copy instructions do not address this.  I was hoping to set the printer that on 2-sided copies the copy will emerge from th

  • Can't Delete/Change Schedule Line in Sceduling Agreement

    Hi    I can't delete schedule line in scheduling agreement.    Actually The PO History has diff data & Scheline screen have diff data.    In Po History the Delivered Qty is 1520 GI Qty is 1520 GR Qty is 1520 but when I checked in Delivery Schedule sc

  • Problem using HTTPS

    I am trying to post a message using HTTPS in XI.  I have defined a RFC connection to an external HTTPs partner and when I test the connection I am getting errors (the full log from dev_icm is below).  I am using client certificates and have created a

  • Lost 8500 musics ??? !!!I can not turn on my ipod colors and I've tried all

    Lost 8500 musics ??? !!!I can not turn on my ipod colors and I've already tried the 5R's . Any help ????

  • RFC Indentification in R/3 from web dynpro

    hi experts, Could u tell me Wether there is any system variable SY-* or any function in sapr/3.so that we can easily know that which model from web dynpro means wether it is rfc or web service model? thanx in advance. regards, pp