Is there any other method other than se78 to upload a graphic into SAP R/3?

Hi,
  Is there any other method other than se78 to upload a graphic into SAP R/3?
Anita Jeyan

hi ,
just use  OAER or RSTXLDMC program
it will definately help you
regards
rahul

Similar Messages

  • Are there any specific files (other than swf) that are not supported in the content viewer?

    Are there any specific files (other than swf) that are not supported in the content viewer?

    Specifically -- Is there a limitation as to any content in a PDF that would keep it from displaying correctly other than swf?

  • Always on : Is there any command or other way which tells who and when replica got failover or failback to other replica?

    Is there any command or other way which tells who and when replica got failover or failback to other replica?
    Rahul

    By Monitoring of Availability Groups:
    Monitoring of Availability Groups (SQL Server)

  • Are there any xml parsers better than xerces?

    hi, I need to find an efficient parser for my project. I am currently using the Xerces1.4.4 parser from Apache. Are there any xml parsers better than xerces? Do I need to change any code if I switch to a new parser?
    Thanks!!!

    I have not seen any comparisons but an XML parser (both sax and dom) now comes standard with java 1.4. You'll probably need to change your code but you won't have to ship Xerces with your app.

  • Is there any native method for converting String value to Hungarian notat..

    Hello. there.
    This might be very simple question. but I'm just curious about this.
    I am wondering if Java API offer the any native method for converting uppercased string value to lowercase which obey the Hungarian notation.
    What I'm going to do is using Reflection for excuting RFC function on SAP. I was found it is very similar to JDBC Programming.
    Please refer to blow codes.
    //mTable
    JCoTable mTable = function.getTableParameterList().getTable(rtnTblNm);
        for (int i = 0; i < mTable.getNumRows(); i++) {
         mTable.setRow(i);
         HashMap tmpData = new HashMap ();
              for (int j=0; j < mTable.getNumColumns(); j++) {
                     // I want to set key String [userNo] instead of  [USER_NO] here.
              tmpData.put(mTable.getMetaData().getName(j).toLowerCase(), mTable.getString(j));
              result.add(tmpData);
    } Basically, The idea was from ibatis framework [com.ibatis.common.beans.classInfo] dropcase();
    Any idea would be very helpful for me. Thank you.
    Edited by: hosung.seo on Aug 30, 2009 10:42 PM
    Edited by: hosung.seo on Aug 30, 2009 10:50 PM

    ejp wrote:
    Hungarian notation is a representation of logical/arithmetic expressions in postfix form. Not what you're talking about.
    So your title is very confusing to the people here who know what it means, which is probably all of them, because people read threads based on their title.From now on, I will pay more attention when I post an question.
    If the titile as " +Is there any native method for converting String value to camelcase?"+ would be easier to what i'm pointing at.
    As I mentioned in above sorce code, converting [USER_NO] to [userNo] isn't relevant Hungarian notation. yes, it was ambiguous. Agree! :)
    But some answer wasn't fit to converting case or recognizing "underscore" delimiter. I was expecting toCamelCase() such as blew. Thanks.
        public static String toCamelCase(String name) {
            String lowerName = name.toLowerCase();
            String[] pieces = lowerName.split("_");
            if (pieces.length == 1) {
                return lowerName;
            StringBuffer result = new StringBuffer(pieces[0]);
            for (int i = 1; i < pieces.length; i++) {
                result.append(Character.toUpperCase(pieces.charAt(0)));
    result.append(pieces[i].substring(1));
    return result.toString();

  • Is there any form that works like Jtable that can be written into the html

    Is there any form that works like Jtable that can be written into the html or jsp format?
    <INPUT TYPE="SUBMIT" NAME="command" VALUE=""> refer to a Sumbit Button.
    There no such thing below "I think"but just dreaming
    Is there something like
    <INPUT TYPE="TABLESUBMIT" NAME="customer" VALUE={rowcolumn(1,3,"peter"),rowcolumn(last,"name","jane")}> ......

    Keep dreaming. As long as you are using HTML you are stuck with
    all of its limitations. Among these is the lack of a JTable.
    You have several options:
    1) Use an HTML <TABLE>. For plain text you just put the
    text between <td></td> tags. For input you put the input
    as <td><input...></td>.
    2) Extend #1 by creating your own object to draw the table.
    You can do this in either Java or JavaScript. There are several
    examples on the internet of how to do this. Some even include
    sorting by clicking the column headings.
    3) If you really want to use a JTable then you can write a JApplet
    and put it on your JSP page.

  • I'd like to print an 8x12 and cut it in half to make two 4x12 panorama type pictures.  Is there any way to combine two pictures (each cropped to 4x12) into one frame so I can print out the 8x12 and trim it after printing?

    I'd like to print an 8x12 and cut it in half to make two 4x12 panorama type pictures.  Is there any way to combine two pictures (each cropped to 4x12) into one frame so I can print out the 8x12 and trim it after printing?

    To clarify, I want to be able to make a flie I can take to a photo printing place (not for my own printer) so they can print it and I crop it.  The place I used to print at used to print an 8"x12" for the same price as 8"x10" (now they may only do 8x10 and I would need to keep the ratio the same so it would be two 3.3"x10" pics on an 8x10").  Any help is veryappreciated!

  • Is there a quick method for turning a 13 page Ai file into 13 separate Ai files

    Is there a quick method for turning a 13 page Ai file into 13 separate Ai files? I need to resave or RIP them as normalized PDF files, and I need to start with single-page ai files.
    Thanks.

    As Erica says, it's in the Illustrator Options window which opens after checking Save.. Check the top of what I showed

  • Are there any events to script a component when dragged and dropped into the parsys area?

    are there any events to script a component when dragged and dropped into the parsys area?

    The cq:listeners node of a component's cq:EditConfig has a number of events that fire with relation to the edit mode drag'n'drop stuff. You would probably want to hook one or more of the insert ones (beforeinsert, beforechildinsert, afterinsert, afterchildinsert).

  • Are there any INI or other files I can modify to increase available memory?

    I have a new CPU (Intel I7 - 950 with 8GB of memory) and I'm running Elements 9.0.  I have a slide show that is just under 20 minutes long and I'm trying to create a WMV file with the highest resolution.  The create output starts and gets to about 58% and stops.  It never creates a file.  I go the lessor resolution and it works.  Are there any INI file parameters or other file attributes I can tweak to give the application more resources so I can produce a WMV slide show?  I used to create 40-50 minute slide shows with an older version of the software without any problems, it just took a while to run.  I cannot believe I don't have enough resources to get this created, but I don't know what I need to do.
    I have the same problem with smaller slideshows.  I have to restart my system, open Elements and run the slideshow build just to get a 9 minute show produced at the max resolution.  It will NEVER work if I try to do ANYTHING else first.  This is really getting annoying...  Any suggestions - besides using a lower resolution or getting verion 10?
    Thanks...

    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was planned with you maintaining a master copy of your media on a computer which is itself independently backed up against loss.  To use a device with a new computer you transfer the content from the old computer (or its backup) directly to the new computer, not the device to the new computer. Media syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchases which can be transferred to a computer.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only purchases from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software.  See this document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991

  • Is there Any better Developer tools than Report6i/Form6i

    Hi Is ther any other Editior Similar to TOAD(pl/sql Developer)
    Which can ease the development by popping the method/properties

    Yes i have
    But can that be used for Developing the FORMS/REPORTS Applications
    The One that i Used was trial version for some pl/sql Development, No, to develop Developer Forms and Reports you have to use Oracle Forms and Reports Developer. Alternatively you could use Designer for CASE forms development and Discoverer for reports, but these are completely different tools/processes.
    There are no third party Forms and Reports tools that will generate Oracle forms.

  • Is there any alternative method for GET_FRONTEND_FIELDCATALOG in CL_GUI_ALV

    Hi all,
    Please let me know if there is any alternative method for GET_FRONTEND_FIELDCATALOG (CL_GUI_ALV_GRID class) in the class CL_SALV* family. I need to capture the field catalog(Or list of fields) of the current output list.
    I have saved many layouts on my ALV output with different combinations of fields, When I select one layout and click on the custom button it should process only the fields displayed on ALV.Please let me know how do I get the fields displayed on ALV using CL_SALV_* family classes.
    Thanks,
    Prathap

    Hi,
    Check this link...[Setting up Layout|http://help-abap.blogspot.com/2008/09/salv-model-4-setting-up-layout.html]

  • Is there any better-looking OSD than xosd?

    Hi there!
    I recently got into xosd, but find it rather ugly. So I'm wondering if there's any other OSD implementation that looks a little less blocky. I've heard of notify-osd, but I'd rather do without having a daemon running all the time.
    So is there any viable alternatives?
    Best wishes,
    Rufus

    I think you cannot go without a deamon for notifications. You could use the xosd library and program your own look and feel of notifications. In example, I did my notification system like this:
    (import chicken scheme extras)
    (use posix xosd)
    (define (xosd-set-pcm osd)
    (xosd:set-align osd 'left)
    (xosd:set-bar-length osd 40)
    (xosd:set-pos osd 'bottom)
    (xosd:set-vertical-offset osd 1)
    (xosd:set-horizontal-offset osd 180)
    (xosd:set-colour osd "#B3B3B3")
    (xosd:set-timeout osd 2))
    (define (xosd-set-msg osd)
    (xosd:set-align osd 'center)
    (xosd:set-pos osd 'bottom)
    (xosd:set-font osd "sans-8")
    ; *-bitstream vera sans-medium-r-normal-*-11-*-*-*-*-*-*-*"
    (xosd:set-colour osd "#B3B3B3")
    (xosd:set-vertical-offset osd 2)
    (xosd:set-horizontal-offset osd -3)
    (xosd:set-timeout osd 10))
    (define (sighandler ignore)
    (delete-file "/tmp/.ipcfifo")
    (exit 0))
    (define (ipc-server)
    (define mypipe "/tmp/.ipcfifo")
    (define amixercheck "amixer sget PCM | grep \"Left: Playback\" | grep -o \"\\[[0-9]*%\\]\" | tr '[%]' ' ' | tr -d \"[:blank:]\"")
    (when (file-exists? mypipe)
    (delete-file mypipe))
    (create-fifo mypipe)
    (set-signal-handler! signal/term sighandler)
    (let ((osd-pcm (xosd:create 1)) (osd-msg (xosd:create 1)))
    (xosd-set-pcm osd-pcm)
    (xosd-set-msg osd-msg)
    (let loop ()
    (let ((pipedata (call-with-input-file mypipe read-line))); this blocks - sleep won't block
    (cond ((string=? pipedata "checkpcm")
    (let ((pcmlvl (call-with-input-pipe amixercheck read)))
    (xosd:display osd-pcm 0 pcmlvl)))
    (else (xosd:display osd-msg 0 pipedata))))
    (loop))))
    (process-fork ipc-server)
    With using that I have:
    http://ompldr.org/vOWtidQ/bar.png
    http://ompldr.org/vOWtidg/msgr.png

  • Is there any way to create fields reports users can enter data into?

    I am using Crystal XI to develop reports for my company and have not received any formal training on it.  I'm learning it fairly well through the help files. 
    One of the reports I need to create summarizes our scrap, rework, and additional incurred expenses for our monthly quality reports.  Most of the information is stored in the main program used by all employees, a very small amount of it is not.  I have created sub-reports for each of the different types of costs that are tracked in the system.
    Is there any way to create an area on the report that our QA people can use to enter the items not tracked in the main system?  I am imagining that it would be through another sub-report of some kind, but do not know how to create the fields needed. 
    Thank you very much for any assistance you can provide, even if it is to tell me "You can't do that, ma'am..."  At least then I would know and wouldn't beat my head against the desk trying to figure out how to do it.

    Is defining parameter prompts in the Crystal Report and displaying it in the report a possible workaround? 
    If you define parameter prompts, then Crystal will query the user before running the report - so this would be problematic if the user needs to reference data in the report to enter appropriate values (one possibility then is to use interactive parameters feature available in CR 2008).
    Sincerely,
    Ted Ueda

  • Is there any Function module to find out no. of printers connected to SAP .

    I would like to know Is there  any FM exist in SAP to findout the no. of Printers connected to SAP sytem.And FM to know the status of the printer .

    Hi,
    in table TSP03 check field PASTATUS. It contains a hex value.
    Here is the explanation:
    02 -> printer is disabled
    04 -> printer not active
    08 -> printer is active
    10 -> printer is faulty
    Table TSP03C contains additionally field PADISABLED, which means printer disabled.
    Hope that helps -sorry that I don't know a FM for you!
    Regards
    Nicola

Maybe you are looking for

  • Plan cost splitting is as per average basis instead of capacity base

    Dear Experts: I have planned the activity independent cost in cost center : CCTRA I do have two activities named: ACT1 and ACT2 I have done the activity capacity planning in KP26 Created the splitting structure and assigned the cost center. Splitting

  • Doubt on generic

    hi bw gurus, i am having one doubt in generic deltas.  if you are using calendar day for generic deltas suppose if i extracted data today and there are deltas posted after 3 pm. if i want to extract delta records after 3 pm.  is the calendar day opti

  • ATI driver - can't find kernel module

    I downloaded catalyst and catalyst-utils like the wiki said, and then I went. [lewis@1711 lib]$ modprobe fglrx FATAL: Module fglrx not found. Which begs the question...lolwut? The whole purpose of the catalyst package was to install the module.

  • HT2954 Unable to view original folders in Apple Mail.

    I've recently added my hotmail account to Apple Mail but I'm unable to get the different folders that I created in hotmail to show up in Apple Mail.  I was wondering if there is any way to do this.

  • Is it possible to find a version of garageband to work on first generation ipad?

    Purchased a first generation iPad.Downloaded garage band from iTunes app store but not compatible. Would be happy if there was a version I could use.