Ading a logo in the documentation of my report ... ! !

Hai Friends,
I got a requirement to add a logo in the documentaion of my report. Can it be posible ? If so, how can i achive this.
Thanks in Advance,
Diwakar

Hi
The documentation is a standard text, so it's as sapscript.
When you're writing the documentation go to Include->Graphic if your logo was upoloaded as graphic, or Include->Text->Standard if your logo was upoloaded as std text.
Try!
Max
Message was edited by: max bianchi

Similar Messages

  • How to get  documentation of a report with its respective headers?

    I know fm, SRTU1_GET_REPORT_DOCUMENTATION, has to be used to get the documentation of a report. But when i print out the result it only shows the documentation data and not the data's respective headers. Without the headers the data looses its meaning.
    Any idea on how to get both the report documentation and its respective headers.
    Any help will be appreciated.
    Thanks
    Nahman

    The following code downloads program docu as pdf file:
    data: header like thead,
          options like itcpo.
    data: lines like tline occurs 0 with header line,
           otfdata like  itcoo occurs 0 with header line,
           pdflines like tline occurs 0 with header line,
           docstab like  docs occurs 0 with header line,
           binfilesize type i,
           filenm type string.
    parameters: program like trdir-name obligatory,
                filenam like rlgrap-filename default 'c:temppdftest.pdf'.
    start-of-selection.
      call function 'DOC_OBJECT_GET'
        exporting
          class                  = 'RE'
          name                   = program
         language               = sy-langu
          short_text             = 'X'
          appendix               = 'X'
       importing
         header                 = header
        tables
    *   RTF_LINES              =
          itf_lines              = lines
       exceptions
         object_not_found       = 1
         others                 = 2
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      options-tdgetotf = 'X'.
      options-tdprogram = 'SAPLSHL2'.
      options-TDDEST = 'LOCL'.
      call function 'PRINT_TEXT'
        exporting
          application                    = 'TD'
    *   ARCHIVE_INDEX                  = ' '
    *   ARCHIVE_PARAMS                 = ' '
          device                         = 'PRINTER'
          dialog                         = ' '
          header                         = header
          options                        = options
    * IMPORTING
    *   NEW_ARCHIVE_PARAMS             =
    *   RESULT                         =
        tables
          lines                          = lines
          otfdata                        = otfdata
       exceptions
         canceled                       = 1
         device                         = 2
         form                           = 3
         options                        = 4
         unclosed                       = 5
         unknown                        = 6
         format                         = 7
         textformat                     = 8
         communication                  = 9
         bad_pageformat_for_print       = 10
         others                         = 11
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      refresh lines.
      call function 'CONVERT_OTF_2_PDF'
    * EXPORTING
    *   USE_OTF_MC_CMD               = 'X'
    *   ARCHIVE_INDEX                =
       importing
         bin_filesize                 = binfilesize
        tables
          otf                          = otfdata
          doctab_archive               = docstab
          lines                        = pdflines
       exceptions
         err_conv_not_possible        = 1
         err_otf_mc_noendmarker       = 2
         others                       = 3
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      filenm = filenam.
      call function 'GUI_DOWNLOAD'
        exporting
    *   BIN_FILESIZE                    =
          filename                        = filenm
          filetype                        = 'BIN'
        tables
          data_tab                        = pdflines
    *   FIELDNAMES                      =
       exceptions
         file_write_error                = 1
         no_batch                        = 2
         gui_refuse_filetransfer         = 3
         invalid_type                    = 4
         no_authority                    = 5
         unknown_error                   = 6
         header_not_allowed              = 7
         separator_not_allowed           = 8
         filesize_not_allowed            = 9
         header_too_long                 = 10
         dp_error_create                 = 11
         dp_error_send                   = 12
         dp_error_write                  = 13
         unknown_dp_error                = 14
         access_denied                   = 15
         dp_out_of_memory                = 16
         disk_full                       = 17
         dp_timeout                      = 18
         file_not_found                  = 19
         dataprovider_exception          = 20
         control_flush_error             = 21
         others                          = 22
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    Regards
    Sridhar

  • IMac starts with sound but remains with Apple logo and the clock running indefinetely

    After software upgrade ( from mavericks to new mavericks ) iMac doesn't start anymore. It remains always in the same mode: after the sound of start the Apple logo and the clock that runs indefinitely without the start of the software. Someone knows what to do?

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a startup failure is to secure the data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since the last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to start. You need an external hard drive to hold the backup data.
         a. Start up from the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, start the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    If the startup process stops at a blank gray screen with no Apple logo or spinning "daisy wheel," then the startup volume may be full. If you had previously seen warnings of low disk space, this is almost certainly the case. You might be able to start up in safe mode even though you can't start up normally. Otherwise, start up from an external drive, or else use either of the techniques in Steps 1b and 1c to mount the internal drive and delete some files. According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation.
    Step 3
    Sometimes a startup failure can be resolved by resetting the NVRAM.
    Step 4
    If you use a wireless keyboard, trackpad, or mouse, replace or recharge the batteries. The battery level shown in the Bluetooth menu item may not be accurate.
    Step 5
    If there's a built-in optical drive, a disc may be stuck in it. Follow these instructions to eject it.
    Step 6
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to start up, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can start up now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    Step 7
    If you've started from an external storage device, make sure that the internal startup volume is selected in the Startup Disk pane of System Preferences.
    Start up in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to start and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know the login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you start up in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, the startup volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 10. If you ever have another problem with the drive, replace it immediately.
    If you can start and log in in safe mode, empty the Trash, and then open the Finder Info window on the startup volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then restart as usual (i.e., not in safe mode.)
    If the startup process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 8
    Launch Disk Utility in Recovery mode (see Step 1.) Select the startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then restart as usual.
    Step 9
    Reinstall the OS. If the Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 10
    Do as in Step 9, but this time erase the startup volume in Disk Utility before installing. The system should automatically restart into the Setup Assistant. Follow the prompts to transfer the data from a Time Machine or other backup.
    Step 11
    This step applies only to models that have a logic-board ("PRAM") battery: all Mac Pro's and some others (not current models.) Both desktop and portable Macs used to have such a battery. The logic-board battery, if there is one, is separate from the main battery of a portable. A dead logic-board battery can cause a startup failure. Typically the failure will be preceded by loss of the settings for the startup disk and system clock. See the user manual for replacement instructions. You may have to take the machine to a service provider to have the battery replaced.
    Step 12
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.

  • Changing Adobe Logo and the link

    I am trying to change the Adobe logo and the link that appears at the bottom left in the Presenter presentations. Followed the steps to add my own logo at http://help.adobe.com/en_US/presenter/using/WS6EB20748-9F92-46b9-88E3-6EF9F3CDD2F0.html.
    Was able to change the logo but could not make it into a hyperlink to point it to my company website. The instructions at http://help.adobe.com/en_US/presenter/using/WS890C3B49-AAE2-4ae5-ACE6-22777FC548E2.html didn't work. My custom logo is not a hyperlink. Any ideas how to link my custom logo to a URL?  Am using Presenter 8. Thanks.

    Hi
    Placing the swf in the templates folder as mentioned in http://help.adobe.com/en_US/presenter/using/WS6EB20748-9F92-46b9-88E3-6EF9F3CDD2F0.html will have your logo in the published output every time.
    Similarly following the second link as mentioned in your first post will embed the hyperlink permanently.
    Since nothing is happening on clicking on the logo even in the published ouput that I shared, this looks like a flash global security settings issue
    To fix this:
    1. Go to http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    2. Click on always allow radio button
    3. Click on "add location" in the combo box
    4. Give the path to the location of published output. ie if your published output is at C:\Users\<user name>\Documents\My Adobe Presentations\ give this path in the flash global security settings
    5. Then try the published output
    note that these are different for each browser .
    If you move to some other folder addition of this folder is also required
    So addin a trusted folder such as C:\Users\<user name>\Documents\My Adobe Presentations\ is recommended
    Thanks
    Mahesh

  • How do I fix a initializing problem with my macbook pro? I only get to the blank screen with the apple logo and the "processing something"sign... it just doesn't start the system....

    How do I fix a initializing problem with my macbook pro? I only get to the blank screen with the apple logo and the "processing something" sign... it just doesn't start the system....
    Please help
    Marcelo

    If there is no loading bar, it's usually a problem with a third party kext file in OS X itself.
    You can press the power button down to force a hardware shutdown, then reboot holding the shift key down on a wired or built in keyboard, this will disable them and you go around and update your third party software.
    Gray, Blue or White screen at boot, w/spinner/progress bar
    Also take this time to backup your users files off the machine if possible.
    Most commonly used backup methods
    Sometime that won't work and you need to do more
    ..Step by Step to fix your Mac

  • After trying to update my iphone 5 to ios 7 via itunes my phone will not work at all, all i have is an itunes logo and cable logo on the screen HELP!!!!

    after trying to update my iphone 5 to ios 7 via itunes my phone will not work at all, all i have is an itunes logo and cable logo on the screen HELP!!!!

    you'll want to restore it using itunes and recovery mode
    http://support.apple.com/kb/ht1808

  • QT Pro -- Did I miss something in the documentation?

    Someone please check me on this, because I think I must be getting senile. After many years of thinking about it, I finally popped the whopping $30 for Quicktime Pro (for QTP7 on my 27" iMac Core 2 Duo, OS X 10.6.7). It installed without problem -- though it's rather disconcerting that it still looks, smells, and largely acts like QT Player 7. I had a no-fun-at-all-time trying to open video clips that wouldn't open with the In and Out selection markers, so I couldn't trim, or cut and paste, or do anything at all to edit them in a time-linear sense. I DL'd the QuickTime 7 User Guide PDF with the "Getting Started With QuickTime Pro" PDF and read it and re-read it several times, tried QT Pro help, but I couldn't find a single bit of information on why some video formats would open with the In and Out selection markers, and thus be editable, and others would not.
    After 2 solid days of knocking my thick skull against the wall, I finally had my Archimedean Eureka Moment, and realized that ALL the files that WOULD open with the In and Out selection markers were .mov files, while files I was trying to open unsuccessfully were .mpg, .mpeg, m2v, .mp2, mp3, .mp4s, and suchlike. I went back through the QuickTime 7 User Guide PDF AND QuickTime Pro Help, as well as searching here on Apple's support forum, and on other Apple/QT discussion groups, and NOWHERE could I find anything that said files had to be in .mov format to be editable with the In and Out selection markers. Can someone please point out to me the pertinent section of the documentation I must have missed, where that MOST important information is presented.
    In a Hail Mary guess, I thought that perhaps the "QuickTime MPEG-2 Playback Component for Mac OS X" might help solve my problems, though it's description didn't sound that promising: "This add-on to QuickTime or QuickTime Pro provides the ability to import and play back MPEG-2 content, including both multiplexed (also known as muxed, where the audio and video tracks are interleaved together into one track) and non-multiplexed (also known as elementary) streams." Yeah, I got that, but does it do anything ELSE in QT Pro, like give the user the ability to edit.mpeg video with the In and Out selection markers in QuickTime Pro? I could not find THAT information either, and I'm really not keen on plunking down another 20 bucks for a function as simple as playing back .mpeg files, when I have several utilities that already allow me to do that.
    What I'm using QT Pro for right now is chopping up free, non-commercial,non-copyrighted or copy-protected, legally-belonging-to-me, guitar lessons so I can break them down into small sections at a time that I can loop and learn before going on to the next section of the lesson -- very handy. So, I'm sorry, but I don't really think I'm a candidate for the thousand-dollar Final Cut Studio, or even the two-hundred dollar Final Cut Express. I'm retired, and on a fixed income, and I can only afford what I can afford.
    So PLEASE, someone tell me if I'm stuck with no choice but to convert my videos to .mov format before I can edit them in QT Pro, or have I, in my dotage, overlooked another, cost-free way, of actually using QT Pro for what I want to do, without all the monkey-motion of converting everything.
    Thanks for your time,
    Bart Brown

    I may or may not need QT Pro (a moot point, as I already have it)
    As previously indicated, hang onto it if you plan to do any layering, masking, and/or picture-in-picture video composites. It is handy for quick clip modifications not requiring use of a full video editor.
    I DO need the $20 MPEG-2 component (nickel & dime, nickel & dime, nickel & dime, nickel & dime)
    I HAVE FFMPEG X
    I HAVE MPEG Streamclip
    The Apple MPEG-2 Playback component is only needed if you plan to use MPEG-2/M2V content in QT based applications. That is, applications like QT and MPEG Streamclip which access codecs for which your system is configured. Utilities like FFmpegX, VLC, and HandBrake have their own codecs embedded within their respective applications.
    In regards to MPEG Streamclip (and AC3)...
    Rather than try to cover each individual point as you brought them up, let me summarize the situation by enumerating your options.
    1) The Apple QT MPEG-2 Playback component does not support any audio compression formats. It is a video codec only just as H.264 is a video codec. Either the audio is QT compatible or it is not. If it is not, then your best option is to convert non-compatible audio to a QT compatible compression format.
    2) If you really want to play AC3 DD5.1 audio on a Mac, the best way is to use the VLC media player and send the AC3 audio data to an external DD5.1 decoder via the VLC "passthrough" option. (I use the Logitech Z-680 for external decoding and amplification of optical digital or 6-channel analog data.)
    3) No matter what AC3 codec you install on your Mac, for it to work on the Mac, the audio will either have to be mixed down to two channels for core audio processing on the system or you will have to install an auxiliary audio card capable of outputting the AC3 decoded audio as 6 separate channels of audio which can also be handled by the core audio system software. (I use a 6-channel M-Audio card here for audio usually transcoded to either 4, 5, or 6 channels of AAC or AIFF compressed audio data.)
    4) While MPEG Streamclip only supports 2 of the 6 DD5.1 channels at a time as QT compatible audio channels at a time, the user can select which two channels are output. Most users opt for the "stereo mix" option but could just as easily select the "Front Mix", "Surround", "L/R Ch.", "Center Ch.", "LS/RS Ch.", or "LFE Ch." option. You can even make multiple passes to decode/export all 6 channels of audio and attempt to re-assemble them as separate audio tracks, 3 paired stereo tracks, or a single "surround" audio track if you have the required hardware support for playback.
    Anyway, I've DL'd my AC3, I'm buying my MPEG-2 component (which I still think is a ripoff: why leave out ONE critical component -- when you've included dozens of others for free -- and make your customers pay, AGAIN, to make the $30 software you just paid for from the same company into a $50 software package so it will do what you want it to do? To me, that dog don't hunt).
    As has been stated many times, QT is based on the idea that multiple parallel tracks of data (up to 99) can all be played back synchronously using a single external clock. Multiplexed MPEG-1/2 content, on the other hand, employs spatial synchronization—two different technological approaches. By interspersing blocks of audio data between blocks of video data in a single data stream, one form of data is prevented from "overrunning" the other. AVI works in a similar manner using parallel tracks of data. Only in this case, frames of audio data are interleaved with frames video data to maintain synchronization. The main difference here, however, is that, as far as QT is concerned, the frames are only a half frame "out of sync" while the MPEG-1/2 data is "out of sync" by an undetermined degree. Since QT cannot equate a specific time reference to corresponding frames of audio and video content, it cannot properly convert or edit this content. In short, the MPEG-2 Playback component is not a "critical" component since QT was never designed to use it and only added it in response to user requests. As to pricing, If you wish to perform transcoding of WMV content, the Flip4Mac codecs alone run from $29 to $179 depending on what level of capabilities you require. (And you still need the QT 7 Pro key.) Your main problem here is that you are editing in an QT non-compatible compression format designed for content delivery rather using a QT compatible, edit specific compression format. I assume this was a result of have the Tape-DVD recording device on hand and decided this approach was easier than going the more conventional route of converting to DV using a DAC device. As a result, your data is probably compressed to about 1/5 the data rate/size of a DV file. Unfortunately, you will likely have to pay a price in terms of quality and work flow problems. Still, I suspect you would be less than willing to go back to square one with your tapes and re-digitize the content a second time.
    What MORE am I going to need to accomplish that, do you know?
    Whether you are editing a "muxed" MPEG-2/AC3 file or a DVD title consisting of one or more VOB files (also containing "muxed" MPEG-2/AC3 content), the work flow is essentially the same. Simply drop all of the non-zero VOB files in the title set to the MPEG Streamclip work window, fix the timecode breaks, and start your editing as if you were working with a single MPEG file.
    NOTE: unless it has changed, FFmpegX may still be limited to 2 GB MPEG file sizes for processing while I believe MPEG Streamclip has a 4 GB MPEG file size limit. I assume this may not be a problem for you if you are working with "snippets" but could be a problem if edits are merged to overly long files. In either case, the VOBs are encoded to files of 1 GB or less and should not present a problem even if you are working with a multi-VOB title set.
    why do I have to go through the kludge of recording tape to DVD, then sneaker-netting the DVD to my iMac to get the digitized video on my computer?
    You don't. You could have used any analog-to-digital converter device. For instance, many old Hi-8/Digital-8 camcorders and most recent DV camcorders have the ability to convert your VHS output directly to DV content which can be captured in any video editing (e.g., iMovie), dedicated capture (e.g., the free Vidi app) or even QT X/QT 7 Pro applications. The content is digitized in real time to your computer. Files would probably be 4-5 times larger than your DVD or MPEG files, but the resulting quality (depending on the original tape quality) might be better and the content is fully compatible will all QT apps (assuming you don't somehow corrupt the files).
    On the other hand, if I already had all of those DVDs on hand, I might consider using HandBrake to convert them to H.264/AAC files and then simply trim and merge the resulting files for distribution. I.e., Handbrake includes its own embedded codecs and is capable of batch processing files while you sleep or are busily engaged in other activities. And, the resulting files are editable at the frame level in the QT 7 Pro which you already have.
    Why is it that Mini Port on the new iMacs is unable to take direct HDMI INPUT from a digital video source at 1080p natively? It's pretty depressing A) having, once again, to buy some $130 adapter to even GET digital input into the 27" iMac, and B) even if you CAN get digital input, being limited to 720p (Belkin AV360™ Mini DisplayPort Converter for 27" iMac. Belkin's description: Accepts full 1080p signal, provides 720p to iMac) on a 2560 x 1440 display.
    You would have to ask Apple. My guess is that they don't want to get involved in HDCP support issues and besides, previously this port has been limited to output only and is still described as such on the Apple Store Tech Specs web page.
    As I'm nearly 63 years old, I'm absolutely gobsmacked at the progress in computer technology from my first Sinclair Z80 to my Amiga 1000 to my first Mac -- a IIci ($5000!), to now, but I thought the whole idea was to make things easier.
    Still have a few years on you. (Let's just say I'm on the high side of 65 and leave it at that.) I started with the Polymorphic 88, System 16 (S-100, 8080 processor with all of 16 K of memory) and worked my way through an Apple //, Mac 128K, Mac IIci, 8500AV, two G4s, a PPC G5, and am now on my first Intel Core Duo laptop. (The last five are still "in service" and the Poly-88 is somewhere in the storage shed.) They say that a program expands to occupy the memory available to contain it. In a similar manner, as things become "easier," we tend to expand our horizons into more difficult fields of endeavor.
    Do you know of a good place to start to try to learn about this stuff?
    Normally in a case like this, I would recommend you contact your local Mac/Apple User Group and see if they have an active Video SIG. By discussing your goals and available hardware/software, they may be able to find a work flow that meets your needs, minimizes your investment in time and effort, and avoids the need to purchase anything additional. For instance, is it your intention to post media on the internet, archive it for future editing purposes, distribute it to immediate friends and/or relatives, what is more important—time or quality of your content, what do you mean by "clean up," etc? These are likely the questions that will determine which work flows best suits your needs and in which order they should be applied.

  • I was doing the software update when my iphone died so i pluged it in and when it turnes back on after the white apple on the screen the screen just showes the blue itunes logo over the word itunes over the picture of a charger. ive tried reseting it

    i was doing the software update to my iphone 4s and my phone died. i pluged it in and when it turned on after the white apple the screen showes the blue itunes logo over the word itunes over an image of a charger. i tried reseting my phone. i cant figure out how to get past this point

    See Here  >  http://support.apple.com/kb/HT1808

  • Facing problem with logo in the PDF attachment when sending mail...

    hi friends,
    i'm facing problem with logo in the PDF attachment to the mail.
    my requirement:
    1. enter spool number and mail id in the selection screen.
    process:
    1. now the program will fetch the spool data and converts it to PDF.
    2. but when i'm trying to send mail with this PDF as attachment.
    when i open the PDF file from the mail, logo is not coming properly (looks disturbed).
    can anyone help me how to resolve this issue...
    thanks in advance, murashali.

    hi dinakar, thanks for your mail...
    logo looks good in spool/script/smartform.
    even it look good when i download this spool to pdf and to the presentation server as pdf file.
    i'm using CONVERT_OTFSPOOLJOB_2_PDF.
    when i used CONVERT_ABAPSPOOLJOB_2_PDF, is gives a msg - 'spool number not found'.
    here i'm using folloing code to pass pdf to the function module: SO_NEW_DOCUMENT_ATT_SEND_API1.
    code:
    Transfer the 132-long strings to 255-long strings
      lt_mtab_pdf[] = pdf[].
      LOOP AT lt_mtab_pdf INTO lwa_mtab_pdf.
        TRANSLATE lwa_mtab_pdf USING ' ~'.
        CONCATENATE lv_gd_buffer lwa_mtab_pdf INTO lv_gd_buffer.
        CLEAR lwa_mtab_pdf.
      ENDLOOP.
      TRANSLATE lv_gd_buffer USING '~ '.
      DO.
        lwa_mess_att = lv_gd_buffer.
        APPEND lwa_mess_att TO lt_mess_att.
        CLEAR lwa_mess_att.
        SHIFT lv_gd_buffer LEFT BY 255 PLACES.
        IF lv_gd_buffer IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
    NOTE: problem i believe is with ''.  i'm getting this tilt symbol () in my pdf internal table.  here in the above code the line   TRANSLATE lv_gd_buffer USING '~ ' is changing the existing tilt to space.  so my logo is getting disturbed.
    even i tried with REPLACE this tilt with other char, but it doent work.
    can you give any idea...

  • My iPhone 3gs has frozen after trying to update to 5.0.1 and will not turn on or off. Only showing the iTunes logo and the usb cable on the screen. What can I do to fix this?

    My iPhone 3gs has frozen while doing update 5.0.1 I think it was. All it shows is the iTunes logo and the usb cable on the screen. I will not turn on or off. I have tried reconnecting to iTunes but nothing happens. Have held both buttons for 10 seconds etc and nothing is working! What can I do?

    Here are Apple Steps: http://support.apple.com/kb/HT1808

  • How to add LOGO to the print version of a webreport

    Hi experts..can anyone tell me the detail steps for the below query?
    Q)how we can add a logo to the print version of a web report. The report is displayed in pdf and the logo should come on every page of the pdf.

    hii marasa naidu,
    pls check the foll. link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f439490-0201-0010-b3af-d33b499f00fa
    hope it helps,
    Assigning points is say thanks,
    regards,
    raghu.

  • I tried to install the new iOs 7 on my iphone 4, but it wasn't completed (showing error 4005). Now, my iphone is stuck on the itunes' logo with the usb cord, and I can't use my phone. And itunes doesn't detect my iphone when I connect it on my computer.

    Hi everyone! I tried to install the new iOs 7 on my iphone 4, but it wasn't completed (showing error 4005). Now, my iphone is stuck on the itunes' logo with the usb cord, and I can't use my phone. And itunes doesn't detect my iphone when I connect it on my computer, so I can't put it in recovery mode or someting like that... What can I do?? I tried everything they tell me to do in the apple support but nothing seems to work. Thank you!

    No problem, glad to help!
    Update: my PC USB hub was connected to a USB 3 port, I connected the 30 pin cable directly to my PC, And the restore worked just fine. Restored phone from iCloud backup and seems to be working fine.

  • TS2570 On start up of my new iMac it locks on the grey screen with the apple logo and the progress wheel spins. Boot up in safe and this is where it stopped at "BootCacheControl: Unable to open /var/db/bootcache.playlist: 2 no such file or directory. "

    On start up of my new iMac it locks on the grey screen with the apple logo and the progress wheel spins. Boot up in safe and this is where it stopped at "BootCacheControl: Unable to open /var/db/bootcache.playlist: 2 no such file or directory. "

    Reinstalling MacOS does NOT fix the problem for me.  I'm still searching a solution !
    Bernard

  • CS6 problem. When I open the Mask panel, it takes up the entire screen width and the Looks controls disappear, Also, there is a new panel below the Mask panel that seems to have no purpose that I can find. The documentation says "Mask and Look panels - Th

    CS6 problem. When I open the Mask panel, it takes up the entire screen width and the Looks controls disappear, Also, there is a new panel below the Mask panel that seems to have no purpose that I can find. The documentation says "Mask and Look panels - The Mask panel is now placed next to the Look panel. WIth the masking and grading tools placed side-by-side, you can now work faster on the mask workflow." Is there a way to move, hide, or otherwise manipulate the panels for a custom layout? All the examples I can find on the Web show the Looks panel to the left of the Mask panel where the controls are available.

    Ok, here is what I have so far. Appdelete the iWork and reinstalled. Pages and Number work, but not Keynote.
    Now, I downloaded a couple apps that I need, and no matter what I did, the spinning ball came up and the download stopped till it unlocked itself. It is really frustrating because the download was not completed and whatever came through would not mount. Could this issue be the internet connection? Permission fix showed a lot of Airport issues. I will try to run permissions fix again.

  • I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    I have a issue with my mac book pro. For some reason it won't stay powered on. I can't get past the apple loading logo. The battery is fully charged so it is not the problem. Can anyone tell me what the problem may be and how can i get it resolved?

    The battery is fully charged so it is not the problem.
    What happens when you use the MagSafe?

Maybe you are looking for

  • Desktop Login Issues - AuthenticationException

    Hi, I've been struggling with this for hours and even searching these forums I can't find any solutions.  Hoping someone can assist me.  I'm a newcomer to Lync, I've set up a Standard Edition Server, published my topology etc. without any problems al

  • Problems reading PDF files with i Pad and Mac with 10.8.3 Mountain Lion OS

    I assume InDesign uses the Acrobat XI resources to generate the exported PDFs. I have many 1-7 page articles from which I created PDFs via the export function in ID. They all read OK on PC/Apple/Linux based computers. I assembled all of the articles

  • Working with raw photos

    I just got Photoshop CS6 and it will not open up my raw photos, and I do not see a Camera Raw program to open even it is a choice in the Bridge?

  • Cant connect my database using net service_name

    Good Morning to all; I trying to connect my database using net service_name , but i am getting error. I have tnsnames.ora entry and listener.ora entry. Please help me to crack this error. SQL> select name from v$database; NAME ORCLTEST SQL> grant con

  • What app has a Hockey emoji in it

    I am looking for an Emoji app that has some kind of hockey symbol in it. Skate, hocky stick, puck, gloves, a net, whatever, just something that will let me use a hockey symbol for use inmy events on my calender. Isee there is an Emoji for just about